dhcp
Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on IP networks to automate the assignment of IP addresses and other network configuration parameters to devices. DHCP simplifies administration by centralizing address allocation and reducing configuration errors. A DHCP client obtains its settings from a DHCP server, typically during boot, via a four-step exchange known as DORA: Discover, Offer, Request, and Acknowledgement.
DHCP can operate across multiple subnets using a DHCP relay agent, which relays messages between clients and
DHCP supports IPv4 through DHCPv4 and IPv6 through DHCPv6. In IPv6 networks, addresses may be assigned by
Management features include address reservations (static mappings), excluded addresses, and scopes or pools. DHCP failover and
DHCP uses User Datagram Protocol ports 67 (server) and 68 (client). It is widely used in enterprise