Ping results will appear here
Enter a host and click Ping-c 4 google.com-n 4 google.comipv6.google.comEvery coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.
Ping is a network diagnostic tool that tests connectivity between your computer and a remote host. It sends ICMP (Internet Control Message Protocol) echo request packets and measures the time for echo replies to return. This round-trip time (RTT) helps diagnose network latency and connectivity issues.
| Type | Name | Description |
|---|---|---|
| 0 | Echo Reply | Response to ping request |
| 3 | Destination Unreachable | Host/network/port unreachable |
| 8 | Echo Request | Ping request packet |
| 11 | Time Exceeded | TTL expired (used by traceroute) |
TTL starts at 64 (Linux), 128 (Windows), or 255 and decrements at each hop. When it reaches 0, the packet is discarded. The received TTL helps estimate network hops.
Many firewalls and cloud providers block ICMP. A failed ping doesn't always mean the host is down - the server might just be blocking ping requests.
::1 - IPv6 loopback (localhost)2001:4860:4860::8888 - Google Public DNS IPv6::ffff:192.168.0.1 - IPv4-mapped IPv6 address