A network technician needs to verify basic ICMP IP reachability and trace the hop-by-hop route from a Windows workstation to a remote server at 10.0.4.15. Which of the following command-line utilities should the technician use? (Select TWO.)
- ping 10.0.4.15Answer
- tracert 10.0.4.15Answer
- Cnslookup 10.0.4.15
- Dnetstat -an
Answer
The correct utilities to use are ping 10.0.4.15 to check reachability and tracert 10.0.4.15 to trace the network path.
The ping command tests basic Layer 3 connectivity by sending ICMP Echo Request messages, while tracert displays the step-by-step router path packets take to reach the destination IP address.
Step-by-Step Solution
Key Concept
Utilizing basic ICMP network utilities (ping and tracert) for reachability and path troubleshooting.
Estimated Time:45s