eli5 why is file/folder size is in bytes but speed counts are mostly in bits?

428 views

eli5 why is file/folder size is in bytes but speed counts are mostly in bits?

In: 2

15 Answers

Anonymous 0 Comments

Partly tradition, partly the hardware and partly the software.

For computing devices data is moved around, operated and stored in bytes consisting of 8 bits. (although modern ones operate just as well in double bytes of 16 bits) So the byte became the default means of designating the fundamental data element. Therefore the size of “stuff” is conveniently expressed in the number of bytes.

For transmission, however, most modern communications and networks operate on a single line transmission. There are parallel communication methods but they tend to be local. But things like USB, wi-fi, internet have hardware that send data in a stream of bits. Therefore the speed of transmission is conveniently measured in bits per second

You are viewing 1 out of 15 answers, click here to view all answers.