85. You are a network Administrator in your company. You are given with the following IP address. The network

address 192.168.10.0 and subnet mask 255. 255. 255.224. Depending on the above network address and subnet
mask how many subnets you can create?
A. 16
B. 32
C. 48
D. 8�

B. 32

To determine the number of subnets that can be created with a given network address and subnet mask, you can use the formula 2^n, where n is the number of subnet bits in the subnet mask.

In this case, the subnet mask 255.255.255.224 has 3 subnet bits (since 224 in binary is 11100000). Therefore, the formula would be 2^3, which equals 8 subnets.

So, with the network address 192.168.10.0 and subnet mask 255.255.255.224, you can create 8 subnets.