Expand, compress, and analyse any IPv6 address or CIDR block — address type, network range, host count, and binary breakdown
| Prefix | Total Addresses | Typical Use |
|---|---|---|
| /32 | 296 ≈ 7.9×1028 | ISP allocation from RIR; top-level routing prefix |
| /40 | 288 ≈ 3.1×1026 | Large enterprise or regional ISP allocation |
| /48 | 280 ≈ 1.2×1024 | End-site allocation; gives 65,536 × /64 subnets |
| /52 | 276 ≈ 7.5×1022 | Mid-size enterprise sub-allocation |
| /56 | 272 ≈ 4.7×1021 | Home/small office ISP delegation; 256 × /64 |
| /60 | 268 ≈ 2.9×1020 | Small site; 16 × /64 |
| /64 | 264 = 18,446,744,073,709,551,616 | Single LAN segment — standard size; required for SLAAC/EUI-64 |
| /96 | 232 = 4,294,967,296 | IPv4-mapped/compatible addresses (::ffff:0:0/96) |
| /112 | 216 = 65,536 | Point-to-multipoint; sometimes used for WAN links |
| /126 | 4 | Point-to-point links (RFC 3627 — analogous to IPv4 /30) |
| /127 | 2 | Point-to-point links (RFC 6164 — analogous to IPv4 /31, preferred) |
| /128 | 1 | Single host route, loopback (::1/128) |
| Prefix | Type | IPv4 Equivalent | Notes |
|---|---|---|---|
| ::1/128 | Loopback | 127.0.0.1 | Every host has this address; never routed |
| fe80::/10 | Link-local | 169.254.0.0/16 | Auto-configured; valid only on the local link; required on every interface |
| fc00::/7 | Unique Local (ULA) | 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 | Not internet-routable; fd00::/8 is the usable range with random Global ID |
| 2000::/3 | Global Unicast (GUA) | Public IP addresses | Internet-routable; all current public IPv6 space is in this range |
| ff00::/8 | Multicast | 224.0.0.0/4 | One-to-many delivery; ff02::1 = all nodes on link |
| 2001:db8::/32 | Documentation | 192.0.2.0/24 etc. | Reserved for examples and documentation (RFC 3849); not routable |
| ::ffff:0:0/96 | IPv4-mapped | — | Represents IPv4 addresses in IPv6 sockets |
| 64:ff9b::/96 | IPv4-translated | — | Used by NAT64 gateways for IPv4/IPv6 translation |