A new IETF Internet-Draft landed in April 2026 thatβs turning heads: Internet Protocol Version 8 (IPv8). Not IPv5 (RTP), not IPv6 (the perpetual βnext yearβ protocol) β IPv8. And its headline claim is extraordinary: 100% backward compatibility with IPv4, zero flag day, and it solves address exhaustion.
Letβs break down draft-thain-ipv8-00.
The Core Idea
IPv8 doesnβt replace IPv4 β it extends it. An IPv8 address with the routing prefix field set to zero is an IPv4 address. No existing device, application, or network requires modification.
The address format:
IPv8 Address: r.r.r.r : h.h.h.h
ββββββββ€ ββββββββ€
Routing Host
Prefix Address
(ASN) (32-bit)- Routing prefix (
r.r.r.r): Encodes the Autonomous System Number (ASN) - Host address (
h.h.h.h): Full 32-bit host space per ASN
When the routing prefix is 0.0.0.0, the host address is a standard IPv4 address. Legacy devices see normal IPv4 packets.
Address Exhaustion: Solved Without NAT
Each ASN holder receives a full 32-bit host address space β 4,294,967,296 addresses per ASN. With ~100K ASNs currently allocated, thatβs 400+ trillion addresses without expanding the routing table.
The global routing table is structurally bounded to one entry per ASN β compared to the 1M+ prefixes in todayβs IPv4/IPv6 DFZ (Default-Free Zone).
| Protocol | Address Space | Routing Table | NAT Required |
|---|---|---|---|
| IPv4 | 4.3 billion total | 1M+ prefixes | Yes (exhaustion) |
| IPv6 | 340 undecillion | 200K+ prefixes (growing) | No |
| IPv8 | 4.3B per ASN | One entry per ASN (~100K) | No |
The Management Philosophy
IPv8 isnβt just an addressing scheme β itβs a managed network suite. Every component is unified:
Zone Server: The Single Point of Control
Every IPv8 network has a Zone Server that provides:
- DHCP8: Single lease response delivers all configuration
- DNS8: Name resolution with egress validation
- OAuth2 JWT: Every manageable element authorized via tokens from local cache
- NTP8: Time synchronization
- WHOIS8: Active route registration and validation
- NetLog8: Unified telemetry
βββββββββββββββββββββββββββββββββββββββββββ
β Zone Server β
β β
β βββββββ βββββββ ββββββββ βββββββββββ β
β βDHCP8β βDNS8 β βOAuth2β β NetLog8 β β
β βββββββ βββββββ ββββββββ βββββββββββ β
β βββββββ ββββββββ βββββββββ β
β βNTP8 β βWHOIS8β βUpdate8β β
β βββββββ ββββββββ βββββββββ β
βββββββββββββββββββββββββββββββββββββββββββ
β
βΌ JWT-authorized management
βββββββ βββββββ ββββββββ ββββββββ
β Hostβ β Hostβ βRouterβ βSwitchβ
βββββββ βββββββ ββββββββ ββββββββEgress Validation
Every packet leaving an IPv8 network is validated at egress:
- DNS8 lookup confirms destination exists
- WHOIS8 check validates an active registered route to the destination ASN
- Invalid packets are dropped before hitting the internet
This is built-in DDoS mitigation β you canβt spoof source addresses or send traffic to unregistered destinations.
Security Model: East-West and North-South
IPv8 bakes in zero-trust principles at the network layer:
- North-South (ingress/egress): WHOIS8 route validation, DNS8 egress filtering
- East-West (lateral movement): OAuth2 JWT authorization for device-to-device communication
- Management plane: All network management operations require valid JWT tokens
No more βflat networkβ lateral movement. Every hop is authenticated.
Backward Compatibility
The draft emphasizes repeatedly: no flag day, no forced migration.
- IPv4 addresses are valid IPv8 addresses (routing prefix = 0)
- Legacy devices continue to work unchanged
- IPv8-aware devices can communicate with IPv4 devices transparently
- XLATE8 (translation) handles interop between IPv8-native and legacy networks
- Socket API remains compatible (extended, not replaced)
The Companion Specifications
IPv8 is not a single RFC β itβs a full suite:
| Draft | Purpose |
|---|---|
draft-thain-ipv8-00 | Core protocol |
draft-thain-routing-protocols-00 | BGP8, IBGP8, OSPF8, IS-IS8 |
draft-thain-rine-00 | Regional Inter-Network Exchange |
draft-thain-zoneserver-00 | Zone Server architecture |
draft-thain-whois8-00 | WHOIS8 registration/validation |
draft-thain-netlog8-00 | Network telemetry |
draft-thain-support8-00 | ARP8, ICMPv8, Route8 |
draft-thain-ipv8-mib-00 | SNMP MIB for IPv8 |
draft-thain-wifi8-00 | WiFi8 protocol |
draft-thain-update8-00 | NIC certification |
What This Means for Infrastructure Engineers
If IPv8 gains traction, the implications for cloud and platform engineering are significant:
Kubernetes and Container Networking
- Pod addressing could use full 32-bit space per cluster (no more /16 CIDR planning)
- Service mesh mTLS becomes complementary to (not a replacement for) network-layer auth
- CNI plugins would need IPv8-aware IPAM
Cloud Providers
- VPC addressing becomes trivial (each VPC gets an ASN-equivalent space)
- No more RFC1918 overlap headaches in multi-cloud
- Transit gateway complexity reduced
Enterprise Networks
- NAT elimination simplifies troubleshooting dramatically
- Unified management plane replaces 5+ separate tools
- Compliance auditing via NetLog8 and JWT audit trails
Skepticism and Open Questions
This is an individual Internet-Draft (not yet adopted by any IETF working group). Key questions:
- Is βmanagedβ too opinionated? β IPv4/IPv6 success came from being minimal and flexible
- Zone Server as SPOF β central management plane introduces availability concerns
- OAuth2 at network layer β performance overhead for high-PPS routing?
- Adoption path β even with backward compatibility, who deploys first?
- IPv6 investment β billions spent on IPv6 transition; political will for βyet another protocolβ?
The IPv6 Comparison
| Aspect | IPv6 | IPv8 |
|---|---|---|
| Backward compat | No (dual-stack needed) | Yes (superset of IPv4) |
| Address format | 128-bit hex | 64-bit (32 routing + 32 host) |
| Migration path | Dual-stack, tunnels, NAT64 | Zero β IPv4 is valid IPv8 |
| Management model | Bring your own | Built-in (Zone Server) |
| Routing table | Unbounded growth | Bounded (one entry per ASN) |
| Security | IPsec (optional) | JWT auth + egress validation |
| Years in deployment | 25+ | 0 (draft stage) |
Related Articles
- Enable PFC on Mellanox ConnectX NICs β network infrastructure
- Linux NIC Tuning β network performance
- NVIDIA DOCA Perftest β network benchmarking
- Zero Trust Kubernetes β zero trust at infrastructure level
IPv8 is either the most elegant solution to 30 years of networking pain, or an overly ambitious βboil the oceanβ proposal. Either way, itβs the most interesting IETF draft Iβve read in years. The backward compatibility claim alone makes it worth watching.