In a review question in dhcp chapter in mspress book, question says you have configured a subnet with 2 dhcp servers, dhcp1 and dhcp2. Dhcp1 assigns addresses to to first 80% of subnet's scope range. Dhcp2 does the remaining 20%. ClientA obtains an address from dhcp1 and dhcp1 is then taken off the network. How long will it take before clientA attempts to obtain a new address from dhcp2?
A) 4 days

5 days
C) 7 days
D) 8 days
Book says it C) - 7 days.
Earlier in the chapter it says 'if client unable to communicate with original dhcp server, client waits for rebinding state(7 days after last lease renewal) in that state it tries to renew current lease with any available dhcp server.'
Since the scope of dhcp2 is different that dhcp1 it would get a NACK from dhcp2 and then what? Would it continue to try and send a renew message out to dhcp1 until the lease expires at 8 days and then start a new lease initialization process, getting a new address from dhcp2? If that's the case then wouldn't the answer be d - 8 days?