Answer: A C Explanation
Answer: A C Explanation
11000000
11111111
255
11000000
192
11000000
192
10101000
11111111
255
10101000
168
10101000
168
10010110
11111111
255
10010110
200
10010110
200
11001000
11100000
224
11000000
192
11011111
223
11000000
11111111
255
11000000
192
11000000
192
192
10101000
11111111
255
10101000
168
10101000
168
168
11101100
11111111
255
11101100
236
11101100
236
236
00000000
11000000
192
00000000
0
00111111
63
62
5. A lab has been assigned the Class B network address 165.87.0.0. The lab administrator needs to divide
the network into 8 subnets. What subnet mask should be applied to the network to provide the most
hosts per subnet?
A 255.255.192.0
B 255.255.224.0
C 255.255.240.0
D 255.255.248.0
Answer: C
2n 2 = 8
2n = 10
n = 4 subnet bits
255.255.192.0
255.255.224.0
255.255.240.0
255.255.248.0
11111111
11111111
11111111
11111111
11111111
11111111
11111111
11111111
1100000
1110000
1111000
1111100
0000000
0000000
0000000
0000000
6. The network address of 172.16.0.0/19 provides how many subnets and hosts?
A 7 subnets, 30 hosts each
B 8 subnets, 8,190 hosts each
C 8 subnets, 2,046 hosts each
D 7 subnets, 2,046 hosts each
Answer: B
Explanation:
The subnet mask /19 is 255.255.224.0 in decimal notation. 172.16.0.0 is a Class B address, so 3
bits have been taken to the network portion, and 13 bits have remained in the host portion. This
means
23 = 8 subnets
213 2 = 8190 hosts per network