subnets and hosts

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,380
The network address of 172.16.0.0/19\displaystyle 172.16.0.0/19 provides how many subnets and hosts?

A.\displaystyle \bold{A.} 7 subnets, 30 hosts each
B.\displaystyle \bold{B.} 7 subnets, 2,046 hosts each
C.\displaystyle \bold{C.} 7 subnets, 8,190 hosts each
D.\displaystyle \bold{D.} 8 subnets, 30 hosts each
E.\displaystyle \bold{E.} 8 subnets, 2,046 hosts each
F.\displaystyle \bold{F.} 8 subnets, 8,190 hosts each
 
The network address of 172.16.0.0/19\displaystyle 172.16.0.0/19 provides how many subnets and hosts?

A.\displaystyle \bold{A.} 7 subnets, 30 hosts each
B.\displaystyle \bold{B.} 7 subnets, 2,046 hosts each
C.\displaystyle \bold{C.} 7 subnets, 8,190 hosts each
D.\displaystyle \bold{D.} 8 subnets, 30 hosts each
E.\displaystyle \bold{E.} 8 subnets, 2,046 hosts each
F.\displaystyle \bold{F.} 8 subnets, 8,190 hosts each
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem
 
Let us first write down the subnet mask.

/19\displaystyle /19 gives:

subnet mask =11111111.11111111.11100000.00000000=255.255.224.0\displaystyle = 11111111.11111111.11100000.00000000 = 255.255.224.0

Once we have the subnet mask in hand, everything else can be solved easily. And that's what we'll do in the next post.

Piece of Cake💪😎
 
This formula 2x\displaystyle 2^x gives us the number of subnets,

where x\displaystyle x is the number of 1s\displaystyle 1s in the interesting octet

Then, the number of subnets is:

23=8 subnets\displaystyle 2^3 = 8 \ \text{subnets}
 
This formula 2y2\displaystyle 2^y - 2 gives the number of hosts per subnet,

where y\displaystyle y is the number of all available 0s\displaystyle 0s.

Then, the number of hosts is:

2132=8190\displaystyle 2^{13} - 2 = 8190

And the answer is:

F.\displaystyle \bold{F.} 8 subnets, 8,190 hosts each
 
Top