|
Answer» Hi, there are 4 steps in DHCP: Discover, Offer, Request and Acknowledge. Why is the THIRD step called "Request"? No ONE is requesting anything at this step, are they? The client simply is saying that it will accept the IP given by the DHCP server. Where is the "request" portion at this step?The request is used because some networks have more than one DHCP server. The request PICKS a server to get the IP lease.
http://www.tcpipguide.com/free/t_DHCPLeaseAllocationProcess-2.htm
Thank you very much for your reply.
Reading the link you posted, it LOOKS like the "request" is referring to the client requesting a lease from the server. Is that correct?YES that is right.
|