High School

A network technician is investigating network connectivity from a PC to a remote host with the address 10.1.1.5. Which command, when issued on a Windows PC, will display the path to the remote host?

A. trace 10.1.1.5
B. traceroute 10.1.1.5
C. tracert 10.1.1.5
D. ping 10.1.1.5

Answer :

Final answer:

On a Windows PC, the command that will display the path to a remote host (10.1.1.5 in this case) is tracert 10.1.1.5. Other commands like trace, traceroute or ping won't display the path in the same manner.

Explanation:

In the context of network troubleshooting on a Windows PC, the command that will display the path to the remote host is option C. tracert 10.1.1.5. This command performs a trace route operation. It calculates and shows the path that a packet takes from the host PC to the remote host specified (in this case 10.1.1.5).

The commands such as trace 10.1.1.5 and traceroute 10.1.1.5 would not work on a Windows PC. The command ping 10.1.1.5 would check the connectivity to the remote host, but it does not display the path to the remote host in the same way as tracert.

Learn more about Trace route command here:

https://brainly.com/question/36345890

#SPJ11