Introducing to distributed database systems

gokulraj0707cm 22 views 10 slides Oct 13, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

database system


Slide Content

INTRODUCTION TO DISTRIBUTED
DATABASE
By:
D.GOKULRAJ
S.JAYAKUMAR
Date:30.09.2024

OVERVIEW OF PRESENTATION
INTRODUCTION TO DISTRIBUTED DBMS.
FEATURES OF DISTRIBUTED DATABASE.
DISTRIBUTED DATABASE MANAGEMENT SYSTEM.
FACTORS AFFECTING DDBMS.
ADVANTAGE & DISADVANTAGE

INTRODUCTION TO DISTRIBUTED DBMS

DEFINITION
Adistributed databaseis a collection of multiple
interconnected databases, which are spread physically
across various locations that communicate via a
computer network.
A distributed DBMS manages the distributed database in
a manner so that it appears as one single database to
users.

FEATURES OF DISTRIBUTED DATABASE
Data is physically stored across multiple sites. Data in
each site can be managed by a DBMS independent of the
other sites.
The processors in the sites are connected via a network.
They do not have any multiprocessor configuration.
A distributed database is not a loosely connected file
system.

DISTRIBUTED DBMS

DEFINITION OF DDBMS
A distributed database management system (DDBMS) is a
centralized software system that manages a distributed
database in a manner as if it were all stored in a single
location.
It is used to create, retrieve, update and delete distributed
databases.
It synchronizes the database periodically and provides
access mechanisms by the virtue of which the distribution
becomes transparent to the users.

FACTORS AFFECTING DDBMS
Distributed Nature of Organizational Units.
Need for Sharing of Data.
Support for Both OLTP and OLAP.
Database Recovery.
Support for Multiple Application Software.

ADVANTAGE
Modular Development.
More Reliable.
Better Response.
Lower Communication
Cost.

DISADVANTAGE
Need for complex and
expensive software.
Processing overhead.
Data integrity.
Overheads for improper
data distribution.