Bootstrap Protocol: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Undid revision 984968197 by 2001:8F8:1827:87D8:ADF7:7D32:483E:89DE (talk)
Line 14:
 
==History==
The BOOTP 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 [[link layer]] protocol. This made implementation difficult on many server platforms, and required that a server be present on each individual IP [[subnetwork|subnet]]. BOOTP introduced the innovation of relay agents, which forwarded BOOTP packets from the local network using standard IP routing, so that one central BOOTP server could serve hosts on many '''subnets.<ref>{{cite web|url=http://tools.ietf.org/html/rfc951#section-6 |title=RFC 951 - Bootstrap Protocol |author=Bill Croft|author2=John Gilmore|date=September 1985|work=Network Working Group}}</ref>'''
 
==Operation==