Chapter 6: Classification of Database Management Systems Flashcards
From Database Design book
Centralized Database System
The DBMS and database are stored at a single site that is used by several other systems too
Distributed Database System
The actual database and the DBMS software are distributed from various sites that are connected by a computer network
Heterogeneous Distributed Database System
Different sites might use different DBMS software, but there is
additional common software to support data exchange between these sites.
Homogeneous Distributed Database Systems
Use the same DBMS software at multiple sites
Multiuser Database System
A database management system which supports multiple users concurrently.
Object-Oriented Data Model
A database management system in which information is represented in the form of objects as used in object-oriented programming.
single-User Database System
A database management system which supports one user at a time.
Traditional Models
Data models that preceded the relational model.