GlossaryNetworkingIntermediate

IPv6

IPv6 is the 128-bit successor to IPv4, built to end the address shortage rather than work around it. Addresses are effectively unlimited and nearly free — but only useful against targets that actually support it.

Last updated August 14, 2026

Definition

IPv6 (Internet Protocol version 6) is the successor to IPv4, designed to end the address shortage rather than work around it. It uses 128-bit addresses written as eight groups of hexadecimal digits — 2001:0db8:85a3:0000:0000:8a2e:0370:7334 — and has been a finished standard since 1998. Adoption is still incomplete, and that is the single most important fact about it in practice.

Reading an address

The notation looks harder than it is, because two shorthand rules do most of the work.

  • Leading zeros drop0db8 becomes db8.
  • One run of zero groups collapses to :: — so the address above shortens to 2001:db8:85a3::8a2e:370:7334. Only one :: is allowed per address, otherwise it would be ambiguous.

The first 64 bits are the network prefix; the last 64 identify the device on that network. ::1 is loopback, the IPv6 equivalent of 127.0.0.1.

Why "340 undecillion" is a misleading number

The theoretical address space is about 340 undecillion, and quoting that figure hides how allocation really works. Addresses are not handed out individually. A single network receives a /64 — around 18 quintillion addresses — because the protocol assumes it, and a customer typically receives a /56 or /48 containing many of those.

That has a direct consequence for anyone buying IPv6 proxies: sites treat an entire /64 as one entity, because that is what it represents. Being sold "millions of IPv6 addresses" means very little when they all sit inside a prefix that one firewall rule can remove.

Dual-stack and the long transition

IPv6 is not backwards compatible with IPv4. They are separate protocols that cannot speak to each other directly, so most of the internet runs dual-stack — both at once — with clients preferring IPv6 when a DNS AAAA record exists and falling back to IPv4 otherwise. That fallback is why a broken IPv6 path usually presents as a site that is mysteriously slow rather than one that fails outright.

IPv6 proxies: cheap, plentiful, and narrow

Because supply is effectively free, IPv6 proxies cost a fraction of IPv4 and are sold in enormous quantities. The constraints are real, and none of them are about price.

  • The target must support IPv6. If a site publishes no AAAA record, an IPv6 proxy cannot reach it at all. A large share of the commercial web still falls into that category.
  • Prefix blocking. Anti-bot systems ban by /64 or wider, so a pool's real size is measured in prefixes, not addresses.
  • Weaker reputation data. Geolocation and reputation databases are far less complete for IPv6, and some bot detection treats an unfamiliar IPv6 range as suspicious by default.

They work well where the target is IPv6-ready and the job is volume: large IPv6-enabled sites, internal testing, and infrastructure you control. They are a poor choice for defended consumer platforms.

The privacy trade

Without NAT, every device holds its own public address, removing a layer of accidental cover that IPv4 households enjoyed. Early autoconfiguration made this worse by deriving the final 64 bits from the network card's MAC address, producing an identifier that followed a laptop between networks. Privacy extensions now rotate that portion periodically and are enabled by default on major operating systems — though the network prefix still identifies your connection, so this narrows tracking rather than preventing it.

It is also worth confirming your VPN handles IPv6. A tunnel that only carries IPv4 can leak your real address the moment a site offers an AAAA record, which is the IPv6 cousin of a DNS leak and just as quiet.

Examples

1

2001:db8:85a3::8a2e:370:7334 — the same address in shorthand after zero compression

2

::1 — the IPv6 loopback address, equivalent to 127.0.0.1

3

A /64 prefix assigned to a single home network, containing 18 quintillion addresses

4

A provider advertising millions of IPv6 proxies that all sit inside a handful of /48 blocks

5

A site with no AAAA record, unreachable over IPv6 no matter how good the proxy is

Common Use Cases

High-volume scraping of IPv6-ready targets at very low cost
Giving every device a unique public address without NAT
Load testing infrastructure you own from many distinct addresses
Future-proofing a network against IPv4 exhaustion
Mobile and IoT deployments where raw address count matters
Auditing a VPN or proxy setup for IPv6 leaks

Frequently Asked Questions

IPv6 uses 128-bit addresses in hexadecimal separated by colons, against IPv4's 32-bit dotted decimal. The practical differences are that IPv6 has no meaningful address shortage, needs no NAT, and is not understood by every site on the internet yet.
They are excellent value against IPv6-ready targets and useless against everything else. Check whether your target publishes an AAAA record before buying — that single test decides whether the pool is worth anything to you.
Because blocking happens by prefix. A site that bans a /64 removes 18 quintillion addresses in one rule, so a pool advertised in the millions may collapse to nothing if those addresses share a small number of prefixes.
Not directly — the protocols cannot talk to each other. Reaching an IPv4-only site requires a translation layer at the provider's end, so if your targets are IPv4-only you should be buying IPv4 proxies instead.
Usually not. Modern privacy extensions rotate the device portion of your address automatically, and disabling IPv6 can break connectivity. The genuine risk is a VPN that only tunnels IPv4, and the fix there is a VPN that handles both, not switching the protocol off.
It marks the boundary between the network prefix and the device identifier. Nearly every IPv6 network is a /64 by convention, which is why anti-bot systems treat one as a single entity rather than as quintillions of separate visitors.
Eventually, but slowly. Dual-stack lets both run side by side with no deadline to force a switch, and IPv4 remains the only protocol every host understands. Plan for both coexisting for many years rather than for a changeover date.