Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The IEC 80000 series, developed jointly by IEC and ISO, provides a comprehensive framework for quantities and units used across science and technology. Parts 13 and 14 specifically address the needs of information science and telecommunications — two domains where unit confusion has historically led to costly engineering errors. IEC 80000-13:2008 defines units for information technology, while IEC 80000-14:2008 covers telecommunication-related quantities.
Part 13 standardizes the fundamental quantities of information science, including storage capacity, data transfer rate, and information entropy. The bit (binary digit) remains the base unit, but the standard clarifies that storage manufacturers and network engineers often use different interpretations of prefixes, which IEC 80000 resolves through unambiguous binary prefix notation.
| Quantity | Unit Name | Symbol | Definition |
|---|---|---|---|
| Storage Capacity | byte | B | 8 bits, base unit for digital information |
| Data Transfer Rate | bit per second | bit/s | Number of binary digits transmitted per second |
| Information Entropy | shannon | Sh | logarithmic measure of information content |
| Bandwidth (digital) | hertz | Hz | Frequency range of a communication channel |
| Signal Power Level | decibel | dB | Logarithmic ratio of signal power |
IEC 80000-14 addresses telecommunication quantities including signal-to-noise ratio (SNR), channel capacity, power levels, and attenuation. The standard mandates the use of dBm (decibel-milliwatts) for absolute power levels and dBi for antenna gain, ensuring consistent interpretation across equipment from different manufacturers.
In practical RF engineering, the relationship between dBm and milliwatts follows: P(dBm) = 10 × log10(P(mW)). A 30 dBm transmitter delivers exactly 1 W, while a -10 dBm signal corresponds to 100 μW. This logarithmic representation simplifies link budget calculations enormously.
When designing systems that involve data storage or communication, adhere to these principles derived from IEC 80000:
1. Always specify prefix conventions in interface documents. If your embedded system uses megabytes as 1024² bytes, state this explicitly in the API documentation. Many interoperability failures trace back to mismatched unit interpretations.
2. Use decibel notation consistently for gain and loss calculations. In cascaded RF systems, total gain in dB is simply the algebraic sum of individual stage gains, making system budgeting straightforward and error-resistant.
3. Document measurement reference points. When specifying SNR, clarify whether measurement is at the antenna port, LNA output, or demodulator input. The IEC 80000-14 framework supports this by defining distinct quantities for each measurement point.