220-801 · Question #1197
A client's computer is not connecting to a website. Which of the following commands will allow the technician to view the route/number of hops between the host and remote systems?
The correct answer is B. tracert. The tracert command reveals the full routing path between a source and destination by displaying each intermediate hop, its IP address, and round-trip latency.
Question
A client's computer is not connecting to a website. Which of the following commands will allow the technician to view the route/number of hops between the host and remote systems?
Options
- Anbtstat
- Btracert
- Cnslookup
- Dnetstat
How the community answered
(36 responses)- A3% (1)
- B89% (32)
- C3% (1)
- D6% (2)
Why each option
The tracert command reveals the full routing path between a source and destination by displaying each intermediate hop, its IP address, and round-trip latency.
nbtstat displays NetBIOS over TCP/IP statistics and cached name tables, and is used to troubleshoot NetBIOS name resolution - it provides no routing or hop information.
tracert (Trace Route) works by sending ICMP echo request packets with incrementally increasing TTL values, causing each router along the path to return an ICMP Time Exceeded message, which allows the tool to map every hop between the local host and the remote destination - making it the correct tool for diagnosing routing problems and counting hops.
nslookup queries DNS servers to resolve hostnames to IP addresses and diagnose DNS issues, but does not trace the network path or reveal router hops.
netstat displays active TCP/IP connections, open ports, and protocol statistics on the local machine, but does not trace the route packets take to a remote destination.
Concept tested: Using tracert to diagnose network routing and hops
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/tracert
Topics
Community Discussion
No community discussion yet for this question.