Quiz Entry - updated: 2026.07.14
How is an IPv6 address structured and represented?
128 bits written as 8 hextets (groups of 4 hex digits = 16 bits each) separated by colons, e.g. 2001:0db8:acad:0001:0000:0000:0000:0001.
IPv6 Address Structure:
| Characteristic | IPv4 | IPv6 |
|---|---|---|
| Length | 32 bits | 128 bits |
| Notation | Decimal (dotted) | Hexadecimal (colons) |
| Groups | 4 octets | 8 hextets |
| Example | 192.168.1.1 | 2001:0db8:acad:0001:0000:0000:0000:0001 |
IPv6 Format:
- 128 bits divided into 8 groups of 16 bits each
- Each group called a hextet (or quartet)
- Separated by colons (:)
- Uses hexadecimal (0-9, a-f)
Example breakdown:
2001:0db8:acad:0001:0000:0000:0000:0001
| | | | | | | |
Hextet 1 2 3 4 5 6 7 8
Key insight: Each hextet = 4 hex digits = 16 bits
Go deeper:
RFC 4291 §2.2 — Text Representation of Addresses — the authoritative definition of the
x:x:x:x:x:x:x:xhex-colon notation.IPv6 address (Wikipedia) — 128-bit structure, hextets and the canonical representation rules with worked examples.