South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I often read about pings but I have no idea what it isCould someone please educate me a bit
Thanks
http://en.wikipedia.org/wiki/Pingping is a computer network tool used to test whether a particular host is reachable across an IP network. 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, and 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.
In a nutshell, it's how long it takes a small nugget of data to get from one computer to another over a network (such as the internet). (Routers, servers and clients are all "computers".)
If your ping to www.google.com is 350, then it takes 350 milliseconds for you to start sending or receiving data from the server at www.google.com.
In a nutshell, it's how long it takes a small nugget of data to get from one computer to another over a network (such as the internet). (Routers, servers and clients are all "computers".)
If your ping to www.google.com is 350, then it takes 350 milliseconds for you to start sending or receiving data from the server at www.google.com.
it depends how big the -l switch value is
ie. ping www.google.com where -l value is 32 bytes gives me
Minimum = 353ms, Maximum = 358ms, Average = 355ms
ping www.google.com -l 512 gives me
Minimum = 376ms, Maximum = 384ms, Average = 379ms
WRT latency have a look at tracert - http://en.wikipedia.org/wiki/TracerouteCan somebody pls explain to me the difference between latency, ping and roundtrip time?
Is the time both upstream and downstream or just the one.
(Already checked for a latency wiki article. Still don't know)