nerdexam
CompTIA

LX0-104 · Question #100

Which of the following programs can be used to determine the routing path to a given destination?

The correct answer is E. traceroute. The traceroute command is used to determine the exact routing path that packets take to reach a specified destination.

Networking Fundamentals

Question

Which of the following programs can be used to determine the routing path to a given destination?

Options

  • Adig
  • Bnetstat
  • Cping
  • Droute
  • Etraceroute

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    2% (1)
  • E
    91% (39)

Why each option

The `traceroute` command is used to determine the exact routing path that packets take to reach a specified destination.

Adig

`dig` is a command-line utility for querying DNS name servers and is used for domain name resolution, not for tracing network routes.

Bnetstat

`netstat` displays active network connections, routing tables, interface statistics, and multicast memberships on the local system, but does not determine the path to a remote destination.

Cping

`ping` is used to test reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer, but it does not show the intermediate hops.

Droute

`route` is a command to view or manipulate the IP routing table on the local machine; it does not trace the network path to a remote destination.

EtracerouteCorrect

`traceroute` (or `tracert` on Windows) works by sending packets with progressively increasing Time-To-Live (TTL) values, capturing the responses from each router along the path. This process reveals the IP address of every hop (router) packets traverse from the source to the destination, effectively mapping the routing path.

Concept tested: Network path discovery

Topics

#traceroute command#network diagnostics#routing paths

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice