GCIA · Question #97
Which of the following configuration schemes in IPv6 allows a client to automatically configure its own IP address with or without IPv6 routers?
The correct answer is A. Stateless autoconfiguration. IPv6 Stateless Address Autoconfiguration (SLAAC) enables hosts to generate their own IP addresses using the network prefix from router advertisements, or using a link-local address when no router is present.
Question
Which of the following configuration schemes in IPv6 allows a client to automatically configure its own IP address with or without IPv6 routers?
Options
- AStateless autoconfiguration
- BStateful autoconfiguration
- CStateless configuration
- DStateful configuration
How the community answered
(37 responses)- A76% (28)
- B3% (1)
- C8% (3)
- D14% (5)
Why each option
IPv6 Stateless Address Autoconfiguration (SLAAC) enables hosts to generate their own IP addresses using the network prefix from router advertisements, or using a link-local address when no router is present.
Stateless autoconfiguration (SLAAC), defined in RFC 4862, allows a host to derive its IPv6 address by combining a network prefix (received from a router advertisement) with a self-generated interface identifier. Critically, it can also operate without a router by forming a link-local address, making it functional with or without router infrastructure. No server-side state is maintained, which is why it is called 'stateless'.
Stateful autoconfiguration (DHCPv6) requires a DHCPv6 server to assign and track address state, meaning it cannot function independently without server infrastructure.
'Stateless configuration' is not a recognized standard IPv6 addressing scheme - it is a non-standard distractor term.
'Stateful configuration' is not a recognized standard IPv6 addressing scheme - it conflates the concept with stateful DHCPv6 without using its proper name.
Concept tested: IPv6 SLAAC vs stateful address assignment
Source: https://www.rfc-editor.org/rfc/rfc4862
Topics
Community Discussion
No community discussion yet for this question.