|
This is a simple online tool to test a server response. You can send ping request
- ICMP packet to any internet IP address.
What is it used for:
Ping is a computer network tool used to test whether a particular host is reachable
across an IP network; it is also used to self test the network interface card of
the computer, or as a speed test. It works by sending ICMP “echo request” packets
to the target host and listening for ICMP “echo response” replies. Ping estimates
the round-trip time, generally in milliseconds, records any packet loss, and prints
a statistical summary when finished.
The word ping is also frequently used as a verb or noun, where it can refer directly
to the round-trip time, the act of running a ping program or measuring the round-trip
time.
|