
When you are sending data, the endianness of the transmission matters. It essentially uses two wires, one for the sender and the other for the receiver. Serial communication conducts the data transmission on a bit by bit basis. These are parallel and serial communication. There are two basic forms of data transfer.

In Little Endian format, LSB is stored at the lowest memory address, and MSB is stored at highest memory address. The difference between Little endian and Big endian is in endianness specifies wich byte (MSB or LSB) is stored at which of memory. What is the difference between Little endian and Big endian? It shows how a 32-bit hexadecimal data transmission of ABCD87E2 is stored using both endians. The following example highlights the difference between Little Endian and Big Endian. There are two classifications concerning data alignment endian. It is the way of storing the data at a particular memory address. Endianness refers to the method of using specific memory addresses to store data. Your smartphone is a prime example of full duplex mode in action.Īnother consideration when discussing serial communication is the protocol and endianness of the two host computers.

Source and destination are both active and can send and receive data simultaneously.

It then becomes the sender when returning the information to your computer, which is now the receiver. When you make a request from your computer for a webpage, the server processes the request. A case in point can be seen when using the Internet. Transmission only occurs in one direction at a time. Half Duplex mode permits the source and destination to both be active, but not simultaneously.Simplex mode is used when broadcasting television or radio signals.

If the source is sending data, the receiver has no choice but to accept the transmission. In this scheme, only the source or destination is active at any given time.
