How many subnets can a /48 site prefix support?

a. 256 subnets
b. 16384 subnets
c. 65,536 subnets
d. 131,072 subnets


ANSWER: c

Computer Science & Information Technology

You might also like to view...

MC A GUI consists of a______ component that can contain other GUI components.

a) window. b) graphical. c) top-level. d) None of the above.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. In the following program outline the name var1 is visible (can be referenced) in the function fun. int fun (int a, int b); const int var1 = 5; int main () { … } int fun (int a, int b) { int c; … } 2. The string class is part of the C++ standard library. 3. The file money.h is called the implementation file. 4. A function prototype must be terminated with a semicolon. 5. It is best to wait until the whole program is written before testing your functions.

Computer Science & Information Technology

The _____ feature maintains all deleted, changed, and inserted text for a document.

A. Comments B. Changes C. Track Changes D. Tracking

Computer Science & Information Technology

In project management terms, available staff is considered a resource.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology