Mobile Internet Bandwidth Usage

As U.S. broadband providers move towards metering everyone’s internet usage it pays to have a basic understanding of how your surfing habits add up. Using a borrowed Verizon VZAccess card for my laptop last week, I noticed every time I logged onto the service it gave an update on how much data I had consumed in the previous session.  I was quite surprised at the amount I used per session. And going over your plan can be painful. Verizon, for example, has one plan that charges $20 for each additional Gigabyte (GB) once you go over your 1st GB.

So, I decided to put firebug to work and take a few measurements of my own.  Full, non-mobile, web pages can add up in size really quick. Check out the sizes of these pages:

  1. Computerworld – 541K
  2. MSNBC – 1MB
  3. MSDN Home page – 423K
  4. Youtube video – 20.9 MBs (~6 mins)

So how about some tools to help out? Verizon provides a nice online planning tool to help you gauge how much data you might use: https://www.verizonwireless.com/splash_includes/datacalculator.html . Give it a shot, I think you’ll be surprised at just how fast the data (and charges) could add up.

As far as running a usage monitor on your droid (or iPhone), I don’t really have any recommendations yet, since I just started digging into this. I’ve tried Network Monitor, but it didn’t work on my Motorola Atria. I’m currently trying the free version of PhoneUsage. So, if you have some suggestions post a comment. If I can compile enough useful and interesting information I’ll write an updated blog post.

From 56K Baud to FiOS – how far have really come?

While searching for a connector in some boxes of long forgotten electronics detritus, I came across a 56K PC Card modem from 3Com. I immediately grabbed the card and thumbed it over in my hands and wondered how far have we really come since then? For those of you that never had dial-up access to the internet, this was the hottest ticket back in the ancient days of 1999. 56K was smoking back then! My conclusion: we’ve come far, but we also have taken many steps backwards. We have, in many respects, become victims of our own success.

Let me explain. Yes, first let me acknowledge that there are companies like Verizon that sell FiOS with download speeds of 15Mb/second or greater depending on how much money you want to pay. And, there are plenty of DSL and Cable internet vendors that offer 3MB/second (or more) download speeds. Oh, and I can’t forget the promise of 4G cell phone speeds.

But, reality is a far, far different animal than promises. There are plenty of times when you may not get anywhere near the download speeds promised due to a variety of technical issues. In my experience, it’s actually rare that I get to benefit the full capabilities of the cutting edge, 21st Century internet technology at my disposal. For example, if you have a 15Mb/second FiOS connection it doesn’t guarantee that every website you go to will download at 15Mb/second everytime. That’s a fact.

On any given day, we are all dependent on many factors that affect internet download speeds. The list is huge and is by no means limited to the following. Let me roughly say that all these items affect how fast something will download:

  • Number of users hitting a particular website
  • That websites hardware and bandwidth capabilities
  • General internet backbone traffic
  • Your own internet/cable modem
  • General packet collisions/losses/overhead
  • The wire or wireless connection you are using
  • Your own network card or wireless card on your computer.
  • Background processes running on your computer
  • Cell phone tower signal strength and number of users
  • And so, so many more…

I could go on for several pages, but you get the idea. Since I’m a web application developer, I have to pay attention to how fast pages load. And I often monitor and test internet connections to try and figure out where the performance problems are. Perhaps, this makes me more sensitive and less patient when I don’t receive the full benefit of the connection to the internet when it’s offered to me at my home, at work, or when traveling and using a conference or hotel wireless connection.

This is the internet age right? I have come to expect instantaneous downloads and hiccup free streaming video, but it’s very rare that I can watch a YouTube video without it stuttering and pausing to re-buffer every 15 seconds. Or, how many of you have continuously fast access to the internet via your AT&T iPhone? If you never have any problems you’re either lucky and live in a less congested area, or you aren’t a power user and are okay with downloads occasionally taking longer than expected.

There’s an immutable law that we always forget about it and it says “bandwidth is finite”.  We are very capable of building applications that consume more and more bandwidth every day.  There are millions of videos added to the interent every hour and ever larger files being downloaded. And, as tens of millions of more people buy smarthpones, they too are continuously consuming internet bandwidth 24 hours a day. And, so on and so forth the argument goes on.

In conclusion, as web developers we can do our part for improving people’s internet experience by optimize your web applications as much as possible. Make your web applications file sizes as small as possible, use lazy loading, run code optimizers, consider binary formats for moving large data back and forth, and optimize images were possible. In the end, we will all benefit from a better internet experience.