A system administrator needs to configure a network printer so that it automatically receives the exact same IPv4 address every time it boots up, without manually configuring a static IP address on the printer itself. Which of the following should the administrator configure on the network server?
- A DHCP reservation linked to the printer's MAC addressAnswer
- BA DNS A record mapping the printer's host name to an IP address
- CAn APIPA address block assignment on the network interface
- DA default gateway IP address on the local router interface
Answer
A DHCP reservation linked to the printer's MAC address
Configuring a DHCP reservation on the server binds the printer's unique MAC address to a specific IPv4 address. Every time the printer requests dynamic configuration upon startup, the DHCP server matches the MAC address and leases the exact designated IP address.
Step-by-Step Solution
Key Concept
DHCP Reservations vs Static IP Assignment
Estimated Time:45s