4.6 Dynamic Host Config Protocol (DHCP) Flashcards
What is DHCP?
A protocol used by hosts to obtain various parameters necessary for the clients to operate in a network
What is an address pool
the range of addresses that can be assigned to requesting hosts.
What is a lease
length of time for which the assignment is valid. It contains the assigned IP address and other information for the client.
What are 4 DHCP options
Domain Name Server (DNS) server address(es)
Default router (or default gateway) address
Windows Internet Name Service (WINS) server addresses
Additional TCP/IP configuration parameters
What is binding
is an association of a MAC address with a specific IP address
What is an interface
The interface that responds to DHCP requests is identified automatically according to the IP address assigned to the interface.
What is the first step in the DHCP client process
Lease Request - The client initializes a limited version of TCP/IP and broadcasts a DHCPDISCOVER packet requesting the location of a DHCP server.
What is the second step in the DHCP Client Process?
Lease offer - All DHCP servers with available IP addresses send DHCPOFFER packets to the client. These include the client’s hardware address, the IP address the server is offering, the subnet mask, the duration of the IP lease, and the IP address of the DHCP server making the offer.
What is the third step in the DHCP Client Process?
Lease selection - The client selects the IP address from the first offer it receives and broadcasts a DHCPREQUEST packet requesting to lease the IP address in that offer.
What is the last step in the DHCP Client Process?
IP Lease Acknowledgement - The DHCP server that made the offer responds and all other DHCP servers withdraw their offers. The IP addressing information is assigned to the client and the offering DHCP server sends a DHCPACK (acknowledgement) packet directly to the client. The client finishes initializing and binding the TCP/IP protocol.
Why would you enable DHCP acroos subnets
Because DHCP leases uses frame-level broadcasts and they don’t pass through routers to other subnets
How do you enable dhcp across subnets
Enable BOOTP (DHCP broadcast) requests through the router. Configure a computer for BOOTP forwarding to request IP information on behalf of other clients.
Describe ARP
Used by hosts to discover the MAC address of a computer from its IP address.
Describe Reverse Address Resolution Protocol (RARP)
Used by a host to discover the IP address of a computer from its MAC address.
Describe Bootstrap Protocol (BOOTP)
Used by a host (such as a diskless workstation) to query a bootstrap computer and receive an IP address assignment. A BOOTP server has a static list of MAC addresses and their corresponding IP addresses.