Supriya Ghosh (Editor)

DHCPD

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
C

Operating system
  
BSD, Linux, Solaris

Developer(s)
  
Internet Systems Consortium

Initial release
  
1999; 18 years ago (1999)

Stable release
  
Extended Support Version: 4.1-ESV-R14 (October 5, 2016; 4 months ago (2016-10-05)) [±] Current-stable: 4.3.5 (October 5, 2016; 4 months ago (2016-10-05)) [±]

Preview release
  
4.3.0rc1 (January 27, 2014; 3 years ago (2014-01-27)) [±]

dhcpd (an abbreviation for "DHCP daemon") is the name of a program that operates as a daemon on a server to provide Dynamic Host Configuration Protocol (DHCP) service to a network

Clients may solicit an IP address (IP) from a DHCP server when they need one. The DHCP server then offers the "lease" of an IP address to the client, which the client is free to request or ignore. If the client requests it and the server acknowledges it, then the client is permitted to use that IP address for the "lease time" specified by the server. At some point before the lease expires, the client must re-request the same IP address if it wishes to continue to use it.

Issued IP addresses are tracked by dhcpd through a record in the dhcpd.leases file. This allows the server to maintain state over restarts of the dhcp service, which could otherwise lead to duplicate IP addresses being issued when server issued the same IP address again while another client still has the right to use it.

This reference implementation of DHCP is developed by the Internet Systems Consortium and is supported on Linux, Mac OS X, FreeBSD, Solaris, AIX and HP-UX.

Remote access to a running instance of dhcpd is provided by the Object Management Application Programming Interface (OMAPI). On the server side, this interface allows for editing of registration information for managed nodes. Uses on the client include fetching configuration information, releasing and renewing leases, and changing which interfaces are managed by the DHCP client.

ISC DHCP is in wide distribution, however it is very mature software. ISC is developing a new DHCP software system which is intended to eventually replace it. This software, Kea, includes a DHCP server only (so, no client or relay yet), and is supported on the same platforms as ISC DHCP. It is distributed under a different open source license, the Mozilla Public License (MPL2.0).

References

DHCPD Wikipedia