HOME

TheInfoList



OR:

IEEE 1541-2002 is a standard issued in 2002 by the
Institute of Electrical and Electronics Engineers The Institute of Electrical and Electronics Engineers (IEEE) is an American 501(c)(3) public charity professional organization for electrical engineering, electronics engineering, and other related disciplines. The IEEE has a corporate office ...
(IEEE) concerning the use of prefixes for binary multiples of
units of measurement A unit of measurement, or unit of measure, is a definite magnitude (mathematics), magnitude of a quantity, defined and adopted by convention or by law, that is used as a standard for measurement of the same kind of quantity. Any other qua ...
related to
digital electronics Digital electronics is a field of electronics involving the study of digital signals and the engineering of devices that use or produce them. It deals with the relationship between Binary number, binary inputs and outputs by passing electrical s ...
and
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
. IEEE 1541-2021 revises and supersedes IEEE 1541–2002, which is 'inactive'. While the
International System of Units The International System of Units, internationally known by the abbreviation SI (from French ), is the modern form of the metric system and the world's most widely used system of measurement. It is the only system of measurement with official s ...
(SI) defines multiples based on powers of ten (like k = 103, M = 106, etc.), a different definition is sometimes used in
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
, based on
powers of two A power of two is a number of the form where is an integer, that is, the result of exponentiation with number two as the base and integer  as the exponent. In the fast-growing hierarchy, is exactly equal to f_1^n(1). In the Hardy hi ...
(like k = 210, M = 220, etc.). This is due to binary nature of current computing systems, making powers of two the simplest to calculate. In the early years of computing, there was no significant error in using the same prefix for either quantity (210 = 1,024 and 103 = 1000 are equal, to two
significant figures Significant figures, also referred to as significant digits, are specific digits within a number that is written in positional notation that carry both reliability and necessity in conveying a particular quantity. When presenting the outcom ...
). Thus, the SI prefixes were borrowed to indicate nearby binary multiples for these computer-related quantities. Meanwhile, manufacturers of storage devices, such as
hard disk A hard disk drive (HDD), hard disk, hard drive, or fixed disk is an electro-mechanical data storage device that stores and retrieves digital data using magnetic storage with one or more rigid rapidly rotating hard disk drive platter, pla ...
s, traditionally used the standard decimal meanings of the prefixes, and decimal multiples are used for transmission rates and processor
clock speed Clock rate or clock speed in computing typically refers to the frequency at which the clock generator of a processor can generate pulses used to synchronize the operations of its components. It is used as an indicator of the processor's ...
s as well. As technology improved, all of these measurements and capacities increased. As the binary meaning was extended to higher prefixes, the absolute error between the two meanings increased. This has even resulted in litigation against hard drive manufacturers, because some operating systems report the size using the larger binary interpretation. Moreover, there is not a consistent use of the symbols to indicate quantities of bits and
byte The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable un ...
s – the unit symbol "Mb", for instance, has been widely used for both megabytes and megabits. IEEE 1541 sets new recommendations to represent these quantities and unit symbols unambiguously. After a trial period of two years, in 2005, IEEE 1541-2002 was elevated to a full-use standard by the IEEE Standards Association, and was reaffirmed on 27 March 2008. IEEE 1541 is closely related to Amendment 2 of the international standard IEC 60027-2. Later, the IEC standard was harmonized into the common
ISO The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries. Me ...
/ IEC 80000-13:2008 – Quantities and units – Part 13: Information science and technology. IEC 80000-13 uses 'bit' as the symbol for bit, as opposed to 'b'.


Recommendations

IEEE 1541 recommends: * a set of units to refer to quantities used in digital electronics and computing: ** ''bit'' (symbol 'b'), a binary digit; ** ''byte'' (symbol 'B'), a set of adjacent bits (usually, but not necessarily, eight) operated on as a group; ** ''octet'' (symbol 'o'), a group of eight bits; * a set of prefixes to indicate binary multiples of the aforesaid units: ** ''kibi'' (symbol 'Ki'), 210 = ; ** ''mebi'' (symbol 'Mi'), 220 = ; ** ''gibi'' (symbol 'Gi'), 230 = ; ** ''tebi'' (symbol 'Ti'), 240 = ; ** ''pebi'' (symbol 'Pi'), 250 = ; ** ''exbi'' (symbol 'Ei'), 260 = ; ** ''zebi'' (symbol 'Zi'), 270 = ; ** ''yobi'' (symbol 'Yi'), 280 = ; * that the first part of the binary prefix is pronounced as the analogous SI prefix, and the second part is pronounced as ''bee''; * that SI prefixes are not used to indicate binary multiples. The ''bi'' part of the prefix comes from the word binary, so for example, kibibyte means a kilobinary byte, that is 1024 bytes.


Acceptance

In 1998, the
International Bureau of Weights and Measures The International Bureau of Weights and Measures (, BIPM) is an List of intergovernmental organizations, intergovernmental organisation, through which its 64 member-states act on measurement standards in areas including chemistry, ionising radi ...
(BIPM), one of the organizations that maintain SI, published a brochure stating, among other things, that SI prefixes strictly refer to powers of ten and should not be used to indicate binary multiples, using as an example that 1 kilobit is 1000 bits and not 1024 bits.chapter 3, side note on section 3.1
.
The binary prefixes have been adopted by the European Committee for Electrotechnical Standardization (
CENELEC CENELEC (; ) is responsible for European standardization in the area of electrical engineering. Together with ETSI (telecommunications) and CEN (other technical areas), it forms the European system for technical standardization. Standards harmon ...
) as the harmonization document HD 60027-2:2003-03. Adherence to this standard implies that binary prefixes would be used for powers of two and SI prefixes for powers of ten. This document has been adopted as a
European standard European Standards, sometimes called Euronorm (abbreviated EN, from the German name , "European Norm"), are technical standards which have been ratified by one of the three European Standards Organizations (ESO): European Committee for Standardizat ...
. The IEC binary prefixes (kibi, mebi, ...) are gaining acceptance in open source software and in scientific literature. Elsewhere adoption has been slow, with some
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
s, most notably
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
, continuing to use SI prefixes (kilo, mega, ...) for binary multiples. Supporters of IEEE 1541 emphasize that the standard solves the confusion of units in the market place. Some software (most notably free and
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
) uses the decimal SI prefixes and binary prefixes according to the standard.GParted
Screenshots of OSS project GParted.


See also

* Powers of 1024 *
Binary prefix A binary prefix is a unit prefix that indicates a multiple of a unit of measurement by an integer power of two. The most commonly used binary prefixes are kibi (symbol Ki, meaning ), mebi (), and gibi (). They are most often used in inform ...
es *
Timeline of binary prefixes This timeline of binary prefixes lists events in the history of the evolution, development, and use of unit of measurement, units of measure that are germane to the definition of the binary prefixes by the International Electrotechnical Commissio ...
* TU (time unit), defined as 1024 μs in IEEE 802.11


References


External links


IEEE 1541-2002 - IEEE Standard for Prefixes for Binary Multiples
(original document) *
SI Brochure: The International System of Units (SI)
{{DEFAULTSORT:Ieee 1541-2002 Electronics standards Prefixes Measurement Naming conventions Units of information IEEE standards