Question:medium

In a client-server system, a company deploys a database application where multiple users and requests to access and update data stored in a centralized system. The system ensures that all users get consistent and updated information. Which of the following best describes the advantages of this client- server architecture?

Show Hint

Centralization is the biggest "pro" of client-server models, but it also creates a "Single Point of Failure." If the server goes down, the entire system stops.
Updated On: Jul 4, 2026
  • Clients performs all processing without relying on the server.
  • No network is required for communication between clients and server.
  • Centralized control of data ensures consistency and easier management.
  • Data is stored separately on each client, improving redundancy.
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0