Skip to content

Instantly share code, notes, and snippets.

@jpgls
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpgls/50eb7f3f78df52f87dac to your computer and use it in GitHub Desktop.
Save jpgls/50eb7f3f78df52f87dac to your computer and use it in GitHub Desktop.
Bandwidth Fact

Bandwidth Fact

It's measured in Megabits

Not Megabytes

This makes a lot of sense - I always thought the numbers seemed high

B = bytes b = bits

Storage is usually measured in bytes. (512 GB hard drive) Bandwidth is usually measured in bits. (50 Mb/s download speed; equal to 6.25 MB/s)

127 Megabits per second = 15.8 MB (mega bytes) per second
35 Megabits per second = 4.3 MB (mega bytes) per second

Worth noting that most ISPs do not use the correct B/b notation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment