(E-Mail Removed) (RajaSekhar.Kavuri) wrote in
news:(E-Mail Removed) om:
> on two different machines. If i run a client in the same network. Then
> to which server the client will respond to.And how this case is delt
> in dhcp.
>
When your client wants an IP address, it sends out a DHCPREQUEST packet
with a destination address of 255.255.255.255 (aka, a broadcast). Any DHCP
server that receives that request can reply to it with an offer. Of all
the offers that come in, the client chooses one and sends the server that
offer came from an acknowledgement that it will take it.
As others have said, the problem can come about if two servers are both
offering the same addresses. If neither are aware of the other, they could
both hand out, for example, 192.168.0.100, causing an IP conflict.
Provided both servers are not giving out the same IPs, you can run both at
once.