A help desk technician is troubleshooting a Windows 11 client workstation in a enterprise environment. The workstation is assigned a static IPv4 address of 172.16.45.110 with a subnet mask of 255.255.255.0. Users report that while the machine can communicate with other systems on the local 172.16.45.0/24 subnet, it cannot access intranet resources on adjacent subnets nor browse external websites by domain name. Upon reviewing the TCP/IP v4 properties in ncpa.cpl, the technician notes the current configuration. Which TWO setting errors are directly causing the reported connectivity failures? (Select TWO.)
- An incorrect or missing Default Gateway address, preventing traffic from routing off the local subnet.Answer
- An invalid Preferred DNS Server address, preventing name resolution for external and internal domain names.Answer
- CA subnet mask of 255.255.255.0, which improperly isolates class B private IP addresses.
- DFailure to execute the netsh interface ipv4 reset command after applying static configuration properties.
Answer
The connectivity failures are caused by an incorrect or missing Default Gateway address and an invalid Preferred DNS Server address.
Ability to communicate locally paired with inability to reach external subnets indicates a missing or misconfigured Default Gateway. The inability to resolve domain names to IP addresses points directly to an invalid Preferred DNS Server configuration.
Step-by-Step Solution
Key Concept
Windows TCP/IP Client Configuration & Troubleshooting