With Windows DHCP server I can have two servers serving a network's scope so that if one fails the other picks up the slack. With DHCPv4 there are two options for doing this, the first is to set up a fail over relationship, the other is to set the start and end of the scope on each of the servers so they don't overlap.
I'm trying to understand how this works with DHCPv6. When I set up a scope with v6 there is no way to set a start and end range and there is no way to set up a failover relationship. So my question is how is it that two servers prevent the situation where the same IP address is allocated to two different clients one by each of the two servers?