This computer science lesson explains what is meant by byte order, also known as endianness. It covers the difference between storing data in memory, or files, either in big-endian format or little-endian format. The historical advantages of each byte order are discussed, but the video also explains why both byte orders are equally as good with today’s computers. The endianness used when transmitting data on computer networks, that is Network byte order (big endian), is also described.
Chapters:
00:00 Origin of the terms Big Endian and Little Endian
01:34 Definition of Big Endian and Little Endian
03:50 Converting between binary and hexadecimal
04:08 Storing bytes in the computer’s memory
06:15 Adding bytes together
10:53 Network byte order
12:08 Endianness and file types