|
|
|
|
|
by notalaser
3495 days ago
|
|
"Octet" is still commonly used and in no way archaic. In fact, most standards use "octet" instead of "byte" because, despite IEC having said otherwise in IEC 80000-13, most other references still define the byte as the smallest addressable unit that can represent any member of the host system's character set. Notably, C99 (and its predecessors) follow this convention. Owing to history, and the curiosities and resolution constraints of fixed-point arithmetics, a lot of devices with a DSP in it think a byte is anything but 8 bits. There used to be systems that used 5, 6 or 7 bits for a byte, too, but as far as I know, most of those really have gone the way of the Dodo. However, since most of those systems were used in fields like telecom (and they weren't only what we'd call "computers" nowadays), "octet", rather than "byte", is still commonly used in virtually every networking-related context. |
|
Since you say yourself, non-8 bit bytes are no longer at large.
I agree certainly that in networking and when dealing with just legacy ASCII, byte is an imprecise term.