Bootstrap Protocol
From Wikipedia, the free encyclopedia
In computing, BOOTP, short for BOOTstrap Protocol, is a UDP network protocol used by a network client to obtain its IP address automatically. This is usually done during the bootstrap process when a computer is starting up. The BOOTP servers assign the IP address from a pool of addresses to each client. The BOOTP protocol was originally defined in RFC 951. BOOTP enables 'diskless workstation' computers to obtain an IP address prior to loading any advanced operating system. Historically, it has been used for Unix-like diskless workstations (which also obtained the location of their boot image using this protocol) and also by corporations to roll out a pre-configured client (e.g. Windows) installation to newly purchased PCs. Originally requiring the use of a boot floppy disk to establish the initial network connection, the protocol became embedded in the BIOS of some network cards themselves (such as 3c905c) and in many modern motherboards thus allowing direct network booting. Recently those with an interest in diskless stand-alone media center PCs have shown new interest in this method of booting a Windows operating system.[1] DHCP (Dynamic Host Configuration Protocol) is a more advanced protocol based on BOOTP, but is far more complex to implement. Most DHCP servers also offer BOOTP support. References
See alsoExternal links
de:Bootstrap Protocol es:Bootstrap Protocol eu:BOOTP fr:BOOTP it:BOOTP nl:BootP ja:Bootstrap Protocol pl:Bootstrap Protocol pt:BOOTP ru:Bootstrap Protocol fi:BOOTP sv:Bootstrap protocol |


