GCIA · Question #6
You work as a Network Administrator for Net Perfect Inc. The company has a Windows Server2008 network environment. The network is configured as a Windows Active Directory- based single forest single…
The correct answer is D. The server's NIC is not working. A failed loopback ping indicates the local TCP/IP stack is non-functional, which in this context points to the server's NIC being faulty as the root cause.
Question
You work as a Network Administrator for Net Perfect Inc. The company has a Windows Server2008 network environment. The network is configured as a Windows Active Directory- based single forest single domain network. The network is configured on IP version 6 protocol. All the computers on the network are connected to a switch device. One day, users complain that they are unable to connect to a file server. You try to ping the client computers from the server, but the pinging fails. You try to ping the server's own loopback address, but it fails to ping. You restart the server, but the problem persists. What is the most likely cause?
Options
- AThe switch device is not working.
- BThe cable that connects the server to the switch is broken.
- CAutomatic IP addressing is not working.
- DThe server's NIC is not working.
- EThe server is configured with unspecified IP address.
How the community answered
(58 responses)- B9% (5)
- C5% (3)
- D84% (49)
- E2% (1)
Why each option
A failed loopback ping indicates the local TCP/IP stack is non-functional, which in this context points to the server's NIC being faulty as the root cause.
If the switch were not working, the server could still successfully ping its own loopback address because loopback traffic never leaves the host machine.
A broken cable would prevent communication with external hosts but would not cause a loopback ping failure, as loopback traffic does not traverse the physical cable.
Automatic IP addressing (DHCP) failure would leave the server without a valid network IP, but IPv6 supports link-local auto-configuration and loopback pings do not rely on a DHCP-assigned address.
The loopback address (::1 in IPv6) is processed internally by the TCP/IP stack, but when the NIC hardware or its driver is completely non-functional, the underlying network stack can fail entirely, causing loopback pings to fail. Since restarting the server did not resolve the issue and the loopback ping failed, the problem is isolated to the server itself rather than any external component, and a failed NIC is the only listed option that can cause both loopback failure and external connectivity loss simultaneously.
An unspecified IP address (0::/128 in IPv6) would prevent valid external network communication but would not cause the loopback address (::1) to fail to respond.
Concept tested: NIC failure diagnosis using loopback ping test
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/tcp-ip-connectivity-issues-troubleshooting
Topics
Community Discussion
No community discussion yet for this question.