TutorialsDev

What is traceroute and how do I use it in Windows?

Find out what traceroute is in Windows and how to use it to diagnose the network path to a site. Get information about restrictions and network nodes.

1
Views 1899Updated 9 luniPublished on 30/05/2019by Cătălin Adrian

Traceroute, like ping, is a network diagnostic tool.

The Internet is made up of thousands of networks, network nodes, and routers through which accesses pass to reach the website we want to visit.

If the ping tool focuses only on the end server (the actual site being accessed), traceroute analyzes the entire path from the computer accessing the site up to the server where it is hosted.

In technical terms, traceroute accesses and requests a response from each router and network node between the computer and the final server.

The traceroute command is executed from the Command Prompt of Windows by accessing the Start menu and typing CMD in the search box.

Comanda tracerout din terminat Windows

The result is selected, and in the window that will open, the command is typed: tracert yourdomain.ro (in this example google.ro) after which Enter is pressed.

Tracert numele de domeniu

A report in the following format will be obtained:

Raport ca traseul este liber pana la servarul final

This report shows that the route is clear without restrictions up to the destination server.

If there are restrictions on the route, a report will be received in the following format, at the step where access can no longer be achieved:

Restricti pe traseu pana la servarul final

In this case, depending on the step in which you are restricted, it can be deduced whether it is a cause of the server hosting the respective site, the last access with a timeout must be from the IP of the hosting server or the internet providers, with access being lost on the route before it reaches the destination server.

The maximum number of nodes through which queries can pass is limited to 30.

Similar Articles

What is ping and how do I use it in Windows?Tutorials /Dev

Find out what ping is in Windows and how to use it to check if a server is online. An essential tool for network troubleshooting.

by Cătălin Adrian
Views 1008
Updated 8 months ago
Published on 30/05/2019