LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are RFC 1918 private IPv4 addresses and why are they used?

RFC 1918 reserves 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 for internal use; they are not globally routable and must be translated by NAT to reach the internet, conserving public addresses.

The three RFC 1918 private ranges all reach the internet via NAT

* The three private blocks are not internet-routable and must be translated by NAT. *

RFC 1918 Private Address Ranges:

Class Private Range CIDR # of Networks
A 10.0.0.0 - 10.255.255.255 10.0.0.0/8 1
B 172.16.0.0 - 172.31.255.255 172.16.0.0/12 16
C 192.168.0.0 - 192.168.255.255 192.168.0.0/16 256

Why private addresses exist:

  • IPv4 address exhaustion
  • Conserve public IPv4 addresses
  • NOT routable on the Internet - must use NAT

NAT (Network Address Translation):

  • Translates private addresses to public addresses
  • Allows multiple internal hosts to share one public IP
  • Required for private networks to access the Internet

Key insight: Any device with a private IP address MUST go through NAT to reach the Internet.

Go deeper:

From Quiz: NETW1 / IPv4 Addressing | Updated: Jul 14, 2026