This part of the IPv6 tutorial discusses the three general IPv6 address types (unicast, multicast, anycast) and introduces the sub type global unicast address.
Latest posts by Michael Pietroforte (see all)

In my last post in the IPv6 series, you learned the IPv6 address syntax. Today, I will introduce the different types of IPv6 addresses.

IPv6 address types

There are three general types of IPv6 addresses: unicast, multicast, and anycast.

Unicast addresses

You know unicast addresses from IPv4. A unicast address is the most common form of an IP address and is assigned to one network interface.

Multicast addresses

Multicast addresses are also known in IPv4. These addresses identify multiple network interfaces / hosts. A typical use of multicast addresses in a Windows environment is the deployment of OS images to multiple hosts, simultaneously.

Anycast addresses

This is a new address type in IPv6. Like a multicast address, an anycast address identifies multiple interfaces; however, while multicast packets are accepted by multiple machines, anycast packets are delivered only to one interface (host). This address type allows for services that are provided by multiple servers where only one server has to respond. In routing, anycast addresses are used to route packets to the closest routers.

And what about broadcast addresses? They no longer exist in IPv6. Broadcasts are replaced by multicast messages. I will say something about this IPv6 technique in a later post.

IPv6 knows five different unicast address types: global unicast addresses, link-local addresses, site-local addresses, unique local IPv6 unicast addresses, and special addresses.

Global unicast addresses

A global unicast address is simply what we call a public IP address in IPv4—that is, an IP address that is routed across the whole Internet. You can make out a global unicast address easily: The first three bits are set to 001. Thus, the address prefix of a global IPv6 address is 2000::/3 because 0010000000000000 is 2000 in hex. However, in the future, the IANA (Internet Assigned Numbers Authority) might delegate currently unassigned portions of the IPv6 address space. Hence, 2000::/3 won't always be the prefix for global unicast addresses.

IPv6 - tutorial - Global unicast address

(Note: The diagram is from Microsoft's "Introduction to IP Version 6.")

The next 45 bits are the so-called global routing prefix. This is the part that is assigned to organizations. The following 16 bits are for the subnet ID, which you can use for hierarchical addressing in your network. The last 64 bits indicate the interface ID, which is the part of the IPv6 address that must be unique within a subnet. You know what this means, right? You can have 65,536 (=216subnets), and each subnet can have 18446744073709551616 (=264) computers. I hope you have an efficient OS deployment tool. 😉

In my next post, I will cover the site-local addresses and link-local address.

10 Comments
  1. Himanshu 11 years ago

    Dear Sir,

    Explained in very simple manner. this post is really wonderful for understanding IPV6

    reg,
    himanshu

  2. Thanks! 🙂

  3. chuka 11 years ago

    muchas gracias! very good explanation.

  4. Anonymous 8 years ago

    Danke. Got that very fast, answered some questions. Eagerly going to next post.

  5. leo 7 years ago

    3000:/3 is a global unicast add?

  6. Jack 7 years ago

    Hello Michael,

    If  I apply for Internet service,  will ISP allocate me a 64 bits Prefix like 2000:0:0:1234::/64, or Only one 128 bits IPv6 address like 2000:0:0:1234:1:2:3:4? or else?

    Thanks a lot.

  7. gopi 6 years ago

    hi good explanation . i have doubt . why we use 2001 and 2002 for most time gor global unicast . why we are not using 2010 or 2111 like that . Is it depend on ISP range . whether only 2001 range provided to all ISP in the world . I am confused about IPv 6 allocation .

     

    • Author

      Global unicast addresses are assigned to regions. You can see the current address assignments here. 2002 is for 6to4 (IPv6 packets are transmitted over IPv4) and 2001 is assigned to different regions. 2010 and 2011 are not yet assigned.

  8. Zubu 6 years ago

    very thanks mr:Michael Pietroforte, i could studied more things about ipv6.very usefull points.

Leave a reply

Your email address will not be published.

*

© 4sysops 2006 - 2023

CONTACT US

Please ask IT administration questions in the forums. Any other messages are welcome.

Sending

Log in with your credentials

or    

Forgot your details?

Create Account