Ping is one of the most widely used network diagnostic tools.
It tests whether a remote host is reachable over an IP network and measures how long it takes for packets to travel to the destination and back.
Ping is based on ICMP Echo Request and ICMP Echo Reply messages. :contentReference[oaicite:0]{index=0}
A ping test can provide several useful measurements.
These measurements help determine whether a network connection is working correctly.
When you execute:
ping example.com
or
ping 8.8.8.8
your computer sends an ICMP Echo Request.
If the destination is reachable, it returns an ICMP Echo Reply.
Your Computer
│
Echo Request
▼
Destination
▲
Echo Reply
│
Your Computer
Ping repeats this process several times and reports statistics.
The most common ping measurement is the Round-Trip Time (RTT).
RTT is the time required for a packet to travel:
It is usually measured in milliseconds (ms).
Example:
Reply from 8.8.8.8 time=21 ms
Lower values generally indicate lower network latency.
Sometimes packets never reach the destination or the reply never returns.
This is called packet loss.
Example:
Packets Sent: 4 Packets Received: 3 Packet Loss: 25%
High packet loss may indicate:
The following values are only general guidelines.
| RTT | Typical Experience |
|---|---|
| Less than 20 ms | Excellent |
| 20–50 ms | Very Good |
| 50–100 ms | Good |
| 100–200 ms | Acceptable |
| More than 200 ms | High latency |
Actual values depend on:
A successful ping confirms:
A failed ping may indicate:
Ping does not verify:
For example:
A web server may respond to ping but still fail to serve web pages.
Likewise, a server may block ICMP but still provide a perfectly functioning website.
Windows
ping google.com
Linux / macOS
ping google.com
Both perform the same basic function, although command-line options differ slightly.
The Telenegar Ping Check service allows you to perform ping tests from multiple probe locations.
Unlike the standard operating system ping command, Telenegar lets you compare connectivity from different networks and geographic locations.
Ping Check reports information such as:
This is useful for determining whether a connectivity issue is:
Ping only answers:
“Can I reach the destination?”
If the answer is No, it does not explain where the problem occurs.
For that purpose, use Telenegar Trace Route, which shows each router (hop) along the network path and helps identify where packets stop or experience excessive delay.