nerdexam
GIAC

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.

Network Traffic Analysis & Protocol Review

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)
  • A
    76% (28)
  • B
    3% (1)
  • C
    8% (3)
  • D
    14% (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.

AStateless autoconfigurationCorrect

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'.

BStateful autoconfiguration

Stateful autoconfiguration (DHCPv6) requires a DHCPv6 server to assign and track address state, meaning it cannot function independently without server infrastructure.

CStateless configuration

'Stateless configuration' is not a recognized standard IPv6 addressing scheme - it is a non-standard distractor term.

DStateful configuration

'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

#IPv6#stateless autoconfiguration#SLAAC#address assignment

Community Discussion

No community discussion yet for this question.

Full GCIA Practice