Thursday, September 23, 2010

IPv6 is Increasingly Important

IPv6 was created with an address space that is 3.4x1038 compared to IPv4’s 4.3x109.  Hopefully this will give us some time to plan for whatever comes next.  Right now, however, how will you deal with the first IPv6-only sites once there are no more IPv4 addresses? Since IPv4 and IPv6 are not compatible, your system will not be able to talk directly with a IPv6-only host.  If that host is someone’s home system, unless you are trying to play a game or exchange files, there should not be much of an issue.  If it is a business with whom you must deal, it starts to get more ‘interesting.’
        For some values of ‘interesting’ it can be relatively easy to make a connection. If your transactions are simple and small, Windows XPSP3 and forward offer methods of “automatic tunneling” that may allow your system to make an outbound connection to an IPv6 host.   If your connectivity is good and the tunnel host is not overloaded, you will not notice much difference.  It does mean that your personal firewall software will need to address what is coming out of that tunnel.
If you have a public-facing presence on the internet, you have more to think about and more to do.  Since IPv4 is not going to vanish, you will likely need to keep IPv4 implemented in some measure on selected computers and add IPv6. This is called “dual-stacking.” For this option, you need to make sure all the same services and issues addressed for IPv4 are addressed for IPv6.  To name a few:
  • your firewall vendor must understand and implement for IPv6
  • your DNS (domain name service) must properly respond with IPv6 information
  • your OS may need to support DHCPv6 (ex: WinXP does not, now)
  • your network management tools may need updated
  • your software ‘patching’ and maintenance product may need updated
        If you remember the “Year 2000” panic, you may feel there are parallels in this transition.  I would agree, absent a known, fixed deadline. For Y2k, application software was the major issue for most.  Like Y2k, how information is represented and stored is the root.  Does the application use 32-bits for an IP address? Is it numeric or string? Does it need to communicate with other systems? If so, are its calls coded in a way that is independent of the IP version?  These are a few of things you will want to know and address before they are forced to the forefront. 
 
Coming next time, some approaches to coping....

Tuesday, August 31, 2010

IPv6 is Coming! IPv6 is Coming!

Yes, the title is a joke. IPv6 is already here. It has been since before 1998. When the concept of exhaustion of IPv4 addresses was recognized, IPv6 was created with a much larger address space and intermediate approaches like “Classless Inter-Domain Routing” – which makes more efficient use of the addresses available - and Network Address Translation (see NAT below) were developed and implemented to reduce the speed of depletion. These delaying tactics have put off the inevitable, but are no longer enough.

What is fast approaching right now is an urgent requirement to take stock of how the depletion of IPv4 addresses in the next year to 18 months will impact you. What does this mean for individuals? The situation is really less a matter of end user preparedness, and more a matter of how well prepared your ISP (internet service provider) is for the address space exhaustion.
How does their preparedness impact you? Right now, most consumers receive a single IPv4 address to communicate with the rest of the internet. Typically that address is assigned to a small device called a ‘router’ which – on its own – assigns local addresses which are not globally visible. This approach utilizes NAT to figure out which local computer was trying to do out in the wider net. This works well for basic email and web browsing, but gets more complicated for gaming, video conferencing and other specialized applications.

In the earlier days of the internet, solutions like these were workable. There were fewer overall devices and most people used dial-up connections which shared a pool of addresses. Always-on connections like cable modems and DSL no longer share a pool. In the face of smart phones, sensor networks, and an ever-growing, world-wide penetration of internet access to developing areas, the clever solutions that maintained IPv4 for so long are no longer adequate to extend the effective IPv4 address space.

This is where IPv6 becomes a mainstream requirement.