cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
737
Views
0
Helpful
3
Replies

Subnetting: Can you prove the following questions?

silverlookz007
Level 1
Level 1

We have a Class-B network address 172.16.0.0. It is required to subnet this network using CIDR (/19).

Find the answers for following questions?

1. What is the fifth subnet address?

2. What is the broadcast address of the third subnet?

3. What is the valid host range in the sixth subnet?

3 Replies 3

Rolf Fischer
Level 9
Level 9

There are many sources about subnetting, e.g. http://www.wikihow.com/Calculate-Network-and-Broadcast-Address .

You even find videos on youtube.

In your example, you have the following network:

172.16/16

Dividing it in 2 subnets of equal size results in:

172.16.0/17 (172.16.0.1 - 172.16.127.254; BC: 172.16.127.255)

172.16.128/17 (172.16.128.1 - 172.16.255.254; BC: 172.16.255.255)

4 subnets of equal size:

172.16.0/18

172.16.64/18

172.16.128/18

172.16.192/18

(...)

If you understand the basic concepts, you'll be able to solve the question yourself in less than 10 minutes.

Good luck,

Rolf

We have a Class-B network address 172.16.0.0. It is required to subnet this network using CIDR (/19).

Find the answers for following questions?

1. What is the fifth subnet address?

Ans  -   172.16.129.0  to  172.16.160.0

2. What is the broadcast address of the third subnet?

Ans  -  172.16.96.255

3. What is the valid host range in the sixth subnet?

Ans - 8190

Kindly correct me if i am wrong