Octet, not byte

From XionKB
Revision as of 18:50, 5 March 2023 by Alexander (talk | contribs) (Created page with "In general, we try to avoid using the term byte, because it is sometimes ambiguous, much like the term 'word' is. It is burden enough that the size of a word is machine-dependent, and since the size of a byte is too, let us dispense with it in favour of a term that is not: '''octet'''. Bytes are ''almost'' always 8 bits. Octets are ''always'' 8 bits. Sometimes hardware literature will take the liberty of using the term ''byte'' in their own given context. Let us not wr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In general, we try to avoid using the term byte, because it is sometimes ambiguous, much like the term 'word' is. It is burden enough that the size of a word is machine-dependent, and since the size of a byte is too, let us dispense with it in favour of a term that is not: octet.

Bytes are almost always 8 bits. Octets are always 8 bits.

Sometimes hardware literature will take the liberty of using the term byte in their own given context. Let us not write hardware literature in such a way, and let us not give existing hardware literature such an excess deference when it does so.