Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RFC 1983 states that “dotted-decimal notation... refers [to] IPv4 addresses of the form A.B.C.D; where each letter represents, in decimal, one byte of a four-byte IPv4 address.” In other words, the dotted-decimal notation separates four decimal byte values by the dot, or period, character (‘.’). Each decimal value represents one byte of the IPv4 address starting with the most significant byte in network order.

IPv4 Address Examples:

HEXADECIMAL EQUIVALENT

DOTTED DECIMAL NOTATION

Dotted Decimal NotationHexadecimal Equivalent
127.0.0.10x7F000001
192.168.1.640xC0A80140
255.255.255.00xFFFFFF00
MSB ….…… LSBMSB …. LSB

MSB

Most Significant Byte in Dotted-Decimal IPv4 Address

...