what is network byte order?
Network byte order:
It is defined to always be big-endian, which may differ from the host byte order on a particular machine. Using the network byte ordering for data exchanged between hosts allows hosts using different architectures to exchange address information without confusion because of byte ordering.
Comments
Leave a comment