nerdexam
CompTIA

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.

Networking

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)
  • A
    3% (1)
  • B
    89% (32)
  • C
    3% (1)
  • D
    6% (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.

Anbtstat

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.

BtracertCorrect

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.

Cnslookup

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.

Dnetstat

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

#tracert#network commands#routing#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice