Ping command and tracert (traceroute) how to use correctly?

The ping command is used to check the availability of network resources. Most often it is needed to identify problems with the network, to understand on your side or on the server side there are problems.
The essence of the ping command is simple, it sends a packet of a given size to the specified address, which is then returned back or not returned, which already indicates a problem

Here's a quick guide on how to do this.

Please press Win + R -> type 'cmd' (no single quotes) -> click the 'Run' button.

So, let's get started, first let's check if our device is connected to the network. Let's contact the Google server.
1. Enter into the command line: ping 8.8.8.8
If the answer came, that is, the result came in the form of a number, then we are connected to the Internet.
If we see a message that the timeout has expired, it means that we are not connected to the Internet or the Google DNS server is down, which is extremely unlikely.

Now let's check the connection to the resource we are interested in directly, for example, to the DarkHost server.
2. Enter into the command line: ping darkhost.pro
Likewise, we will get either positive or negative responses.
With this command, we can find out the IP address of the domain, get information about DNS records and server availability.

If you see a response from the server in milliseconds, it means that your site is accessible from this computer and should work normally.

If a message is displayed that the timeout has expired or the server is unavailable and you could not identify the cause of the problem, then please run the tracert command on your computer to the same IP address.

To trace, type in the command line: tracert IP_Address_Your_Server

This process may take some time, but will provide more information to help you solve the problem.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...

How do I disable magic quotes? (Using .htaccess)

You need to add this line to your htaccess file in the directory where you want to disable magic...

I can’t enter the site, it doesn’t work. What to do?

Sometimes your site may become unavailable and it may not be displayed for you. Here are the...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...