A network administrator manages multiple computers and notices that three computers are no longer communicating with the network. Which of the following commands best identifies whether other devices are restricting packet traffic?
The correct answer is B. traceroute. Traceroute is a diagnostic command used to track the path that packets take from a source device to a destination across an IP network. It identifies each hop (router or intermediary device) along the route and measures the time it takes for packets to travel between them. This makes it particularly useful for determining where communication is failing or being restricted.
In this scenario, the administrator suspects that other network devices may be restricting traffic, such as routers, firewalls, or access control devices. Traceroute helps pinpoint exactly where packets stop or experience delays, indicating a potential filtering or blocking point in the network path.
The other options are less appropriate. ipconfig is used to view or manage a device’s local IP configuration and does not test packet flow across the network. Nmap is a scanning tool used to identify open ports and services, not to trace packet paths. Ping verifies basic connectivity but does not provide insight into intermediate devices or where traffic may be blocked.
According to CompTIA Network+ objectives, traceroute is the best tool for identifying routing issues and determining whether network devices are restricting traffic.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit