DHCP normally assigns IP addresses dynamically using timed leases, meaning the address may change after expiration. However, many devices—such as servers, printers, or specialized workstations—require permanent, predictable IP addresses. CompTIA A+ identifies a DHCP reservation as the correct method for assigning a consistent IP while still using DHCP.
A reservation binds a device’s MAC address to a specific IP address in the DHCP server. Each time the device requests an address, the DHCP server recognizes the MAC address and issues the same IP. This provides reliability while still allowing centralized management of network addressing.
A lease is temporary and not permanent. An exclusion simply removes certain IP addresses from the assignable pool—it does not assign any device a fixed address. A scope option configures additional network parameters such as DNS, gateway, or WINS settings but does not assign static IPs.
Therefore, a reservation is the correct method to permanently assign an IP address using DHCP without requiring static configuration on the device itself.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit