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




Cisco > CCNA > Purpose of subnetting

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



Author Purpose of subnetting
General_Maximus
Member




Registered: Nov 2000
Location:
Country: United States
State:
Certifications: CCNA
Working on: CCNP, CCDA

Total Posts: 78
Question

Is subnetting only used to less traffic b/c there are fewer broadcast domains? The reason I ask is b/c when you subnet you lose hosts; ie - c class ip no subnet = 254 hosts, c class that gives up 3 bits to subnetting = 240 hosts (16-2=14, 254-14=240). I hope I'm correct in my reasoning.
thx.

Report this post to a moderator

Old Post 01-09-01 01:05 AM
General_Maximus is offline Click Here to See the Profile for General_Maximus Click here to Send General_Maximus a Private Message Add General_Maximus to your buddy list Find more posts by General_Maximus Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156
Post

In fact, when you subnet you end up with more, but smaller broadcast domains.

You subnet with /27. You have 8 subnets. You have 30 hosts per subnet.

- IF you use both the subnet-zero and the all-ones subnet, you have 240 hosts;
- IF you use the subnet-zero, but don't use the all-ones subnet, you have 210 hosts;
- if you don't use the subnet-zero and the all-ones subnet, you have 180 hosts.

Yes, it's true you loose some hosts, but consider this. You don't have subnets; you're classful. Some company needs 1000 IP addresses. Chances are the company will request a class B address. Eventually the company will grow to 2000 IP addresses. How many addresses are wasted?!

Cheers!

Report this post to a moderator

Old Post 01-09-01 01:49 AM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
Marker
Junior Member




Registered: Dec 2000
Location: USA
Country:
State:
Certifications:
Working on:

Total Posts: 16
Post

A good reason for using subnets is to reduce the size of a broadcast domain. Broadcasts are sent to all hosts on a network or subnetwork. Using routers to divide your network into groups that share servers would be more efficient. You can also use acl's for more security.

--Mark

Report this post to a moderator

Old Post 01-09-01 09:46 PM
Marker is offline Click Here to See the Profile for Marker Click here to Send Marker a Private Message Visit Marker's homepage! Add Marker to your buddy list Find more posts by Marker Reply w/Quote Edit/Delete Message IP: Logged
Hippo
Practising member




Registered: Jan 2001
Location: Milton Keynes, England
Country: England
State:
Certifications: CCNA
Working on: Gave up with routing; gone switching instead.

Total Posts: 940
Smile

If you were to consider a class c address of say 195.100.100.0 with a mask of 255.255.255.224 or /27 if you like, including ip subnet zero, you would have 8 subnets with 30 hosts per subnet. The subnets are:
195.100.100.0
195.100.100.32
195.100.100.64
.
.
.
195.100.100.224

Each of these subnets could be a specific area of your organisation, such as, Sales, Marketing, Engineering etc, and using a Catalyst switch (or two or more) each subnet becomes a separate VLAN. This makes life easier for the poor techie who has to troubleshoot the network, and eases administration, particularly when it comes to expanding the network. Of course with a bigger network, maybe a class b addressing scheme.

Report this post to a moderator

Old Post 01-09-01 10:43 PM
Hippo is offline Click Here to See the Profile for Hippo Click here to Send Hippo a Private Message Add Hippo to your buddy list Find more posts by Hippo Reply w/Quote Edit/Delete Message IP: Logged
The Reamer
Moderator
M




Registered: Apr 2000
Location: Atlanta, GA
Country: USA
State:
Certifications: MCP, MCSE, MCT, CCNA, CCDA, CCNP
Working on: CCDP, CCIE

Total Posts: 513
Talking

Subnetting is also used for security. I can group all my financial folks on one subnet. In fact in my office this is common place. We have several "secure" networks. This is of course using access-lists.

Reamer

Report this post to a moderator

Old Post 01-10-01 03:00 AM
The Reamer is offline Click Here to See the Profile for The Reamer Click here to Send The Reamer a Private Message Add The Reamer to your buddy list Find more posts by The Reamer    The Reamer's ICQ status       Send an AIM message to The Reamer Reply w/Quote Edit/Delete Message IP: Logged
firechicken
Senior Member/Citizen




Registered: Nov 2000
Location:
Country: United States
State: OR
Certifications: Comp TIA D Minus Certified
Working on: Food Handler

Total Posts: 467
Post

In addition to the above, since you have smaller broadcast domains with subnetting, you also increase network performance.

Report this post to a moderator

Old Post 01-10-01 04:46 AM
firechicken is offline Click Here to See the Profile for firechicken Click here to Send firechicken a Private Message Add firechicken to your buddy list Find more posts by firechicken Reply w/Quote Edit/Delete Message IP: Logged
doctorcisco
Senior Member




Registered: Dec 2000
Location: Chicago Burbs
Country: USA
State: IL
Certifications:
Working on: Everything there is

Total Posts: 370
Post

quote:
Originally posted by Hippo:
[B]If you were to consider a class c address of say 195.100.100.0 with a mask of 255.255.255.224 or /27 if you like, including ip subnet zero, you would have 8 subnets with 30 hosts per subnet. The subnets are:
195.100.100.0
195.100.100.32
195.100.100.64
.
.
.
195.100.100.224
B]



Nope! 195.100.100.224/27 gives you an all-1's subnet mask, which doesn't work. Also remember that using subnet zero may give the hosts in that subnet fits. Their software may or may not work with the all 0's subnet mask; that's why the rfc discourages its use.

HTH,
doctorcisco

------------------
Silicon is made from sand; nothing made from sand is allowed to wreck my day!

Report this post to a moderator

Old Post 01-10-01 05:21 AM
doctorcisco is offline Click Here to See the Profile for doctorcisco Click here to Send doctorcisco a Private Message Add doctorcisco to your buddy list Find more posts by doctorcisco Reply w/Quote Edit/Delete Message IP: Logged
General_Maximus
Member




Registered: Nov 2000
Location:
Country: United States
State:
Certifications: CCNA
Working on: CCNP, CCDA

Total Posts: 78
Talking

Thanks for all the input. I guess when I posted my orig. question I was mostly thinking about c class subnets and the fact that your hosts are so limited just going with the default mask, subnetting takes even more hosts. Thanks a bunch again.

Report this post to a moderator

Old Post 01-10-01 06:55 AM
General_Maximus is offline Click Here to See the Profile for General_Maximus Click here to Send General_Maximus a Private Message Add General_Maximus to your buddy list Find more posts by General_Maximus Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply


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