When a bootp client receives a reply via hardware broadcast, how does it know whether the reply is intended for another BOOTP client on the same physical net?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
the Bootstrap Protocol (defined here) says:
(the transaction ID discussed above is a field in the BOOTREQUEST packet which is assigned a number known by the sender of the request. the field is assigned a random number and it is assumed that there are almost no chance of collision) |
|||
|
|