IPv4 vs. IPv6: How the Upgrade Improves Routing Efficiency
August 5, 2015“An Internet Protocol (IP) is a set of technical rules that defines how computers communicate over a network. There are two versions—IPv4 and IPv6.
IPv4 was developed in the 1970s and was the most widely used version. It’s the foundation protocol for the global Internet. It’s used by every company to connect to the Internet and accounts for most of today’s Internet traffic.
When it was developed its 4.2 billion Internet addresses were not intended to accommodate a commercial Internet.
Even with repeated extensions, IPv4 is running out of numbers,” ARIN.net, Deploying IPv6.
How Many IPv4 addresses are left?
ARIN, The American Registry for Internet Numbers, currently has only 292 number blocks remaining in the IPv4 inventory, and they’re going fast. That’s due to devices like computers, phones, smart TVs, and gaming consoles gobbling them up faster than anticipated. Without more IPs, the Internet could grind to a halt.
An Unforeseen Influence Upon IPv4 Depletion Point
Arguably, the biggest challenge isn’t the simple 3-4 devices / per end-user model. The looming zero-day of number depletion is the pending mushroom of numbers required to register the Internet of Things (IoT).
Gadgetry awaiting registry could include things like:
- Appliances
- Smart Cars – Apple is in the process of building one
- Smart Houses – alarm systems, lights, alarms
- Medical Devices – monitors and safety alerts
The solution to this problem is IPv6.
Begun in 1993 and completed in 1999, ARIN has already designed and implemented a solution. They’ve also been busy behind the scenes reconfiguring the Internet for the pending transition.
Both protocols will co-exist for many years to come using a “Dual Stack” network. Ultimately, IPv4 will be phased out as migration to IPv6 is deployed. The industry will need to continue support for IPv4, as the network management tools used in IPv4 may not work in IPv6.
Silos: A Short Term Solution
Network operators are preparing for the coming transition with BGP (Border Gateway Protocol) routing. BGP is an exterior routing protocol used to exchange routing information between autonomous systems.
By including code for both IPv4 and IPv6 into the routing system, they’ve solved the problem in advance—at least in the short term.
The NYIIX Peering Exchange facilitates both numbering protocols for their members.
How To Harmonize IPv4 and IPv6
Dual Stack is one key to harmonious coexistence between IPv4 and IPv6.
When configuring router interfaces, addressing and routing protocols include both protocol numbers.
Tunneling is another way to allow both. A tunnel is constructed within an IPv4 region of the network, over which encapsulated IPv6 packets can be sent.
IPv4 vs IPv6: Side-by-Side Comparison of the Two Numbers
One notable difference between the two Internet Protocol versions is that IPv4 uses a Dotted Decimal Notation while IPv6 uses a Hexadecimal Notation. On the surface, it might seem that the IPv6 address format has a higher complexity and could clog things up from a routing perspective, but the subgroups of IPv6 actually enable faster delivery.
IPv6 generates a 128-bit address, while IPv4 creates 32-bit addresses, so there will be room to grow with the new system.
Here’s a breakout of the sections of an IPv6 number.
2001: 0DB8: 0234: AB00: 0123:4567:8901:ABCD
What each section of the IPv6 number represents:
2 Global Unicast Address Indicator: refers to sending message to a single network destination identified by a unique address.
001 Region (AFRINIC, APNIC, ARIN, LACNIC, RIPE NCC)
ODB8 Local Internet Registry (LIR) or Internet Service Provider (ISP)
0234 Customer
AB00 Subnet
0123:4567:8901:ABCD is the 64-bit Extended Unique Identifier (EUI-64TM). This unique 64-bit IP Version 6 interface identifier (EUI-64) is assigned directly to the host without any manual configuration or Dynamic Host Configuration Protocol (DCHP).
The potential number of addresses to be covered in this new system is 2^128. That should hold end users for a while.
Why IPv6 Improves Routing Efficiency
The prefix allows ISPs to group their customers into a single-prefixed group, which reduces the size of routing tables out of the gate.
- IPv6 requires fewer hops.
“The new protocol requires fewer “hops” between network nodes.” Alan Aversa, a member of SuperUser posted this test sequence to illustrate performance between IPv4 and IPv6. http://test-ipv6.com:
SITE | IPv4 hops | IPv6 hops | IPv4 ping (min/avg/max/mdev ms) | IPv6 ping (min/avg/max/mdev ms) |
6connect.com | 14 | 8 | 67.253/72.499/106.113/11.265 | 55.031/58.340/74.078/5.426 |
bind.com | 13 | 10 | 45.450/53.924/98.121/15.158 | 60.002/82.812/196.221/41.448 |
delong.com | 11 | 7 | 59.059/66.432/95.884/10.134 | 52.423/73.042/135.103/30.874 |
mozilla.org | >11 | 6 | 33.178/97.481/536.719/148.432 | 45.562/47.133/48.390/0.805 |
test-ipv6.chi.vr.org | 12 | 6 | 35.443/40.502/70.426/10.056 | 33.953/41.144/85.444/14.862 |
tunnelbroker.net | >9 | >4 | 39.504/46.119/73.483/10.290 | 32.559/63.532/222.700/62.022 |
IPv6 used fewer hops, despite the fact that the IPv6 numbers are going through a tunnel.
- IPv6 doesn’t employ IP-level checksum.
Simplified header removes steps needed to process packets. This feature found in IPv4 is redundant at the IP-level since it’s already in the link and transport layers.
- IPv6 allows Multicast.
Substantial packet streams sent to multiple destinations at the same time distribute loads and save bandwidth.
- Smoother End-to-End Functionality
The Host generates part of the address speeding up process.
Conclusion
The unavoidable switchover to IPv6 number blocks is near. The Internet is preparing for the transition to expanded packet management.
Here’s a snapshot of the percentages of those who have made the switch.
- Google users adopting IPv6 has reached roughly 8%.
- A more global perspective from World Launch. Their charts and graphs are a conglomeration of different populations.
Pain now or pain later—it’s probably easiest to have IPv6 numbers in place to avoid the mad rush when procrastinators realize that the IPv4 flow has dried up.
Sources:
ARIN | IPv6 Information Center
Information Week | Network Computing. Six Benefits of IPv6
SuperUser | Alan Aversa