A: There are two utilities that come with
almost all internet dialup programs that can be used to test your route and connection to
any internet resource (address.)
The first utility is called "ping," and it is used to
determine how long it takes to get a signal from your computer to any destination.
This utility can be used to verify that a web server computer is up and running, but it
can not verify that it's web serving capability is actually working.
You can use "ping" in Windows 95 by first opening a command
prompt and then typing "ping (address) www.news.com."
A typical response is:
Ping www.news.com
1 204.162.80.141 ne1.news.com 50 ms
2 204.162.80.141 ne1.news.com 40 ms
3 204.162.80.141 ne1.news.com 40 ms
Another utility called "tracert" can be used to check the
quality of your connection from your computer to your destination and every router in
between. This one is really good because it can tell you if a router between you and
your destination is down or over worked, which could result in a slow or non-existent
download. A typical response is:
tracert www.news.com
1 204.244.138.254 Unavailable 0 ms
2 204.244.35.5 Unavailable 0 ms
3 204.244.46.9 Unavailable 10 ms
4 204.244.12.38 Unavailable 0 ms
5 209.153.195.21 atm-westel.starcom.net 10 ms
6 205.150.222.17 h12-1-0.starcom.bb1.van1.uunet.ca 30 ms
7 137.39.136.53 Hssi0-1-0.BR1.SEA1.ALTER.NET 10 ms
8 146.188.200.78 105.ATM3-0-0.XR2.SEA1.ALTER.NET 20 ms
9 146.188.200.122 100.ATM10-0-0.TR2.SEA1.ALTER.NET 20 ms
10 146.188.137.189 110.ATM7-0.TR2.SCL1.ALTER.NET 40 ms
11 146.188.146.21 198.ATM7-0.XR2.SCL1.ALTER.NET 41 ms
12 146.188.145.61 194.ATM11-0-0.GW2.SFO1.ALTER.NET 50 ms
13 137.39.166.30 cnet-gw.customer.ALTER.NET 50 ms
14 204.162.80.141 ne1.news.com 50 ms