How to Read game ping test Results

Ping is a computer program originally designed by Mike Muuss in 1983 to troubleshoot a network and its connections by sending packets of data to another computer and then measuring the time before a response is received. The process is known as "pinging" a computer. Since its inception, the ping command can now be used on any Windows, Mac or Linux computer. The results will often tell you a lot about the speed of the connection and help to troubleshoot problems.

Step 1
Type "ping" followed by a space and an IP address, such as 75.186.129.75, or a domain name, such as yahoo.com. Press "Enter." This will start the ping command and attempt to ping the remote server. The ping command should be typed into a terminal window on a Linux or Mac machine, or in a command window on a Windows machine. You can access a command window by clicking "Start" then "Run" and typing "cmd" into the box.

Step 2
Read the first line to view the server's host name. This will confirm that you are connected to the correct server. This is followed by the number of bytes that were sent to the server, usually 32 bytes.

Step 3
Read the following four lines to view the response time from the server. The bytes entry shows how many bytes of data were sent back, the time entry shows how many milliseconds the response took to return, and the TTL entry is the total routers the packet will travel through before stopping. If this section reads "Request timed out" the packets could not find the host, and there may be a connection problem.