Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 9)
9.
What is the subnetwork number of a host with an IP address of 172.16.66.0/21?
172.16.36.0
172.16.48.0
172.16.64.0
172.16.0.0
Answer: Option
Explanation:
A /21 is 255.255.248.0, which means we have a block size of 8 in the third octet, so we just count by 8 until we reach 66. The subnet in this question is 64.0. The next subnet is 72.0, so the broadcast address of the 64 subnet is 71.255.
Discussion:
14 comments Page 1 of 2.

Ehsan Faghih said:   9 years ago
Consider it we have 1 bit for subnet. Then how many of sub-network we could have? answer:2.

Why: because one bit only can determine 2 states (ways) for us! (0 or 1).

In this case, when we determine the subnet mask we found that we have 5bits for subnets.

Now tell me " how many states provide for us by 5bits? 32 or 64?

YES! 64 states is true answer!

Then we will have 64 sub-network by 5bits subnets.

Manu Ratheesh said:   10 years ago
Given IP address is 172.16.66.0/21 => NID is 21 bits and HID is 11 bits.

=> Subnet Mask is 255.255.248.0 (SM is obtained by placing 1 in all NID bits and 0 in all HID bits).

In order to get the sub network number or network address or subnet id, perform bitwise AND between the IP address and subnet Mask.

=> (172.16.66.0) AND (255.255.248.0) = 172.16.64.0. Option (C).

Mukesh Pandey said:   7 years ago
First Have a look On IP.

IP Address:172.16.66.0/24

11111111.11111111.11111000.00000000

Subnet Mask :255.255.248.0,

So Magic Number is 8.

IP Rage will Be;

172.16.0.0-172.16.7.255
172.16.8.0-172.16.15.255
.
.
.
.
.
.
172.16.64.0-172.16.71.255


the subnetwork number of a host will be 172.16.64.0.
(1)

Nehh said:   9 years ago
172.16.0.0 cannot be the Network address because according to classful addressing we take class B address directly 255.255.0.0.Here in classless addressing CIDR notation /21 is given. So subnet mask will be on that basis and after AND IP and SMask, you will get network address 172.16.64.0.

Racharla Chandra Kanth said:   1 decade ago
There are 21 N/w bits and the given IP is a Class B IP so by default 16 bits are for n/w. Here 5 bits are used for subnetting from the third octet.

66: 01000010
Subbnet 11111000 Anding
-------------
01000000 = 64.

Therefore n/w id: 172.16.64.0.

Munna said:   9 years ago
There are 21 N/w bits and the given IP is a Class B IP so by default 16 bits are for n/w.

Here 5 bits are used for subnetting from the third octet.

66: 01000010
Subnet 11111000 Adding
-------------
01000000 = 64.

Therefore n/w id: 172.16.64.0.

Sechonge said:   9 years ago
There are 21 N/w bits and the given IP is a Class B IP so by default 16 bits are for n/w. Here 5 bits are used for subnetting from the third octet.

66: 01000010
Subnet 11111000 Adding
-------------
01000000 = 64.

Therefore n/w id: 172.16.64.0.

Deepak Rawat said:   6 years ago
The subnet is 255.255.248.0.
Block size is 8.
Network id: 172.16.66.0
First IP and last IP: 172.16.66.1 to 172.16.73.254.
Brodocast id: 172.16.74.255.
Next 172.16.74.0.

Then how it is IP 172.16.64.0. Please tell me.
(1)

Shubhanshoo said:   5 years ago
Consider A class C network with the subnet mask 255.255.255.41. How many network id (NID) and host id (HID) are there in the subnet mask? Please anyone explain.
(2)

Stranger said:   10 years ago
Who next subnet be 72? If we increased by 8.


Post your comments here:

Your comments will be displayed after verification.