Advantage of distributed database over centralized database

aadeshere1 9,414 views 13 slides Apr 21, 2017
Slide 1
Slide 1 of 13
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
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

Advantages of Distributed Databases over Centralized Databases / Relative Advantages of Distributed Databases / Discuss the Advantages of Distributed Databases / Advantages of Distributed Databases compared to Centralized Databases / Advantages of Distributed Database Management System / Advantages ...


Slide Content

Advantage of Distributed Database Over
Centralized Database
------Aadesh Shrestha-----

Centralized Databases
●Highly dependent on network connectivity.
●Slower the internet connection, longer time is
needed to access database
●Bottlenecks can occur as a result of high traffic
●If no fault-tolerant setup is arranged and
hardware failure occurs, all data within
database is lost.
●Once data is lost, there’s no way of recovering
the data back.

Advantages of Distributed Database
●Increased reliability and availability
●Local Control
●Modular Growth
●Lower communication costs
●Faster Response
●Reflects the organizational structure
●Secured management of distributed data
●Robust
●Complied with ACID properties

Increased reliability and availability
●Distributed database system is robust to failure
to some extent

Local Control
●Data is distributed in such a way that every
portion of it is local to some sites
●The site in which the portion of data is stored is
the owner of the data

Modular growth (resilient)
●Growth is easier.
●We do not need to interrupt any of the
functioning sites to introduce (add) a new site.
Hence, the expansion of the whole system is
easier.
●Removal of site is also does not cause much
problems.

Lower communication costs
●Data are distributed in such a way that they are
available near to the location where they are
needed more.
●This reduces the communication cost much
more compared to a centralized system

Faster response
●Most of the data are local and in close proximity
to where they are needed.
●requests can be answered quickly compared to
a centralized system

Reflects the organizational structure
●Normally, database is fragmented into various
locations wherever we have controls.

Secured management of distributed
data
●Various transparencies like network
transparency, fragmentation transparency, and
replication transparency are implemented to
hide the actual implementation details of the
whole distributed system.
●In such way, Distributed database provides
security for data.

Robust
●The system is continued to work in case of
failures.
●For example, replicated distributed database
performs in spite of failure of other sites.

Complied with ACID properties
●Distributed transactions demands Atomicity,
Consistency, Isolation, and Reliability

Thanks for you time.