Skip to main content

Glossary/Addressing

CIDRClassless Inter-Domain Routing

A notation for IP address ranges using a prefix length, e.g. 192.168.1.0/24 = 256 addresses.

CIDR replaced the older "classful" addressing (Class A/B/C blocks) in 1993. A CIDR block is written as "address/prefix-length"; the prefix specifies how many leading bits are the network portion.

"/24" means the first 24 bits are network, leaving 8 bits (256 addresses) for hosts. "/32" is a single host. "/0" is the entire internet.

IPv6 uses the same notation but the math is bigger. "/64" — the typical home or office subnet — has 18 quintillion addresses.

Try it on IPFerret

See also