Bootstrap Protocol

 

Bootstrap Protocol (BOOTP) provides a dynamic method for associating workstations with servers. It also provides a dynamic method for assigning workstation Internet Protocol (IP) addresses and initial program load (IPL) sources.

BOOTP is a TCP/IP protocol. It allows a client to find its IP address and the name of a load file from a server on the network. A client uses BOOTP to find this information without intervention from the user of the client.

The BOOTP server listens on the well-known BOOTP server port 67, which Dynamic Host Configuration Protocol (DHCP) also uses. Because of this, BOOTP and DHCP cannot operate at the same time on the same system. (DHCP is the preferred method for supporting BOOTP clients.) When the server receives a client request, it looks up the IP address for the client and returns a reply to that client. This reply contains both the IP address of the client and the name of the load file. The client then initiates a Trivial File Transfer Protocol (TFTP) request to the server for the load file.

You can work with BOOTP server properties through iSeries™ Navigator.