Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Computers (https://www.askmehelpdesk.com/forumdisplay.php?f=242)
-   -   Classless Subnetting (https://www.askmehelpdesk.com/showthread.php?t=34308)

  • Sep 15, 2006, 09:10 PM
    LilWun
    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?
  • Sep 16, 2006, 03:08 AM
    cajalat
    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.
  • Dec 23, 2010, 11:56 PM
    tolawak_mosisa
    Ip address 130.45.34.56 and mask 255.255.240.0
  • Dec 25, 2010, 06:18 PM
    ITstudent2006
    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.
  • Jul 31, 2011, 03:10 AM
    mark jason
    The is address 130.45.34.56 and mask 255.255.240.0

  • All times are GMT -7. The time now is 02:24 PM.