Byte

Units of information

In computing and telecommunications, a unit of information is the capacity of some standard data storage system or communication channel, used to measure the capacities of other systems and channels. In information theory, units of information are also used to measure the information contents or entropy of random variables.

The most common units are the bit, the capacity of a system which can exist in only two states, and the byte (or octet), which is equivalent to eight bits. Multiples of these units can be formed from these with the SI prefixes (power-of-ten prefixes) or the newer IEC binary prefixes (binary power prefixes). Information capacity is a dimensionless quantity, because it refers to a count of binary symbols.

Contents

Primary units

Comparison of units of information: bit, trit, nat, ban. Quantity of information is the height of bars. Dark green level is the "Nat" unit.

In 1928, Ralph Hartley observed a fundamental storage principle, which was further formalized by Claude Shannon in 1945: the information that can be stored in a system is proportional to the logarithm logb N of the number N of possible states of that system. Changing the basis of the logarithm from b to a different number c has the effect of multiplying the value of the logarithm by a fixed constant, namely logc N = (logc b) logb N. Therefore, the choice of the basis b determines the unit used to measure information. In particular, if b is a positive integer, then the unit is the amount of information that can be stored in a system with b possible states.

When b is 2, the unit is the "bit" (a contraction of binary digit). A system with 8 possible states, for example, can store up to log28 = 3 bits of information. Other units that have been named include:

  • Base b = 3: the unit is called "trit", and is equal to log2 3 (≈ 1.585) bits.
  • Base b = 10: the unit is called decimal digit, Hartley, ban, decit, or dit, and is equal to log2 10 (≈ 3.322) bits.
  • Base b = e, the base of natural logarithms: the unit is called a nat, nit, or nepit (from Neperian), and is worth log2 e (≈ 1.443) bits.

The trit, ban, and nat are rarely used to measure storage capacity; but the nat, in particular, is often used in information theory, because natural logarithms are sometimes easier to handle than logarithms in other bases.

Units derived from bit

Several conventional names are used for collections or groups of bits.

Byte

Historically, a byte was the number of bits used to encode a character of text in the computer, which depended on computer hardware architecture; but today it almost always means eight bits — that is, an octet. A byte can represent 28 = 256 distinct values, such as the integers 0 to 255, or -128 to 127. The IEEE 1541-2002 standard specifies "B" (upper case) as the symbol for byte. Bytes, or multiples thereof, are almost always used to specify the sizes of computer files and the capacity of storage units. Most modern computers and peripheral devices are designed to manipulate data in whole bytes or groups of bytes, rather than individual bits.

Nibble

A group of four bits, or half a byte, is sometimes called a nibble or nybble. This unit is most often used in the context of hexadecimal number representations, since a nibble has the same amount of information as one hexadecimal digit.

Word, block, and page

Computers usually manipulate bits in groups of a fixed size, conventionally called words. The number of bits in a word is usually defined by the size of the registers in the computer's CPU, or by the number of data bits that are fetched from its main memory in a single operation. In the IA-32 architecture more commonly known as x86-32, a word is 16 bits, but other past and current architectures use words with 8, 24, 32, 36, 51, 64, 80 bits or others.

Some machine instructions and computer number formats use two words (a "double word" or "dword"), or four words (a "quad word" or "quad").

Computer memory caches usually operate on blocks of memory that consist of several consecutive words. These units are customarily called cache blocks, or, in CPU caches, cache lines.

Virtual memory systems partition the computer's main storage into even larger units, traditionally called pages.

Systematic multiples

Terms for large quantities of bits can be formed using the standard range of SI prefixes for powers of 10, e.g., kilo = 103 = 1000 (kilobit or kbit), mega- = 106 = 1000000 (megabit or Mbit) and giga = 109 = 1000000000 (gigabit or Gbit). These prefixes are more often used for multiples of bytes, as in kilobyte (kB = 8000 bits), megabyte (1 MB = 8000000bits), and gigabyte (1 GB = 8000000000bits).

However, for technical reasons, the capacities of computer memories and some storage units are often multiples of some large power of two, such as 228 = 268435456 bytes. To avoid such unwieldy numbers, people have often misused the SI prefixes to mean the nearest power of two, e.g., using the prefix kilo for 210 = 1024, mega for 220 = 1048576, and giga for 230 = 1073741824, and so on. For example, a random access memory chip with a capacity of 228 bytes would be referred to as a 256-megabyte chip. The table below illustrates these differences.

