In
computing, endianness is the
byte (and sometimes
bit) ordering in memory used to represent some kind of data. Typical cases are the order in which integer values are stored as
bytes in computer memory (relative to a given memory
addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order.
See more at Wikipedia.org...