Q1. An IP packet has arrived with the first 8 bits as .01000010. Which of the following is correct?
Explanation
In an IPv4 header, the first 4 bits give the version and the next 4 bits give the Internet Header Length. The bits 01000010 mean version 4 and IHL 2, but RFC 791 states that the minimum correct IPv4 header length value is 5. Since IHL 2 is invalid, the receiver rejects the packet; option D is correct.
