- When a host computer
boots (starts).
the computer sends a
broadcast
physical (e.g., Ethernet) frame
containing a
DHCP discovery message:
DHCP_discover( Physical-address of computer )
|
Example:
- This message will be
received by
all nodes
on the network, but:
- Only
the
DHCP server
will process
the DHCP_discover request.
|
- The DHCP server will
send back a
DHCP response
containing:
- the IP address for the
requesting host
- the IP address of the
default router
|
Example:
|