Head blueLogoText.gif NCF HelpWiki
Help | StartPage

Difference between revisions of "Ping"

From Support
Jump to navigation Jump to search
Line 10: Line 10:
If using Windows, press the Windows key to open the start menu, then type the letters <code>cmd</code>, then press Enter to open a command prompt.
If using Windows, press the Windows key to open the start menu, then type the letters <code>cmd</code>, then press Enter to open a command prompt.


[[File:Windows_11_open_command_prompt.png]][[File:Windows 11 command prompt.png]]
[[File:Windows_11_open_command_prompt.png|border]]
 
[[File:Windows 11 command prompt.png|border]]


If using Mac, click the Launchpad icon in the Dock, type <code>terminal</code> in the search field, then click Terminal.
If using Mac, click the Launchpad icon in the Dock, type <code>terminal</code> in the search field, then click Terminal.
Line 18: Line 20:
==== Run a Ping Test ====
==== Run a Ping Test ====
To run a ping test, type the word <code>ping</code> followed by a space, and then the address you want to try pinging.  For example, type <code>ping google.ca</code> 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.
To run a ping test, type the word <code>ping</code> followed by a space, and then the address you want to try pinging.  For example, type <code>ping google.ca</code> 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.
[[File:Windows 11 ping google.ca.png|border]]


==== Ping an IP ====
==== Ping an IP ====

Revision as of 13:42, 12 December 2023

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, press the Windows key to open the start menu, then type the letters cmd, then press Enter to open a command prompt.

Windows 11 open command prompt.png

Windows 11 command prompt.png

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

If using Linux, open your 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.

Windows 11 ping google.ca.png

Ping an IP

If you are unable to reach a domain like google.ca, try pinging the IP address 1.1.1.1 (CloudFlare). If you can ping this 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's).

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:

Ping for Android

Ping for iPhone/iPad (Apple) )