What is the difference between MB and MiB?▾
MB (megabyte) in the SI/decimal system equals exactly 1,000,000 bytes. MiB (mebibyte) in the IEC binary system equals 1,048,576 bytes (2²⁰). The difference is about 4.9% and grows at higher prefixes, reaching roughly 7% at GB/GiB and nearly 10% at TB/TiB.
Why does my 1 TB drive show as roughly 931 GB in Windows?▾
Drive manufacturers define 1 TB as 1,000,000,000,000 bytes (decimal). Windows and Linux display storage in binary units (GiB) but label them 'GB'. Dividing 10¹² by 2³⁰ gives approximately 931.3 GiB, which is displayed as 931 GB.
What is the difference between Mbps and MB/s?▾
Mbps stands for megabits per second (used for network speeds), while MB/s stands for megabytes per second (used for file-transfer rates). Since one byte contains 8 bits, divide Mbps by 8 to find MB/s. A 100 Mbps connection has a theoretical peak download rate of 12.5 MB/s.
Are GB and GiB interchangeable in everyday use?▾
Informally they are often treated as the same, but they differ by 7.4%. For most casual purposes the distinction is minor, but for storage purchasing, backup planning, or billing by the gigabyte, the gap is large enough to matter and should be verified explicitly.
How many bytes are in a kilobyte?▾
In the decimal (SI) system, 1 KB equals 1,000 bytes. In the binary (IEC) system, 1 KiB equals 1,024 bytes. Most consumer software historically used 1,024, but modern storage and networking standards increasingly use 1,000. Always check which system the source is using.
Why is network speed measured in bits rather than bytes?▾
Network protocols transmit data one bit at a time at the physical layer, so bandwidth is naturally expressed in bits per second. Marketing adopted bits because the numbers look eight times larger than the equivalent byte-per-second figure. The confusion is intentional in some respects.
How big is a petabyte?▾
One petabyte (PB) equals 1,000 terabytes or 10¹⁵ bytes in the decimal system. One pebibyte (PiB) equals 1,024 tebibytes or 2⁵⁰ bytes. To put it in context, the US Library of Congress print collection is estimated at roughly 10 TB — a petabyte is 100 times that.
What unit do RAM and solid-state storage use?▾
RAM is manufactured and addressed in powers of two, so it uses binary units: a 16 GB RAM stick is actually 16 GiB. Consumer SSDs and hard drives use decimal units in marketing but are physically addressed in binary by the OS, causing the apparent size discrepancy.