in reply to Re^3: Help me decipher code containing map function
in thread Help me decipher code containing map function
The octet term is commonly used in networking, RFC's, etc. It designates an 8-bit unit.
A byte is generally 8 bits, too, although some historical computers had 9-bit bytes (and 36-bit words). There might be some uses for wide character definition today as well, as there are architectures where memory is word-addressable.
I suppose the writers of standards and documentation prefer not to get sidetracked with moot issues in terminology, hence the unambiguous "octet".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help me decipher code containing map function
by BrowserUk (Patriarch) on May 21, 2017 at 16:57 UTC |