FG
💻 Software

Why are network speeds measured in Kbits/sec instead of KBytes/sec?

Fresh5 days ago
Mar 15, 20267115 views
Confidence Score0%
0%

Problem

Why is network throughput measured in KBits/sec? It seems like it would make more sense to have it in KBytes/sec. You'd avoid angry users, and save a lot of headache converting between the two. Is it just advertising, or what?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why are network speeds measured in Kbits/sec instead of KBytes/sec?

Low Risk

Most data communication is serial, one bit at a time. There are no bytes on the wire, a byte is a a parallel arrangement that exists inside a computer. It's the size of the ALU on old CPUs. On the wire you may have "octets", but no Bytes. So the spe…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment