A network technician needs to document an interface IPv6 address using standard shorthand syntax. Which of the following is the correct representation of the address 2001:0db8:0000:0000:0000:0000:0000:0001 after applying leading zero suppression and zero compression rules?
- 2001:db8::1Answer
- B2001:db8::0::1
- C2001::db8::1
- D2001:0db8::0:1
Answer
The correctly compressed IPv6 address is 2001:db8::1.
The address 2001:db8::1 correctly follows both IPv6 address abbreviation rules: removing leading zeros from the second hextet ('0db8' -> 'db8') and compressing the five consecutive all-zero hextets into a single '::'.
Step-by-Step Solution
Key Concept
IPv6 Address Representation and Zero Compression Rules