nerdexam
CIW

1D0-61C · Question #61

In order to discover the currently unknown IP address of the next-hop router, a network administrator would begin by using which of the following tools?

The correct answer is D. tracert. tracert (traceroute) reveals the IP address of every hop along the path to a destination, making it the right tool when the next-hop router's IP is unknown - it actively probes and displays each intermediate router's address in sequence. ping only confirms reachability to a…

Troubleshooting Network Issues

Question

In order to discover the currently unknown IP address of the next-hop router, a network administrator would begin by using which of the following tools?

Options

  • ANMAP
  • Bping
  • Cnslookup
  • Dtracert

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    11% (3)
  • D
    78% (21)

Explanation

tracert (traceroute) reveals the IP address of every hop along the path to a destination, making it the right tool when the next-hop router's IP is unknown - it actively probes and displays each intermediate router's address in sequence. ping only confirms reachability to a known address and returns no routing path information. nslookup resolves domain names to IP addresses via DNS, which is irrelevant when you're investigating router hops at Layer 3. nmap is a port/service scanner used for network enumeration, not for tracing routing paths.

Memory tip: Think of tracert as "tracing the route" - the name literally contains trace + rt (route). If you need to discover unknown hops, you need something that traces the route.

Topics

#traceroute/tracert#next-hop router discovery#network diagnostics#routing path

Community Discussion

No community discussion yet for this question.

Full 1D0-61C Practice