ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

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






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > Clarify

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Author Clarify
justindu
Member
M




Registered: Jul 2002
Location:
Country: United States
State:
Certifications: A+, Net+,MCP,MCSA, CCNA
Working on: CCNP, Inet+, Server+

Total Posts: 96
Clarify

Which of the following addresses do not share the same subnet number?


IP = 151.100.225.1; Mask = 255.255.192.0
IP = 151.100.193.100; Mask =255.255.192.0
IP = 151.100.156.1; Mask = 255.255.192.0
IP = 151.100.255.210; Mask = 255.255.192.0

Why is the answer:

IP = 151.100.156.1; Mask = 255.255.192.0

Report this post to a moderator

Old Post 09-26-03 03:29 PM
justindu is offline Click Here to See the Profile for justindu Click here to Send justindu a Private Message Add justindu to your buddy list Find more posts by justindu Reply w/Quote Edit/Delete Message IP: Logged
jodl
Junior Member
F




Registered: Sep 2003
Location:
Country: South Africa
State:
Certifications: CCNA, CCNP
Working on: CCIE Routing & Switching

Total Posts: 1

Well a mask of 255.255.192.0 will basically split your class B subnet in half - i.e, the first half will consist of 151.100.0.0 - 151.100.191.255, the second half will be 151.100.192.0 - 151.100.255.255.

So the first two and the last one all fall into the same subnet range when that mask is used and 151.100.156.1 will be in another subnet.

Make sense??

Report this post to a moderator

Old Post 09-26-03 03:41 PM
jodl is offline Click Here to See the Profile for jodl Click here to Send jodl a Private Message Add jodl to your buddy list Find more posts by jodl Reply w/Quote Edit/Delete Message IP: Logged
justindu
Member
M




Registered: Jul 2002
Location:
Country: United States
State:
Certifications: A+, Net+,MCP,MCSA, CCNA
Working on: CCNP, Inet+, Server+

Total Posts: 96

Sort of..

Why are the subnets not incremented by 64 though?

Report this post to a moderator

Old Post 09-26-03 03:49 PM
justindu is offline Click Here to See the Profile for justindu Click here to Send justindu a Private Message Add justindu to your buddy list Find more posts by justindu Reply w/Quote Edit/Delete Message IP: Logged
NetStroller
Junior Member
M




Registered: Jul 2003
Location:
Country: United States
State:
Certifications: CCNA, MCP, A+
Working on: not for a while...

Total Posts: 26

Actually the subnets do increment by 64, and all but the third address is in the 151.100.192.0 network. Valid hosts 151.100.192.1 through 151.100.255.254. Feel free to correct me, just doing this from my head and I'm not a net admin.

Report this post to a moderator

Old Post 09-26-03 04:09 PM
NetStroller is offline Click Here to See the Profile for NetStroller Click here to Send NetStroller a Private Message Add NetStroller to your buddy list Find more posts by NetStroller Reply w/Quote Edit/Delete Message IP: Logged
justindu
Member
M




Registered: Jul 2002
Location:
Country: United States
State:
Certifications: A+, Net+,MCP,MCSA, CCNA
Working on: CCNP, Inet+, Server+

Total Posts: 96

Ok I got it..

So the thrid address would actually be in the 151.100.128.0 net right?

Report this post to a moderator

Old Post 09-26-03 04:57 PM
justindu is offline Click Here to See the Profile for justindu Click here to Send justindu a Private Message Add justindu to your buddy list Find more posts by justindu Reply w/Quote Edit/Delete Message IP: Logged
asteheske
Senior Member
M




Registered: Aug 2002
Location:
Country: Singapore
State:
Certifications: A+ CCNA
Working on: working on N+ / Server +

Total Posts: 147

Class B : 150.100.0.0 network with the subnet mask 255.255.192.0

1st Ip

Network : 150.100.0.0
Host : 150.100.0.1 to 150.100.63.254
Brdcast : 150.100.63.255


2nd Ip

Network : 150.100.64.0
Host : 150.100.64.1 to 150.100.127.254
Brdcast : 150.100.127.255

3rd Ip

Network : 150.100.128.0
Host : 150.100.128.1 to 150.100.191.254
Brdcast : 150.100.191.255


4th Ip

Network : 150.100.192.0
Host : 150.100.192.1 to 150.100.255.254
Brdcast : 150.100.255.255

As you can see the :
IP = 151.100.225.1; Mask = 255.255.192.0
IP = 151.100.193.100; Mask =255.255.192.0
IP = 151.100.255.210; Mask = 255.255.192.0

all belongs to the 4th Ip table

And the :

IP = 151.100.156.1; Mask = 255.255.192.0

is the only one that belongs to the 3rd Ip table

Hope this helps ~~~

Report this post to a moderator

Old Post 09-26-03 07:21 PM
asteheske is offline Click Here to See the Profile for asteheske Click here to Send asteheske a Private Message Add asteheske to your buddy list Find more posts by asteheske Reply w/Quote Edit/Delete Message IP: Logged
lollivie
Junior Member




