Glossary
IPv6
IPv6 is the 128-bit internet addressing scheme that replaces scarce IPv4, offering a virtually unlimited supply of addresses.
IPv6 is the current generation of the Internet Protocol, designed to replace the exhausted ipv4. An IPv6 address is 128 bits, written as eight groups of hexadecimal digits, such as 2606:2800:220:1:248:1893:25c8:1946, often shortened with ::.
Why it exists
IPv6 provides about 340 undecillion addresses — effectively inexhaustible. This removes the need for NAT in many deployments and lets every device have a globally unique address.
Adoption
Major networks, mobile carriers, and cloud providers now serve significant traffic over IPv6, and browsers prefer it when available. Many networks run dual-stack, offering both IPv4 and IPv6.
Why it matters for hosting
To be reachable over IPv6, a site must publish an aaaa-record and have the server actually listening on the address. A dangling AAAA record causes slow, failing connections for IPv6 clients, so verify reachability before enabling it.
See also
