A client workstation is configured to obtain IPv4 addressing dynamically. Arrange the four messages exchanged during the standard DHCP lease process (DORA) in chronological order from first to last.
- 1DHCPDISCOVER: The client broadcasts a message to locate available DHCP servers on the local network segment.
- 2DHCPOFFER: A DHCP server responds with an offered IPv4 address, subnet mask, default gateway, and lease duration.
- 3DHCPREQUEST: The client broadcasts a message accepting the offered IP address and notifying other DHCP servers.
- 4DHCPACK: The selected DHCP server sends a confirmation message to finalize the lease agreement.
Cevap
The chronological sequence of the IPv4 DHCP operation is DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, and DHCPACK.
The standard IPv4 DHCP lease negotiation process follows the four-step DORA sequence: Discover (client broadcast), Offer (server response), Request (client selection broadcast), and Acknowledge (server confirmation).
Adım Adım Çözüm
Anahtar Kavram
DHCP DORA Process (Discover, Offer, Request, Acknowledge)