Use a figure to explain the packets that were exchanged by the DHCP client and the DHCP server as part of the process of acquiring an IP address.

What will be an ideal response?

A DHCP DISCOVER message is first broadcasted by a DHCP client to discover the available

DHCP servers in the network. If there is any DHCP server present, it responds to the client request by

issuing a DHCP OFFER message. The message is broadcasted but the client’s MAC address is included

in the packet to enable other hosts to resolve the intended destination. They drop the packet if its not

meant for them. The DHCP client then issues a DHCP Request message asking for the configuration parameters through the ‘options’ field in the request packet. This packet is also broadcasted. This allows the other DHCP servers (if present) to determine if their offer was accepted or not. The selected server then gets back to the client with the configuration parameters through the DHCP ACK message. A typical message sequence chart for the DHCP transactions is as follows:



```

5 0.995108 0.0.0.0 255.255.255.255 DHCP DHCP

Discover - Transaction ID 0x521c325f

6 0.995319 10.0.1.21 255.255.255.255 DHCP DHCP Offer

- Transaction ID 0x521c325f

7 0.995461 0.0.0.0 255.255.255.255 DHCP DHCP

Request - Transaction ID 0x5

Computer Science & Information Technology

You might also like to view...

A transactional database is the database used to record daily transactions

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following terms to their meanings:

I. formulas II. semi-selection III. starts all formulas IV. A2+A3 V. =C24*D24 A. pointing to cells when building a formula B. change static numbers into meaningful results C. text D. formula E. equal sign (=)

Computer Science & Information Technology