SK0-004 · Question #36
A system administrator wants to assure that a server is responsive. Which of the following networking tools should the administrator use to verify network connectivity?
The correct answer is D. ping. The ping utility uses ICMP echo requests to test whether a remote host is reachable on the network.
Question
A system administrator wants to assure that a server is responsive. Which of the following networking tools should the administrator use to verify network connectivity?
Options
- Aarp
- Bnetstat
- Cipconfig
- Dping
How the community answered
(34 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D88% (30)
Why each option
The ping utility uses ICMP echo requests to test whether a remote host is reachable on the network.
arp displays and manages the local ARP cache mapping IP addresses to MAC addresses and does not test connectivity to a remote host.
netstat displays active TCP/UDP connections, listening ports, and routing tables on the local machine but does not test connectivity to a remote server.
ipconfig displays the local machine's IP configuration including address, subnet mask, and default gateway but does not test connectivity to any remote host.
Ping sends ICMP Echo Request packets to a target IP address or hostname and waits for ICMP Echo Reply packets in response. A successful reply confirms end-to-end IP connectivity, while timeouts or unreachable errors indicate a connectivity or routing problem. It is the most direct and universally used tool to verify that a server is responding on the network.
Concept tested: Using ping to verify remote network connectivity
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping
Topics
Community Discussion
No community discussion yet for this question.