Was ist IPv6?
Ein umfassender Leitfaden zum Internet-Protokoll Version 6, dem Nachfolger von IPv4, der entwickelt wurde, um das Problem der Adresserschöpfung zu lösen.
What is IPv6?
Internet Protocol Version 6 (IPv6) is the most recent version of the Internet Protocol, designed by the Internet Engineering Task Force (IETF) to replace IPv4. While IPv4 uses 32-bit addresses — providing roughly 4.3 billion unique addresses — IPv6 uses 128-bit addresses, offering an astronomically larger pool of approximately 340 undecillion (3.4 × 10³⁸) unique addresses.
The development of IPv6 began in the 1990s when it became clear that IPv4's address space would eventually be exhausted. As the internet expanded from academic and government networks to a global commercial infrastructure connecting billions of devices, the need for a larger addressing scheme became urgent. IPv6 was standardized in RFC 2460 (1998) and later updated by RFC 8200 (2017).
Beyond simply providing more addresses, IPv6 was engineered with improvements to routing efficiency, network configuration, and security. It eliminates the need for Network Address Translation (NAT), supports mandatory IPsec, and includes built-in mechanisms for stateless address autoconfiguration (SLAAC), making it better suited for the modern internet landscape.
IPv6 Address Format
An IPv6 address is 128 bits long, represented as eight groups of four hexadecimal digits separated by colons. A full IPv6 address looks like this: 2001:0db8:85a3:0000:0000:8a2e:0370:7334. To simplify notation, leading zeros in each group can be omitted, and consecutive groups of all zeros can be replaced with a double colon (::) — but only once per address.
IPv6 defines several address types including unicast (one-to-one), multicast (one-to-many), and anycast (one-to-nearest). Link-local addresses (fe80::/10) are automatically assigned to every interface and used for communication within a local network segment. Global unicast addresses (2000::/3) are routable on the public internet and are the IPv6 equivalent of public IPv4 addresses.
Hexadecimal Groups
Eight groups of four hex digits separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334), totaling 128 bits.
Zero Compression
Consecutive groups of zeros can be replaced by :: (double colon), used only once per address. For example, 2001:db8::1 represents 2001:0db8:0000:0000:0000:0000:0000:0001.
Link-Local Addresses
Addresses starting with fe80::/10 are automatically assigned to every IPv6-enabled interface for local network communication without requiring a router.
Global Unicast
Addresses in the 2000::/3 range are globally routable — the equivalent of public IPv4 addresses — and are assigned by Regional Internet Registries.
IPv6 vs IPv4
The most obvious difference between IPv6 and IPv4 is address space. IPv4's 32-bit addresses provide about 4.3 billion addresses, while IPv6's 128-bit addresses provide 340 undecillion — enough to assign a unique address to every atom on the surface of the Earth and still have addresses left over. This massive space eliminates the need for NAT and allows true end-to-end connectivity.
IPv6 also features a simplified header structure. The IPv4 header contains 12 mandatory fields and can vary in length, while the IPv6 header has only 8 fixed fields at a constant 40 bytes. Optional information is handled through extension headers, allowing routers to process packets more efficiently. The IPv6 header also removes the checksum field, reducing processing overhead since link-layer and transport-layer protocols already provide error checking.
Security was another key improvement. IPv6 was designed with IPsec as a mandatory feature (though enforcement has been relaxed over time). Auto-configuration is native to IPv6 through SLAAC, allowing devices to generate their own addresses without a DHCP server — a significant advantage for large-scale deployments and IoT networks.
Address Space
IPv4: ~4.3 billion addresses (32-bit). IPv6: ~340 undecillion addresses (128-bit). IPv6 eliminates address scarcity entirely.
Header Efficiency
IPv6 uses a fixed 40-byte header with 8 fields versus IPv4's variable-length header with 12+ fields, enabling faster router processing.
Security
IPv6 was designed with IPsec support built in. While IPsec is available for IPv4 too, IPv6 integrates it natively into the protocol stack.
Auto-Configuration
IPv6 supports SLAAC, allowing devices to automatically configure their own addresses without DHCP. IPv4 relies on DHCP or manual configuration.
IPv6 Adoption Worldwide
As of 2026, global IPv6 adoption has reached approximately 45% according to Google's IPv6 statistics, though this varies dramatically by region. Countries like India, France, Germany, the United States, and Brazil lead with adoption rates above 50%, driven by major ISPs and mobile operators enabling IPv6 by default on their networks.
Mobile networks have been at the forefront of IPv6 deployment. Carriers like T-Mobile, Reliance Jio, and Verizon route the majority of their mobile traffic over IPv6. Cloud providers such as AWS, Google Cloud, and Azure have also enabled IPv6 across their services, accelerating enterprise adoption.
Despite this progress, significant barriers remain. Many enterprise networks, legacy applications, and smaller ISPs still rely exclusively on IPv4. The cost and complexity of upgrading network equipment, retraining staff, and testing application compatibility slow down the transition. As a result, IPv4 and IPv6 will coexist for many years to come, and IPv4 addresses retain significant market value.
Benefits of IPv6
IPv6 restores true end-to-end connectivity — every device can have a globally unique address, eliminating the need for NAT traversal workarounds that complicate peer-to-peer applications, VoIP, video conferencing, and IoT deployments. This simplifies network architecture, reduces latency for certain applications, and makes troubleshooting easier.
The protocol is also future-ready for the Internet of Things. With billions of IoT devices expected to come online — from smart sensors and industrial equipment to connected vehicles — IPv6's vast address space ensures that every device can be uniquely addressed. Mandatory IPsec support strengthens the security posture of these connected devices, while efficient multicast capabilities improve how devices discover and communicate with services on the network.
End-to-End Connectivity
Every device gets a unique global address, removing NAT complexity and enabling direct communication between any two hosts on the internet.
Simplified Networking
No NAT tables, no port forwarding, simpler firewall rules. Network administrators deal with a flatter, more transparent architecture.
IoT Ready
With 340 undecillion addresses, IPv6 can uniquely address every sensor, actuator, and smart device — critical for IoT at scale.
Enhanced Security
IPsec is integrated into IPv6, providing authentication and encryption at the network layer. SLAAC privacy extensions help protect user identity.
IPv4 to IPv6 Transition Mechanisms
Dual-stack is the most widely deployed transition mechanism. A dual-stack device runs both IPv4 and IPv6 simultaneously, choosing the appropriate protocol based on the destination. This approach provides full compatibility but requires maintaining two parallel network stacks — doubling some operational overhead.
Tunneling mechanisms encapsulate IPv6 packets within IPv4 packets, allowing IPv6 traffic to traverse IPv4-only infrastructure. Common tunneling protocols include 6to4, Teredo (for hosts behind NAT), and ISATAP. While useful during early transition phases, tunneling adds latency and complexity, and most of these mechanisms are now deprecated in favor of native dual-stack or translation.
NAT64 combined with DNS64 is a translation mechanism that allows IPv6-only clients to communicate with IPv4-only servers. DNS64 synthesizes AAAA records for IPv4 destinations, and NAT64 translates packets between the two protocols. This approach is increasingly popular among mobile carriers deploying IPv6-only networks, such as T-Mobile's IPv6-only rollout in the United States. The transition from IPv4 to IPv6 remains gradual because of the enormous installed base of IPv4 equipment, the cost of upgrades, and the fact that IPv4 — extended through NAT — still works adequately for many use cases.
Häufig gestellte Fragen
Häufige Fragen zu IPv6 und dem Übergang von IPv4.
In vielen Fällen ja. IPv6 eliminiert die NAT-Verarbeitung, hat einen einfacheren Header für schnelleres Routing und unterstützt eine effizientere Path-MTU-Erkennung. Der Geschwindigkeitsunterschied hängt jedoch von der Netzwerkinfrastruktur ab. In gut optimierten Netzwerken zeigen IPv6 und IPv4 eine ähnliche Leistung. Einige Studien zeigen, dass IPv6-Verbindungen aufgrund weniger Hops und ohne NAT-Overhead durchschnittlich 10–15 ms schneller abgeschlossen werden.
Wenn Sie ein Netzwerk betreiben, Dienste hosten oder Anwendungen entwickeln, wird die IPv6-Unterstützung zunehmend wichtiger. Viele mobile Nutzer greifen hauptsächlich über IPv6 auf das Internet zu, und große Inhaltsanbieter priorisieren die IPv6-Konnektivität. Obwohl IPv4 über NAT weiterhin funktioniert, stellt die Hinzufügung von IPv6-Unterstützung sicher, dass Sie das wachsende IPv6-Publikum erreichen und Ihre Infrastruktur zukunftssicher machen.
Ja. Dual-Stack-Netzwerke ermöglichen es Geräten und Netzwerken, beide Protokolle gleichzeitig zu betreiben. Die meisten modernen Betriebssysteme, Router und Anwendungen unterstützen Dual-Stack. Diese Koexistenz wird viele Jahre andauern, während das Internet schrittweise auf IPv6 umstellt. Übersetzungsmechanismen wie NAT64 ermöglichen es IPv6-only-Netzwerken auch, auf IPv4-Ressourcen zuzugreifen.
Es gibt kein geplantes Abschaltungsdatum für IPv4. Obwohl die IPv6-Einführung stetig zunimmt, ist IPv4 tief in der globalen Infrastruktur verankert. Branchenexperten erwarten, dass IPv4 und IPv6 noch mindestens ein weiteres Jahrzehnt oder länger koexistieren werden. IPv4-Adressen behalten gerade deshalb einen erheblichen Marktwert, weil der Übergang so schrittweise erfolgt.
Viele große ISPs weltweit unterstützen jetzt IPv6, insbesondere Mobilfunkbetreiber. Sie können Ihre IPv6-Konnektivität überprüfen, indem Sie test-ipv6.com besuchen. Wenn Ihr ISP IPv6 noch nicht unterstützt, können Sie Tunnel-Broker wie Hurricane Electric (tunnelbroker.net) verwenden, um IPv6-Konnektivität über Ihre bestehende IPv4-Verbindung zu erhalten.
Dual-Stack bedeutet, IPv4 und IPv6 gleichzeitig auf derselben Netzwerkschnittstelle zu betreiben. Ein Dual-Stack-Host kann sowohl mit IPv4-only- als auch mit IPv6-only-Zielen kommunizieren. Es ist die empfohlene Übergangsstrategie, da sie volle Abwärtskompatibilität beibehält und gleichzeitig IPv6-Konnektivität ermöglicht. Die meisten modernen Betriebssysteme aktivieren Dual-Stack standardmäßig.