DHCPD

ISC DHCP
Developer(s) Internet Systems Consortium
Initial release 1999 (1999)
Stable release

Extended Support Version: 4.1-ESV-R13 (March 29, 2016 (2016-03-29)) [±][1]
Current-stable: 4.3.4 (March 29, 2016 (2016-03-29)) [±][2]

[3]
Preview release 4.3.0rc1 (January 27, 2014 (2014-01-27)) [±][4]
Written in C
Operating system BSD, Linux, Solaris
Type DHCP server
License ISC License
Website www.isc.org

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 [5]

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.[6]

Issued IP addresses are tracked by dhcpd through a record in the dhcpd.leases file.[7] 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.[5]

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

Remote access to a running instance of dhcpd is provided by the Object Management Application Programming Interface (OMAPI). [10] [11] 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.[12] 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). [13]

See also

References

  1. "DHCP 4.1-ESV-R13 Release Notes". 2016-03-29. Retrieved 2016-08-01.
  2. "DHCP 4.3.0 Release Notes". 2016-03-23. Retrieved 2016-08-01.
  3. "Downloads; Internet Systems Consortium". isc.org. Retrieved 2016-08-01.
  4. "Release Notes 4.3.0rc1". 2014-01-28. Retrieved 2014-02-02.
  5. 1 2 Lemon, Ted (2012). "dhcpd - Dynamic Host Configuration Protocol Server". Canonical Systems. Retrieved June 14, 2012.
  6. Droms, Ralph (March 1997). "RFC 2131 - Dynamic Host Configuration Protocol". Network Working Group. Internet Engineering Task Force.
  7. Lemon, Ted (2012). "dhcpd.leases - DHCP Client Lease File". Canonical Systems. Retrieved June 14, 2012.
  8. "DHCP - Internet Systems Consortium". Internet Systems Consortium. 2012. Retrieved June 14, 2012.
  9. "README" (PDF). Internet Systems Consortium. 2012. Archived from the original (PDF) on July 4, 2012. Retrieved June 14, 2012.
  10. "ISC DHCP API Interface". IPAM. Retrieved 25 January 2013.
  11. Ralph Droms and Ted Lemon (2003). The DHCP handbook. Sams. pp. 239, 316. ISBN 9780672323270.
  12. "MOSS supports four more open source projects in Q3 2016 with $300k". Mozilla Foundation. October 3, 2016. Retrieved 3 November 2016.
  13. "Kea wiki page". Kea.isc.org. Internet Systems Consortium. Retrieved 3 November 2016.

External links

This article is issued from Wikipedia - version of the 12/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.