A desktop technician is troubleshooting network performance issues reported by a user accessing a remote server across multiple routed subnets. The technician wants to identify which specific router hop along the path is introducing latency and packet loss by sending packets to each intermediate hop over a sampling period. Which Windows command-line utility should the technician use?
- pathpingAnswer
- Btraceroute
- Cping -t
- Dtracert
Answer
The pathping command should be used to trace the route and measure packet loss per router hop.
The pathping utility is specifically designed to combine the functionality of ping and tracert. It traces the route to the target IP address and then pings each intermediate router over a test period to compute latency and packet loss statistics for every hop along the path.
Step-by-Step Solution
Key Concept
Windows Network Command-Line Diagnostic Utilities