How long is an IPv6 address?
128 bits
Method | Purpose |
| ———- | ———————— |
| Dual-stack | Run IPv4 & IPv6 together |
| Tunneling | Send IPv6 over IPv4 |
| NAT64 | Translate IPv6 β IPv4 |
How many hexadecimal characters are in an IPv6 address?
32 hexadecimal characters
How many groups (hextets) are in an IPv6 address?
8 groups
What is the default IPv6 subnet size used in most networks?
/64
How many bits does each IPv6 hextet represent?
16 bits
Which IPv6 address type replaces IPv4 private addresses?
Unique Local Address (ULA)
What is the IPv6 ULA address range?
FC00::/7 (commonly FD00::/8)
Which IPv6 address type starts with FE80::/10?
Link-local
What is the purpose of a link-local IPv6 address?
Local network communication only
Which IPv6 address type is globally routable?
Global Unicast
What is the IPv6 loopback address?
::1
What does :: mean in an IPv6 address?
One or more groups of all zeros
What is the unspecified IPv6 address?
::
Does IPv6 support broadcast?
No
Which IPv6 address type replaces broadcast?
Multicast
Which IPv6 address type sends traffic to the nearest device?
Anycast
What protocol replaces ARP in IPv6?
Neighbor Discovery Protocol (NDP)
Which ICMPv6 message resolves MAC addresses?
Neighbor Solicitation
What does SLAAC stand for?
Stateless Address Autoconfiguration
What is the purpose of SLAAC?
Automatically configure IPv6 addresses without DHCP
Does IPv6 require DHCP?
No
Which DHCPv6 mode provides configuration info only?
Stateless DHCPv6
Which DHCPv6 mode assigns full IPv6 addresses?
Stateful DHCPv6
Which transition method runs IPv4 and IPv6 together?
π What dual-stack actually does
When dual-stack is enabled:
Devices get both an IPv4 address and an IPv6 address
Applications choose IPv6 first (if available)
Fall back to IPv4 if IPv6 is not supported
Dual stack
π§ Why dual-stack is used
The main role of dual-stack is to:
Allow a smooth transition from IPv4 to IPv6 without breaking existing networks
β
Simple definition
Dual-stack means a device, network, or router runs IPv4 and IPv6 at the same time.