CountVonGuetzli 2 hours ago

It would be really cool if it didn't just show the ping, but how much worse it is compared to the theoretical optimum (speed of light in fiber optic medium, which I believe is about 30% slower than c).

I raise this because I've been in multiple system architecture meetings where people were complaining about latency between data centers, only to later realize that it was pretty close to what is theoretically possible in the first place.

  • nabla9 19 minutes ago

    You would have to map out the cables to do that.

    Light in fiber optic cable travels roughly 70% of the speed of light ~210,000 km/s Earth's circumferences is ~40,000 kilometers. Direct route from the other side of Earth to another would be roughly 100 milliseconds, round trip 200 ms.

  • londons_explore an hour ago

    clicking around that map, I don't see any examples where the latency is a long way out of line with the distance.

    Obviously it's theoretically possible to do ~40% better by using hollow fibers and as-the-crow-flies fiber routing, but few are willing to pay for that.

    • sebzim4500 an hour ago

      The 'practical' way to beat fiber optics is to use either

      (i) a series of overground direct microwave connections (often used by trading firms)

      (ii) a series of laser links between low altitude satellites. This would be faster in principle for long distances, and presumably Starlink will eventually offer this service to people that are very latency sensitive

      • sandworm101 an hour ago

        Low-bandwidth/low-latency people tend to also demand high reliability and consistency. A low-orbit satellite network might be fast but, because sats move to quickly, cannot be consistent in that speed. Sats also won't ever connect data centers other than perhaps for administrative stuff. The bandwidth/reliability/growth potential just isn't there compared to bundles of traditional fiber.

        • dmurray 43 minutes ago

          > Low-bandwidth/low-latency people tend to also demand high reliability and consistency.

          For trading applications, people will absolutely pay for a service that is hard down 75% of the time and has 50% packet loss the rest, but saves a millisecond over the fastest reliable line. Because otherwise someone else will be faster than you when the service is working.

          They can get reliability and consistency with a redundant slower line.

        • sebzim4500 an hour ago

          There's definitely a few billion a year in revenue for Starlink if they sell very low latency, medium bandwidth connections between Asia, the US, Europe and Australia to trading firms. Even if the reliability is much worse than fiber.

          • pclmulqdq 21 minutes ago

            Starlink latencies sadly aren't competitive due to the routing paths it uses. And sadly there are currently no competitors to starlink.

    • plantain 27 minutes ago

      AU <-> South Africa & South America is way less than distance.

alex_suzuki 5 hours ago

I have red-green color blindness, which makes it hard/impossible for me to distinguish between the <100ms and >200ms lines.

This affects about 8% of male population btw, maybe you can add a color-blind mode, very nice visualization otherwise!

  • blauditore 3 hours ago

    As a quick workaround, you can set a CSS filter on the whole page: Either use dev tools to put a rule `filter: hue-rotate(60deg);` on the `body` element, or simply run `javascript:void(document.body.style.filter='hue-rotate(60deg)')` from the url bar.

    • alex_suzuki 3 hours ago

      Nice hack, thank you! :-)

      • dspillett 2 hours ago

        In case you are not aware, you can put this sort of thing in a bookmark on the bookmark bar (both FF and Chrom{e|ium}, I assume other browsers too) for easy access. If you don't have the bookmark bar visible hit [ctrl][shift][B] to flip it on (and the same to flip it back off later if you don't want to keep it).

    • jeffhuys an hour ago

      let i = 0; setInterval(() => document.body.style.filter=`hue-rotate(${i++}deg)`, 16);

      Disco mode!

      (better to use requestAnimationFrame but I'm lazy atm)

  • bjornsing 4 hours ago

    I don’t see any lines at all. Just blue dots repeating the data centers. Very confusing.

    • RantyDave 4 hours ago

      You have to click one of the data centres

    • spott 4 hours ago

      Tap a blue dot.

    • kqr 4 hours ago

      Click dots.

  • eknkc 5 hours ago

    Do you have some kind of an accessibility tool for this? Maybe a whole screen filter that changes colors in a specific way so you can distinguish them?

    • alex_suzuki 3 hours ago

      No I don't. It's actually not a big deal in day-to-day life. People often go "But how the hell can you drive if you can't distinguish red from green at the stoplight?"... in reality it's more nuanced. As another comment already mentioned, perception varies across even among colorblind people. I find it hard to distinguish R/G if the colors are not fully saturated or in low-light situation. Also the brain knows that "red is on top" and "green is at the bottom" at the stoplight and thereby improves the contrast for me. ;-)

      My comment was meant to raise awareness of this issue with the author of the tool. Many video games, especially the ones with some kind of HUD, minimap, etc. these days have a color-blind mode.

      • eknkc 3 hours ago

        Yeah I’ve seen colorblind modes in a lot of apps. It is great for those affected. And probably not a huge hassle to implement anyway.

        But I was curious if one needs to rely on the application developers to deliver a solution or if there was a generalized filter or whatever that would work always. Maybe like screen readers, those work fine if the app does not do something horrible. But with some help from apps, they perform much better.

  • saagarjha 5 hours ago

    Color-blind man here. While I think it’s important to consider color blindness when choosing colors, it’s not actually 8% of men who would have trouble distinguishing the two colors. That number is somewhat lower. Perception of color varies even across colorblind people so just because someone says it works for them doesn’t mean it will work for someone else, and vice versa.

  • stogot 5 hours ago

    This is such an easy thing to overlook for those of us that don’t. Red/green tends to be a default selection, perhaps because of traffic lights?

    I started putting myself in the shoes of a family member who is in the 8% and now i spend more time trying to pick better color schemes

  • roundstars 4 hours ago

    There are some chrome extensions for colorblind. It might be helpful to you. Please check it out.

  • YetAnotherNick 2 hours ago

    It's sad that this is the top comment for the post. Many people have stopped posting their crappy work online due to harsh comments like yours. There's no easy reply to your comment.

    Maybe we should be less critical specially with "Make it fit for my workflow" type comment, and more so if it is built by some random guy in their free time, and not say a project which is asking money.

    • philipwhiuk 6 minutes ago

      Maybe we should be building accessible UIs by default rather than treating an actual disability as a 'my workflow' problem.

    • sealeck 2 hours ago

      I think this an uncharitable take – the parent comment is just proposing an improvement that would really help them given their colour-blindness (they also say they like the visualisation). Personally I find part of the reason for putting things on the internet is to allow other people to use them and obtain their feedback.

      • YetAnotherNick an hour ago

        Every product has flaws which are outside of design scope. Pointing that is unnecessary. If I want feedback on my quick and dirty project, I want it on within the scope of design, not the missing features, bad accessibility etc.

        Specially HN crowd is very susceptible to feeling for accessibility comment. Return of "think of poor kids in Africa".

        • philipwhiuk 4 minutes ago

          > If I want feedback on my quick and dirty project, I want it on within the scope of design, not the missing features, bad accessibility etc.

          This wasn't posted with that directive.

          And if your "design is great" but your implementation sucks then maybe the design sucks too.

    • alex_suzuki an hour ago

      Sorry it came across that way, that was not my intent at all… it was meant as a simple suggestion for a potential low-hanging fruit improvement that would benefit people like me. Clearly you did not perceive it that way.

    • Vinnl 2 hours ago

      The easy reply is "thanks, I learned something today!"

adamcharnock 7 hours ago

Random fact: I did some planning around this for a client a while ago. While measuring the AWS latencies I found I could get approximate latencies (within 10%) by measuring the rough undersea cable length (km) and dividing by 150.

While not overly surprising, it was very consistent.

Edit: I think it was actually 155

  • carlio 7 hours ago

    That reminds me of the story of the 500 mile email (https://www.ibiblio.org/harris/500milemail.html)

    • MrLeap 5 hours ago

      I read this yeaaaars ago. I'm about to re-read this, but before I do, I think this was the article that installed a little goblin in my brain that screams "TTS" in instances like this. I will edit this if the article confirms/denies this goblin.

      EDIT: mostly, probably, sort of.

    • debuggerpk 6 hours ago

      Funny story. He must thank the department of statistics for the quick turn around.

  • kqr 4 hours ago

    There's a surprising amount of real-world modelling that can be done to satisfactory precision with just multiplication and addition.

  • keepamovin 6 hours ago

    This page is such a well executed interactive map. Really enjoyed it

    Is the math-planation of your random fact basically

    (thanks to https://news.ycombinator.com/user?id=Hikikomori for correcting the lightspeed in fibre medium from 3e5 to 2e5 !)

    - lightspeed is 2e5 km/s ~ 2e2 km/ms, so/

    - length (km) / 200 (km)/ms ~ K length (km) / 200 (km)/ms, so

    - latency (ms) ~ K' length (km)

    Where K is approximately 1.3 (K' is 1/155) and factors in things like:

    - non straight line distance

    - networking overhead / switching

    - both ways / measurement error

    Basically?

    • Hikikomori 6 hours ago

      Speed of light in a medium like fiber is about 200 000km/s.

      • keepamovin 6 hours ago

        Oh shit! Thanks. Good point. That actually makes it more plausible, as K is smaller.

        • segfaultbuserr 3 hours ago

          1/2 c in circuit boards (FR-4), 1/3 c in cables, two useful numbers to remember.

          • keepamovin 2 hours ago

            Thanks, nice! But wait - so we have

            1/2 c ~ 150 km/ms in circuit board.

            1/3 c ~ 100 km/ms in cable. And...

            2/3 c ~ 200 km/ms in fiber?

            I'm a bit confused about difference between cable and fiber heh :)

          • Hikikomori 2 hours ago

            Depends on what kind of cable? As twisted pair network cable is at 2/3.

    • adamcharnock 6 hours ago

      It is possible I was measuring latency in a single direction, rather than round-trip-time. My memory is a little hazy now.

      • keepamovin 2 hours ago

        No I think you had it right. I was off on the speed. Anyway, it could have matched accounting K for other factors heh :)

michaelnoguera 8 hours ago

Interesting. If you click on one of the blue circles representing a data center, it shows latencies to the other data centers. This took me a second to figure out — maybe consider adding a note along the lines of “click to select a data center” on the site?

  • WaxProlix 8 hours ago

    These aren't even data centers, but aggregates. They're regions, composed of many different bits of networking and compute in various levels of abstraction - dc, edge installation, whatever.

    Within these regions there's a lot of variation from zone to zone, so the methodology matters.

  • bddicken 8 hours ago

    Author here. This is great feedback, thanks.

    • hyperpape 2 hours ago

      I appreciate the effort to collect the data, but I think the rotating globe is an idea that looks cool, but makes the visualization harder to use. If I click on us-east-1, there's a 229ms line to...somewhere that I can't see. Meanwhile, I can't see the latency between us-east-1 and us-east-2.

      Perhaps if you selected a datacenter, and it switched to a 2-d projection with that datacenter at the center of the map, it would be better?

      Or perhaps augment the visualization with a table?

    • jumploops 6 hours ago

      Idea: select a data center by default (i.e. us-east-1) to make it more clear.

      Bonus: select the nearest data center based on the user’s IP :)

      • mvanbaak 4 hours ago

        Nitpick detail: us-east-1 (and all other availability zones) are also not a single datacenter by definition. The can also spend several

Hikikomori 6 hours ago

AWS provides latency numbers between regions, AZ's and within an AZ in network manager. Useful to have as a latency baseline and to see if they have any issue.

https://docs.aws.amazon.com/network-manager/latest/infrastru...

  • chipdart 6 hours ago

    > AWS provides latency numbers between regions, AZ's and within an AZ in network manager.

    AWS also provides dashboards that shows what regions/services are down, and history tells us those are not to be trusted for precisely the same reasons.

    • Hikikomori 6 hours ago

      Afaik it also requires someone to manually set it to be down on that page. Pretty sure that nobody is entering latency numbers manually every second, but maybe they have a team for that.

curtisf 4 hours ago

Obviously the biggest contribution to latency is distance. But there's also some close-ish regions with poor latency because there's not fiber running directly between them (for example, over the poles)

Are there an examples of regions which dramatically violate the triangle equality? (That is, where the A--C latency is much worse than the best A--B + B--C latencies)?

Just as a curiosity, could you use that idea to "infer" which data-centers are most likely directly connected by fiber, and show only the likely fiber connections?

  • maxmouchet 2 hours ago

    I can't speak for AWS specifically, but in my PhD thesis [1] I found a bunch of such examples by using RIPE Atlas probes. Essentially looking for pairs of probes where the RTT between probe A and probe C is larger than probe A-B + B-C.

    Now there are some issues with this methodology (all common issues with ICMP/RTT measurements + traffic was not really routed through the "relay" probe), but such pairs do exist.

    [1] https://theses.hal.science/tel-03666771/document (see page 84 for an example; if you can read French :-))

  • kqr 4 hours ago

    > Are there an examples of regions which dramatically violate the triangle equality? (That is, where the A--C latency is much worse than the best A--B + B--C latencies)?

    I don't think this would happen at a significant scale, due to how routing works. If taking the "detour" through B is how the ICMP packets get there cheapest, that's the path they will go.

    If anything, we could look at where A–C is nearly equal to A–B + B–C and find where such a thing has happened. I suppose it could happen for reasons other than lack of fiber: financially better peering agreements, etc?

  • llm_trw 4 hours ago

    You can just look at the map of fiber optic cables around the world: https://www.submarinecablemap.com/

    It's highly unlikely there are any non-disclosed undersea ones since they cost rather a lot to lay down.

    • defrost 4 hours ago

      > It's highly unlikely there are any ..

      Going back decades when a billion US was real money the original NSA (No Such Agency) that essentially no one had ever heard of, including most of the US houses and much of the defence committees that had clearance but not that clearance, had a 4 Billion+ budget for "off-book" satellites.

      Black cables are a damn sight cheaper than black satellites.

    • curtisf 3 hours ago

      Yes, although I think it would also clean up the visualization, since you wouldn't have nearly so many lines connecting data centers which actually aren't connected; and it would therefore also be explanatory

tonnydourado 2 hours ago

I thought Australia sucked until I checked the latencies for South America and South Africa. Not a single "good" latency link =)

CSDude 2 hours ago

I worked at a military company and we made a SIEM tool to use at government facilities. Our Director, which was an ex-colonel at Miltiary IT, found that login screen is too plain and we need to have a world spinning. So we've implemented the end of Terminator 3 nukes over globe screen in WebGL to please him. This reminds me of it.

Anyways, although this looks cool, it'd be much more easily understandable in a 2d map instead of a rotating one.

JoshTriplett 8 hours ago

The data is really useful, and the globe is visually impressive, but it feels like it'd be more practically useful to have a flat world map that shows all the data centers at once and makes it easier to read the lines without them getting excessively close to each other.

tmalsburg2 an hour ago

Very roughly 1/3 of the speed of light. One third is lost to the physical medium it seems. What accounts of the remaining third and how much could be plausibly shaved off of it?

  • jedberg 32 minutes ago

    Undersea cable routing. For example there are no undersea cables from Ireland to the European continent. All that traffic has to land in England first and go through a few routers to get sent on its way.

    South America and Africa are even worse in that regard. Very few if any direct links.

  • Aeolun an hour ago

    I think the lines the data goes through are unfortunately not quite as straight as they appear in this visualization. Nor is it light all the way.

jedberg 7 hours ago

How did you choose which datacenters to include? For example, eu-south-2 (Spain) is missing.

The reason I know is because I worked on a project that required latency to be under 30ms between datacenters, and we had to use eu-west-1 (Ireland) and eu-south-2.

Turns out that latency is closer to 42ms, mainly because there are no undersea cables between Ireland and the continent (they only go to England, then they have to route across England to get to a cable to the content).

  • jbkkd 5 minutes ago

    Israel (il-central-1) is also missing.

  • nixass 4 hours ago

    There are good few DCs missing on that atlas

  • inkyoto 7 hours ago

    > How did you choose which datacenters to include? For example, eu-south-2 (Spain) is missing.

    At the bottom of the page it says: «Data scraped from CloudPing», with the CloudPing dataset linked through. If you click through to CloudPing, you won't find «eu-south-2» in the dataset.

  • bobnamob 4 hours ago

    Yeah the new(ish) Melbourne region is missing too

reisse 3 hours ago

Cool, but information about what links were used would be nice. I assume it's latencies for default AWS links, which you likely won't use if you _care_ about the latency.

cedws 3 hours ago

Technically speaking those aren’t datacenters, they’re regions. AWS regions can have multiple AZs, and each AZ can have multiple datacenters spread around a city, each with different latency characteristics. This is completely opaque to customers, you don’t really get to choose which one you’re in. There are ways to gain info about it though.

This is way outdated now but gives a rough idea: https://wikileaks.org/amazon-atlas/document/AmazonAtlas_v1/A...

Source: did some latency work for a market maker.

  • Hikikomori 3 hours ago

    For inter region latency the difference is negligible.

sandos 6 hours ago

Its a bit sad, we have one of the Swedish, actual physical buildings for AWS in my town. But of course the traffic does not exit here, but is instead aggregated between the different sites spread around cities regionally. So no sub-ms latencies for me towards that center. I think the traffic basically went a couple hundred kms before turning back here.

  • Hikikomori 5 hours ago

    Does your ISP peer directly with Aws?

    • sandos 3 hours ago

      No, which is a possible solution, but I suspect they simply dont peer locally.

  • immibis 6 hours ago

    I presume your town is too small for it since you called it a town, but AWS also does these things called "wavelength zones" which are as close as possible to certain cellular networks (designed to ride th 5G M2M hype train - self-driving vehicles, etc). Not sure if they do something similar for fixed networks.

    Of course, it doesn't actually matter since friends don't let friends use AWS.

reincoder 3 hours ago

As we operate 720+ servers running ping and traceroute continously, I will try to see if we can publish intra provider or intra asn latency data like this but on a massive scale. We have a ton measurement internally but to publish them as a product or even as a web dashboard is tricky as it is hard to measure what the interest could be.

grogenaut 7 hours ago

This jives with measurements I've done before. I ended up running a ping setup for a few months from every region to every other region to get these timings. I was using it to calculate what our GQL latencies would look like if the backing servers were in another region or in the same region as a way to start regionalization work. Sadly we had to depend on those latencies so much that it was deemed a non-starter of an approach. Even us-west-2 (home) to us-east-2 took us from p99 300ms to p99 2.4 seconds. That sweet sweet latency reduction.

albert_e 5 hours ago

interesting

the "globe" visualization is good ... but we cna only see half the world at a time ... can we have an option of a flat projection as well ... so I can see all latencies for a region at a glance?

ap-south-2 (Asia Pacific - Hyderabad,India) opened in Nov 2022 seems to be missing from the list?

billybet 2 hours ago

Is there any oss software which replicates that ping grid/table where you can have multiple sensors feeding information back to get an overview of latency on your own network?

kzrdude 5 hours ago

Just curious, why is there no us central or us texas region? It could maybe be useful.

  • bob1029 2 hours ago

    Azure has Ohio and Texas, but you'll probably not be able to provision all the machines you want so it doesn't really matter.

    I think a lot of people are sleeping on the benefits of hosting workloads in these regions. Many finance, banking & insurance companies have already taken advantage. Most of your credit card transactions are handled by data centers that live ~barycentric to the continental US. Much of small US banking tech happens in places like Missouri.

  • TowerTall 5 hours ago

    and why are there hardly any in South America and Africa?

teleforce 3 hours ago

There're three certainties in life death, tax and network latencies.

cliffordc 7 hours ago

Maybe a question with an obvious answer, but why are there not yet more data centers in Africa?

  • danpalmer 7 hours ago

    I believe it's a combination of a lack of customers and lack of infrastructure. It's a big continent to cover with the necessary fibre capacity, and the market is much smaller for nearby services.

    Also what you don't see in things like this, or even a list of datacenter locations, is the relative sizes of the datacenters. After US east/west coasts and Europe, datacenter capacity rapidly tails off. Parts of Asia have plenty but not on the same scale I believe (although I don't know about the Chinese market). The difference in size can be quite a few orders of magnitude between different regions.

  • prmoustache 6 hours ago

    Smaller market, less reliable power grids, more challenging heat management, less political stability in many african countries. Also, given their pricing, big cloud vendors AWS are a luxury many local businesses would probably not even consider.

  • adamcharnock 7 hours ago

    This isn’t just an issue for cloud providers. It’s also not easy to find collocation space either.

    My best guess is that it is a combination lower demand (vs rest of world), and infrastructure availability (connectivity + power).

    I can imagine a bunch of secondary factors too, but this to me sounds like the key broad reasons.

