What is a server-based network, and what are it's advantages and disadvantages?
What will be an ideal response?
A server-based network is a network that has certain computers that take on the role of servers, and all the other computers act as clients. The advantages are centralized control over network resources, better security, easy expandability, and no limitations to the number of users. The disadvantages include higher costs for equipment and software, the need for administrative personnel to maintain network resources, and the fact that a single computer could cause the entire network to fail.
You might also like to view...
Which function could be used to simplify the process of string validation?
a. length b. isReal c. isString d. toLower
A recursive function typically has two components—one that provides a means for the recursion to terminate by testing for a(n) __________case and one that expresses the problem as a recursive call for a slightly simpler problem than the original call.
Fill in the blank(s) with the appropriate word(s).