Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Exam Cram Question

Reply
Thread Tools Display Modes

Exam Cram Question

 
 
Buck Turgidson
Guest
Posts: n/a

 
      05-19-2010
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?




Your network consists of a single Active Directory domain. All serveres run
Windows Server 2003 SP2. The network contains two servers named Server1 and
Server2.

Server1 is configured as a DHCP server and has a scope that contains
addresses 192.168.2.51 through 192.168.2.125.

You have a reservation for a printer named Printer1. The reservation
assigned address 192.168.2.100.

You install DHCP on Server2 and create a scope that contains addresses
192.168.2.126 to 192.168.2.200.

You need to ensure that Printer1's IP address always remains the same

What should you create on Server2?

A) Exclusion range
B) Reservation
C) Supercope
A) User class




 
Reply With Quote
 
 
 
 
Chris Dent
Guest
Posts: n/a

 
      05-19-2010
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
 
Reply With Quote
 
Buck Turgidson
Guest
Posts: n/a

 
      05-19-2010
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.
>



Extremely helpful info. Thanks!!!


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about CSV (Clustered Shared Volumes) Ehren Clustering 6 03-19-2010 06:21 PM
DC and DNS server question Jason Huang Active Directory 4 01-30-2010 11:11 PM
AD Site Question Chris Active Directory 7 01-26-2010 03:14 PM
DNS MX Question ChrisUK Windows Small Business Server 15 01-16-2010 02:53 PM
Question about Upgrade version tsonka Windows Vista Installation 3 12-09-2007 09:07 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59