You need to subnet a class C network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use?
A) 255.255.255.192
B) 255.255.255.224
C) 255.255.255.240
D) 255.255.255.248
B
Explanation: B) The 255.255.255.224, or /27 mask, provides 3 subnet bits (23 = 8 ) and 5 host bits (25 - 2 = 30).
Computer Science & Information Technology
You might also like to view...
Which of the following is guaranteed to use full duplex as its default setting?
A) Ethernet with speeds faster than 1 Gbps B) Ethernet with speeds at 10 Mbps C) Ethernet with speeds at 100 Mbps D) Ethernet with speed that is unknown
Computer Science & Information Technology
Object-oriented design identifies objects by focusing on the ______ in the problem statement.
a) nouns b) verbs c) adjectives d) adverbs
Computer Science & Information Technology