Registered: Sep 2003
Location:
Country: United States
State:
Certifications: MCSE
Working on:

Total Posts: 1

I am trying to understand your reply about the 4 subnets.

I was wondering if there should only be 2 valid subnets. 192 is 2 bits of subnetting and 2 * 2 = 4 -2 results in 2 subnets.

Then only the middle two subnets would be valid to use.

Is this correct?

Larry

Report this post to a moderator

Old Post 09-26-03 10:46 PM
lollivie is offline Click Here to See the Profile for lollivie Click here to Send lollivie a Private Message Add lollivie to your buddy list Find more posts by lollivie Reply w/Quote Edit/Delete Message IP: Logged
Tech Ranger
On A Mission
M




Registered: Feb 2002
Location: Brooklyn, New York
Country: United States
State:
Certifications: MCSA, MCP(210,215,217,218,219), Server+, Network+, I-Net+, A+
Working on: MCSE (216 at the moment)

Total Posts: 5309

quote:
Originally posted by lollivie
I am trying to understand your reply about the 4 subnets.

I was wondering if there should only be 2 valid subnets. 192 is 2 bits of subnetting and 2 * 2 = 4 -2 results in 2 subnets.

Then only the middle two subnets would be valid to use.

Is this correct?

Larry


I was thinking the very same thing. What happened to all ones and all zeros are no good?

__________________
The Computer is a creation of man. Man is a creation of God! -
Joe from Brooklyn

Report this post to a moderator

Old Post 09-27-03 03:49 AM
Tech Ranger is offline Click Here to See the Profile for Tech Ranger Click here to Send Tech Ranger a Private Message Add Tech Ranger to your buddy list Find more posts by Tech Ranger Reply w/Quote Edit/Delete Message IP: Logged
Yankee
Senior Member




Registered: Jun 2000
Location:
Country: United States
State:
Certifications:
Working on: none

Total Posts: 1411

Forget the Microsoft teaching and join the real world! asteheske posted the correct answer

Yankee

Report this post to a moderator

Old Post 09-27-03 12:50 PM
Yankee is offline Click Here to See the Profile for Yankee Click here to Send Yankee a Private Message Add Yankee to your buddy list Find more posts by Yankee Reply w/Quote Edit/Delete Message IP: Logged
asteheske
Senior Member
M




Registered: Aug 2002
Location:
Country: Singapore
State:
Certifications: A+ CCNA
Working on: working on N+ / Server +

Total Posts: 147

If a network address is subnetted, the first subnet obtained after subnetting the network address is called subnet zero . And the last subnet obtained is called the all-ones subnet


Problems with Subnet Zero and the All-Ones Subnet:

IT was strongly recommended that subnet zero and the all-ones subnet not be used for addressing. According to rfc 950 , "It is useful to preserve and extend the interpretation of these special (network and broadcast) addresses in subnetted networks. This means the values of all zeros and all ones in the subnet field should not be assigned to actual (physical) subnets." This is the reason why network engineers required to calculate the number of subnets obtained by borrowing three bits would calculate 23-2 (6) and not 23 (8). The "-2" takes into account that subnet zero and the all-ones subnet are not used traditionally.


Using Subnet Zero and the All-Ones Subnet:


It should be noted that even though it was discouraged, the entire address space including subnet zero and the all-ones subnet has always been usable. The use of the all-ones subnet was explicitly allowed and the use of subnet zero is explicitly allowed since Cisco IOS version 12.0. Even prior to Cisco IOS version 12.0, subnet zero could be used by entering the ip subnet-zero global configuration command.



Using Subnet Zero and the All-Ones Subnet:


It should be noted that even though it was discouraged, the entire address space including subnet zero and the all-ones subnet has always been usable. The use of the all-ones subnet was explicitly allowed and the use of subnet zero is explicitly allowed since Cisco IOS version 12.0. Even prior to Cisco IOS version 12.0, subnet zero could be used by entering the ip subnet-zero global configuration command.

On the issue of using subnet zero and the all-ones subnet, rfc 1878 states, "This practice (of excluding all-zeros and all-ones subnets) is obsolete! Modern software will be able to utilize all definable networks." Today, the use of subnet zero and the all-ones subnet is generally accepted and most vendors support their use, though, on certain networks, particularly the ones using legacy software, the use of subnet zero and the all-ones subnet can lead to problems.


These are the explaination frm cisco with regards to subnetting you can read more
here

And to add that, the question asked by justindu:

quote:
Which of the following addresses do not share the same subnet number?


I created the subnet table to give a clearer picture of how they get the answer.

I hope this will clear the misundertanding and help you with the subnetting (ie: Cisco Style)

Cheers~~

Report this post to a moderator

Old Post 09-27-03 09:26 PM
asteheske is offline Click Here to See the Profile for asteheske Click here to Send asteheske a Private Message Add asteheske to your buddy list Find more posts by asteheske Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
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 ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps