Match each IPv6 address prefix or designated address on the left with its corresponding network deployment scope or functional purpose on the right.
- fe80::/10Non-routable link-local prefix automatically assigned to IPv6 interfaces for local segment communication.
- ff02::1All-nodes multicast address targeted to reach every IPv6-enabled interface on the local link.
- 2001:db8::/32Reserved prefix designated specifically for IPv6 documentation and educational example scenarios.
- fc00::/7Unique Local Address (ULA) prefix used for internal organization routing without needing global Internet routability.
Cevap
fe80::/10 matches the link-local prefix; ff02::1 matches the all-nodes link-local multicast address; 2001:db8::/32 matches the documentation prefix; fc00::/7 matches the Unique Local Address (ULA) prefix.
Each IPv6 prefix serves a distinct functional scope in network deployment: fe80::/10 provides link-local unicast connectivity required on every active interface; ff02::1 targets all local nodes via link-scope multicast; 2001:db8::/32 is designated by RFC 3849 for technical documentation examples; and fc00::/7 provides private, non-globally routable enterprise addressing (Unique Local Address).
Adım Adım Çözüm
Anahtar Kavram
IPv6 Address Scopes and Functional Block Classifications