Observe and interpret the output of the DHCP packets. You should see the followingpacket types: DHCP Discover, DHCP Offer, DHCP Request, DHCP Ack.
What will be an ideal response?
DHCP Discover: the first message the DHCP client sent to the server, this is a broadcast message.
DHCP offer: the first message the DHCP server sent to the client, this is a unicast message which includes the IP address offer to the client.
DHCP Request: the client use this message to request a extension to the lease period of the IP address, the very first DHCP Request message is a broadcast message, all the sequential DHCP request messages are unicast messages.
DHCP ACK: the reply from the server that acts as a response to the DHCP request message.
You might also like to view...
The process of validating data is important because it protects the quality and integrity of the data that is entered into a table
Indicate whether the statement is true or false
Polymorphism allows for specifics to be dealt with during:
a. execution. b. compilation. c. programming. d. debugging.