Content deleted Content added
m →Operation: fmt., punct., style |
No edit summary |
||
Line 3:
The '''Bootstrap Protocol''' ('''BOOTP''') is a [[computer network]]ing protocol used in [[Internet Protocol]] networks to automatically assign an [[IP address]] to network devices from a configuration server. The BOOTP was originally defined in RFC 951.
When a
BOOTP is implemented using the [[User Datagram Protocol]] (UDP)
Historically, BOOTP has also been used for [[Unix-like]] [[diskless workstation]]s to obtain the network ___location of their [[boot image]], in addition to the IP address assignment. Enterprises used it to roll out a pre-configured client (e.g., [[Microsoft Windows|Windows]]) installation to newly installed PCs.
While some parts of BOOTP have been effectively superseded by the [[Dynamic Host Configuration Protocol]] (DHCP), which adds the feature of leases, parts of BOOTP are used to provide service to the DHCP protocol. DHCP servers also provide the legacy BOOTP functionality.
|