码率单位

FeatureBandwidthTrafficThroughput
DefinitionMaximum data transfer rateActual data being transmittedActual data transfer rate achieved
MeasureCapacity (bps)Data volume (bytes or packets)Transfer rate (bps)
Static vs. DynamicStatic (connection property)Dynamic (varies over time)Dynamic (affected by network conditions)
Impact on PerformanceDetermines potential data transfer speedAffects network congestion and utilizationMeasures actual network performance

表格一览:

名称符号b/sB/s示例
比特每秒b/s11/8
字节每秒B/s81
千比特每秒kb/s1000 = 10^3125 = 10^3/8
二进制千比特每秒Kib/s1024 = 2^10128 = 2^10/8
千字节每秒kB/s8000 = 8*10^31000 = 10^3
二进制千字节每秒KiB/s8192 = 8*2^101024 = 2^10
k 与 Ki
k 与 Ki 分别表示 kilo-(千) 与 kibi-(二进制千) 。作为前缀使用时, k 表示 1,000,Ki 表示1,024,因为“Ki”来源于它在计算机方面 2^10 = 1,024 的使用。不幸的是,人们常常错误地用 K 代替 Ki。此外,不知晓其中微妙差别的广大公众,常常不加区别地使用“Kbps”与“Kibps”,造成了混乱。总之,使用“Kibps”通常是正确的。

The bit rate is expressed in the unit bit per second (symbol: bit/s), often in conjunction with an SI prefix such as kilo (1 kbit/s = 1,000 bit/s), mega (1 Mbit/s = 1,000 kbit/s), giga (1 Gbit/s = 1,000 Mbit/s) or tera (1 Tbit/s = 1,000 Gbit/s).[2] The non-standard abbreviation bps is often used to replace the standard symbol bit/s, so that, for example, 1 Mbps is used to mean one million bits per second.

When quantifying large or small bit rates, SI prefixes (also known as metric prefixes or decimal prefixes) are used, thus:[3]

0.001 bit/s = 1 mbit/s (one millibit per second, i.e., one bit per thousand seconds)
       1 bit/s = 1 bit/s (one bit per second)
1,000 bit/s = 1 kbit/s (one kilobit per second, i.e., one thousand bits per second)
1,000,000 bit/s = 1 Mbit/s (one megabit per second, i.e., one million bits per second)
1,000,000,000 bit/s = 1 Gbit/s (one gigabit per second, i.e., one billion bits per second)
1,000,000,000,000 bit/s = 1 Tbit/s (one terabit per second, i.e., one trillion bits per second)

评论

此博客中的热门博文

Process vs. Thread

日志文件系统