Multiple choice What value would typically be in the first byte of the IPv4 header? 0x0800 0x45 0x54 0x0806 Reveal answer Fill a bubble to check yourself B Correct answer Explanation The first byte of an IPv4 header contains the Version (4 bits) and the IHL (Internet Header Length, 4 bits). A standard header with no options has an IHL of 5 (5 * 4 bytes = 20 bytes). Thus, the byte is 0x45.