danpalmer 7 hours ago

All of the datacenters are colour-coded as blue, which is not on the legend. What does this mean?

  • boguscoder 7 hours ago

    Since all of them are same color its not really color coding and hence not on the legend, its just OPs choice for color of points

    • danpalmer 7 hours ago

      No lines were working for me, so the only feature was the blue colour of the dots, hence thinking they must be colour coded in line with the legend.

  • grogenaut 7 hours ago

    click on one

    • danpalmer 7 hours ago

      Ah, this was what I tried first, and it didn't do anything, but now it does seem to be doing something. That makes sense now, thanks.

      • Tempest1981 5 hours ago

        Same... didn't work until I moved the globe a bit. I thought the site was broken, or getting the HN hug of death.

hemogloben 7 hours ago

Is this just fiber distance between each datacenter? The coloring makes it seem significant, but from the distances it kinda just looked like ever < _km (100ms) was green, everything between _km(100ms) and _km(200ms) was orange, and everything over was red.

  • wiml 7 hours ago

    I'm not sure what you're wondering here. Of course physical distance is going to be a dominating factor, but this is measuring packet transit times. The speed of light over half a great-circle is only 67ms or so, ot maybe 100ms considering velocity factor in fiber, so clearly there's more to it than just distance. We can talk about what those other things are, but we both know they exist, right?

  • Hikikomori 6 hours ago

    Basically yes, as distance is the most important factor when it comes to latency.

