N10-005 · Question #560
A workstation on the network is configured as follows. A user reports that they are unable to print to a device located on a different subnet. Which of the following is the MOST likely problem? IP add
The correct answer is C. Default gateway. The default gateway (172.15.204.254) is on the 172.15.x.x network, which is a different subnet from the workstation (172.16.0.0/16), making cross-subnet communication impossible.
Question
A workstation on the network is configured as follows. A user reports that they are unable to print to a device located on a different subnet. Which of the following is the MOST likely problem? IP address: 172.16.204.12 Subnet Mask: 255.255.0.0 Default Gateway: 172.15.204.254 DNS address: 172.16.204.1 Broadcast address: 172.16.255.255
Options
- ADNS address
- BSubnet mask
- CDefault gateway
- DBroadcast address
- EIP address
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C80% (16)
- E5% (1)
Why each option
The default gateway (172.15.204.254) is on the 172.15.x.x network, which is a different subnet from the workstation (172.16.0.0/16), making cross-subnet communication impossible.
The DNS address 172.16.204.1 falls within the correct 172.16.0.0/16 subnet and is reachable.
The subnet mask 255.255.0.0 is a valid /16 mask and is correctly applied to the given IP address.
For a workstation to send traffic to a different subnet, the default gateway must reside on the same local subnet as the workstation. The workstation's IP 172.16.204.12 with a /16 mask places it on the 172.16.0.0 network, but the gateway 172.15.204.254 is on the 172.15.0.0 network. Because the gateway is unreachable at Layer 3, all off-subnet traffic including print jobs fails.
The broadcast address 172.16.255.255 is the correct directed broadcast for the 172.16.0.0/16 network.
The IP address 172.16.204.12 is a valid host address within the 172.16.0.0/16 subnet.
Concept tested: Default gateway subnet mismatch causing routing failure
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/default-gateway-configuration
Topics
Community Discussion
No community discussion yet for this question.