Match each IPv6 address or prefix on the left with its corresponding functional characteristic or property on the right.
- A global unicast prefix block that allows exactly subnets of length
- A unique local address (ULA) prefix in the block intended for non-routable internal site communication
- fe80::200:5eff:fe00:5301A link-local unicast address dynamically created using modified EUI-64 format from the burn-in MAC address 00:00:5e:00:53:01
- ff02::1:ff00:5301A solicited-node multicast address derived from the lower 24 bits of an interface ID for Neighbor Discovery
Answer
The correct pairings are: 2001:db8:abc:1200::/56 matches the global unicast prefix providing 256 subnets of /64 length; fd00:db8:abc:1200::/64 matches the unique local address prefix; fe80::200:5eff:fe00:5301 matches the link-local address created using EUI-64 from MAC 00:00:5e:00:53:01; and ff02::1:ff00:5301 matches the solicited-node multicast address.
Each IPv6 address and prefix matches its exact functional specification: 2001:db8:abc:1200::/56 yields 256 subnets of /64 size; fd00::/8 addresses are Unique Local Addresses; fe80::200:5eff:fe00:5301 correctly applies the 7th-bit flip and FFFE insertion to MAC 00:00:5e:00:53:01; and ff02::1:ff00:5301 uses the exact low 24 bits of the interface ID appended to the solicited-node multicast prefix.
Step-by-Step Solution
Key Concept
IPv6 Address Representation, Subnetting, Scopes, and EUI-64 / Solicited-Node Multicast Generation