LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is DHCPv4 (Dynamic Host Configuration Protocol v4) and why is it important for network administration?

DHCPv4 dynamically assigns IPv4 addresses and network configuration to clients, eliminating the need for manual IP (Internet Protocol) assignment.

What DHCPv4 provides to clients:

  • IPv4 address
  • Subnet mask
  • Default gateway
  • DNS (Domain Name System) server address(es)
  • Domain name
  • Lease duration

Key concepts:

  • Works on a client/server model — clients request, servers assign
  • Addresses are leased, not permanently assigned — they expire after a configurable period (typically 24 hours to a week)
  • When a lease expires, the client must request a new address (usually gets the same one back)
  • The lease mechanism ensures addresses from disconnected/powered-off devices are returned to the pool

DHCPv4 server options:

  • Dedicated server — scalable, common in enterprise networks
  • Cisco router — can run a full DHCPv4 server via IOS, ideal for small branch/SOHO sites

Go deeper:

From Quiz: NETW2 / DHCPv4 | Updated: Jul 05, 2026