Big-endian

From Computer History Wiki
Revision as of 20:36, 16 January 2018 by Jnc (talk | contribs) (Has the essentials)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Big-endian is a term created by Danny Cohen (technically, he re-purposed it from Jonathan Swift's satire, "Gulliver's Travels", where it refers to the dispute over whether to start eating a boiled egg from the big end or the little end) for the different schemes for ordering bits and bytes within larger entities.

'Big-endian' refers to machines (like the IBM System/360) which number the bits and bytes from the least significant (low-order) end.

Since the preponderance of machines in use when the protocols of the TCP/IP protocol suite were developed were big-endian, that became (and remains to this day) the order in which bytes in words are transmitted. Therefore, big-endian byte order is sometimes called network byte order.