IPv6 overview

IPv6 overview

Last updated: April 3, 2009

IP version 4 (known as IPv4) has been widely used for decades of years and it is proven to be robust, easily implemented and interoperable. However, as the increasingly growth of the internet, IPv4 faces many problems: the impending exhaustion address space, large routing tables etc. IP version 6 (known as IPv6) is developed by Internet Engineering Task Force (IETF) to solve these problems.

IPv6 Address Representation

IPv6 addresses are 128-bit identifiers for interfaces and sets of interfaces. These 128 bit is divided to eight 16-bit blocks with each block is represented by a 4-digital hexadecimal number and separated by colons. Uppercase or lower case is not sensitive. For example: 2001:0DB8:0000:0000:0000:00FF:FE28:9C5A

Zero compression

For the IPv6 addresses with long sequences of `0', double-colon "::" is used to compress the `0's in the contiguous sequence of 16-bit block to further simplify the representation. "::" indicates one or more groups of 16 bits of `0's and can also be used at the leading or trailing part of an address. The above IPv6 address can be further simplified by `0' compressing and turns to:

2001:0DB8::00FF:FE28:9C5A

The following formula can be used if you want to determine how many `0's are represented by the "::" :

the number of bits expressed by "::" = (8-number of blocks in the address)*16.

For example: in the address 2001:0DB8::00FF:FE28:9C5A, there are 5 blocks. The number of bits expressed by the "::" is 48 ((8-3)*16=48).

Note that this compression can only appear once in a given IPv6 address, or you could not determine how many `0's are represented by each "::".

IPv4-compatible IPv6 addresses

When dealing with a mixed environment of IPv4 and IPv6 nodes, x:x:x:x:x:x:d.d.d.d can be used as a more convenient form, where the 'x's are the hexadecimal values of the six high-order 16-bit pieces of the address, and the 'd's are the decimal values of the four low-order 8-bit pieces of the address (standard IPv4 representation). For example: 0:0:0:0:0:FFFF:129.144.52.38 and the compressed form ::FFFF:129.144.52.38 are all valid addresses.

IPv6 Address Structure

An IPv6 address is comprised of two parts: IPv6 Prefix and IPv6 Default Router Interface ID.

Types of IPv6 Addresses

In general, there are three types of IPv6 address: Unicast IPv6 Addresses, Multicast IPv6 Addresses and Anycast IPv6 Addresses.

Related Topics


Instrument IP Info/Instrument IP Setup

Configuring the Test Set's LAN