Skip to main content

Glossary/Addressing

DHCPDynamic Host Configuration Protocol

The protocol that hands out IP addresses, DNS resolvers, and other network settings to devices joining a LAN.

When your phone joins Wi-Fi, it broadcasts a DHCPDISCOVER. The router responds with an offer: "here's an IP from my pool, here's the gateway, here are the DNS servers, lease length 24 hours."

IPv6 has two parallel mechanisms: SLAAC (StateLess Address Auto-Configuration) where the device builds its own address from a router advertisement, and DHCPv6 which works more like the IPv4 version.

See also