Subnetting Question 8
You are working with a network that has the network ID 192.168.10.0. What subnet should you use that supports four subnets and a maximum number of hosts?
A. | 255.255.255.192 |
B. | 255.255.255.224 |
C. | 255.255.255.240 |
D. | 255.255.255.248 |
Solution
Hence, the IP Address start from 192 it indicates it is a Class C Address. By default, in Class C Address 24 bits are reserved for the network and 8 bits are reserved for the host.
A/Q, we need 4 Subnets. It means, we have to borrow 2 bits from the last octet. (2n = 22 = 4)
(11111111.11111111.11111111.11111100)
(27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26)
Therefore, the subnet mask is 255.255.255.192