A Plain Introduction to IPv6

Explains why IPv4 ran out, how IPv6 differs, running both at once, what privacy addresses do, and when IPv6 actually matters for a home network.

Ipv6 address example, photographed for a technology article.

Every gadget that reaches the internet needs an address, and for decades those addresses came from a pool sketched out in the early 1980s that its designers never expected to empty. It did. IPv6 is the far larger replacement that has been spreading quietly beneath ordinary home connections, usually without anyone at home noticing a thing. This guide explains why the older addressing scheme ran short, what the newer addresses look like, why most of your devices carry both kinds at the same time, and the small number of moments when the difference genuinely affects you.

Why the old pool ran dry

The original addressing scheme, IPv4, uses numbers that are 32 bits long. That allows roughly 4.3 billion unique addresses, a figure that felt limitless when a handful of universities and research labs shared the early network. Home life changed the arithmetic. A single household now hangs phones, laptops, consoles, televisions, doorbells, and thermostats onto one connection, and each wants an address. Those devices spread themselves across the 2.4GHz and 5GHz radios in ways the breakdown of how the two frequency bands differ explains, and the running total climbs quickly.

Central stocks of unassigned IPv4 blocks were formally exhausted in 2011, and the regional bodies that hand out addresses ran through their reserves over the following years. Network address translation, usually shortened to NAT, softened the blow by letting a whole home share one public address while sorting internal traffic privately. That bought time, but it is a patch over a shortage rather than a genuine cure.

What changes with the newer scheme

IPv6 stretches the address to 128 bits. The size of that space is hard to picture: about 340 undecillion addresses, a number with 39 digits. Instead of the four decimal numbers of an IPv4 address, an IPv6 address is written as eight groups of four hexadecimal characters separated by colons, with a shorthand that collapses long runs of zeros into a double colon. The point is not the notation but the sheer abundance. There are enough addresses to give every device its own globally reachable one, so the sharing tricks NAT relied on are no longer forced on the network.

A jump this large resembles the way newer wireless generations replaced older ones rather than merely tweaking them, a progression the comparison of the main Wi-Fi standards sets out. Devices also configure IPv6 largely on their own through a process called stateless address autoconfiguration, so they build a working address from information the router advertises without a central server handing out leases.

The words you will run into

A few terms surface whenever IPv6 comes up, and knowing them makes router settings far less opaque.

Term What it means
IPv4 The older 32-bit scheme, about 4.3 billion addresses, still widely used
IPv6 The 128-bit successor with a vastly larger address space
Dual-stack Running IPv4 and IPv6 together on the same network
SLAAC Automatic address setup using hints the router broadcasts
Prefix The leading portion of an address that identifies your network

Both systems running together

Most home networks do not switch from one scheme to the other; they run both at once in what is called dual-stack operation. A device asks for an IPv4 and an IPv6 address, and modern software prefers IPv6 when the destination supports it, quietly falling back to IPv4 when it does not. This is the ordinary state of affairs on a current connection, and it is why a quick look at your network settings often shows two very different addresses side by side.

Your router coordinates this alongside its other local housekeeping, the same menu depth where settings such as radio channel width live, a topic the guide on how Wi-Fi channels and width behave unpacks. For the household nothing needs doing; the two schemes coexist without a tug of war, each carrying whatever traffic suits it.

Privacy addresses and why they rotate

Early IPv6 built the host portion of an address from the network card’s hardware identifier, its MAC address. That was convenient but revealing, because a stable address derived from unchanging hardware let distant servers recognise the same device across networks over time. Privacy extensions were added to close that gap. With them switched on, a device generates temporary addresses from random values and rotates them periodically, using one of these throwaway addresses for outgoing connections while keeping a stable address available for services that need to be reached.

Most phones and computers turn privacy addresses on by default now, so the behaviour is already protecting you without any configuration. It is worth knowing they exist, because seeing several IPv6 addresses on one device is normal rather than a sign of a fault.

When the difference matters to you

For everyday browsing, streaming, and messaging, IPv6 arrives, works, and asks nothing of you. A few situations change that. Some providers now place customers behind carrier-grade NAT on IPv4, where many homes share one public address, and IPv6 can give you a cleaner path for hosting a game server, reaching a home camera from outside, or using certain peer-to-peer tools. A minority of networks are moving toward IPv6-only operation with translation for the older internet, so a device that mishandles IPv6 can misbehave in ways that look mysterious.

If you want to know what your own line is doing, you can confirm which address types are active and reachable, a check the walkthrough on testing an internet connection properly steps through. In most homes the honest answer is that IPv6 is already on and already fine.

Where this leaves the home user

The shortage that forced this change was real, and the replacement is not experimental; it carries a large and growing share of internet traffic every day. What makes IPv6 easy to ignore is precisely that it was designed to slip in beside the old scheme rather than demand a switchover. Dual-stack, automatic configuration, and privacy addresses together mean the transition happens on its own timetable, device by device, without a single moment where the household has to act.

The useful posture is mild awareness rather than effort. Know that two address types are normal, that several IPv6 addresses on one gadget signal privacy rotation rather than a bug, and that the rare frustrations tend to cluster around remote access and provider-side NAT. With that much in hand, you can leave the setting enabled, let the network sort itself out, and only look closer on the uncommon day something specific asks you to.

Frequently asked questions

What is IPv6?

IPv6 is the current internet addressing scheme, using 128-bit addresses to provide a vastly larger supply than the older IPv4 system it supplements. It was created because IPv4’s roughly 4.3 billion addresses could not keep pace with the number of connected devices. Addresses appear as eight colon-separated groups of hexadecimal characters, and most home equipment supports IPv6 automatically today, so it usually needs no attention from you.

Should I enable IPv6?

In almost all cases, yes. Leaving IPv6 enabled lets your connection use the modern path when it is available and improves access to services and providers that rely on it. It runs alongside IPv4 rather than replacing it, so nothing breaks. The rare reason to disable it is troubleshooting a specific device that mishandles IPv6, and even then only as a temporary step while you investigate.

Why do I have two types of IP address?

Because your network runs dual-stack, meaning IPv4 and IPv6 operate together. Each device requests both, using IPv6 where the destination supports it and IPv4 otherwise, which keeps every site reachable during the long overlap between the two schemes. Seeing both is expected and healthy. On IPv6 you may also notice several addresses at once, which is a sign that privacy rotation is doing its job.