Ask Experts Questions for FREE Help !
Ask

Classless Subnetting

Asked Sep 15, 2006, 09:10 PM — 4 Answers
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?

4 Answers
cajalat's Avatar
cajalat Posts: 470, Reputation: 329
Full Member
 
#2

Sep 16, 2006, 03:08 AM
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.
Helpful
tolawak_mosisa's Avatar
tolawak_mosisa Posts: 1, Reputation: 10
Junior Member
 
#3

Dec 23, 2010, 10:56 PM
Ip address 130.45.34.56 and mask 255.255.240.0
Helpful
ITstudent2006's Avatar
ITstudent2006 Posts: 2,233, Reputation: 1666
Networking & Computers Expert
 
#4

Dec 25, 2010, 05:18 PM
Quote:
Originally Posted by tolawak_mosisa View Post
ip address 130.45.34.56 and mask 255.255.240.0
This thread is over 4 years old.
Helpful
mark jason's Avatar
mark jason Posts: 1, Reputation: 10
Junior Member
 
#5

Jul 31, 2011, 03:10 AM
The is adress 130.45.34.56 and mask 255.255.240.0
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



Check out some similar questions!

Classless Society [ 4 Answers ]

Is a classless society possible? Marx suggested it is under communism. It seems that his idealism exceeded the bounds of the attainable.

Re: subnetting help needed [ 2 Answers ]

Please don't ask or expect us to do your homework assignments for you. Your instructor gave the assignment for YOU to do so you can learn from them. The answers to these questions should be in your texts or class notes. Or you could use the vast resources of the WEB to do your research. I suggest...


View more Other Computers questions Search