Saturday, May 16, 2009

Quickly ping Google/Yahoo to know your Connection Status.

1. Open notepad and jot down ping -t 209.85.171.100. Close and rename it as *.bat file. This is the IP address* of Google.

2. Send shortcut to your Desktop.Change icon(Optional).

1.ping   bat file 2.ping   shortcut

Note: Don’t use IP address of Microsoft.com/Amazon.com, etc as they don’t respond to ping command.

ping   google

For my broadband connection ‘Round Trip Propagation time’ of around 300-400ms(seen in snapshot above) indicates a fairly good connection speed. If you see reply from remote server, close the batch process.

*why use IP address? If the connection is not ok, the batch process will fail to execute if you simply write ping -t google.com, so you won’t be able to find the problem.

No comments:

Post a Comment