Ping is a network administration utility or tool used to test connectivity on an Internet Protocol (IP) network. It also measures the latency or delay between two computers.
Open the Command Prompt or Terminal. Every operating system has a command line interface that will allow you to run the Ping command. The Ping command operates virtually identically on all systems.
Type ping followed by an IP address or a website address then press Enter key to execute the command. Here is a brief explanation of commonly used ping commands:
Here is a screenshot of a successful ping test:
The first arrow shows the computer we are trying to reach is responding. The DNS address "www.netgear.com" is displayed into the equivalent 54.187.xx.yy IP address. This also shows that the computer is online and it has Internet access.
The second arrow shows that all of the sent packets are received showing that there is 0% loss. This means that the connection is available and stable.
The third arrow shows the average time it took to answer. "Average = 173ms". In this example, the website server is several time zones away. A ping reply for a PC/ Server on the same local network should be 1-10 milliseconds.
Unsuccessful ping replies:
Request timed out
This message indicates that no Reply messages were received within the default time of 1 second. This can be due to many different causes; the most common include network congestion, failure of the ARP request, packet filtering, routing error, or a silent discard. Most often, it means that a route back to the sending host has failed. This might be because the destination host does not know the route back to the sending host, or one of the intermediary routers does not know the route back, or even that the destination host's default gateway does not know the route back. Check the routing table of the destination host to see whether it has a route to the sending host before checking tables at the routers.
Unknown host
This error message indicates that the requested host name cannot be resolved to its IP address; check that the name is entered correctly and that the DNS servers can resolve it.
Destination host unreachable
This message indicates one of two problems: either the local system has no route to the desired destination, or a remote router reports that it has no route to the destination. The two problems can be distinguished by the form of the message. If the message is simply "Destination Host Unreachable," then there is no route from the local system, and the packets to be sent were never put on the wire. Use the Route utility to check the local routing table.
If the message is "Reply From : Destination Host Unreachable," then the routing problem occurred at a remote router, whose address is indicated by the " field. Use the appropriate utility or facility to check the IP routing table of the router assigned the IP address of .
If you pinged using an IP address, retry it with a host name to ensure that the IP address you tried is correct.