Octet (computing)

From Wikipedia, the free encyclopedia
octet
Unit systemunits derived from bit
Unit ofdigital information, data size
Symbolo
In primary units of information1 o = 8 bits

The octet is a unit of digital information in computing and telecommunications that consists of eight bits. The term is often used when the term byte might be ambiguous, as the byte has historically been used for storage units of a variety of sizes.

The term octad(e) for eight bits is no longer common.[1][2]

Definition[edit]

The international standard IEC 60027-2, chapter 3.8.2, states that a byte is an octet of bits. However, the unit byte has historically been platform-dependent and has represented various storage sizes in the history of computing. Due to the influence of several major computer architectures and product lines, the byte became overwhelmingly associated with eight bits. This meaning of byte is codified in such standards as ISO/IEC 80000-13. While byte and octet are often used synonymously, those working with certain legacy systems are careful to avoid ambiguity.[citation needed]

Octets can be represented using number systems of varying bases such as the hexadecimal, decimal, or octal number systems. The binary value of all eight bits set (or activated) is 111111112, equal to the hexadecimal value FF16, the decimal value 25510, and the octal value 3778. One octet can be used to represent decimal values ranging from 0 to 255.

The term octet (symbol: o[nb 1]) is often used when the use of byte might be ambiguous. It is frequently used in the Request for Comments (RFC) publications of the Internet Engineering Task Force to describe storage sizes of network protocol parameters. The earliest example is RFC 635 from 1974. In 2000, Bob Bemer claimed to have earlier proposed the usage of the term octet for "8-bit bytes" when he headed software operations for Cie. Bull in France in 1965 to 1966.[3]

In France, French Canada and Romania, octet is used in common language instead of byte when the eight-bit sense is required; for example, a megabyte (MB) is termed a megaoctet (Mo).

A variable-length sequence of octets, as in Abstract Syntax Notation One (ASN.1), is referred to as an octet string.

Octad[edit]

Historically, in Western Europe, the term octad (or octade) was used to specifically denote eight bits,[2][1] a usage no longer common. Early examples of usage exist in British,[2] Dutch and German sources of the 1960s and 1970s, and throughout the documentation of Philips mainframe computers.[1] Similar terms are triad for a grouping of three bits and decade for ten bits.

Unit multiples[edit]

Unit multiples of the octet may be formed with SI prefixes and binary prefixes (power of 2 prefixes) as standardized by the International Electrotechnical Commission in 1998.

SI prefixes
kilooctet (ko) = 103 octets = 1000 octets
megaoctet (Mo) = 106 octets = 1000 ko = 1000000 octets
gigaoctet (Go) = 109 octets = 1000 Mo = 1000000000 octets
teraoctet (To) = 1012 octets = 1000 Go = 1000000000000 octets
petaoctet (Po) = 1015 octets = 1000 To = 1000000000000000 octets
exaoctet (Eo) = 1018 octets = 1000 Po = 1000000000000000000 octets
zettaoctet (Zo) = 1021 octets = 1000 Eo = 1000000000000000000000 octets
yottaoctet (Yo) = 1024 octets = 1000 Zo = 1000000000000000000000000 octets
Binary prefixes
kibioctet (Kio, also written Ko, as distinct from ko) = 210 octets = 1024 octets
mebioctet (Mio) = 220 octets = 1024 Kio = 1048576 octets
gibioctet (Gio) = 230 octets = 1024 Mio = 1073741824 octets
tebioctet (Tio) = 240 octets = 1024 Gio = 1099511627776 octets
pebioctet (Pio) = 250 octets = 1024 Tio = 1125899906842624 octets
exbioctet (Eio) = 260 octets = 1024 Pio = 1152921504606846976 octets
zebioctet (Zio) = 270 octets = 1024 Eio = 1180591620717411303424 octets
yobioctet (Yio) = 280 octets = 1024 Zio = 1208925819614629174706176 octets

Use in Internet Protocol addresses[edit]

The octet is used in representations of Internet Protocol computer network addresses.[4] An IPv4 address consists of four octets, usually displayed individually as a series of decimal values ranging from 0 to 255, each separated by a full stop (dot). Using octets with all eight bits set, the representation of the highest-numbered IPv4 address is 255.255.255.255.

An IPv6 address consists of sixteen octets, displayed in hexadecimal representation (two hexits per octet), using a colon character (:) after each pair of octets (16 bits are also known as hextet) for readability, such as 2001:0db8:0000:0000:0123:4567:89ab:cdef.[5]

See also[edit]

Notes[edit]

  1. ^ However, the IEC 80000-13 symbol "o" for octets can be confused with the postfix "o" to indicate octal numbers in Intel convention.

References[edit]

  1. ^ a b c "Philips - Philips Data Systems' product range - April 1971" (PDF). Philips. 1971. Archived from the original (PDF) on 2016-03-04. Retrieved 2016-10-03.
  2. ^ a b c Williams, R. H. (1969-01-01). British Commercial Computer Digest: Pergamon Computer Data Series. Pergamon Press. ISBN 1483122107. 978-1483122106.
  3. ^ Bemer, Robert William (2000-08-08). "Why is a byte 8 bits? Or is it?". Computer History Vignettes. Archived from the original on 2017-04-03. Retrieved 2017-05-15. […] I came to work for IBM, and saw all the confusion caused by the 64-character limitation. Especially when we started to think about word processing, which would require both upper and lower case. […] I even made a proposal (in view of STRETCH, the very first computer I know of with an 8-bit byte) that would extend the number of punch card character codes to 256 […]. So some folks started thinking about 7-bit characters, but this was ridiculous. With IBM's STRETCH computer as background, handling 64-character words divisible into groups of 8 (I designed the character set for it, under the guidance of Dr. Werner Buchholz, the man who DID coin the term "byte" for an 8-bit grouping). […] It seemed reasonable to make a universal 8-bit character set, handling up to 256. In those days my mantra was "powers of 2 are magic". And so the group I headed developed and justified such a proposal […] The IBM 360 used 8-bit characters, although not ASCII directly. Thus Buchholz's "byte" caught on everywhere. I myself did not like the name for many reasons. The design had 8 bits moving around in parallel. But then came a new IBM part, with 9 bits for self-checking, both inside the CPU and in the tape drives. I exposed this 9-bit byte to the press in 1973. But long before that, when I headed software operations for Cie. Bull in France in 1965-66, I insisted that "byte" be deprecated in favor of "octet". […]
  4. ^ Kozierok, Charles M. (2005-09-20) [2001]. "The TCP/IP Guide - Binary Information and Representation: Bits, Bytes, Nibbles, Octets and Characters - Byte versus Octet". 3.0. Archived from the original on 2017-04-03. Retrieved 2017-04-03.
  5. ^ R. Hinden; S. Deering (February 2006). IP Version 6 Addressing Architecture. Network Working Group. doi:10.17487/RFC4291. RFC 4291. Draft Standard. Obsoletes RFC 3513. Updated by RFC 5952, 6052, 7136, 7346, 7371 and 8064.

External links[edit]

  • The dictionary definition of octet at Wiktionary