Changes

Jump to navigation Jump to search
Line 45: Line 45:     
==Types of IPv6 Addresses==
 
==Types of IPv6 Addresses==
IPv6 has three types of addresses:
+
*IPv6 supports the following three IP address types:
* [[Unicast Address]], which serves as a single interface identifier and it is delivered to the interface identified by the address;
+
 
* [[Multicast Address]], an identifier for a group/set of interfaces that may belong to the different nodes delivered to multiple interfaces
+
unicast
* [[Anycast Address]], an identifiers for a set of interfaces that may belong to different nodes and it is delivered to any of the interfaces identified by the address.<ref>[http://ip6.com/articles/general/IPv6-Addressing.htm Types of IPv6 Address]</ref>
+
multicast
 +
anycast
 +
 
 +
Unicast and multicast messaging in IPv6 are conceptually the same as in IPv4. IPv6 does not support broadcast, but its multicast mechanism accomplishes essentially the same effect. Multicast addresses in IPv6 start with 'FF' (255) just like IPv4 addresses.
 +
 
 +
Anycast in IPv6 is a variation on multicast. Whereas multicast delivers messages to all nodes in the multicast group, anycast delivers messages to any one node in the multicast group. Anycast is an advanced networking concept designed to support the failover and load balancing needs of applications.
 +
 
 +
IPv6 reserves just two special addresses: 0:0:0:0:0:0:0:0 and 0:0:0:0:0:0:0:1. IPv6 uses 0:0:0:0:0:0:0:0 internal to the protocol implementation, so nodes cannot use it for their own communication purposes. IPv6 uses 0:0:0:0:0:0:0:1 as its loopback address, equivalent to 127.0.0.1 in IPv4.
 +
 
 +
Also Known As: IPng (Internet Protocol Next Generation)</ref>
    
==IPv6 Special Addresses==
 
==IPv6 Special Addresses==
267

edits

Navigation menu