220-1102 · Question #427
A systems administrator is troubleshooting network performance issues in a large corporate office. The end users report that traffic to certain internal environments is not stable and often drops…
The correct answer is D. pathping. To diagnose unstable network traffic and drops in a corporate environment, pathping provides the most detailed information by combining ping and tracert functionality.
Question
A systems administrator is troubleshooting network performance issues in a large corporate office. The end users report that traffic to certain internal environments is not stable and often drops. Which of the following command-line tools can provide the most detailed information for investigating the issue further?
Options
- Aipconfig
- Barp
- Cnslookup
- Dpathping
How the community answered
(34 responses)- A12% (4)
- B3% (1)
- C6% (2)
- D79% (27)
Why each option
To diagnose unstable network traffic and drops in a corporate environment, pathping provides the most detailed information by combining ping and tracert functionality.
ipconfig displays current TCP/IP network configuration values but does not provide information about network path performance, latency, or packet loss between devices.
arp (Address Resolution Protocol) displays and modifies the IP-to-physical address translation tables, which is useful for local network connectivity but offers no insight into path performance or packet loss over multiple hops.
nslookup is used to query DNS servers for domain name or IP address information and does not provide details about network path stability, latency, or packet loss.
pathping is a command-line utility that combines the features of ping and tracert (traceroute) to provide more comprehensive network path analysis. It sends packets to each router on the path to a destination over a period of time, then computes results based on the packets returned from each hop, showing packet loss at specific routers along the path and identifying potential bottlenecks or points of failure that cause unstable traffic or drops.
Concept tested: Network troubleshooting tools-pathping
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/pathping
Topics
Community Discussion
No community discussion yet for this question.