110k views
1 vote
How many hosts are in each subnet?

User Deltab
by
8.4k points

1 Answer

7 votes
255.255.240.0 is a /20 subnet mask, therefore there are 4 borrowed bits (from the 3rd octet). Number of hosts on each subnetwork = (2 to the power 4) - 2 (i.e. 4 bits in host portion of address), which gives 14. So I got 16 subnetworks, and 14 hosts on each subnetwork.1
User Rahulthewall
by
8.2k points