|
Home > Archive > 70-218 > August 2003 > 70-218 Q of the Day Wednesday 8/13
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
70-218 Q of the Day Wednesday 8/13
|
|
| mrfixit 2003-08-13, 9:50 am |
| Here we go again! 
Deja-Vue is the network administrator for Long Beach Networks. His network consists of 100 computers running Windows 95, 125 computers running Windows 98, and 240 computers running Windows 2000 Professional. All computers are located on the same network segment. Lynne, his supervisor, has asked Deja to automate the process of assigning IP addresses (the addresses range is from 130.67.5.1 to 130.67.6.254). What does Deja-Vue need to configure?
A)Install DHCP and configure DNS integration.
B)Install DHCP and configure a scope.
C)Install DHCP and configure a superscope.
D)Install DHCP and configure BOOTP.
See you tomorrow with the answer! | |
| jeff50ho 2003-08-13, 10:07 am |
| Since we only have 1 network segment i'll say B. | |
| karlisi 2003-08-13, 10:08 am |
| C
actually there are two scopes with network ID's 130.67.5.0 and 130.67.6.0 which Deja-Vue should join in one superscope | |
| isles1 2003-08-13, 11:32 am |
| C | |
| mrfixit 2003-08-14, 10:10 am |
| Well, I have to say I'm a little disappointed in the response to this question. It wasn't that hard, was it?
Here is the answer:
quote: Originally posted by mrfixit
Deja-Vue is the network administrator for Long Beach Networks. His network consists of 100 computers running Windows 95, 125 computers running Windows 98, and 240 computers running Windows 2000 Professional. All computers are located on the same network segment. Lynne, his supervisor, has asked Deja to automate the process of assigning IP addresses (the addresses range is from 130.67.5.1 to 130.67.6.254). What does Deja-Vue need to configure?
C)Install DHCP and configure a superscope.
B could be a good answer but because you have 465 computers on the same segment, you will need to get two Class C addresses and configure a superscope.
Well done to those of you that did respond. | |
|
| quote: Originally posted by mrfixit
B could be a good answer but because you have 465 computers on the same segment, you will need to get two Class C addresses and configure a superscope.
Sorry, I disagree. You didn't specify a subnet mask, so how do you know that 130.67.5.0 and 130.67.6.0 are not on the same network/subnetwork? Also, 465 hosts shouldn't pose a problem on this single segment.
So, that's a Class B address scope on a single segment. No mask specified, have to assume default classful mask (255.255.0.0).
You should have no problem allocating Class B addresses to 465 clients located on a single segment via DHCP with a single scope.
Network Address : 130.67.0.0
Subnet Mask : 255.255.0.0
Number of Subnets : 1
Hosts per Subnet : 65534
Entire Range : 130.67.0.1 to 130.67.255.254
Setup the Scope to be 130.67.5.1 - 130.67.6.254
"B" would do the trick.
I'd agree with "C" if you specified a Class "C" subnet mask (255.255.255.0). | |
| mrfixit 2003-08-14, 4:30 pm |
| quote: Originally posted by Spid
Sorry, I disagree. You didn't specify a subnet mask, so how do you know that 130.67.5.0 and 130.67.6.0 are not on the same network/subnetwork? Also, 465 hosts shouldn't pose a problem on this single segment.
So, that's a Class B address scope on a single segment. No mask specified, have to assume default classful mask (255.255.0.0).
You should have no problem allocating Class B addresses to 465 clients located on a single segment via DHCP with a single scope.
Network Address : 130.67.0.0
Subnet Mask : 255.255.0.0
Number of Subnets : 1
Hosts per Subnet : 65534
Entire Range : 130.67.0.1 to 130.67.255.254
Setup the Scope to be 130.67.5.1 - 130.67.6.254
"B" would do the trick.
I'd agree with "C" if you specified a Class "C" subnet mask (255.255.255.0).
Okay, the subnet is 255.255.255.0. (Next time I'll be sure to include it.) I must have a faulty calculator though, and the addresses being used are 130.67.5.1 to 130.67.6.254,(granted the range is 130.67.0.0 to 130.67.255.255), that gives you 254 host. If you Supernet using a mask of 255.255.0.0, then you would get 65534 host. Right? |
|
|
|
|