Multiple choice

Refer to the exhibit. What is another way to represent this IPv6 address?

  1. 2031::130F::9C0::130B

  2. 2031::130F::9C0:0:130B

  3. 2031:0:130F::9C0::130B

  4. 2031:0:130F::9C0:0:130B

Reveal answer Fill a bubble to check yourself
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.