0
0
Computer Networksknowledge~6 mins

IPv6 addressing basics in Computer Networks - Full Explanation

Choose your learning style9 modes available
Introduction
Imagine running out of phone numbers for everyone in the world. The same problem happened with internet addresses, so a new system was created to give more unique addresses to devices.
Explanation
Address Length and Format
IPv6 addresses are made of 128 bits, which is much longer than the older system's 32 bits. They are written as eight groups of four hexadecimal digits separated by colons, making them easier to read and write.
IPv6 uses 128-bit addresses written in eight groups of four hex digits separated by colons.
Address Types
There are three main types of IPv6 addresses: unicast, multicast, and anycast. Unicast addresses identify a single device, multicast addresses identify a group of devices, and anycast addresses identify the nearest device in a group.
IPv6 addresses can be unicast, multicast, or anycast, each serving different communication purposes.
Address Shortening Rules
To make IPv6 addresses easier to write, rules allow removing leading zeros and replacing consecutive groups of zeros with a double colon (::), but this can only be done once per address to avoid confusion.
IPv6 addresses can be shortened by removing leading zeros and using :: once to replace consecutive zeros.
Global Unicast Addresses
These are public IPv6 addresses used on the internet. They start with specific bits that identify them as global and are unique worldwide, allowing devices to communicate across the internet.
Global unicast addresses are unique public IPv6 addresses used for internet communication.
Link-Local Addresses
These addresses start with a special prefix and are used for communication within a local network segment. They are automatically assigned and cannot be routed on the internet.
Link-local addresses enable devices to communicate within the same local network and are not used on the internet.
Real World Analogy

Think of IPv6 addresses like phone numbers in a huge city. The long numbers help make sure everyone has a unique number. Some numbers are for individuals, some for groups, and some for the closest available person. To save time, people shorten numbers by dropping unnecessary zeros or using shortcuts.

Address Length and Format → Phone numbers with area codes and local numbers separated by dashes
Address Types → Individual phone lines, group conference calls, and nearest available operator
Address Shortening Rules → Dropping leading zeros in phone numbers and using shortcuts like '555' for common prefixes
Global Unicast Addresses → Public phone numbers reachable from anywhere
Link-Local Addresses → Internal office phone extensions used only within the building
Diagram
Diagram
┌─────────────────────────────┐
│        IPv6 Address          │
├─────────────┬───────────────┤
│ 128 bits    │ Eight groups  │
│             │ of 4 hex digits│
├─────────────┴───────────────┤
│ Types:                      │
│ ├─ Unicast (single device)  │
│ ├─ Multicast (group)        │
│ └─ Anycast (nearest device) │
├─────────────────────────────┤
│ Shortening Rules:           │
│ - Remove leading zeros      │
│ - Use :: once for zeros     │
├─────────────────────────────┤
│ Address Examples:           │
│ - Global Unicast: 2001::1   │
│ - Link-Local: fe80::1       │
└─────────────────────────────┘
This diagram shows the structure, types, shortening rules, and examples of IPv6 addresses.
Key Facts
IPv6 Address LengthIPv6 addresses are 128 bits long, allowing a vast number of unique addresses.
Unicast AddressAn IPv6 address that identifies a single unique device.
Multicast AddressAn IPv6 address that identifies a group of devices for one-to-many communication.
Anycast AddressAn IPv6 address assigned to multiple devices where data is sent to the nearest one.
Address ShorteningIPv6 addresses can omit leading zeros and use :: once to replace consecutive zeros.
Link-Local AddressAn IPv6 address used for communication within a local network segment only.
Common Confusions
Believing IPv6 addresses are just longer versions of IPv4 addresses.
Believing IPv6 addresses are just longer versions of IPv4 addresses. IPv6 addresses are not just longer; they use a different format and support new types of addresses and communication methods.
Thinking the :: shortcut can be used multiple times in one address.
Thinking the :: shortcut can be used multiple times in one address. The :: shortcut can only be used once per IPv6 address to avoid ambiguity in address length.
Assuming link-local addresses can be used to communicate over the internet.
Assuming link-local addresses can be used to communicate over the internet. Link-local addresses only work within a local network and are not routable on the internet.
Summary
IPv6 solves the problem of running out of internet addresses by using 128-bit long addresses.
There are different types of IPv6 addresses for single devices, groups, and nearest devices.
IPv6 addresses can be shortened using specific rules to make them easier to read and write.