Hi All,
I am working as a network Admin in a small organization, i am still confused about working of DHCP Server.
DORA.
D : Discover : Client to Server Broadcast
O: Offer: Server to client Broadcast as per Microsoft
R: Request: Client to server Broadcast
A: Ack : Server to client
according to RFC all communication from client to server are broadcast and from server to client is unicast. Can anyone please help me to remove the confusion please...
urgent
Software/Hardware used:
DHCP, Windows server 2003
ASKED:
May 29, 2010 10:41 PM
UPDATED:
June 1, 2010 6:49 PM
Most vendors implementation is broadcast initially, then unicast once source and destination MAC addresses are known..
See this Wireshark wiki article on DHCP (the first graphic)- the client sends to the broadcast addresses – the server sends to a unicast address. However, this is only true if the DHCP client is on the same server as the DHCP server. If a DHCP relay agent is involved, then the DHCP server will not see the traffic as being sent to the broadcast address.