Did I read this correctly? Is it saying that a general internet connection, without specialist low latency connectivity, is only 37x slower than its theoretical minimum? That's astonishingly good. It's great that they think they can do better but bloody hell. It's indistinguishable from magic.
Why is the Internet so Slow?
11–20 of 164 posts
Re: Why is the Internet so Slow?
#12Let's add to that all the fuss that occurs to deliver us ads according to our recent navigation ... Improving physical delays will not speed up browsing!
Re: Why is the Internet so Slow?
#13Re: Why is the Internet so Slow?
#14If you want an easy speed up and you use a modern version of nginx, which you should for many reasons but chiefly performance and security. Add these lines to your nginx config file: # Only support HTTPS and enable http2 # which will allow you to multiplex requests. # In a separate config do a 301 from normal HTTP # for all paths / subdomains. listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_ser…
Re: Why is the Internet so Slow?
#15You should move to Romania. https://motherboard.vice.com/en_us/article/jp5aa3/why-romani...
You also get more hops thanks to some backbone networks abandoning MPLS in favour of native routing/packet labeling.
In Romania, as I understand, networks are largely free of L3 switching overhead thanks to large portion of networks running pure L2
Re: Why is the Internet so Slow?
#16If you want an easy speed up and you use a modern version of nginx, which you should for many reasons but chiefly performance and security. Add these lines to your nginx config file: # Only support HTTPS and enable http2 # which will allow you to multiplex requests. # In a separate config do a 301 from normal HTTP # for all paths / subdomains. listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_ser…
Why would allowing only https result in a speedup in network? I experience that but I'm still curious about the reason.
Re: Why is the Internet so Slow?
#17TL;DR: TCP and DNS, which is what you would expect. If you want light-speed internet, send UDP packets with a laser.
Or any form of electromagnetic wave passing media with low dielectric constant. Like microwave communication in athmosphere. Speed of propagation in typical cable is around 66% of c. That is not too bad. More latency is probably caused by buffering. Speed of light is just too low. We should get a lobby-group working on it and the limiting laws of physics.
Re: Why is the Internet so Slow?
#18Did I read this correctly? Is it saying that a general internet connection, without specialist low latency connectivity, is only 37x slower than its theoretical minimum? That's astonishingly good. It's great that they think they can do better but bloody hell. It's indistinguishable from magic.
Many car engines have an efficiency of around 20% for example, as compared to the maximum theoretical efficiency of 67%. If car engines performed only well enough to meet your standard of amazingness, your gas costs would be 7 or 8 times higher. Or if you used a modern Toyota engine for comparison, something like 14 times higher.
Obviously I took an example from a different sphere for comparison... if you really find this to be an astonishing result can you elaborate?
Re: Why is the Internet so Slow?
#19Javascript.
Then of course commercial, social, political, and many other areas jumped on board. People found out that sales (if you was commercial), views (if you were political or social), and whatever you were aiming for essentially, magically increased if you made your website _look_ better. It's how humans have always worked.
This gave birth to an arms race where the weapon of choice was including increasingly advanced ECMAScript code into your website.
From this the modern web was born. (i'm simplifying a lot here, but that is generally the very quick overview as to how I experienced it over the last 2 decades).
Re: Why is the Internet so Slow?
#20TL;DR: TCP and DNS, which is what you would expect. If you want light-speed internet, send UDP packets with a laser.
Or any form of electromagnetic wave passing media with low dielectric constant. Like microwave communication in athmosphere. Speed of propagation in typical cable is around 66% of c. That is not too bad. More latency is probably caused by buffering. Speed of light is just too low. We should get a lobby-group working on it and the limiting laws of physics.
With neutrino-based signalling you eliminate both the lower propagation speed and the suboptimal path.