srhoades,
You can go to the command line and ping a site like
www.yahoo.com and see what the response times are. This is done by:
Going to the start menu and clicking on run.
Type cmd in the open window and hit ok
Type this command on the black screen: ping
www.yahoo.com
Look to see what the RTA's are
They will end in ms
Post the results
See below for example:
c:\ping
www.yahoo.com
Pinging
www.yahoo-ht3.akadns.net [209.191.93.52] with 32 bytes of
Reply from 209.191.93.52: bytes=32
time=39ms TTL=50
Reply from 209.191.93.52: bytes=32
time=34ms TTL=50
Reply from 209.191.93.52: bytes=32
time=59ms TTL=50
Reply from 209.191.93.52: bytes=32
time=35ms TTL=50
Ping statistics for 209.191.93.52:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 34ms, Maximum = 59ms, Average = 41ms
This can help establish if there is a bandwidth issue.
NOTE: : A continuous ping will give more replies. This is done by adding -t to the fend of the command. example: ping www.yahoo.com -t