Network Byte order: The order in which the bytes of a multi-byte number are transmitted on a network - most significant byte first

Host Byte Order: The order in which the host processes and stores data


I think this is correct, please correct em if I am wrong. Oh and on some systems the two are the same so there is no need for conversion.