⟩ Tell me what is the byte order used for transmitting datagram headers in the TCP/IP protocol suite?
All the datagram headers in the TCP/IP protocol suite are transmitted in the "big endian" byte order. i.e. The most significant byte is transmitted first. This is also called as "network byte order".