-
If a class B network on the Internet has a subnet mask of 255.255.248.0, what is the maximum number of hosts per subnet?
-
- 1022
- 1023
- 2046
- 2047
- 1022
Correct Option: C
As we have the Subnet Mask 255.255.248.0 i.e., 255.255.11111100.00000000
where 1 represents the network portion and 0’s represent the host.
So, the number of host = 2n
Where n = no. of 0s.
So, the number of host = 211
So, the number of host = 2046