How to Resolve Printer-Workstation Connectivity Issues?
A network administrator receives a call about a network printer that is not working for a workstation. The network administrator verifies the printer is turned on. Given the following information: Router's gateway IP: 10.0.0.1/25 Device: Printer - Device: Workstation - Which of the following should the administrator change to remediate this issue? (Choose two.) -
- 
Community Votes
36% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests the ability to identify mismatched network IDs and subnet masks; the common trap involves focusing on the visibly incorrect printer settings while overlooking the workstation’s mask mismatch.
This CompTIA Network+ N10-008 practice question evaluates proper IP addressing and subnet mask alignment for local network communication. Consensus among candidates and experts confirms that updating the printer’s IP address and correcting the workstation’s subnet mask restores connectivity.
Candidates often select Option C instead of E because the printer’s subnet mask also appears incorrect, but exam objectives prioritize aligning the active endpoints by fixing the printer’s IP and the workstation’s mask.
Community Discussion (7 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The router gateway is configured as 10.0.0.1/25, which corresponds to a subnet mask of 255.255.255.128 and a network range of 10.0.0.0–10.0.0.127. For seamless communication, both the workstation and printer must reside within this exact range and share the same subnet mask. Changing the printer’s IP to fall within the 10.0.0.0/25 block and adjusting the workstation’s subnet mask to 255.255.255.128 ensures they recognize each other as being on the same local network segment.Why the Other Options Are Wrong
Options A and D involve modifying the router’s configuration, which is unnecessary since the gateway itself is correctly defined for the intended network. Option C suggests changing the printer’s subnet, but simply assigning the printer a valid IP within the existing /25 network resolves the routing mismatch more efficiently. Adjusting the router’s subnet would disrupt other connected devices and violate the principle of least change.Community Comment Notes
Multiple high-rated comments explicitly confirm that B and E are the correct pair, noting that the visual diagram shows a clear CIDR and mask mismatch between the workstation and router. Comment [2] accurately breaks down how the printer sits on a completely different network segment while the workstation uses an overly restrictive mask. Several users initially debated Option C but agreed that B and E best satisfy the choose-two requirement per official exam standards.Exam Strategy
Always convert CIDR notation to decimal subnet masks when comparing device configurations, as exam questions frequently test this conversion skill. When Layer 3 connectivity fails, systematically verify the network ID first, then adjust host-specific IPs or masks to achieve alignment without altering core infrastructure.