Introduction to Data Communications | ||
---|---|---|
Previous | 56. Reverse Address Resolution Protocol | Next |
On NICs (network interface cards) there is an empty DIP socket that is used for holding a Boot PROM. The Boot PROM holds a special software program that tells the workstation that upon powering up, to go and find a BOOTP server. One of the first tasks of the workstation is to find out its IP address. The MAC layer address is burnt into the NIC and is already known.
A RARP broadcast datagram is sent out that asks "Does any BOOTP server know what my IP address is?". The BOOTP server will reply with "Here's the IP address that belongs to your MAC address".
Once the IP address is known, then the rest of the configuration files can be downloaded and the diskless workstation booted up.
Introduction to Data Communications | ||
---|---|---|
Previous | Table of Contents | Next |