Byte Ordering in Computer Networks
Definition
It tells how bytes are arranged when sending data over a network.Each byte has a unique address. Whereas, the address of the multi-byte block is the starting address(lowest address) of all bytes it contains.
We use the Most Significant B...
anandumbb.hashnode.dev1 min read