Skip to main content

Glossary/Addressing

RFC 1918Private address space

The IPv4 ranges set aside for private use — 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Not routed on the public internet.

Almost every home and office network uses RFC 1918 addresses internally, then NATs to one public IP on the way out. They're globally non-unique by design — millions of networks share the same 192.168.1.0/24.

IPv6's rough equivalent is ULAs (fc00::/7), but ULAs are designed to be globally unique even though they aren't routed.

See also