views:

262

answers:

2

Just wondering, what is the average packet transmission delay between two hosts over the internet (ignoring packet loss and retransmission).

Now, hang a second before you write that it's too genenral and depends on too many factors (Location of the two hosts, network workload at a specific time, just to name a few), i'm aware of that. Yet, that's why i'm asking what might be the AVERAGE delay. There must be some record for that.

Maybe it's appropriate to ask for seperate countrywide/continentwide/intercontinental average values, too. Whatever makes sense.

+3  A: 

However you ask it, this question is WAAAYYYY too general. Ping times can give you a reasonable approximation, though. My avg to a google host: round-trip (ms) min/avg/max/med = 20/23/37/21

Yahoo: round-trip (ms) min/avg/max/med = 19/23/38/23

Baidu (China): round-trip (ms) min/avg/max/med = 269/272/275/272

Pair (Pittsburgh): round-trip (ms) min/avg/max/med = 63/66/73/67

Google and Y! are using content-distribution networks, so I am most likely hitting servers very nearby. Baidu is across the world from me. Pair is across the country. These are all from a relatively fast connection.

I'd expect a dialup user to see figures that are approximately 100-200 ms higher (depending on network activity at the time). Similarly, my figures would increase significantly if my network were heavily loaded (its not at the moment).

Does that help at all?

jsight
Sure it helps. As this questions concerns, mainly, information, every piece of data helps. Anyway, those numbers are somewhat biased because these are only public web servers, which means:a. Response time might also be a function of the server workload (as ooposed to network workload)b. Web servers are designated to deal with lots of traffic, while a "real" avergae value would also take "regular" computers into account
+2  A: 

You may find the discussion of this stuff at this page interesting. The author argues that traffic is traveling at about half the speed of light (the speed of light being the best you can possibly do for traffic speed, assuming various scientists are right.

Brian
I've actually came across that one. It's quite ancient though...
Nice article. Its old but worth reading. Thanks.
Robert Kozak
The speed of light hasn't changed appreciably in the last 10 years
kdgregory