Multiple choice

Which address provides an example of an IPv6 link-local address?

  1. FE80::1324:ABCD

  2. 2001:2345:AB12:1935::FEFF

  3. 2001:1234:0000:9CA::0876/64

  4. 1234:ABCD:5678:EF00:9234:AA22:5527:FC35

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

IPv6 link-local addresses always start with FE80::/10 prefix (FE80 to FEBF). They are automatically configured on every IPv6 interface and are used for communication on the local link only. The address FE80::1324:ABCD is a valid link-local address. Options B and C appear to be global unicast addresses (2001::/16). Option D is a full global unicast address without the link-local prefix.