Sistem Telekomunikasi    
   
Daftar Isi
(Sebelumnya) Boolean-valued functionBorder Gateway Protocol (Berikutnya)

Bootstrap Protocol

Boot screen of a Compaq PC displaying a BOOTP option.

In computer networking, the Bootstrap Protocol, or BOOTP, is a network protocol used by a network client to obtain an IP address from a configuration server. The BOOTP protocol was originally defined in RFC 951.

BOOTP is usually used during the bootstrap process when a computer is starting up. A BOOTP configuration server assigns an IP address to each client from a pool of addresses. BOOTP uses the User Datagram Protocol (UDP) as a transport on IPv4 networks only.

Historically, BOOTP has also been used for Unix-like diskless workstations to obtain the network location of their boot image in addition to an IP address, and also by enterprises to roll out a pre-configured client (e.g., Windows) installation to newly installed PCs.

Originally requiring the use of a boot floppy disk to establish the initial network connection, manufacturers of network cards later embedded the protocol in the BIOS of the interface cards as well as system boards with on-board network adapters, thus allowing direct network booting.

The Dynamic Host Configuration Protocol (DHCP) is a more advanced protocol for the same purpose and has superseded the use of BOOTP. Most DHCP servers also function as BOOTP servers.

Contents

History

The BOOTP protocol was first defined in September 1985 in RFC 951 as a replacement for the Reverse Address Resolution Protocol RARP, published in RFC 903 in June 1984. The primary motivation for replacing RARP with BOOTP is that RARP was a data link layer protocol. This made implementation difficult on many server platforms, and required that a server be present on each individual IP subnet. BOOTP introduced the innovation of a relay agent, which allowed BOOTP packets to be forwarded from the local network using standard IP routing, so that one central BOOTP server could serve hosts on many subnets.[1]

Related RFCs

BOOTP Related RFCs

Note that grayed out RFCs are obsolete

RFC #TitleDateObsolete and Update Information
RFC 3942Reclassifying Dynamic Host Configuration Protocol version 4 (DHCPv4) OptionsNov-04Updates RFC 2132
RFC 2132DHCP Options and BOOTP Vendor ExtensionsMar-97Obsoletes RFC 1533, Updated by RFC 3442, RFC 3942, RFC 4361, RFC 4833, RFC 5494
RFC 1542Clarifications and Extensions for the Bootstrap ProtocolOct-93Obsoletes RFC 1532, Updates RFC 951
RFC 1534Interoperation Between DHCP and BOOTPOct-93 
RFC 1533DHCP Options and BOOTP Vendor ExtensionsOct-93Obsoletes RFC 1497, RFC 1395, RFC 1084, RFC 1048, Obsoleted by RFC 2132
RFC 1532Clarifications and Extensions for the Bootstrap ProtocolOct-93Obsoleted by RFC 1542, Updates RFC 951
RFC 1497BOOTP Vendor Information ExtensionsAug-93Obsoletes RFC 1395, RFC 1084, RFC 1048, Obsoleted by RFC 1533, Updates RFC 951
RFC 1395BOOTP Vendor Information ExtensionsJan-93Obsoletes RFC 1084, RFC 1048, Obsoleted by RFC 1497, RFC 1533, Updates RFC 951
RFC 1084BOOTP vendor information extensionsDec-88Obsoletes RFC 1048, Obsoleted by RFC 1395, RFC 1497, RFC 1533
RFC 1048BOOTP vendor information extensionsFeb-88Obsoleted by RFC 1084, RFC 1395, RFC 1497, RFC 1533
RFC 951Bootstrap ProtocolSep-85Updated by RFC 1395, RFC 1497, RFC 1532, RFC 1542, RFC 5494

See also

References

  1. ^ Bill Croft; John Gilmore (September 1985). "RFC 951 - Bootstrap Protocol". Network Working Group. http://tools.ietf.org/html/rfc951#sec tion-6.

External links

(Sebelumnya) Boolean-valued functionBorder Gateway Protocol (Berikutnya)