Run from the command prompt, Ping is a quick and easy way to check that the server you are trying access is available and that you have network connectivity to it.
Ping is available on most operating systems, this tutorial shows how to use it from Microsoft Windows, Mac OS X and Unix / Linux.
Microsoft Windows
Launch the Command Prompt and type the following;
Example results from the ping command are shown further down this page.
Apple Mac (OS X)
Launch Network Utility (OS X), select the Ping tab, enter the URL and click the Ping button:
Gotta love Apple - so easy to use!
Unix/Linux
At the command prompt type the following;
An example of the output is shown further down this page.
Example Output
The examples below show what the output of the ping command looks like on various operating systems.
Windows
Unix / Linux
Example Problems
If there's a problem reaching the server, the output will look something like this:
Sometimes ping will be able to reach the server, but the connection may be a bit flakey - the statistics shown at the end of the ping output indicate if there is any "packet loss" which is a common indication of a faulty internet connection.
Diagnosing Problems
If ping fails to reach the site, there will likely be a "break" in the internet between your computer and our server. You can use tracert (Microsoft Windows), the Traceroute tab in Network Utility (OS X) or traceroute (Unix/Linux) to find out exactly where the problem lies.