Types of IP Addresses

IP Address (Internet Protocol Address) is an identifier for computing devices (for example: computer, printer) on a TCP/IP network. For more details, browse through the topic What is IP Address? IP Address can be defined into two categories:

  1. IPv4 Addresses (Internet Protocol version 4 Addresses)
  2. IPv6 Addresses (Internet Protocol version 6 Addresses)

IPv4 Addresses:

  • has 32 bit numbers
  • has four block of numbers
  • each block has 8 bit of numbers
  • block of numbers are separated with periods (.)

Example of IPv4 Addresses:

10111001.01111011.01001110.00000001

The above IPv4 address can be expressed using Hex value for human-readable notations like the following:

185.123.78.1

IPv6 Addresses:

  • has 128 bit numbers
  • has eight block of numbers
  • each block has 16 bit of numbers
  • block of numbers are separated with colons (:)

Example of IPv6 Addresses:

0010000000010001:1010001001010000:0010000000010001:1111111111111110:0010000000000000:0000000100000000:0000000000000001:0000000000001000

The above IPv6 address can be expressed using Hex value for human-readable notations like the following:

2011:A250:2010:FFFE:2000:100:1:8

No comments:

Post a Comment