+ All Categories
Home > Data & Analytics > Distributed database system

Distributed database system

Date post: 11-Apr-2017
Category:
Upload: m-ahmad-mahmood
View: 28 times
Download: 0 times
Share this document with a friend
11
DISTRIBUTED DATABASE SYSTEM By M. AHMAD MAHMOOD
Transcript
Page 1: Distributed database system

DISTRIBUTED DATABASE SYSTEM

By

M. AHMAD MAHMOOD

Page 2: Distributed database system

Database

A database is a collection of information that is organized so that it can be easily accessed, managed and updated.

Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information.

Data gets updated, expanded and deleted as new information is added. Databases process workloads to create and update themselves, querying the data they contain and running applications against it.

Page 3: Distributed database system

Database Management System (DBMS)

A database management system (DBMS) is system software for creating and managing databases.

The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data.

Page 4: Distributed database system

Types of Data Base

There are three types Data Base Systems:1. Centralized Data Base System.2. Distributed Data Base System.3. Decentralized Data Base System.

Page 5: Distributed database system

Centralized database

A centralized database holds all data on a central computer such as a mainframecomputer or server.

Page 6: Distributed database system

Distributed Database

A distributed database is a database in which portions of the database are stored onmultiple computers within a network.

Page 7: Distributed database system

Decentralized Database

The user would have to connect to the network and they will have access to thesite that is connected to the user’s computer.

Page 8: Distributed database system

Advantages of DDBS

Reliability, if one of the sites crashes, the system will keep running with the other sites.

Speed, it is faster because the information is distribute and not packed as a whole. Open system, the system could connect to other networks to make it bigger and

accessible everywhere.

Page 9: Distributed database system

Disadvantages of DDBS

Open system, the system could connect to other networks to make it bigger and accessible everywhere.

Proper hardware and software, the database needs proper hardware and software to runproperly, this is expensive to get.

Troubleshooting, there might be connection error that could affect the use of the database by other users.

Page 10: Distributed database system

Basic Differences b/w Databases

Decentralized DatabaseDistributed DatabaseCentralized Database

Centralized database have a central computer.

The distributed database has several central computers.

Decentralized database are separated and have different central computers.

Page 11: Distributed database system

Recommended