If you are using a Class C network ID with 2 subnets and need 31 hosts per network, which of the following masks should you use?

A) 255.255.255.0
B) 255.255.255.192
C) 255.255.255.224
D) 255.255.255.248

B
Explanation: B) Of the available options, the only one that provides for 2 subnets with at least 31 available host addresses is 255.255.255.192, or /26.

Computer Science & Information Technology

You might also like to view...

The script element attribute that defines the language that the script is written in is the ________ attribute

Fill in the blank(s) with correct word

Computer Science & Information Technology

The following instruction will remove which character from the string first?Dim myString as string = "ABCDEFGH"myString = myString.Remove(2, 3)

A. A B. B C. C D. D

Computer Science & Information Technology