A network administrator would like to determine the path a packet takes to reach the destination 192.168.1.1. What is the best command to determine the network path?
- tracert 192.168.1.1
- ping 127.0.0.1
- ping 192.168.1.1
- ipconfig 192.168.1.1
Answers Explanation & Hints: The traceroute (tracert) command is used to verify the path to a destination device. The ping command is used to verify Layer 3 connectivity. The ipconfig command is used to display the IP address on a device.