Difference between revisions of "Ping"
(Created page with "`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 softw...") |
|||
Line 1: | Line 1: | ||
<code>ping</code> 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 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 ==== | |||
Open a command prompt, or terminal, on your system where you can run the tests. | |||
On Windows, press ( ⊞ Win + r ), then type <code>cmd</code> and press Enter. | |||
On Mac, click the Launchpad icon in the Dock, type <code>terminal</code> in the search field, then click Terminal. | |||
If On, open the launcher menu and type <code>terminal</code> to find a terminal program. |
Revision as of 10:44, 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
Open a command prompt, or terminal, on your system where you can run the tests.
On Windows, press ( ⊞ Win + r ), then type cmd
and press Enter.
On Mac, click the Launchpad icon in the Dock, type terminal
in the search field, then click Terminal.
If On, open the launcher menu and type terminal
to find a terminal program.