A network engineer is inspecting an interface configuration on a core router. The uncompressed 128-bit IPv6 address assigned to the interface is . According to standard IPv6 address compression rules (RFC 5952), which of the following is the correct shorthand representation of this address?
- 2001:db8::8:0:0:1Answer
- B2001:db8::8::1
- C2001:db8:0:0:0008::1
- D2001:db80::8:0:0:1
Answer
The correct compressed IPv6 address is 2001:db8::8:0:0:1.
The address correctly applies RFC 5952 guidelines: leading zeros within each hextet are truncated (, , ), and the double-colon (::) is used exactly once to replace the first contiguous block of zero hextets ().
Step-by-Step Solution
Key Concept
IPv6 Address Compression Rules (RFC 5952)