What does DHCP stand for?
Dynamic Host Configuration Protocol
What year was DHCP created?
1997
What is the main purpose of DHCP?
Automatically assign IP addresses and network settings to devices
What does DORA stand for in DHCP?
Discover, Offer, Request, Acknowledge
What port does a DHCP client use?
UDP 68
What port does a DHCP server use?
UDP 67
What IP address does a DHCP client use to send a DHCPDISCOVER message?
0.0.0.0
What is the destination IP address for a DHCPDISCOVER message?
255.255.255.255 (broadcast)
What is a DHCP scope?
A predefined list of IP addresses and configuration settings for a subnet
What is a DHCP reservation?
Assigning a specific IP address to a device based on its MAC address
What is a DHCP exclusion?
IP addresses within a scope that are not assigned to clients
What is the purpose of a DHCP lease?
To temporarily assign an IP address to a device for a set period
What is the default DHCP configuration on most operating systems?
Automatically obtain an IP address (DHCP client)
What type of message is sent during the DHCP Discover phase?
DHCPDISCOVER (broadcast)
What type of message is sent during the DHCP Offer phase?
DHCPOFFER (broadcast)
What type of message is sent during the DHCP Request phase?
DHCPREQUEST (broadcast)
What type of message is sent during the DHCP Acknowledge phase?
DHCPACK (broadcast)
What is the purpose of the DHCPREQUEST message?
To accept an offered IP address from a DHCP server
What is the purpose of the DHCPACK message?
To confirm and finalize the IP address assignment
What is a static DHCP assignment?
A DHCP reservation for a specific device
What information can be included in a DHCP scope besides IP addresses?
Subnet mask, default gateway, DNS servers, lease duration, VoIP servers
Why would an administrator use DHCP reservations?
To ensure specific devices always receive the same IP address
What happens if a DHCP server is unavailable?
Clients cannot obtain an IP address (unless using a static IP)
Why do enterprises use multiple DHCP servers?
For redundancy and load balancing