Ask Experts Questions for FREE Help !
Ask
    LilWun's Avatar
    LilWun Posts: 1, Reputation: 1
    New Member
     
    #1

    Sep 15, 2006, 09:10 PM
    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 maximum number of subnets? How do I determine this?
    cajalat's Avatar
    cajalat Posts: 469, Reputation: 66
    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.
    tolawak_mosisa's Avatar
    tolawak_mosisa Posts: 1, Reputation: 1
    New Member
     
    #3

    Dec 23, 2010, 11:56 PM
    Ip address 130.45.34.56 and mask 255.255.240.0
    ITstudent2006's Avatar
    ITstudent2006 Posts: 2,243, Reputation: 329
    Networking Expert
     
    #4

    Dec 25, 2010, 06: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.
    mark jason's Avatar
    mark jason Posts: 1, Reputation: 1
    New Member
     
    #5

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

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


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.

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 questions Search