01-03-2018 07:07 AM - edited 03-08-2019 01:18 PM
question is attached below ? what is the answer ?
Solved! Go to Solution.
01-03-2018 10:44 AM - edited 01-03-2018 03:37 PM
Hi
The answer is 496
Why, The main subnet is 172.16.128.0/23 so you will make subnetting per 8 new subnets, so you will use the following formula:
2^n >= 8 ; where "n" is the bits used to subnetting.
2^3 >= 8
8 >= 8
So How many bits you have to subnetting
32 - CIDR = available bits to subnetting
32 - 23 = 9
So you have 9 bits to make subnetting.
Now you have used 3 (from "n") the current and new subnet mask are:
Current: 255.255.254.0
New: 255.255.255.192
Why? Binary:
Current : 11111111.11111111.11111110.00000000 (9 zeros)
New: 11111111.11111111.11111111.11000000 (using the new 3 bits "n")
Now the block will be:
256 - modified octet
256 - 192 = 64 ; so the block will be increasing 64 by 64 at the fourth octet.
172.16.128.0/26
172.16.128.64/26
172.16.128.128/26
172.16.128.192/26
172.16.129.0/26
172.16.129.64/26
172.16.129.128/26
172.16.128.192/26
The host per network are 64 (64 - 2 (network and broadcast))
Now the total is: 62 x 8 = 496
Hope it is useful
:-)
01-03-2018 09:45 AM
01-03-2018 10:06 AM
image is attached now
01-03-2018 10:44 AM - edited 01-03-2018 03:37 PM
Hi
The answer is 496
Why, The main subnet is 172.16.128.0/23 so you will make subnetting per 8 new subnets, so you will use the following formula:
2^n >= 8 ; where "n" is the bits used to subnetting.
2^3 >= 8
8 >= 8
So How many bits you have to subnetting
32 - CIDR = available bits to subnetting
32 - 23 = 9
So you have 9 bits to make subnetting.
Now you have used 3 (from "n") the current and new subnet mask are:
Current: 255.255.254.0
New: 255.255.255.192
Why? Binary:
Current : 11111111.11111111.11111110.00000000 (9 zeros)
New: 11111111.11111111.11111111.11000000 (using the new 3 bits "n")
Now the block will be:
256 - modified octet
256 - 192 = 64 ; so the block will be increasing 64 by 64 at the fourth octet.
172.16.128.0/26
172.16.128.64/26
172.16.128.128/26
172.16.128.192/26
172.16.129.0/26
172.16.129.64/26
172.16.129.128/26
172.16.128.192/26
The host per network are 64 (64 - 2 (network and broadcast))
Now the total is: 62 x 8 = 496
Hope it is useful
:-)
01-03-2018 12:49 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide