About: DHCPD

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

dhcpd (an abbreviation for "DHCP daemon") is a DHCP server program that operates as a daemon on a server to provide Dynamic Host Configuration Protocol (DHCP) service to a network.This implementation, also known as ISC DHCP, is one of the first and best known, but there are now a number of other DHCP server software implementations available. This reference implementation of DHCP is developed by the Internet Systems Consortium and is supported on Linux, Mac OS X, FreeBSD, and Solaris. ISC DHCP adopted the Mozilla Public License (MPL2.0) with the release of 4.4.1.

Property Value
dbo:abstract
  • dhcpd (an abbreviation for "DHCP daemon") is a DHCP server program that operates as a daemon on a server to provide Dynamic Host Configuration Protocol (DHCP) service to a network.This implementation, also known as ISC DHCP, is one of the first and best known, but there are now a number of other DHCP server software implementations available. Clients may solicit an IP address 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, and Solaris. Remote access to a running instance of dhcpd is provided by the Object Management Application Programming Interface (OMAPI). This API allows manipulation of the internal state of a running instance of the dhcpd server or client. On the server side, this interface allows 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 the Mozilla Public License (MPL2.0). ISC DHCP adopted the Mozilla Public License (MPL2.0) with the release of 4.4.1. (en)
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2021-05-26 (xsd:date)
dbo:latestReleaseVersion
  • 4.4.2-P1
dbo:license
dbo:operatingSystem
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 17945376 (xsd:integer)
dbo:wikiPageLength
  • 6744 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1102732614 (xsd:integer)
dbo:wikiPageWikiLink
dbp:asof
  • 12020 (xsd:integer)
dbp:author
  • Ted Lemon (en)
dbp:developer
dbp:genre
  • DHCP server (en)
dbp:latestReleaseDate
  • 2021-05-26 (xsd:date)
dbp:latestReleaseVersion
  • 4.400000 (xsd:double)
dbp:license
dbp:name
  • DHCPD (en)
dbp:operatingSystem
dbp:programmingLanguage
  • C (en)
dbp:repo
  • https://gitlab.isc.org/isc-projects/dhcp (en)
dbp:title
  • ISC DHCP (en)
dbp:website
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • dhcpd (an abbreviation for "DHCP daemon") is a DHCP server program that operates as a daemon on a server to provide Dynamic Host Configuration Protocol (DHCP) service to a network.This implementation, also known as ISC DHCP, is one of the first and best known, but there are now a number of other DHCP server software implementations available. This reference implementation of DHCP is developed by the Internet Systems Consortium and is supported on Linux, Mac OS X, FreeBSD, and Solaris. ISC DHCP adopted the Mozilla Public License (MPL2.0) with the release of 4.4.1. (en)
rdfs:label
  • DHCPD (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • DHCPD (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License