Dotteddecimal
Dotteddecimal is a textual representation of an IPv4 address in which four decimal octets are separated by periods. Each octet is a base-10 number from 0 to 255, corresponding to one 8-bit byte of the 32-bit address. For example, 192.168.0.1 encodes a 32-bit value whose bytes are 192, 168, 0, and 1. Dotteddecimal is widely used for human readability and configuration of networking devices, such as routers, switches, computers, and servers. In addition to addresses, subnet masks and broadcast addresses are commonly written in dotteddecimal form (for example 255.255.255.0 or 255.255.254.0).
Operationally, dotteddecimal addresses are tied to binary representations. To convert, each decimal octet is translated to
Caveats include potential confusion from leading zeros, where some implementations may interpret 010 as octal rather