Multiples of bits
SI decimal prefixes Binary
usage
IEC binary prefixes
Name
(Symbol)
Value Name
(Symbol)
Value
kilobit (kbit) 103 210 kibibit (Kibit) 210
megabit (Mbit) 106 220 mebibit (Mibit) 220
gigabit (Gbit) 109 230 gibibit (Gibit) 230
terabit (Tbit) 1012 240 tebibit (Tibit) 240
petabit (Pbit) 1015 250 pebibit (Pibit) 250
exabit (Ebit) 1018 260 exbibit (Eibit) 260
zettabit (Zbit) 1021 270 zebibit (Zibit) 270
yottabit (Ybit) 1024 280 yobibit (Yibit) 280
See also: Nibble · Byte · Multiples of bytes
Orders of magnitude of data

In the past, uppercase K has been used instead of lowercase k to indicate 1024 instead of 1000. However, this usage was never consistently applied.

On the other hand, for external storage systems (such as optical disks), the SI prefixes were commonly used with their decimal values (powers of 10). There have been many attempts to resolve the confusion by providing alternative notations for power-of-two multiples. In 1998 the International Electrotechnical Commission (IEC) issued a standard for this purpose, namely a series of binary prefixes that use 1024 instead of 1000 as the main radix:

Multiples of bytes
SI decimal prefixes Binary
usage
IEC binary prefixes
Name
(Symbol)
Value Name
(Symbol)
Value
kilobyte (kB) 103 210 kibibyte (KiB) 210
megabyte (MB) 106 220 mebibyte (MiB) 220
gigabyte (GB) 109 230 gibibyte (GiB) 230
terabyte (TB) 1012 240 tebibyte (TiB) 240
petabyte (PB) 1015 250 pebibyte (PiB) 250
exabyte (EB) 1018 260 exbibyte (EiB) 260
zettabyte (ZB) 1021 270 zebibyte (ZiB) 270
yottabyte (YB) 1024 280 yobibyte (YiB) 280
See also: Multiples of bits · Orders of magnitude of data

The JEDEC memory standards however define uppercase K, M, and G for the binary powers 210, 220, 230, and 240 to reflect common usage.

Size examples

[icon] This section requires expansion.

Obsolete and unusual units

Several other units of information storage have been named.:

  • 1 bit: sniff.
  • 2 bits: crumb, quad, quarter, tayste, tydbit, semi-nibble.
  • 5 bits: nickel, nyckle.
  • 6 bits: byte (in early IBM machines using BCD alphamerics).
  • 10 bits: deckle, dyme.
  • 16 bits: doublet, plate, playte, chomp, chawmp (on a 32-bit machine).
  • 18 bits: chomp, chawmp (on a 36-bit machine).
  • 32 bits: quadlet, dinner, dynner, gawble (on a 32-bit machine).
  • 48 bits: gobble, gawble (under circumstances that remain obscure).
  • 64 bits: octlet.
  • 256 bytes: paragraph
  • 6 trits: tryte

Most of these names are jargon, obsolete, or used only in very restricted contexts.

References

  1. ^ a b c Norman Abramson (1963), Information theory and coding. McGraw-Hill.
  2. ^ Donald E. Knuth, The Art of Computer programming, vol.2: Seminumerical algorithms.
  3. ^ Shanmugam (2006), Digital and Analog Computer Systems.
  4. ^ Gregg Jaeger (2007), [1]Quantum information: an overview'
  5. ^ I. Ravi Kumar (2001), Comprehensive Statistical Theory of Communication.
  6. ^ a b Nybble at dictionary reference.com; sourced from Jargon File 4.2.0, accessed 2007-08-12
  7. ^ ISO/IEC standard is ISO/IEC 80000-13:2008. Not publicly available. This standard cancels and replaces subclauses 3.8 and 3.9 of IEC 60027-2:2005. The only significant change is the addition of explicit definitions for some quantities. ISO Online Catalogue
  8. ^ JEDEC Solid State Technology Association (December 2002). "Terms, Definitions, and Letter Symbols for Microcomputers, Microprocessors, and Memory Integrated Circuits". JESD 100B.01. http://www.jedec.org/download/search/JESD100B01.pdf. Retrieved 2009-04-05 
  9. ^ Brousentsov, N. P.; Maslov, S. P.; Ramil Alvarez, J.; Zhogolev, E.A.. "Development of ternary computers at Moscow State University". http://www.computer-museum.ru/english/setun.htm. Retrieved 20 January 2010. 

External links

Units of information
Base units
Bit · Byte
Related units
Nibble · Word · Octet
Traditional bit units
Traditional byte units
IEC bit units
IEC byte units


pobierz | atlas kuchnie opinie | wycieczka kenia | jakub pyżalski | wartościowe wpisy
All text is available under the terms of the GNU Free Documentation License