IP address types explained

IP addresses are classified by scope and purpose: public addresses are reachable from anywhere on the internet, private addresses work only within a local network, and special-purpose addresses like loopback and broadcast handle specific system functions.

Download CSV
IP TypeExampleScopePrimary UseNotes
Public IPv48.8.8.8PublicInternet routingWorks everywhere
Private IPv4192.168.1.1PrivateLocal networksStays on your network
CGNAT100.64.0.1PrivateCarrier NATISPs share these
Loopback127.0.0.1LocalTestingJust talks to itself
Link-local IPv4169.254.1.1LocalAuto configurationAPIPA
Multicast IPv4224.0.0.1SpecialStreaming / routingOne device to many
Broadcast255.255.255.255SpecialNetwork broadcastIPv4 only
Public IPv62001:4860::8888PublicModern internetThe newer standard
Unique Local IPv6fc00::1PrivateInternal IPv6Stays private
Link-local IPv6fe80::1LocalNeighbor discoveryLimited to one connection
Multicast IPv6ff02::1SpecialGroup communicationIPv6 only
Documentation192.0.2.1SpecialDocs / examplesRFC 5737

Standards & references

See Also