DHCP (Dynamic Host Configuration Protocol) is the system that automatically assigns IP addresses to every device on your network, so you do not have to configure each one by hand. This guide explains how it works and links to deep dives on each setting and error.

How DHCP works

When a device joins your network, it requests an address from the DHCP server (usually your router). The server leases an address for a set period - the DHCP lease time - from a pool defined by the DHCP range.

Key DHCP settings

Common DHCP errors and fixes

When DHCP misbehaves, devices cannot get online. The most common issues:

A few neighboring topics often come up alongside DHCP: Double NAT and the IP helper service. Understanding these rounds out your grasp of how addresses and traffic flow on your network.