Buck Turgidson wrote:
> I am going through some questions from the Exam Cram book, and ran into this
> one that makes no sense. To me, nothing is required on Server2 because the
> IP address for printer1 does not lie within its scope.
>
> Can someone tell me what I am missing here?
The answer is B:
When the Printer is looking for an IP address it will Broadcast its
request.
Both DHCP servers will respond to the request.
Server1 will respond with the Reservation you've created
Server2 will respond with an IP address from its lease range
The Printer will take the first response it receives and use that. That
means that you won't find the printer if the address came from Server2
(because the address isn't the one you expect).
When dealing with a split scope in DHCP it is extremely important that
you duplicate any reservation information. Both servers must be prepared
to give a client with a reservation the same address.
Remember that the client device has no idea what IP address it's
supposed to use, so the fact that the address you want it to use is
within the scope on Server1 is not actually relevant.
Finally, it is quite common to find that Reservations are leased from
excluded ranges (split scope or not). I do, in part because the reserved
addresses are used in firewall rules and I like to keep things nice and
clear.
HTH
Chris
|