Questions: IPv6 Addressing and Autoconfiguration

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A newly connected IPv6 host receives no DHCP response. It has no manually configured address. What does SLAAC allow it to do, and what two pieces of information does it combine to form its address?

AIt uses ARP to discover an available address on the subnet and claims it by broadcast
BIt generates a 64-bit interface ID and waits for a Router Advertisement containing the 64-bit network prefix, then combines the two into a 128-bit global unicast address
CIt falls back to a 32-bit IPv4-compatible address automatically converted to IPv6 format
DIt assigns itself a link-local address and waits indefinitely until a DHCP server appears
Question 2 Multiple Choice

A packet is destined for fe80::c0a8:1. A router receives it. What should the router do?

ARoute it normally using the global routing table, since fe80::/10 is a publicly routable prefix
BDrop it or refuse to forward it — link-local addresses are only valid on the local network segment and are not routable beyond the link
CConvert it to an IPv4 address and forward using dual-stack
DForward it only if the destination is in the same /48 subnet
Question 3 True / False

In IPv6 compressed notation, the double-colon (::) abbreviation can be used only once per address to avoid ambiguity about how many zero groups are being replaced.

TTrue
FFalse
Question 4 True / False

IPv6 adoption has largely replaced IPv4, and NAT (Network Address Translation) is now obsolete for most modern networks as of 2026.

TTrue
FFalse
Question 5 Short Answer

Explain what SLAAC is, why it is a significant improvement over DHCPv4, and what mechanism IPv6 uses to verify that a self-configured address is actually unique.

Think about your answer, then reveal below.