nerdexam
CompTIA

LX0-104 · Question #296

An administrator suspects that a gateway machine on their network has failed; the administrator is unsure which machine is the problem. Which of the following commands will help locate the problem mac

The correct answer is E. traceroute. To diagnose connectivity issues and identify which specific hop or router is failing along a network path to a destination, the traceroute command is the appropriate tool.

Networking Fundamentals

Question

An administrator suspects that a gateway machine on their network has failed; the administrator is unsure which machine is the problem. Which of the following commands will help locate the problem machine?

Options

  • Aps
  • Bnetstat
  • Cnslookup
  • Difconfig
  • Etraceroute

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    12% (4)
  • E
    76% (26)

Why each option

To diagnose connectivity issues and identify which specific hop or router is failing along a network path to a destination, the `traceroute` command is the appropriate tool.

Aps

`ps` lists active processes on the local machine and is unrelated to network path diagnostics.

Bnetstat

`netstat` displays network connections, routing tables, and interface statistics on the local machine, but it doesn't trace the path to a remote host.

Cnslookup

`nslookup` (or `dig`) is used for DNS queries to resolve hostnames to IP addresses or vice versa, not for network path diagnostics.

Difconfig

`ifconfig` (or `ip addr`) displays network interface configuration on the local machine, not for diagnosing issues with remote gateways.

EtracerouteCorrect

The `traceroute` command maps the path packets take to reach a destination by showing each intermediate hop (router/gateway) and the time it takes to reach it. If a gateway machine has failed, `traceroute` will show where the packets stop or encounter significant delays, pinpointing the problematic device on the network path.

Concept tested: Network path troubleshooting with traceroute

Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_networking/diagnosing-network-problems_managing-networking#doc-wrapper

Topics

#network troubleshooting#traceroute#gateway#network diagnostics

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice