What is the main process by which a DHCP server assigns an IP address to a device on a network?
Think about how the device and server communicate to avoid IP conflicts.
DHCP works by the device asking for an IP, the server offering one from its available pool, and the device accepting it. This avoids conflicts and automates IP assignment.
What is the purpose of the DHCP lease time?
Consider why IP addresses might need to be reused over time.
The lease time limits how long a device can use an IP address. After it expires, the device must renew the lease or the IP can be reassigned to another device.
A network has two devices with the same IP address causing connection issues. Which DHCP-related cause is most likely?
Think about how static IPs and DHCP pools can conflict.
If static IPs are set within the DHCP server's pool range, the server might assign those IPs to other devices, causing conflicts.
Which statement correctly compares dynamic IP assignment via DHCP and static IP assignment?
Consider how IP addresses are managed and assigned in each method.
Dynamic IPs are given automatically by DHCP and can change, while static IPs are manually set and remain constant.
What is the most likely effect on devices trying to join a network if the DHCP server fails completely?
Think about what role the DHCP server plays when devices first connect.
Without a DHCP server, devices cannot receive IP addresses automatically, so new devices cannot join the network properly.