A network administrator is documenting IPv6 address assignments for an enterprise network. Which of the following are syntactically valid IPv6 address representations for the uncompressed address `2001:0db8:0000:0000:0000:0000:0000:0001`? (Select TWO.)
- 2001:db8::1Answer
- 2001:db8:0:0:0:0:0:1Answer
- C2001:db8::0::1
- D2001::db8::1
Answer
The syntactically valid representations are '2001:db8::1' and '2001:db8:0:0:0:0:0:1'.
The representation '2001:db8::1' is valid because it suppresses the leading zero in '0db8' to 'db8' and replaces six consecutive zero hextets with a single double colon (::). The representation '2001:db8:0:0:0:0:0:1' is also valid because it reduces each '0000' hextet to a single '0' and suppresses the leading zero in '0db8' without invoking double-colon compression rules.
Step-by-Step Solution
Key Concept
IPv6 Address Compression and Syntax Rules