Options

Valid IP Ranges

IT-TechIT-Tech Member Posts: 12 ■□□□□□□□□□
Hi
I have a question regarding how to get valid IP ranges when subnetting Class A & B, even though I believe class A,b&C all use he same technique but for me class C is much easier because it only involves to work on one octet instead of two or three octets.

This first scenario I believe i is fully resolved, it is class C address with 16 subents and 14 hosts each.

1- 192.168.44.0/28

Subnets Valid IPs Broadcast

192.168.44.0 (1-14) 192.168.44.15
192.168.44.16 (17-30) 192.168.44.31
192.168.44.32 (33-46) 192.168.44.47
192.168.44.48 (49-62) 192.168.44.63
192.168.44.64 (65-7icon_cool.gif 192.168.44.79
192.168.44.80 (81-94) 192.168.44.95
192.168.44.96 (97-110) 192.168.44.111
192.168.44.112 (113-126) 192.168.44.127
192.168.44.128 (129-142) 192.168.44.143
192.168.44.144 (145-15icon_cool.gif 192.168.44.159
192.168.44.160 (161-174) 192.168.44.175
192.168.44.176 (177-190) 192.168.44.191
192.168.44.192 (193-206) 192.168.44.207
192.168.44.208 (209-222) 192.168.44.223
192.168.44.224 (225-23icon_cool.gif 192.168.44.239
192.168.44.240 (241-254) 192.168.44.255


The following two are also partially resolved and want some assitance ..

10.0.0.0/25

Subnets Valid IP Broadcast Address

10.0.0.0 [ ????] 10.0.127.255
10.0.0.128 [???? ] 10.0.?. ?


I am stuck here, Even though I belive there is 131072 subnets and 126 hosts per subnet, I dont know how to get that out so please help.

172.14.0.0/26

I know there is 1024 subnets, with 30 hosts each, but I didnt understand how to identify all those 1024 from network number, valid range to broadcast same as what I have shown above in the first scenario...

first four subnets are:
172.14.0.0
172.14.0.64
172.14.0.128
172.14.0.192

Beacuse of 192+64=255 , should I make it

172.14.1.0
172.14.1.64
172.14.1.128
172.14.1.192

172.14.2.0
172.14.2.64
172.14.2.128
172.14.2.192

Any suggestions and calarifications will be appreciated.

Cheers..........

Comments

  • Options
    Dilbert65Dilbert65 Member Posts: 73 ■■□□□□□□□□
    here is a handy link to help you out.
    http://www.subnet-calculator.com/subnet.php?net_class=C

    Also techexams has a subnet calc you can install on your machine.
    http://www.techexams.net/ip-subnet-calculator/
  • Options
    fly351fly351 Member Posts: 360
    IT-Tech wrote: »
    The following two are also partially resolved and want some assitance ..

    10.0.0.0/25

    Subnets Valid IP Broadcast Address

    10.0.0.0 [ ????] 10.0.127.255
    10.0.0.128 [???? ] 10.0.?. ?

    Learn block sizes :)

    So you have a 10.0.0.0 /25

    so 10.0.0.0 in binary is...
    00001010.00000000.00000000.00000000

    With /25 you have.... 255.255.255.128
    11111111.11111111.11111111.10000000

    The easiest way I have found to determine your block size is... subtract 256 from your last octet.

    example:
    ................. -256
    255.255.255.128
    .................=128

    Now, counting your network address and your broad cast address, your block sizes will be...

    10.0.0.0 - 10.0.0.127
    10.0.0.128 - 10.0.0.255
    10.0.1.0 - 10.0.1.127
    10.0.1.128 - 10.0.1.255
    10.0.2.0 - 10.0.2.127
    ect
    CCNP :study:
  • Options
    Dilbert65Dilbert65 Member Posts: 73 ■■□□□□□□□□
    Go to you tube and do a search on subnetting. This is a area ou need to know inside and out for the test and out in the real world.

    IE You really need to learn it. THe links I posted are good for checking your answers. Makes up ip address's and subnets then solve all possible answers. Highest/lowest useable IP. broadcast ip and such.
Sign In or Register to comment.