Content deleted Content added
m 68.This->68. This - Fix a typo in one click |
→Operation: Changed the first stage of operation to simple readable text. Tags: Mobile edit Mobile app edit Android app edit |
||
Line 19:
Case 1 : Client and server on same network
When a BOOTP client is started, it has no IP address, so it broadcasts a message containing its MAC address onto the network. This message is called a “BOOTP request,” and it is picked up by the BOOTP server, which replies to the client with the following information that the client needs:
1. The client’s IP address, subnet mask, and default gateway address
2. The IP address and host name of the BOOTP server
3. The IP address of the server that has the boot image, which the client needs to load its operating system
When the client receives this information from the BOOTP server, it configures and initializes its TCP/IP protocol stack, and then connects to the server on which the boot image is shared. The client loads the boot image and uses this information to load and start its operating system.
The Dynamic Host Configuration Protocol (DHCP) was developed as an extension of BOOTP. BOOTP is defined in Request for Comments (RFC) 951 and 1084.
Courtesy: https://networkencyclopedia.com/bootstrap-protocol-bootp/
Case 2 : Client and server on different networks
|