SK0-003 · Question #289
A new server was installed. Most clients are located in the same subnet as the server and can successfully access the server. Clients located on different subnets have been unable to access the server
The correct answer is B. Incorrect default gateway on the server.. Clients on the same subnet can access the new server, but clients on different subnets cannot, which points to a routing problem for traffic leaving the server's local network segment.
Question
A new server was installed. Most clients are located in the same subnet as the server and can successfully access the server. Clients located on different subnets have been unable to access the server, but have no trouble accessing other servers on their subnet. Which of the following is the reason that these clients are unable to access the server?
Options
- ADHCP has assigned the wrong addresses.
- BIncorrect default gateway on the server.
- CDNS entries were not created.
- DWINS server is not responding.
How the community answered
(36 responses)- A11% (4)
- B69% (25)
- C3% (1)
- D17% (6)
Why each option
Clients on the same subnet can access the new server, but clients on different subnets cannot, which points to a routing problem for traffic leaving the server's local network segment.
If DHCP assigned wrong addresses, clients likely wouldn't be able to access any network resources or servers, including those on their own subnet, which contradicts the problem description.
The default gateway is the router IP address that a server uses to send traffic to destinations outside its local subnet. If the server's default gateway is misconfigured or missing, it cannot properly route packets to clients located on different network segments, even if those clients can reach other servers.
Missing DNS entries would prevent clients from resolving the server's hostname, but they could still access it via its IP address if routing was functional.
WINS (Windows Internet Name Service) is primarily for NetBIOS name resolution in older Windows environments and would not prevent IP-based connectivity across subnets if the IP address is known.
Concept tested: Server network routing and default gateway
Source: https://learn.microsoft.com/windows-server/networking/technologies/ip-addressing/ipv6-default-gateway
Topics
Community Discussion
No community discussion yet for this question.