byte
Word family
Synonym discussion
Sense: noun/1
These three words all describe small units of digital information, but they sit at different levels and registers. A 'bit' is the smallest possible unit, holding just a single 0 or 1, and is mainly used to measure raw signal speed, as in 'a 100 megabit internet connection'. A 'byte' groups eight bits together and is the everyday unit people use to talk about file sizes and storage, as in 'the photo is two megabytes'. An 'octet' means exactly the same thing as a byte (eight bits) but is reserved for technical writing, especially in networking documents like RFCs, where authors want to be unambiguous. In normal speech and most software contexts, choose 'byte'; switch to 'bit' when discussing speed and to 'octet' only when reading or writing formal protocol specifications.
Common collocations
Nouns
- byte order
- byte stream
- byte array
- byte count
Phrases
- a few bytes
- thousands of bytes
- millions of bytes
Prepositions
- in bytes
- per byte
Etymology
Coined in 1956 by computer engineer Werner Buchholz at IBM while he was working on the Stretch supercomputer. He spelled it with a 'y' instead of 'i' to avoid confusion with 'bit' if a single letter were ever dropped in writing. The word was loosely modeled on 'bit' (itself short for 'binary digit') and on the idea of a small mouthful of data, since a byte was meant to be the chunk a computer 'chews' at one time. By the 1960s the size had settled on eight bits as IBM's System/360 made that grouping standard.