easy
Single Answer
0Which command on Windows will allow you to verify the path a packet gets routed through on the network?
Answer Options
A
tracert 198.78.34.2
B
ping 198.78.34.2
C
traceroute 198.78.34.2
D
route print
Correct Answer: A
Explanation
The Windows command for tracing a route is tracert. The command ping will send ICMP packets to the destination host and report the round-trip time but does not show the path. The command traceroute is a Linux/Unix command for verifying the path on which a packet is routed. The command route print is used to view the routing table on a Windows host, not trace paths.
windows
tracert
routing
troubleshooting