nerdexam
CompTIA

N10-005 · Question #623

Jeff, an administrator, has just finished installing a new switch and connected two servers with IPs of 192.168.105.20 and .30. The servers are able to communicate with each other, but are unable to…

The correct answer is D. The server is missing default-gateway information. The servers can reach the switch and each other but lack a default gateway entry, so they cannot send traffic destined for the Internet beyond their local subnet.

Network troubleshooting

Question

Jeff, an administrator, has just finished installing a new switch and connected two servers with IPs of 192.168.105.20 and .30. The servers are able to communicate with each other, but are unable to reach the Internet. Jeff sees the following information in the switch configuration:

interface VLAN 105 IP address 192.168.105.5 255.255.255.0 Jeff is able to ping the router at 192.168.105.1 from the switch. Which of the following is the MOST likely cause of the problem?

Options

  • AThe subnet mask is incorrect.
  • BA routing loop has occurred.
  • CJeff used a crossover cable to connect the switch to the gateway.
  • DThe server is missing default-gateway information.

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    18% (5)
  • C
    11% (3)
  • D
    68% (19)

Why each option

The servers can reach the switch and each other but lack a default gateway entry, so they cannot send traffic destined for the Internet beyond their local subnet.

AThe subnet mask is incorrect.

The subnet mask of 255.255.255.0 is correct for the 192.168.105.0/24 network - both servers and the switch interface fall within this range, so the mask is not the problem.

BA routing loop has occurred.

A routing loop would cause intermittent or circular traffic issues across the entire network, not a clean scenario where local communication works and only Internet access fails.

CJeff used a crossover cable to connect the switch to the gateway.

Modern switches use Auto-MDIX to handle cable type automatically, and even if a crossover cable caused issues, it would break all connectivity to the router, not just Internet access for the servers.

DThe server is missing default-gateway information.Correct

A default gateway tells a host where to send packets destined for networks outside its own subnet. The servers at .20 and .30 can communicate with each other (same subnet) and the switch can ping the router at .1, confirming basic connectivity and routing are functioning. However, without a default gateway configured on the servers themselves, they have no instruction to forward Internet-bound traffic to the router at 192.168.105.1.

Concept tested: Default gateway configuration required for Internet access

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/default-gateway-configuration

Topics

#default gateway#VLAN configuration#server connectivity#routing

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice