Dhcpv6 -

Although DHCPv6 shares a name and general purpose with its IPv4 predecessor, it is a completely rewritten protocol. In IPv4 networks, DHCP is almost always a requirement for dynamic addressing. In IPv6, it is one of several options.

Through DHCPv6-PD, a "Delegating Router" (the ISP) assigns a prefix (like a /56 or /48) to a "Requesting Router" (the customer's gear). The customer's router then breaks that block into smaller /64 subnets for different VLANs or Wi-Fi networks. This automated hierarchy is a cornerstone of modern IPv6 routing. Security Considerations dhcpv6

Solicit: The client sends a multicast message to find available DHCPv6 servers. Although DHCPv6 shares a name and general purpose

The DHCPv6 process follows a four-step handshake, often referred to by the acronym SARR: Through DHCPv6-PD, a "Delegating Router" (the ISP) assigns

The most significant difference lies in how clients discover the server. DHCPv4 relies on broadcast traffic, which can be noisy and inefficient. DHCPv6 uses dedicated multicast addresses (ff02::1:2 for All_DHCP_Relay_Agents_and_Servers), ensuring that only relevant nodes process the discovery packets. Furthermore, DHCPv6 does not provide "default gateway" information; that task is strictly handled by ICMPv6 Router Advertisement (RA) messages. How DHCPv6 Works: The SOLICIT-ADVERTISE Exchange

A unique and powerful feature of DHCPv6 is Prefix Delegation. In a typical home or branch office setup, the Internet Service Provider (ISP) doesn't just want to give the router one IP address; it needs to give the router an entire block of addresses (a prefix) to hand out to the internal network.

One of the most confusing aspects of IPv6 deployment is choosing between Stateful and Stateless DHCPv6. This choice is usually signaled to the client via "flags" inside the Router Advertisement (RA) sent by the local router.