What is one of the disadvantages of a peer-to-peer network compared to a server-based network?
A. more difficult to setup and install
B. more expensive
C. higher administration costs
D. limited security
Answer: D
Computer Science & Information Technology
You might also like to view...
The regular expression "A{5,}" matches:
a. less than 5 A’s b. exactly 5 A’s c. at least 5 A’s d. none of the above
Computer Science & Information Technology
(Exponentiation) Write a function integerPower(base, exponent) that returns the value of base exponent For example, integerPower(3, 4) = 3 * 3 * 3 * 3. Assume that exponent is a positive, nonzero integer and that base is an integer. Do not use any math library functions.
What will be an ideal response?
Computer Science & Information Technology
The ________ was the first portable computer.
A. TRS-80 B. Osborne C. IBM PC D. ENIAC
Computer Science & Information Technology
You can select a document by using the ____ key(s).
A. SHIFT+HOME B. CTRL+A C. SHIFT+END D. CTRL+SHIFT+END
Computer Science & Information Technology