











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
70-218 Q of the Day Wednesday 8/13
|
mrfixit
Moderator M

Registered: Jul 2001 Location: Fort Worth Country: United States State: Certifications: MCSA , A+, Network+, Security+ Working on: MCSE, CCNA
Total Posts: 2085
|
|
70-218 Q of the Day Wednesday 8/13
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!
__________________
Keyboard not functioning. Press F1 to continue....
Give a man a fish and you feed him for a day, teach him to use the Net and he won't bother you for weeks.
What goes up must come down. Ask any system administrator.
If a trainstation is where the train stops, what's a workstation...?
Report this post to a moderator
|
|
08-13-03 02:50 PM
|
|
jeff50ho
Who's your daddy?

Registered: Apr 2002 Location: Oklahoma Country: United States State: Certifications: CCNA,CCA,Net+, A+,MCP-210-215 Working on: MCSA(just one more test 70-218)
Total Posts: 199
|
|
|
08-13-03 03:07 PM
|
|
karlisi
Senior Member M
Registered: May 2003 Location: Country: Latvia State: Certifications: ECDL, MCSA (Windows 2000) Working on: MCSA (Windows 2003); MCDST
Total Posts: 110
|
|
|
08-13-03 03:08 PM
|
|
isles1
Senior Member M

Registered: Jan 2003 Location: Country: United States State: Certifications: MCSA 2003, MCSA 2000, MCDST, MCP , CWNA, Security+, Network+, A+, B.S. MIS Working on: CWSP, MCSE 2003
Total Posts: 349
|
|
|
08-13-03 04:32 PM
|
|
mrfixit
Moderator M

Registered: Jul 2001 Location: Fort Worth Country: United States State: Certifications: MCSA , A+, Network+, Security+ Working on: MCSE, CCNA
Total Posts: 2085
|
|
Re: 70-218 Q of the Day Wednesday 8/13
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.
__________________
Keyboard not functioning. Press F1 to continue....
Give a man a fish and you feed him for a day, teach him to use the Net and he won't bother you for weeks.
What goes up must come down. Ask any system administrator.
If a trainstation is where the train stops, what's a workstation...?
Report this post to a moderator
|
|
08-14-03 03:10 PM
|
|
Spid
Moderator M
Registered: Oct 2000 Location: Cleveland Country: United States State: Certifications: B.S. CIS, Net+, MCSA, MCSE NT4, MCSE Win2K Working on: avoiding resume' generating events
Total Posts: 4096
|
|
Re: 70-218 Q of the Day Wednesday 8/13
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).
__________________
"I was planning to take over the world, but got distracted by something sparkly..."
Last edited by Spid on 08-14-03 at 07:44 PM
Report this post to a moderator
|
|
08-14-03 07:35 PM
|
|
mrfixit
Moderator M

Registered: Jul 2001 Location: Fort Worth Country: United States State: Certifications: MCSA , A+, Network+, Security+ Working on: MCSE, CCNA
Total Posts: 2085
|
|
Re: Re: 70-218 Q of the Day Wednesday 8/13
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?
__________________
Keyboard not functioning. Press F1 to continue....
Give a man a fish and you feed him for a day, teach him to use the Net and he won't bother you for weeks.
What goes up must come down. Ask any system administrator.
If a trainstation is where the train stops, what's a workstation...?
Report this post to a moderator
|
|
08-14-03 09:30 PM
|
|
|
Click here for
70-218 study guides
MCSE exam notes
70-218 exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|