TL;DR – No.
Here’s why.
I was talking with my Open Source Security Podcast co-host Kurt Seifried about what it would be like to access the modern Internet using dialup. So I decided to give this a try. My first thought was to find a modem, but after looking into this, it isn’t really an option anymore.
The setup
- No Modem
- Fedora 24 VM
- Firefox as packaged with Fedora 24
- Use the firewall via wondershaper to control the network speed
- “App Telemetry” firefox plugin to time the site load time
I know it’s not perfect, but it’s probably close enough to get a feel for what’s going on. I understand this doesn’t exactly recreate a modem experience with details like compression, latency, and someone picking up the phone during a download. There was nothing worse than having that 1 megabyte download at 95% when someone decided they needed to make a phone call. Call waiting was also a terrible plague.
If you’re too young to understand any of this, be thankful. Anyone who looks at this time with nostalgia is pretty clearly delusional.
I started testing at a 1024 Kb connection and halved my way down to 56 (instead of 64). This seemed like a nice way to get a feel for how these sites react as your speed shifts down.
Baseline
1024 Kb/s
512 Kb/s
You’re going to want to start paying attention to Amazon, something really clever is going to happen, it’s sort of noticeable in this graph. Also of note is how consistent bing.com is. While not the fastest site, it will remain extremely consistent through the entire test.
256 Kb/s
Here is where you can really see what Amazon is doing. They clearly have some sort of client side magic happening to ensure an acceptable response. For the rest of my testing I saw this behavior. A slow first load, then things were much much faster. Waiting for sites to load at this speed was really painful, it’s only going to get worse from here. 15 seconds doesn’t sound horrible, but it really is a long time to wait.
128 Kb
Things are not good at 128 Kb/s. Wikipedia looks empty, it was still loading at the same speed as our fist test. I imagine my lack of an ad enhanced experience with them helps keeps it so speedy.
56 Kb
Typical tasks
I also tried to perform a few tasks I would consider “expected” by someone using the Internet.
For example from the time I typed in gmail.com until I could read a mail message took about 600 seconds I did let every page load completely before clicking or typing on it. Once I had it loaded, and the AJAX interface timed out then told me to switch to HTML mode, it was mostly usable. It was only about 30 seconds to load a message (including images) and 0.2 seconds to return to the inbox.
Logging into Facebook took about 200 seconds. It was basically unusable once it loaded though. Nothing new loaded, it loads quite a few images though, so this makes sense. These things aren’t exactly “web optimized” anymore. If you know someone on dialup, don’t expect them to be using Facebook.
cnn.com took 800 seconds. Reddit’s front page was 750 seconds. Google News was only 33 seconds. The newspaper is probably a better choice if you have dialup.
I finally tried to run a “yum update” in Fedora to see if updating the system was something you could leave running overnight. It’s not. After about 4 hours of just downloading repo metadata I gave up. There was no way you can plausibly update a system over dialup. If you’re on dialup, the timeouts will probably keep you from getting pwnt better than updates will.
Another problem you hit with a modern system like this is it tries to download things automatically in the background. More than once I had to kill some background tasks that basically ruined my connection. Most system designers today assume everyone has a nice Internet connection so they can do whatever they want in the background. That’s clearly a problem when you’re running at a speed this slow.