A workstation on a local network is configured to obtain an IP address dynamically. Arrange the four messages of the DHCP lease acquisition process (DORA) in the correct chronological sequence from start to finish.
- 1The client broadcasts a DHCPDISCOVER message on the local network segment to locate any available DHCP servers.
- 2A DHCP server responds with a DHCPOFFER message specifying an available IP address, subnet mask, and lease duration.
- 3The client broadcasts a DHCPREQUEST message signaling its acceptance of the offered network configuration.
- 4The DHCP server transmits a DHCPACK message to confirm the lease allocation and complete the configuration.
Answer
The correct chronological sequence for the DHCP lease acquisition process is: 1. DHCPDISCOVER broadcast by client, 2. DHCPOFFER sent by server, 3. DHCPREQUEST broadcast by client, 4. DHCPACK confirmation sent by server.
The DHCP DORA process follows the mnemonic DORA: Discover (client broadcast searching for server), Offer (server response offering IP configuration), Request (client broadcast requesting offered IP), and Acknowledge (server confirmation finalizing the lease). Placing the items in the order DHCPDISCOVER -> DHCPOFFER -> DHCPREQUEST -> DHCPACK represents the standard four-way handshake for dynamic IP allocation.
Step-by-Step Solution
Key Concept
DHCP DORA Process (Discover, Offer, Request, Acknowledge)