InterviewSolution
Saved Bookmarks
| 1. |
The standard byte order for networks is ____________(a) Bit-Binary(b) Little endian(c) Big endian(d) Bi-endianThis question was addressed to me in my homework.My question is taken from Endianness topic in division Miscellaneous Topics in C of C |
|
Answer» RIGHT option is (C) Big endian Easiest explanation - The standard byte order (NETWORK byte order) for NETWORKS is big endian. Before TRANSFERRING data on a network, data is converted to big endian. |
|