InterviewSolution
Saved Bookmarks
| 1. |
The header length of an IPv6 datagram is ___________(a) 10bytes(b) 25bytes(c) 30bytes(d) 40bytesI had been asked this question by my school teacher while I was bunking the class.My question comes from IPv6 topic in portion TCP/IP Protocol Suite of Computer Network |
|
Answer» CORRECT answer is (d) 40bytes The EXPLANATION is: IPv6 datagram has fixed HEADER length of 40bytes, which results in faster processing of the datagram. There is one fixed header and optional headers which MAY or may not exist. The fixed header CONTAINS the mandatory essential information about the packet while the optional headers contain the optional “not that necessary” information. |
|