A technician is troubleshooting a connectivity issue and wants to verify that traffic is flowing to the correct upstream locations. Which of the following commands should the technician use?
Correct Answer: C
To verify network traffic flow and identify where packets are being delayed or lost, the traceroute (tracert in Windows) command is the best tool. It maps out the path a packet takes to reach a destination, showing each hop along the way.
* Option A (Incorrect): net use is used for managing shared network resources, such as mapping network drives, and is not related to network traffic flow.
* Option B (Incorrect): nslookup is used to query DNS servers and resolve domain names to IP addresses but does not trace network traffic.
* Option C (Correct): traceroute (tracert in Windows) is the best tool to track the path of network packets and determine where delays or failures occur.
* Option D (Incorrect): netstat displays active network connections and listening ports but does not trace packet routes.
CompTIA A+ Core 2 Reference:
* 220-1102 Exam Objective 2.5 - Given a scenario, troubleshoot common network connectivity issues using appropriate tools and best practices.