A network administrator is standardizing network documentation and needs to compress the full 128-bit IPv6 address `2001:0db8:0000:0000:0000:0000:0000:0001` into its valid shorthand form. Which of the following represents the correct compressed IPv6 address?
- 2001:db8::1Answer
- B2001:db8::0::1
- C2001::db8::1
- D2001:db8:::1
Answer
The correct compressed shorthand representation is 2001:db8::1.
The shorthand representation `2001:db8::1` correctly suppresses the leading zero in the second block (0db8 to db8) and compresses the five consecutive blocks of zeros into a single double colon (`::`).
Step-by-Step Solution
Key Concept
IPv6 Address Compression Rules (RFC 5952)