XK0-005 · Question #253
A technician suspects a company's border firewall is down, thus blocking Internet access. The technician executes the following commands: #ping -c 1 firewall.company.com 64 bytes from…
The correct answer is D. traceroute. Given the ping results show 100% packet loss to the firewall, traceroute is the best command to identify where along the network path packets are being dropped or failing to reach.
Question
A technician suspects a company's border firewall is down, thus blocking Internet access. The technician executes the following commands:
#ping -c 1 firewall.company.com 64 bytes from firewall.company.com (192.168.1.1): icmp_seq=1 ttl=64 time=0.061ms 16 packets transmitted, 0 received, 100% packet loss, time 14999ms Which of the following commands should the technician use to BEST determine the source of this outage?
Options
- Atcpdump
- Bnmap
- Cdig
- Dtraceroute
How the community answered
(31 responses)- A10% (3)
- C6% (2)
- D84% (26)
Why each option
Given the ping results show 100% packet loss to the firewall, `traceroute` is the best command to identify where along the network path packets are being dropped or failing to reach.
`tcpdump` captures network traffic on a specific interface, which is useful for analyzing packet content but does not map the network path or directly diagnose where connectivity is failing beyond the local host.
`nmap` is a port scanner used for host discovery and service enumeration, not for tracing network paths or identifying points of packet loss.
`dig` is a DNS lookup utility used to resolve domain names to IP addresses, which is irrelevant to diagnosing packet loss once the IP address is known.
The ping command results explicitly state '16 packets transmitted, 0 received, 100% packet loss,' indicating that no packets reached the firewall. `traceroute` is the ideal tool to determine the network path to `firewall.company.com` and identify the specific hop where connectivity is lost or packets start getting dropped, thereby pinpointing the source of the outage.
Concept tested: Network troubleshooting with traceroute
Source: https://manpages.debian.org/stable/iputils-traceroute/traceroute.8.en.html
Topics
Community Discussion
No community discussion yet for this question.