A network administrator is evaluating IPv6 header structures and address formatting rules prior to deploying Quality of Service (QoS) and traffic filtering policies on an enterprise router. Which of the following statements correctly describe IPv6 header field operations or standard address notation rules? (Select TWO.)
- The Next Header field specifies the protocol type of the header immediately following the main IPv6 header, functioning similarly to the IPv4 Protocol field while also enabling extension header chaining.Answer
- Standard IPv6 address canonical representation under RFC 5952 requires using lowercase hexadecimal characters and compressing the single longest sequence of consecutive 16-bit zero fields with a double colon (::).Answer
- CAn IPv6 address shorthand notation containing multiple double colons, such as 2001:db8::1::56, is valid as long as the total expanded address length equals 128 bits.
- DThe 20-bit Flow Label field in the IPv6 header is decremented by each intermediate Layer 3 router to prevent packets from endlessly looping across the network.
Answer
The Next Header field indicates the payload protocol or subsequent extension header, and RFC 5952 standardizes address notation by requiring lowercase hexadecimal representation and allowing only a single double-colon compression for the longest consecutive zero fields.
The IPv6 Next Header field serves a dual purpose by either specifying an extension header in a chained sequence or identifying the transport layer protocol payload (such as TCP or UDP). Additionally, RFC 5952 standardizes IPv6 address formatting by mandating lowercase hexadecimal characters and permitting only one double-colon (::) compression for the single longest contiguous run of zero hextets.
Step-by-Step Solution
Key Concept
IPv6 Header Structure and Address Representation