Homepage › Forums › IPv6 Learning Lounge › Provision IPv6 Configuration › Comparing DHCP Servers
Tagged: Provision | EN
-
Comparing DHCP Servers
Posted by [email protected] on August 22, 2024 at 1:39 pm✌🏾The conversation starts here…..
Naima AZAZENE replied 3 weeks, 6 days ago 4 Members · 3 Replies -
3 Replies
-
135
HPs
0
QPs
0
XPs
Communication and Message Types
-
DHCPv4:
- Uses broadcast communication to reach all devices on the network, as IPv4 devices may not initially have an address.
- Uses a four-step message exchange:
- Discover: The client broadcasts a request for an IP.
- Offer: The server offers an IP address.
- Request: The client requests the offered IP.
- ACK: The server acknowledges the assignment.
-
DHCPv6:
- Uses multicast instead of broadcast, as IPv6 supports multicast by design. DHCPv6 uses the multicast address
ff02::1:2for communication. - Uses a two-step message exchange (for stateful):
- Solicit: The client requests an address.
- Advertise, Request, and Reply: The server responds with an offer, and the client requests the offered address.
- DHCPv6 supports both stateful and stateless modes. The M flag (Managed) and O flag (Other) in Router Advertisements determine if DHCPv6 is used for stateful address assignment or just for other information.
- Uses multicast instead of broadcast, as IPv6 supports multicast by design. DHCPv6 uses the multicast address
-
-
40
HPs
0
QPs
1492
XPs
Needs more explanation on this… Thanks
-
155
HPs
2
QPs
2123
XPs
Log in to reply.