InterviewSolution
| 1. |
Bootp Helps A Diskiess Workstation Boot. How Does It Get A Message To The Network Looking For Its Lp Address And The Location Of Its Operating System Boot Files ? |
|
Answer» BQOTP sends a UDP message with a subnetwork broadcast ADDRESS and waits for a reply from a server that gives it the IP address. The same message MIGHT contain the NAME of the machine that has the boot files on it. If the boot image location is not specified, the workstation sends another UDP message to query the server. BQOTP sends a UDP message with a subnetwork broadcast address and waits for a reply from a server that gives it the IP address. The same message might contain the name of the machine that has the boot files on it. If the boot image location is not specified, the workstation sends another UDP message to query the server. |
|