Which service provides network information for IPv6 SLAAC addressing?
Which of the following services provides the network information for the address when IPv6 is used for SLAAC addressing?
Community Votes
75% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests whether you know SLAAC relies on Router Advertisements for the network prefix, not on EUI-64, which only generates the host portion of the address.
In IPv6 SLAAC, Router Advertisement (RA) messages provide the network prefix and routing information hosts need to generate their addresses. The community consensus is that Option C is correct, while EUI-64 is often confused but only creates the interface identifier.
The most common wrong answer is A. EUI-64, because test takers remember EUI-64 is involved in SLAAC but forget it only generates the interface ID, not the network information.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
SLAAC (Stateless Address Autoconfiguration) uses Router Advertisement (RA) messages sent by IPv6 routers to provide the network prefix to hosts. These RA messages, part of Neighbor Discovery Protocol (NDP), include the prefix, prefix lifetime, and default router information, allowing hosts to create their full IPv6 address. The correct answer is therefore C, Router advertisement.
Why the Other Options Are Wrong
EUI-64 (A) is not a service but a method for generating the interface identifier (the lower 64 bits) from the MAC address; it does not provide network information. IPv6 unicast routing (B) is a general routing function, not a specific address autoconfiguration service. DHCPv6 (D) can provide address and other configuration but is not used in pure SLAAC—SLAAC is designed to allow hosts to self-configure without DHCPv6. Thus only C correctly describes the service that supplies the network prefix.
Community Comment Notes
Commenters overwhelmingly support C, correctly noting RA messages advertise the network prefix for SLAAC. A comment choosing A shows the common confusion: it mentions EUI-64 generates the interface identifier, but that is only the host part—the network information comes from RA. Other comments reference the Cisco explanation that RA messages by default include IPv6 prefixes and prefix lifetime information, reinforcing why C is the right answer.
Official Reference
Exam Strategy
On CompTIA Network+ exams, remember that SLAAC is a two-step process: the router advertises the prefix via RA, and the host uses EUI-64 or a random value to create the interface ID. If a question asks 'what provides the network information,' look for Router Advertisement—not EUI-64, which only builds the host portion.