Computer Science, asked by dipakratna8091, 5 months ago

Difference between client server and centralized database system ?

Answers

Answered by pragatipandey564
4

Answer:

Centralized means the data is in one place. Client server just means the clients are in a different place than the data. It simply means the database is considered one unit managed by one DBMS in one location and to which clients connect.

Explanation:

This may help you ☺️

Thank you ☺️

Answered by patelvruti2017
3

Answer:

CLIENT/SERVER

1. Client can access only one server at a time.

2. It is difficult to manage.

3. In this data is distributed across clients.

4. Speed of accessing database is poor as compared to Distributed DBMS.

5. If somehow server crashes, the whole system stops.

6. Accessing of data is easy to control.

7. It is less expensive as compared to Distributed DBMS.

8. Maintenance cost is low.

Similar questions