Brand new Google Instant: a search-as-you-type engine and Google SG will soon get a taste of it. See http://bit.ly/cm7kzy and @zdnetasia
17 minutes ago by jamieyzdnetasia on twitterZDNet is available in the following editions:
The American Registry for Internet Numbers and net-centric IT solutions company Command Information respond to questions about IPv6 from TechRepublic members.
#1: Can you provide a simple overview of IPv6 and the differences between it and IPv4?
American Registry for Internet Numbers, or ARIN: Internet Protocol is a set of technical rules that define how computers communicate over a network. There are currently two versions: IP version 4 (IPv4) and IP version 6 (IPv6).
IPv4 was the first version of Internet Protocol to be widely used and still accounts for most of today's Internet traffic. There are just over 4 billion IPv4 addresses. While that is a lot of IP addresses, it is not enough to last forever.
IPv6 is a newer numbering system to replace IPv4. It was deployed in 1999 and provides far more IP addresses, which should meet the need well into the future.
The major difference between IPv4 and IPv6 is the number of IP addresses. Although there are slightly more than 4 billion IPv4 addresses, there are more than 16 billion-billion IPv6 addresses.
| Internet Protocol version 4 (IPv4) | Internet Protocol version 6 (IPv6) | |
| Deployed | 1981 | 1999 |
| Address size | 32-bit number | 128-bit number |
| Address format | Dotted aecimal notation:192.168.0.202 | Hexadecimal notation:3FFE:0400:2807:8AC9::/64 |
| Number of addresses | 2^32 | 2^128 |
#2: IPv4 and IPv6 coexistence--what does that mean?
ARIN: The technical functioning of the Internet remains the same in both versions and it is likely that both versions will continue to operate simultaneously on networks well into the future. To date, most networks that use IPv6 support both IPv4 and IPv6 addresses in their networks.
It is important for all organizations to consider the adoption of IPv6 for their Internet services over the next couple of years, but it is also important to know that IPv4 is not going away. IPv4 and IPv6 will coexist on the Internet for many years. Although it is necessary to make certain services like Web sites and e-mail available over the IPv6 network, it is not necessary to replace the already deployed IPv4 infrastructure.
The transition from IPv4 to IPv6 will happen over the course of many years, with both protocols working together on the Internet. Much of the IPv4 deployed infrastructure may continue to work on the Internet for years to come.
#3: What will happen with older machines? What devices support IPv6? What Microsoft operating systems support IPv6?
Command Information: It is very difficult to generalize answers for questions like this. By older machines, I would assume we are talking about desktop machines. Some level of IPv6 support can be found (not necessarily through Microsoft) for all Windows systems from 95 through Vista, including Windows NT. However, the level of support will vary greatly. It should be noted that Windows XP, Vista, and Mobile all ship capable of running IPv6. Vista and Windows Mobile default to having IPv6 turned on, but the user has to turn it on in XP. As for what devices support IPv6--the device world is large; check with your device vendor for details.
#4: What about having IPv6 perimeter IP addresses and IPv4 IP addresses on the internal network?
ARIN: We ask organizations to consider "dual-stacking" IPv4 and IPv6 so they can continue to communicate with IPv4 portions of the Internet, yet be able to communicate with the new and soon-to-expand IPv6 portions. ARIN advises organizations to begin by deciding what makes their routers, DNS, Web servers, and mail servers compatible with IPv6.
The level of effort to make Web site, e-mail, and other communication services available via IPv6 will be different for each organization. It will depend greatly on how the network is set up and what services are deployed. Here are some examples.
Organizations may also establish protocol translation services for their network, allowing clients using one version of the protocol to interact with content on the Internet using the other version.
#5: How does IPv6 addressing work? Explain IPv6 IP address shorthand.Command Information: In general, an IPv6 address is made up of eight 4-character hexadecimal chunks, each separated by a colon. For example, 2001:0db8:0049:0000:ab00:0000:0000:0102 is a full IPv6 address. The first four chunks (64 bits) of the address identify the network portion of the address, referred to as the "network prefix".
Because IPv6 addresses are hierarchical, the network prefix identifies the organization, service provider, and other elements of distribution. The last four chunks (64 bits) compose the interface ID, a unique identifier that is often created using a device's MAC address.
Because a full address as shown above can be cumbersome, addresses can be compressed via two easy steps. First, all leading zeros within a given chunk can be eliminated. For the above address this would reduce the address to 2001:db8:49:0:ab00:0:0:102. Additionally, once per address (and only once; otherwise, you'd risk ambiguous addresses), any number of consecutive, all-zero chunks can be replaced by a double colon, making the most compressed form of the above address 2001:db8:49:0:ab00::102.
#6: Do IPv6-ready firewalls actually work?Command Information: Yes, there are IPv6-capable firewalls, and they work just like any other firewall. The key when evaluating a firewall for compatibility is to make note of who is saying the device is capable. The vendor can say its device is IPv6 compatible, but what "compatible" means is up to the vendor to say.
"IPv6 Ready" is a standard set forth by the IPv6 Forum and offers vendors a chance for their devices (of all kinds, not just firewalls) to be tested and certified to either silver or gold standards.
The Joint Interoperability Test Command (JITC) offers a more stringent testing and certification. NIST will offer a certification in the future, but does not actually have testing laboratories available at this point. Whenever we talk about firewalls, though, it goes without saying that whatever the performance of the device, unless the rules it operates under are sound, the device is not sound.
#7: Will common networking tools such as Ping work with IPv6?Command Information: Yes. Depending on your platform, some might be slightly renamed (and/or protocol specific), such as "ping6", but the essential, everyday, screwdriver/hammer-type tools like ping, traceroute, and telnet are present for IPv6.
#8: How does DHCPv6 work? How is it different from DHCPv4?Command Information: Stateless Auto Configuration was originally designed to eliminate the need for DHCP in IPv6, and is in fact the default address assignment method in almost all host operating systems. However, some enterprises will feel the need to control their address allotments more tightly, and DHCPv6 was developed for this reason.
Stateful DHCPv6 works, from a functional standpoint, very similarly to its v4 counterpart. The function of the protocol is to provide addressing and other useful information, such as the address of a DNS server. From an operation point of view, DHCP does have some differences, such as the use of multicast instead of broadcast and the ability to assign multiple addresses to a client. DHCPv6 also has two other modes of operation in addition to Stateful - Stateless and Prefix Delegation.
#9: How does DNSv6 work? How is it different from DNSv4?Command Information: DNS (there is no "DNSv6" protocol) continues to operate as the default, Internet-wide name resolution service--simply with a new record type and a new transport option. The new record type is AAAA (referred to a "quad A"), and the new transport, of course, is IPv6. From a logistics standpoint, DNS works just like it always has. If a host supports only IPv4, it works as it always has--asking for A records. If a host supports IPv6 only, it asks for AAAA records only. If a host supports both (and believes it has both transports available), it asks for both.
#10: How are packets fragmented in IPv6 and how does that compare to IPv4?
Command Information: Fragmentation has been completely rethought in IPv6. When different networks were joined together in the dawning of the Internet, the job of fragmentation was given to the entry points (routers) that connected different networks or segments.
Since some had smaller maximum transmission units (MTUs) than others, it made sense that they be able to break the packets down when they reached the entry points, because network reliability and throughput were at a premium. In IPv6, it is the role of the sending node to handle fragmentation. Because fragmentation is done by the sending node and not in transit, load on routers is reduced and they can return to the job they were built for--passing packets to the next hop.
#11: What really happens to my company Internet access if it or my ISP network doesn't transition in time?
ARIN: Without a dual-stacked network or deployed protocol translation services, an individual user gaining Internet access for the first time from an IPv6-only ISP may not be able to access the Web sites or mail servers for organizations that operate IPv4-only networks.
There are implications to not adopting IPv6. These implications become evident as wide-scale deployment of IPv6 accelerates. Not adopting IPv6 may cause the following types of issues for the various types of Internet users.
#12: Is there some kind of a timeline for ISPs and backbone networks to implement IPv6 if it's not already in place? When do I need to start the change over process?
ARIN: Within the next few years, once the regional Internet registries (RIRs) run out of large blocks of IPv4 address space, organizations that require larger contiguous blocks of address space will be able to receive them only in IPv6. Contiguous blocks of IP address space are necessary for activities like building out new large networks and adding new customers to existing Internet service providers' networks.
Even organizations that have enough IPv4 address space and continue to operate their IPv4 networks will still need to implement IPv6 on their networks. Today, some people are voluntarily attempting to reach mail and Web servers via IPv6 connections to the Internet. Once the RIRs have no large blocks of IPv4 address space remaining and start allocating IPv6-only blocks to ISPs and other large networks, some people will have to use IPv6 to reach the Internet.
Therefore, any organization that has a Web site and communicates via e-mail will need to take steps to ensure those services are visible over both the IPv4 and IPv6 networks. The IPv4 network will allow continued communications with the legacy Internet, and the IPv6 network will allow Web site and e-mail communications to be visible for individuals connecting to the Internet using IPv6 only. When services are available over both IPv4 and IPv6, it's referred to as "dual-stacked".
The decision of when to make a network IPv6 capable is up to each organization, but every effort should be employed to begin planning and preparing for the transition as soon as possible.
As the free pool of available IPv4 addresses diminishes over the next couple of years, Internet service providers will begin to deploy services to customers using IPv6 only. When this occurs, there will be an IPv6-only portion of the Internet that begins to grow. For mutual communications to occur between an organization's Web site, e-mail, and other communication services and individuals who are part of this IPv6-only portion of the Internet, the organization will need to first make services IPv6 capable.
It is not possible to accurately predict the exact rate at which the Internet will continue to grow, and even less possible to predict what portion of that growth will be IPv6 only. It is possible to imagine, though, that Internet growth will continue at a rapid rate. And with that rapid growth will come many individuals who are connected to the Internet using IPv6. Within one year past the point of IPv4 free pool depletion and wide-scale IPv6 deployment, perhaps 2 percent of users will be on the IPv6-only portion of the Internet. After two years, maybe 4%. After five years, a much larger percentage. Each organization will have to decide when it is time to adopt IPv6. If it decides it must be ready to communicate with the IPv6-only portion of the Internet before it begins to grow, the time to act is now.
Online resources for IPv6 from the experts
Michael Kassner has been involved with communications for 40-plus years, starting with amateur radio (K0PBX). He now works as a network field engineer for Orange Business Services and as a consultant with MKassner Net. Current certifications include Cisco ESTQ Field Engineer, CWNA, and CWSP.
Brand new Google Instant: a search-as-you-type engine and Google SG will soon get a taste of it. See http://bit.ly/cm7kzy and @zdnetasia
17 minutes ago by jamieyzdnetasia on twitter#Force #Cloud S'pore: Social media trumps paid keyword ads: Microsoft aiming to hone CRM pitch: SAN FRANCISCO-... http://bit.ly/do6ECA #TCN
22 minutes ago by ForceCloud on twitterIwebslog.com-Multi-task tricks of the Table Move handle in Word: Click or double-click the Table Move handle... http://dlvr.it/4xkZW #Excel
39 minutes ago by learnexcel on topsyS'pore: Social media trumps paid keyword ads http://bit.ly/96gvyw
47 minutes ago by TheProfitCenter on twitterMicrosoft aiming to hone CRM pitch: As it gears up to start testing a new version of its product, Redmond says it'... http://bit.ly/cCRyE6
54 minutes ago by webcrmsoftware on twitter10 things you should know about NoSQL databases: The relational database model has prevailed for deca... http://bit.ly/9kJeXc - #Asia #News
54 minutes ago by AsiaTodayNews on twitterMulti-task tricks of the Table Move handle in Word: Click or double-click the Table Move handle to qu... http://bit.ly/b7UBPf - #Asia #News
55 minutes ago by AsiaTodayNews on twitterMicrosoft aiming to hone CRM pitch: SAN FRANCISCO--Microsoft is tired of seeing Salesforce.com get all the headlin... http://bit.ly/d6Uf6U
1 hour 11 minutes ago by DaisySteward on twitterMicrosoft aiming to hone CRM pitch: SAN FRANCISCO--Microsoft is tired of seeing Salesforce.com get all the headlin... http://bit.ly/9vsZxf
1 hour 11 minutes ago by henrycowell on twitterwho would've thunk it?? increasingly important medium.. 'S'pore: Social media trumps paid keyword ads' - ZDNet Asia - http://bit.ly/axe88O
2 hours 15 minutes ago by karunspeak on twitterRT @zdnetasia: Oracle's Hurd for Phillips swap: What's the customer relations impact? http://ur1.ca/1jqms
2 hours 28 minutes ago by MalAliehs on twitterSalesforce chief: Enterprise tech lacks innovation: Consumer tech makers such as Twitter are setting ... http://bit.ly/ca4KYi - #Asia #News
2 hours 58 minutes ago by AsiaTodayNews on twitterAdobe warns of zero-day hole in Reader, Acrobat: Critical vulnerability could allow an attacker to ta... http://bit.ly/bY9Xe6 - #Asia #News
2 hours 58 minutes ago by AsiaTodayNews on twitterMicrosoft aiming to hone CRM pitch http://bit.ly/dn8jno
3 hours 38 minutes ago by superstarch on topsyLink to the Dual Roles of the CIO: http://www.ciodashboard.com/cio-careers/cio-dual-roles/
12 hours 51 minutes ago by cbcurran on Boeing CIO: IT key to drive business growthHere's another view of the dual roles of the CIO that I think is consistent. What we've found, however, is that only about 1 in 4 CIOs o...
12 hours 51 minutes ago by cbcurran on Boeing CIO: IT key to drive business growthI agree with the author's sentiment in that Oracle seems to be set on a course to building an anti-open-source reputation. I don't agree ...
13 hours 55 minutes ago by sisto on Could Oracle fracture open source community?Hi Rick, I like your point that there is a time and a place for automation, and that it can be quite effective when used properly. One su...
16 hours 15 minutes ago by XebiaLabs on Agile drivers for new project management toolssorry for the double entry just a mistake
19 hours 27 minutes ago by notek on 5 ways to avoid removable media malwareAmazing and very informative blog one point i'd like to point out is that, for number 2 instead of completely restraining the use of remo...
19 hours 27 minutes ago by notek on 5 ways to avoid removable media malwareS'pore: Social media trumps paid keyword ads http://bit.ly/9Z7dNd
19 hours 45 minutes ago by lenwilton on topsyHi. My name is Philippe de Passorio, head of Total Immersion office in Apac. Since we have opened our subsidiary in Hong Kong 1 year ago,...
20 hours 30 minutes ago by philippe on APAC lags in augmented reality adoptionHaha, thought long and hard about how to phrase it... no worries, you owe me lunch then, ;)
23 hours 31 minutes ago by yedwin on Is M'sia's online world ready for free speech?Nice post man. Looks like I don't have to write one on this now.
23 hours 53 minutes ago by davidlian on Is M'sia's online world ready for free speech?The only reason Oracle has a leg to stand on here is that Sun didn't open source all of Java. The saw that Java as a desktop application...
1 day 35 minutes ago by txtechdog on Could Oracle fracture open source community?I recently made some good experiences with CopyRight2 from Sys-Manage. You can download a trial version here: http://www.sys-manage.com/P...
1 day 13 minutes ago by JPatrick on Migrate shares from one Windows NT server to anotherI have to disagree with the author's statement "If Oracle destroys OpenOffice and MySQL the Linux operating system would be left with, wh...
1 day 33 minutes ago by schumacr on Could Oracle fracture open source community?Oracle may well kill OpenOffice and MySQL but the FOSS community has a better DB in PostgreSQL, and OOo will be forked to get out from un...
1 day 1 minute ago by GreyGeek on Could Oracle fracture open source community?sir want create my own accounting software but i dont know anythink abount the programing i try to improave my self with learn of some ex...
1 day 34 minutes ago by parveenidhi on Create a shortcut to a custom Word templateFacilitating Change Through Business-Centric IT Innovation - 28 Sep 2010, Singapore
Register for Governmentware 2010 today!
Join us at Asia's Premier Infocomm Security Conference from 28 Sep - 30 Sep
Download your complimentary UPS Resource Kit!
Use these featured resources to optimize your power protection and management.
Stop Waiting Start Switching to Juniper
Free Gartner Report shows it reduces costs and increases efficiency
2010 IT Salary & Skills Report
Find out the salary range of IT professionals. Join activeTechPros for free access to the report.