Skip to content
CBT Nuggets

Networking · Beginner

DHCP (Dynamic Host Configuration Protocol)

DHCP automatically assigns IP addresses, subnet masks, default gateways, and DNS server addresses to devices when they join a network, instead of requiring static configuration on every endpoint.

For IT leaders

DHCP scope exhaustion or rogue servers are routine outage causes; your team needs a clean ownership model and reservations for critical hosts.

Why IT teams care

Where this shows up at the team level

  • Office moves, growth, and BYOD adoption all stress DHCP scope sizes; running out of addresses produces user-visible outages.
  • DHCP reservations and option 66/67 are how teams manage VoIP phones, printers, and PXE boots.
  • Network segmentation projects often require DHCP relays from each VLAN to a central server.

In production

Where teams encounter it

  • Windows DHCP servers integrated with Active Directory
  • DHCP services on Linux (dhcpd, ISC, Kea) for lab and IoT networks
  • Cloud DHCP options sets attached to VPCs/VNets

How it works

How DHCP actually works

  1. 01Clients broadcast a DHCP Discover when they join a network; a DHCP server responds with an Offer containing an address from a defined pool.
  2. 02The client returns a Request and the server confirms with an Ack, leasing the address for a fixed time. Clients renew before the lease expires.
  3. 03DHCP can also push extra options (DNS servers, default gateway, NTP, TFTP boot files) to the client.
  4. 04On routed networks a DHCP relay (ip helper-address) forwards the client's broadcast to a central DHCP server.

In practice

Common team use cases

  • Assigning addresses to user laptops, phones, and IoT devices
  • Reserving fixed addresses for printers, cameras, and lab gear by MAC
  • PXE boot infrastructure for imaging and provisioning

Build the capability

Each link routes to a hub that goes deeper than this definition.

Close the team gap

Turn this concept into team capability

CBT Nuggets builds expert-led team training that closes the gaps definitions only describe. Talk to sales about a plan that fits your team.