DDMS Part-1
DDMS Part-1
CHAPTER 10
Distributed Database Management System
2
Chapter Objectives
Figure 10.5
15
Levels of Data & Process Distribution
Depending on the levels of data and process distribution we
can envisage three different configurations:
SPSD: Single site process, single site data (Centralized)
MPSD: Multiple site processing, single site data
MPMD: Multiple site processing, multiple site data
(Fully distributed)
SPMD: Single site processing, multiple site data
(Logically unsound)
16
Levels of Data & Process Distribution
Single-Site Processing, Single-Site Data (SPSD)
All processing is done on a single CPU or host computer.
All data are stored on the host computer’s local disk.
The DBMS is located on the host computer.
The DBMS is accessed by dumb terminals.
This is an example of a centralized DBMS
17
Levels of Data & Process Distribution
Distributed DBMS
Employee Table
Fragment E1 E2 E3