Jump to content

Dynamic Host Configuration Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hannes Hirzel (talk | contribs) at 08:14, 8 October 2001 (New entry copied from foldoc). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Dynamic Host Configuration Protocol.

A protocol that provides a means to dynamically allocate IP addresses to computers on a local area network. The system administrator assigns a range of IP addresses to DHCP and each client computer on the LAN has its TCP/IP software configured to request automatically an IP address from the DHCP server when it starts up. The request and grant process uses a lease concept with a controllable time period.

This eases the network installation procedure on the client computer side considerably.


DHCP is defined in RFC 2131.


Microsoft introduced DHCP on their NT server with version 3.5 in late 1994.


www.dhcp.org


(1998-11-22)


Source: foldoc