Thread: ping command
View Single Post
  #2  
Old 18-11-2004, 23:44
tbaher's Avatar
tbaher tbaher is offline
Die Hard Member
 
Join Date: Nov 2002
Location: America's Dairyland
Posts: 255
Thanks: 0
Thanked 0 Times in 0 Posts
tbaher is on a distinguished road
Send a message via ICQ to tbaher
It is a way to measure latency (lag) between you and whatever you choose to ping.
Let's say you ping www.yahoo.com by typing
Code:
ping www.yahoo.com
it will say something like
Code:
Reply from 216.109.118.77: bytes=32 time=72ms TTL=52
This means the amount of time a piece of data (32k by default) is sent from you to it and back is 72 milliseconds.
it is useful in 2 ways .. to see if you can reach a certain host (otherwise it would say "request timed out" if u couldnt) and how far away that host is.. latency-wise. Like when playing a game on a server for instance, you know how much you will be delayed therefore how playable the game is
__________________
Playing games is not the same after getting married.
Reply With Quote