InterviewSolution
Saved Bookmarks
| 1. |
What Is The Byte Order Used For Transmitting Datagram Headers In The Tcp/ip Protocol Suite? |
|
Answer» 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". 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". |
|