Refer to the exhibit. What is another way to represent this IPv6 address?
-
2031::130F::9C0::130B
-
2031::130F::9C0:0:130B
-
2031:0:130F::9C0::130B
-
2031:0:130F::9C0:0:130B
D
Correct answer
Explanation
IPv6 address compression rules allow replacing consecutive zeros with double colon (::), but this can only be done ONCE in an address to avoid ambiguity. Options A, B, and C incorrectly use :: twice. Option D correctly compresses the second hextet (0:0000 becomes 0) and the zero block before 9C0, using :: only once.