(E-Mail Removed) wrote in
news:(E-Mail Removed):
>> So if there are more than one DHCP server running on the network
>> then often your computer will get an IP number from the server
>> that answers the question fastest.
>>
>> Hope this answers your question.
> Is it always the "fastest" server who gives the IP?
> I thought that the PC choose from the the addresses (for example
> by the best lease time), and then tell the other servers that "I
> already made the decision and I got an IP now".
> Am I wrong?
According to the Standard (RFC 2131):
3. The client receives one or more DHCPOFFER messages from one or more
servers. The client may choose to wait for multiple responses.
The client chooses one server from which to request configuration
parameters, based on the configuration parameters offered in the
DHCPOFFER messages. The client broadcasts a DHCPREQUEST message[..]
The key phrase is ... client *may* choose to wait...
The reality is usually that the first one offered is accepted.
<http://www.faqs.org/rfcs/rfc2131.html>
HTH,
John