Epa095 7 hours ago

This is really cool, wish there were something like it for Azure as well.

vivzkestrel 7 hours ago

newbie here, you basically loaded d3.js to draw that globe. Is there a tutorial you followed to create those lines dynamically on the globe? Mind sharing some info on how you made this?

slimsag 6 hours ago

Is there something similar for GCP?

  • immibis 6 hours ago

    Be the change you want to see. How much does it cost to set up a VM in every availability zone for an hour?

    Late edit: it would also be cool to see inter-cloud latency.

    • immibis an hour ago

      Additional - I see the app here just shows good/moderate/bad latency. An actual data table would be useful to many people but not as pretty. Maybe there should be a distributed latency measurement network project.

obviyus 5 hours ago

Hah, CloudPing is awesome. I just wrote a TUI in Rust for exactly the same thing: https://github.com/obviyus/pong

I found myself going to CloudPing often enough to make a CLI for it

alex_young 7 hours ago

Us-east-1 is hard to beat.

Close to the network centrality of the of the internet, low latency to both the west coast and Europe.

  • poincaredisk 2 hours ago

    My knee jerk reaction was to comment that this is an America-centric thinking (I live in eastern Europe, us-east is not that great), but... After consulting the map, it really looks better than the other options (of course assuming you care mostly about Europe, Americas, and don't want to piss off Asia too much)

  • otabdeveloper4 6 hours ago

    > Close to the network centrality of the of the internet

    Most of the Internet is fractured even though technically publically routable. E.g., for someone living in China the US isn't anywhere near "network centrality".

    If an internet centrality exists, it is somewhere in France or the Netherlands - usually cross-continent traffic goes through there, they have dedicated interchanges for that.

    • utdemir 2 hours ago

      I did some research about this a while back: https://utdemir.com/posts/choosing-cloud-regions.html#:~:tex...

      You are right, the best region that optimises median latency against all internet users over the world is `us-west-3`, which is Paris - I believe. Likely because it has much better latency towards Asia where the majority of internet users are.

      I also investigated which two regions to choose for a multi-region setup, which ends up being London and Japan.

    • kalleboo 4 hours ago

      Although in my experience all the traffic from East Asia and Oceania (Australia, Japan, Korea, Hong Kong, Singapore, etc) to Europe goes through the US. So network-wise, the US is more central.

    • immibis 5 hours ago

      Agreed the network is much denser in Europe than the USA. This is obvious if you've really tried looking for network infrastructure services. The USA is just where a lot more high-level services are, like social media, due to the peculiarities of capitalism. There's no shortage of infrastructure there either, of course.

      Data caps are apparently illegal here. This is good for the quality of infrastructure.

      And if you have customers somewhere else you want to be in that place, or close to it network-wise.

ram_rattle 4 hours ago

really cool tool, thanks for building this.