LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are the three methods for dynamically assigning an IPv6 GUA (Global Unicast Address) to a host, and how do they differ?

SLAAC (Stateless Address Autoconfiguration) only (stateless, no server), SLAAC with stateless DHCPv6 (Dynamic Host Configuration Protocol version 6) (address from SLAAC, extra info from server), and stateful DHCPv6 (everything from server).

One RA branching into SLAAC-only, SLAAC+stateless DHCPv6, and stateful DHCPv6 with their flags.

* Three IPv6 GUA assignment methods by RA (Router Advertisement) flags. *

The parts of an IPv6 global unicast address: global routing prefix, subnet ID and interface ID.

* IPv6 global unicast address structure. — Michel Bakni, CC BY-SA 4.0, via Wikimedia Commons. *

The three GUA assignment methods compared:

Method Address Source Other Info Source Server Tracks Addresses?
SLAAC Only Host creates its own GUA from RA prefix RA message (DNS (Domain Name System), MTU (Maximum Transmission Unit), gateway) No
SLAAC + Stateless DHCPv6 Host creates its own GUA from RA prefix DHCPv6 server (DNS, domain name) No
Stateful DHCPv6 DHCPv6 server assigns the GUA DHCPv6 server (everything) Yes

Key concepts:

  • All three methods start with ICMPv6 (Internet Control Message Protocol version 6) Router Advertisement (RA) messages — the RA tells the host which method to use
  • "Stateless" means no server is keeping track of which IPv6 addresses are assigned to which clients
  • "Stateful" means the DHCPv6 server maintains a binding table of address-to-client mappings (like DHCPv4 (Dynamic Host Configuration Protocol version 4))

Tip: Think of it as a spectrum: SLAAC only = fully autonomous, stateless DHCPv6 = autonomous addressing + server extras, stateful DHCPv6 = server controls everything.

Go deeper:

  • doc IPv6 address (Wikipedia) — covers SLAAC, stateful/stateless DHCPv6 and how GUAs are formed from prefix + interface ID.

From Quiz: NETW2 / SLAAC and DHCPv6 | Updated: Jul 14, 2026