When configuring a network, what is the rule of thumb on the maximum number of computers you should have in a peer-to-peer network?

A) 10

B) 20

C) 30

D) 5


A) 10

Computer Science & Information Technology

You might also like to view...

Which of the following is true?

a. Only class templates may specify default type arguments for type parameters. b. Only function templates may specify default type arguments for type parameters. c. Both class templates and function templates may specify default type arguments for type parameters. d. None of the above.

Computer Science & Information Technology

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

1. A friend function has access only to the private members and member functions of the class (and all objects of that class) of which it is a friend. 2. A class can have friends that are functions as well as friend classes.

Computer Science & Information Technology

Use the command echo /bin/*sh to see how many shells you have on your system. Are they all login shells?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is not a guideline to help choose an appropriate documentation technique?

A) is compatible with existing documentation B) is understood by others in the organization C) allows you to return to working on the system after you have been away from it for a period of time D) is suitable for the size of the system you are working on E) allows for an unstructured design approach if it is considered to be more important than other factors

Computer Science & Information Technology