networking - Algorithms in DHCP -
what algorithms dictate how dhcp assigns ip addresses? there references, algorithms, c/assembly/c++/etc. source code demonstrates how dhcp assigns ip addresses flawlessly? thanks.
this different different dhcp servers, , should documented particular dhcp server using. example, web search finds @ https://technet.microsoft.com/en-us/library/hh831538(v=ws.11).aspx
if client request matches conditions of policy specific ip address range associated, server assign first free ip address range determined rule. if policy associated multiple address ranges, server assign ip addresses first attempting assign ip lowest address range. if no ip addresses available use lower address range, server free ip address higher address ranges. if no ip addresses free of address ranges associated policy, server process next matched policy defined processing order.
Comments
Post a Comment