DHCP Basics
IP Addressing
DHCP Process
Configuration
Network Lingo
100

This protocol automatically assigns IP addresses to devices on a network.

What is DHCP?

100

The range of IP addresses that can be assigned by a DHCP server.

What is scope?

100

The first message sent by a device to discover DHCP servers on the network.

What is DHCPDISCOVER?

100

The amount of time a DHCP server leases an IP address to a device.

What is lease time?

100

The unique identifier for a network interface card.

What is a MAC address?

200

DHCP stands for this.

What is Dynamic Host Configuration Protocol?

200

IP addresses that are blocked off and can't be assigned by DHCP.

What is exclusion range?

200

The message sent by the DHCP server in response to a discover message.

What is DHCPOFFER?

200

Typical default lease time for DHCP in hours.

What is 24-48 hours?

200

This server translates domain names to IP addresses.

What is DNS?

300

This device commonly contains a DHCP server in a home network.

What is a router?

300

An IP address specifically assigned to a device, like a printer, that can't be given to other devices.

What is reservation?

300

The message sent by a device to accept the offered IP address.

What is DHCPREQUEST?

300

This allows devices not directly connected to the network to get an IP address.

What is DHCP relay?

300

The IP address of the router that connects a local network to other networks.

What is default gateway?

400

The port number DHCP uses for its service

What is 67?

400

The type of DHCP assignment where IP addresses are temporary and can change.

What is dynamic assignment?

400

The final message sent by the DHCP server to confirm the IP address lease.

What is DHCPACK?

400

This helps set up DHCP relay to pass along requests between the DHCP server and another device.

What is IP helper/UDP forwarding?

400

This mask determines which part of an IP address refers to the network and which to the host.

What is subnet mask?

500

This type of DHCP assignment keeps the same IP address for a device permanently on a network.

What is static assignment?

500

The maximum number of IP addresses that can be leased by a DHCP server.

What are available leases?

500

The message sent by a device when it wants to disconnect from the network.

What is DHCPRELEASE?

500

These are additional configuration settings sent by DHCP, such as DNS server and default gateway.

What are scope options?

500

The protocol used by DHCP for sending messages.

What is UDP (User Datagram Protocol)?