84 lines
5.8 KiB
HTML
84 lines
5.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="What is IPv6?" />
|
|
<meta name="abstract" content="Find out why Internet Protocol version 6 (IPv6) is replacing Internet Protocol version 4 (IPv4) as the Internet standard, and how you can use it to your advantage." />
|
|
<meta name="description" content="Find out why Internet Protocol version 6 (IPv6) is replacing Internet Protocol version 4 (IPv4) as the Internet standard, and how you can use it to your advantage." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2ipv6intro.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2ipv6func.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2ipv6relatedinfo.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="ipv6whatis" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>What is IPv6?</title>
|
|
</head>
|
|
<body id="ipv6whatis"><a name="ipv6whatis"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">What is IPv6?</h1>
|
|
<div><p>Find out why Internet Protocol version 6 (IPv6) is replacing Internet
|
|
Protocol version 4 (IPv4) as the Internet standard, and how you can use it
|
|
to your advantage.</p>
|
|
<p>IPv6 is the next evolution in Internet Protocol. Most of the Internet
|
|
uses IPv4, and this protocol has been reliable and resilient for over 20 years.
|
|
However, IPv4 has limitations that might cause problems as the Internet expands.</p>
|
|
<div class="p">In particular, there is a growing shortage of IPv4 addresses, which are
|
|
needed for all new devices added to the Internet. The key to IPv6 enhancement
|
|
is the expansion of the IP address space from 32 bits to 128 bits, enabling
|
|
virtually unlimited, unique IP addresses. The new IPv6 address text format
|
|
is: <pre>xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx</pre>
|
|
where each <samp class="codeph">x</samp> is a hexadecimal digit representing
|
|
4 bits.</div>
|
|
<p>The expanded addressing capability of IPv6 provides a solution to the address
|
|
depletion problem. This is especially important as more people use mobile
|
|
computers, such as mobile telephones and handheld computers. The increasing
|
|
demands of wireless users contribute to the depletion of IPv4 addresses. The
|
|
expanded IP address capability of IPv6 provides enough IP addresses for the
|
|
growing number of wireless devices.</p>
|
|
<p>In addition to this addressing capability, IPv6 provides new functions
|
|
that simplify the tasks of configuring and managing the addresses on the network.
|
|
Configuring and maintaining networks is a labor-intensive activity. IPv6 reduces
|
|
some of the workload by automating several of the network administrator's
|
|
tasks.</p>
|
|
<p><img src="./delta.gif" alt="Start of change" />If you use IPv6, you do not have to renumber your device
|
|
addresses when you change to a different Internet service provider (ISP).
|
|
Site renumbering is an important architectural element of IPv6, and is largely
|
|
automatic. The lower half of your IPv6 address will remain unchanged, because
|
|
this is traditionally the MAC address of your Ethernet adapter. A new IPv6
|
|
prefix will be assigned to you by the ISP, and this new prefix can be distributed
|
|
to all of the end hosts by updating the IPv6 routers in the network and allowing
|
|
IPv6 stateless autoconfiguration to "re-learn" the new prefix.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
<p><img src="./delta.gif" alt="Start of change" />The IPv6 autoconfiguration feature automatically
|
|
configures interface addresses and default routes for you. In stateless autoconfiguration,
|
|
IPv6 takes the MAC address of the machine and a network prefix provided by
|
|
a local router and combines these two addresses to create a new, unique IPv6
|
|
address. This feature eliminates the need for a Dynamic Host Configuration
|
|
Protocol (DHCP) server.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzai2ipv6intro.htm" title="The Internet Protocol version 6 (IPv6) plays a key role in the future of the Internet, and you can use IPv6 on the iSeries server. This topic provides general information about IPv6 and how it is being implemented on the server.">Internet Protocol version 6</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzai2ipv6func.htm" title="Learn how IPv6 is being implemented on the iSeries server.">What IPv6 functions are available?</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzai2ipv6relatedinfo.htm" title="You can use these links to resources that help you understand IPv6.">Related information for IPv6</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |