What is ping and how do I use it in Windows?
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.
Ping is a basic utility for network diagnostics, used to determine whether a remote computer or server is online or not.
It works by sending small data packets to the destination server and then waits for a response from it.
The ping command is executed from the Command Prompt window of Windows by accessing the Start menu and typing CMD in the search box.

The result is selected, and in the window that will open, type the command: ping yourdomain.ro (in this example hostico.ro) and then press Enter.

If the server is online, a report in the form will be obtained:

This indicates that the server is online and responded to the request in 43 milliseconds.
If the server is offline, instead of this response, a Ping Timeout will be received.
Ping timeout doesn't always mean that the server is offline. There is also the possibility that your IP is blocked by its firewall, there is a network block before reaching the server, or the server simply ignores the PING.