A network printer should always receive the same IP address to ensure reliable access. Which configuration method guarantees this?
A static IP address remains constant, ensuring the printer is always reachable.
Why this answer
A static IP address is manually configured on the printer itself, ensuring it never changes regardless of network conditions or DHCP server availability. This guarantees the printer always receives the same IP address because the assignment is hard-coded and not subject to lease expiration or server failures.
Exam trap
The trap here is that candidates often confuse DHCP reservation with static IP, thinking both guarantee the same address, but the exam tests the understanding that a static IP is configured on the device itself and does not depend on any server, whereas a reservation still relies on DHCP server availability and proper lease renewal.
How to eliminate wrong answers
Option B is wrong because a DHCP reservation assigns a fixed IP address from the DHCP server, but if the server is down or the printer is moved to a different subnet, it may not receive that address. Option C is wrong because a dynamic IP address is leased from a DHCP server and can change when the lease expires or the device reconnects. Option D is wrong because APIPA (Automatic Private IP Addressing) assigns a random link-local address in the 169.254.0.0/16 range when no DHCP server is available, which is not guaranteed to be consistent and cannot be relied upon for network printing.