If a Company require 60 hosts then What is the best possible subnet mask?
(A) 255.255.255.0
(B) 255.255.255.192
(C) 255.255.225.224
(D) 225.225.255.240答案: (B)
说明:主机数= 2 ^ n – 2,其中n是主机位数。
2 ^ n – 2 = 60
求解n,n大约等于6,因此6个主机位就足够了。因此所需的子网掩码是11111111.11111111.11111111.11000000
255.255.255.192
这个问题的测验