Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Other Computers   »   Classless Subnetting

 
Thread Tools Display Modes
Question
 
 
#1  
Old Sep 15, 2006, 08:10 PM
LilWun
New Member
LilWun is offline
 
Join Date: Sep 2006
Posts: 1
LilWun See this member's comment history on his/her Profile page.
Classless Subnetting

How do I determine the maximum number of subnets of a classless address with the prefix /x? Example: Given the prefix /10, What is the the maximum number of subnets? How do I determine this?

Reply With Quote
 
     

Answers
 
 
Old Sep 16, 2006, 02:08 AM   #2  
Full Member
cajalat is offline
 
Join Date: Jan 2006
Location: Boston, MA - USA
Posts: 426
cajalat See this member's comment history on his/her Profile page.
The whole idea behind classless is that you are no longer bound by the traditional A, B, C class networks. So if are asking how many subnets can I have for a traditional class A, B, or C networks using a slash notation then you basically subtract the number of bits normally reserved for the network from the number of bits that you designate for the hosts to get the max subnets. You subtract what you reserved for a mask from 32 to get the max hosts. e.g:

Class A: 120.0.0.0 Network
The natural network mask is 255.0.0.0 (i.e. not subnetted)
can be designated as 120.0.0.0/8

Now lets say you want 120.0.0.0/10

You subtract 10-8 = 2 bits for the subnets and 32-10 = 22 for the hosts.
2 bits give a maximum of 4 subnets and 22 bits give you maximum of 4104304 (of which two would be unusable as hosts).

Here is another example with a Class B:

Class B: 128.0.0.0
Natural mask: 255.255.0.0
Slash notation: 128.0.0.0/16

If we choose 128.0.0.0/20 as an example that gives us:

20-16 = 4 bits (used for subnets)
32-20 = 10 bits (used for hosts)

4 bits = 16 subnets
10 bits = 4096 hosts (of which 2 are not valid host addresses which gives 4094 usable hosts)

Hope that helps.
  Reply With Quote
 
     


Thread Tools
Display Modes

 
Similar Sponsors

Similar Threads
Question Asker Forum Answers Last Post
Classless Society Starman Social Science 4 Jan 23, 2008 06:00 AM
Re: subnetting help needed ScottGem Networking 2 Jul 30, 2007 08:29 PM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 05:09 AM.