Head blueLogoText.gif NCF HelpWiki
Help | StartPage

Ping

From Support
Revision as of 13:25, 12 December 2023 by Ga627 (talk | contribs)
Jump to navigation Jump to search

ping is a software utility used to test the reach-ability of hosts. It is available for virtually all operating systems, including most embedded network administration software.

Ping measures the round-trip time for messages sent from the originating host to a destination computer that are echoed back to the source. The name comes from active sonar terminology that sends a pulse of sound and listens for the echo to detect objects under water. The program reports errors, packet loss, and a summary of the results, typically with the minimum, maximum, the mean round-trip times.

Ping Test Instructions

Open Command Prompt

To run ping tests from a computer, you need to open a command prompt, or terminal, where you can run the tests. Typically, this is a window with a black background and this allows you to type commands and see the results.

If using Windows, hold the windows key and press r to open the "run" window, then type cmd and press Enter to open a command prompt.

On Mac, click the Launchpad icon in the Dock, type terminal in the search field, then click Terminal.

On Linux, open the launcher menu and type terminal to find a terminal program and open it.

Run a Ping Test

To run a ping test, type the word ping followed by a space, and then the address you want to try pinging. For example, type ping google.ca to test if you can reach Google. This should send 4 pings, and show how long each reply took to receive. If your connection is working well, you should see 4 replies and each should have a time less than 30 ms.

Ping an IP

If you are unable to reach a domain like google.ca, try pinging an IP address such as 1.1.1.1 (CloudFlare). If you can ping the IP but not domain names, this indicates a problem with resolving domain names, which may be fixed by using a different DNS server (for example, you can set your DNS server to 1.1.1.1 to use CloudFlare).

Ping Gateway

The connection between your computer and router/modem can be tested by pinging the gateway. You can find the IP of your gateway in your connection info, for example it could be 192.168.1.1 in which case you would ping it by running ping 192.168.1.1. The pings to your gateway should show replies with less than 1 ms of latency, otherwise there is a problem with the connection to your router, which could be caused by a weak WiFi signal, for example.

Continuous Ping

The ping command typically runs 4 ping tests at a time. Adding -t to the command will instead run the ping test continuously, which can be useful for tracking down intermittent connection problems.

This test can be left running and will not use a significant amount of bandwidth or resources on the computer. Then, when you have a connection problem, you can check if these pings indicate the problem. If there is a sudden increase in latency, this can be caused by bufferbloat which occurs when a device on your network uploading a lot of data. You can try turning off devices or individual apps, and observing the effect on the continuous ping, to track down the offender.

Ping App

Ping tests can also be run from a smartphone or tablet. Install a free ping app from your app store to easily run ping tests from your phone:

https://play.google.com/store/apps/details?id=com.lipinic.ping