What is the shortest valid representation of the IPv6 address 2001:0DB8:0000:1470:0000:0000:0000:0200?
- 2001:DB8::1470::200
- 2001:0DB8:0:147::02
- 2001:0DB8::1470:0:0:0:2
- 2001:DB8:0:1470::200
Explanation: A double colon (::) can replace any single, contiguous string of one or more 16-bit segments (hextets) consisting of all 0s, and can only be used once per IPv6 address. Any leading 0s (zeros) in any 16-bit section or hextet can be omitted.
Exam with this question: Networking Basics Course Final Exam Answers
Exam with this question: Networking Essentials 3.0: Course Final Exam
Please login or Register to submit your answer