Types of DBMS Flashcards
What is a Centralized DBMS?
The centralized database system consists of a single computer system associated with its peripherals, physically located in a single location.
What is a Parallel DBMS?
Parallel database systems architecture consists of a multiple central processing units (CPU) and data storage disk in parallel operating simultaneously
Define a Distributed DBMS?
Thus, in a distributed database system, the organizations data might be
distributed on different computers in such a way that data for one portion (or department) of the organization is stored in one computer and data for another department is stored in
another computer.
what is a Client- Server DBMS
The applications and tools of DBMS run on one or more client platforms, while the DBMS software reside on the server
Advantages of Centralized DBMS
- Most of the functions such as update, backup, query, control access etc. are easier with this system.
- Single database is shared across the several different users.
Advantages of parallel DBMS
· Useful in the applications, which have to process an extremely large number of transactions per seconds
· Performance of such database system is very high.
Advantages of Distributed DBMS
· efficiency and performance of this system is high.
· efficiency and performance of this system is high.
· As data volumes and transaction rates increase, users can grow the system incrementally.
Advantages of Client-Server
· Performance is high
· A single database (on server) can be shared across several distinct client system.
· Facilitates in more productive work by the users and making better use of existing data.