Convert IPv6 to Decimal Notation
Result
Hexadecimal (Base 16) numbers are 0 1 2 3 4 5 6 7 8 9 A B C D E F (0 - F), the range for each hextet will range from 0000 to FFFF. Hextets are described in the next section.
The process for converting an IPV6 address to decimal, involves the conversion of hexadecimal (Base16) to decimal (Base10). Hexadecimal is used frequently in networking and the conversion of hexadecimal into decimal can prove useful for many applications. Here are the steps to the conversion:
Example: Here is an example to illustrate the successful conversion on an IPV6 hexadecimal address to its corresponding decimal value.
There are several types of IPV6 addresses each type has its unique use case here is the types as follows:
Link Local : Similar to IPV4 private addresses IPV6 link local addresses are used for local network communication. The address of a Link Local can be found inside the network block of FE80::/10.
Global Unicast : In IPV4 this type of address would be called the public address, which is the address assigned for internet communication. In IPV6 this type of address is called global unicast address. This address is used when communication is required outside the Local Area Network (LAN).
Loopback : The loopback address in IPV6 has the exact same functionality as that to its IPV4 counterpart. But the first bit in the address space ::1/128 in an IPV6 is 1 for the whole address.