7.1: DHCPv4 Concepts Flashcards
___ assigns IPv4 addresses and other network configuration information dynamically.
It is an extremely useful and timesaving tool for network administrators
Dynamic Host Configuration Protocol v4 (DHCPv4)
In a small branch or SOHO location, a Cisco router can be configured to provide DHCPv4 services without the need for a _______
dedicated server
True or false
The DHCPv4 server does not dynamically assigns, or leases, an IPv4 address from a pool of addresses for a limited period of time chosen by the server, or until the client no longer needs the address.
False
The DHCPv4 server dynamically assigns, or leases, an IPv4 address from a pool of addresses for a limited period of time chosen by the server, or until the client no longer needs the address.
Administrators configure DHCPv4 servers to set the ____ to time out at different intervals.
leases
The lease is typically anywhere from 24 hours to a week or more. When the lease expires, the client must ____
ask for another address, although the client is typically reassigned the same address
DHCPv4 works in a ___ mode.
client/server
DHCPv4 operation
- Client communicates with a DHCPv4 server and the server assigns or leases an IPv4 address to that client
- The client connects to the network with that leased IPV4 address until the lease expires
- Client must contact the DHCP server periodically to extend the lease
- The lease mech ensure that the client doesn’t keep the IPV4 address if not needed
- When the lease expires, the DHCP server returns the address to the pool where it can be reallocated as necessary
Steps to obtain lease
- DHCP Discover (DHCPDISCOVER)
- DHCP Offer (DHCPOFFER)
- DHCP Request (DHCPOFFER)
- DHCP Acknowledgment (DHCPPACK)
Step 1. DHCP Discover (DHCPDISCOVER)
The client starts the process using a broadcast DHCPDISCOVER message with its own ___ to discover available DHCPv4 servers.
MAC address
Step 1. DHCP Discover (DHCPDISCOVER)
Because the client has no valid IPv4 information at bootup, it uses ___ to communicate with the server.
Layer 2 and Layer 3 broadcast addresses
The purpose of the DHCPDISCOVER message is to _____
find DHCPv4 servers on the network
Step 2. DHCP Offer (DHCPOFFER)
When the DHCPv4 server receives a DHCPDISCOVER message, it reserves an available ____ to lease to the client.
IPv4 address
Step 2. DHCP Offer (DHCPOFFER)
The server also creates an ___ consisting of the MAC address of the requesting client and the leased IPv4 address of the client.
ARP entry
Step 2. DHCP Offer (DHCPOFFER)
The DHCPv4 server sends the binding ___message to the requesting client.
DHCPOFFER
Step 3. DHCP Request (DHCPREQUEST)
When the client receives the DHCPOFFER from the server, it sends back a ______.
DHCPREQUEST message