Old Jul 8, 2005 | 12:42 PM
  #27  
SPo0n's Avatar
SPo0n
Part of the Furniture
 
Joined: Jun 2004
Posts: 190
Likes: 0
From: Northants
Default

Originally Posted by frog
Originally Posted by SPo0n
Firstly pings make no difference at all to web browsing. I can connect to a site in china just as fast as one in england.
SPo0n, are you saying that a tracert is not conclusive, if so, I'd like to understand why ?
Ping times make minimal difference to a web page being loaded. It's barely noticeable. In an online game it may be.. but not when browsing. It's all down to how fast the server processes your request. Unless the ping is over, say, 1000ms (unlikely - that usually means a server is practically down), your request will be sent instantly. It's then the server's time to process the request and send back the data. If the server is over capacity or there's bad coding at some point, this is where it'll show.

Originally Posted by frog
And this page took way less than a second to load, so 3-4 seconds for spoon, less than 1 for me
Yet look at my ping times (tracert www.passionford.com)

Code:
Tracing route to ns102.nuxit.net [85.12.135.102]
over a maximum of 30 hops:

  1     1 ms     1 ms     1 ms  192.168.0.1
  2    11 ms    12 ms    18 ms  10.143.143.254
  3    13 ms    11 ms    12 ms  nrth-t2cam1-a-ge-wan34-104.inet.ntl.com [213.104
.142.21]
  4    13 ms    11 ms    11 ms  nrth-t2core-a-ge-wan61.inet.ntl.com [213.106.255
.37]
  5    12 ms    12 ms    11 ms  nth-bb-a-so-230-0.inet.ntl.com [62.253.185.109]

  6    15 ms    15 ms    17 ms  gfd-bb-b-so-400-0.inet.ntl.com [62.253.185.98]
  7    18 ms    18 ms    21 ms  bre-bb-a-so-000-0.inet.ntl.com [213.105.172.149]

  8    32 ms    32 ms    31 ms  pari-ic-1-so-100-0.inet.ntl.com [213.105.172.82]

  9    32 ms    32 ms    33 ms  ovanet.freeix.net [213.228.3.195]
 10    32 ms    31 ms    32 ms  ge-ve23-2-1.ar1.rdb.fr.eurowan.net [193.19.216.1
46]
 11    33 ms    31 ms    45 ms  rt-nuxit.rdb.fr.eurowan.net [193.19.218.6]
 12    33 ms    32 ms    31 ms  85-12-135-102.nuxit.net [85.12.135.102]

Trace complete.
Reply