Comprehensive and Detailed Explanation From Exact Extract (Aligned With CompTIA A+ 220-1201 Study Guide)
When assigning a static IP address to a network device such as a printer, the administrator must manually enter all information that a DHCP server would normally provide automatically.
CompTIA A+ networking fundamentals explain that a statically assigned host requires:
IP address (set manually)
Subnet mask (must be manually configured to define the network boundary)
Default gateway (must be manually assigned so the device can communicate outside its subnet)
DNS (also typically required, but in SOHO printer configs, it is not always mandatory unless name resolution is needed)
The question asks specifically: Which must be set manually?
The two required components for every static IP assignment in a CompTIA-compliant small office network are:
✔ B. Subnet mask
Defines the network and host portions of the IP address. Must be manually entered for static IPs.
✔ C. Default gateway
Allows communication outside the local network. Must also be manually set for static IP devices.
Why the other options are incorrect
A. DHCP
Not used in static addressing. DHCP is automatic; static addressing bypasses it.
D. DNS
Not always required for printers unless hostname resolution is needed. The question asks for what must be set manually.
E. Reservations
DHCP reservations create “static-like” addresses via DHCP, not manual configuration.
F. Exclusions
Used to prevent DHCP from assigning certain IPs; not part of configuring a static IP on a device.
Submit