big-endian
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]See the etymology for endian.
Adjective
[edit]big-endian (not comparable)
- (computing) Storing the most significant byte of a multibyte number at a lower address than the least significant byte; that is, "big end" first.
- (networking) Transmitting the most significant byte of a multibyte number before transmitting the least significant byte; that is, "big end" first.
- 1994, James Martin, Joe Leben, TCP/IP Networking: Architecture, Administration, and Programming, Prentice Hall, page 203:
- The network octet order for all protocols in the TCP/IP protocol suite is big-endian. A big-endian computer system need not perform any conversion in building TCP/IP protocol headers from integers stored in its memory.
Synonyms
[edit]Antonyms
[edit]Related terms
[edit]Translations
[edit]computing: storing the most significant byte at a lower address
|
Further reading
[edit]- Endianness on Wikipedia.Wikipedia