SlideShare a Scribd company logo
Distributed DBMS



By :-Bharat P. Patil   Bihag Mehta
     Ronak Thakkar     Prashant Jaiswal
DISTRIBUTED DBMS
 Database:- Logical interrelated
  collection of shared data, along with
  description of data, physically
  distributed over a computer network.
 DBMS:- The software system that
  permits the management of the
  distributed database and makes the
  distribution transparent to users
DISTRIBUTED DBMS
CONCEPTS

TWO types of Applications

• Local application : Application that do not required
data from other sites.

• Global application : Application that required data
from other sites.
CONCEPTS
Characteristics DDBMS

• A collection of logically related shared data.


• Data is split into a number of fragments.


• Fragments are replicated.


•Fragments/ replicas are allocated to sites.
CONCEPTS
Characteristics Of DDBMS

• Sites are linked by a communication network.


• Data at each site is in the control of a DBMS.


•DBMS at each site can handle local
 applications

• Each DBMS participates in at least one global
application
Concepts
Properties of DDBMS

• Distributed Data Independence : Users should
not have to know where data is located (extends
Physical and Logical Data Independence
principles).

•Distributed Transaction Atomicity : Users should
be able to write Xacts accessing multiple sites just
like local Xacts.
DISTRIBUTED PROCESSING
T    T      T                    T   T       T


    COM 1                            COM 2




                    Communication
                      Network
                                                 DB


                T     T      T


                     COM 3
ADVANTAGES
•Reflects organizational structure

•Improved shareability and local autonomy

•Improved availability

•Improved reliability

•Improved performance

•Economics

•Modular growth
DISADVANTAGES
•Complexity

•Cost

•Security

•Integrity control more difficult

•Lack of standards

•Lack of experience

•Database design more complex
Reference Architecture for DDBMS
 Due to diversity, no accepted architecture
  equivalent     to     ANSI/SPARC      3-level
  architecture.
 A reference architecture consists of:
    ◦   Set of global external schemas.
    ◦   Global conceptual schema (GCS).
    ◦   Fragmentation schema and allocation schema.
    ◦   Set of schemas for each local DBMS conforming to 3-level
        ANSI/SPARC .
 Some levels may be missing, depending on
  levels of transparency supported.
 Can be homogeneous or heterogeneous
Reference Architecture for DDBMS
TYPE OF DDBMS
• Homogeneous   DDBMS

• All sites use same DBMS product.


• Heterogeneous DDBMS


• All sites use different DBMS product.
COMPONENET ARCHITECTURE
FOR DDBMS
•   Local DBMS

•   Data Communication Component

•   Global System Catalog

•   Distributed DBMS component
DISTRIBUTED DATABASE DESIGN
AND TECHNIQUE
•   Fragmentation: that are used to break up
    the database into logical units,called
    fragments.

•   Replication: which permits certain data to
    be stored in more than one site.

•   Allocation: process of allocating fragments
    or replicas of fragments for storage at the
    various site.
TYPES OF FRAGMENTATION
• Horizontal fragment of a relation is a subset of the
  tuples in that relation.

• Vertical fragment of a relation keeps only
  certain attributes of a relation.

• Mixed – both horizontal and vertical.
• Derived – natural join first to get additional
information required then fragment.

• Must be able to reconstruct original table.
• Can query and update through fragment.
FRAGMENTATION
• Strategize to achieve:
 •   Locality of Reference
 •   Improved Reliability and Availability
 •   Improved Performance
 •   Balanced Storage Capacities and Costs
 •   Minimal Communication Costs.


• Quantitative and quantitative information

• Correctness of Fragmentation
  • Completeness
  • Reconstruction
  • Disjointness.
REPLICATION
• Storing data at multiple sites
• Example – Internet grocer with multiple
  warehouses.
• CUSTOMER (Cust#, Addr, Location)
  • Customer info at central location
  • Location is warehouse that makes deliveries
• Where do we store tables?
• Fragment?
• Replicate?
TRANSPERENCIES IN DDBMS
•   Transparencies hide implementation details
    from the user

•   Example in Centralized databases : Data
    independence

•   Main types of transparencies in

•   DDBMS:Distributed Transparency

•   Transaction Transparency
DISTRIBUTED TRANSPARENCY
Allows the user to see the database as a
single, logical entity.

If this transparency is exhibited then the
user does not need to know that

1. The data are partitioned.
2. Data can be replicated at several sites.
3. Data location.
FRAGMENTATION
TRANSPERANCY
If it is provided then the user does not need
to know the data is fragmented.

Example:

SELECT fName, lName
FROM Staff
WHERE position = ‘ Manager ’
TRANSACTION TRANSPARENCY

•   It maintains distributed database’s integrity
    and consistency.
PARALLEL DBMS

A DBMS running across multiple processors
and disks that has been designed to execute
operations in parallel, whenever possible, in
order to improve performance.
Date’s 12 Rules for a DDBMS
Fundamental Principle
To the user, a distributed system should look
  exactly like a non distributed system.
1.        Local Autonomy
2.        No Reliance on a Central Site
3.        Continuous Operation
4.        Location Independence
5.        Fragmentation Independence
6.        Replication Independence
Date’s 12 Rules for a DDBMS
7. Distributed Query Processing
8. Distributed Transaction Processing
9. Hardware Independence
10. Operating System Independence
11. Network Independence
12. Database Independence

   Last four rules are ideals.
Distributed dbms

More Related Content

What's hot

Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
Pooja Dixit
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to Metadata
EUDAT
 
Google File System
Google File SystemGoogle File System
Google File Systemnadikari123
 
Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systems
Usman Tariq
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
Pooja Dixit
 
Normalization in Database
Normalization in DatabaseNormalization in Database
Normalization in Database
Roshni Singh
 
Database systems
Database systemsDatabase systems
Database systems
NazmulHossen5
 
GFS & HDFS Introduction
GFS & HDFS IntroductionGFS & HDFS Introduction
GFS & HDFS Introduction
Hariharan Ganesan
 
Database fragmentation
Database fragmentationDatabase fragmentation
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
Shubham Dwivedi
 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management system
Vinay D. Patel
 
DDBMS Paper with Solution
DDBMS Paper with SolutionDDBMS Paper with Solution
DDBMS Paper with Solution
Gyanmanjari Institute Of Technology
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
RituBhargava7
 
File system
File systemFile system
File system
Harleen Johal
 
File system vs DBMS
File system vs DBMSFile system vs DBMS
File system vs DBMS
BHARATH KUMAR
 
Sun NFS , Case study
Sun NFS , Case study Sun NFS , Case study
Sun NFS , Case study
Shashwat Singh
 
Introduction to DBMS(For College Seminars)
Introduction to DBMS(For College Seminars)Introduction to DBMS(For College Seminars)
Introduction to DBMS(For College Seminars)
Naman Joshi
 
Distributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - IntroductionDistributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - Introduction
Gyanmanjari Institute Of Technology
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbmssethu pm
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database SystemSulemang
 

What's hot (20)

Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to Metadata
 
Google File System
Google File SystemGoogle File System
Google File System
 
Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systems
 
Distributed database management system
Distributed database management  systemDistributed database management  system
Distributed database management system
 
Normalization in Database
Normalization in DatabaseNormalization in Database
Normalization in Database
 
Database systems
Database systemsDatabase systems
Database systems
 
GFS & HDFS Introduction
GFS & HDFS IntroductionGFS & HDFS Introduction
GFS & HDFS Introduction
 
Database fragmentation
Database fragmentationDatabase fragmentation
Database fragmentation
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management system
 
DDBMS Paper with Solution
DDBMS Paper with SolutionDDBMS Paper with Solution
DDBMS Paper with Solution
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
File system
File systemFile system
File system
 
File system vs DBMS
File system vs DBMSFile system vs DBMS
File system vs DBMS
 
Sun NFS , Case study
Sun NFS , Case study Sun NFS , Case study
Sun NFS , Case study
 
Introduction to DBMS(For College Seminars)
Introduction to DBMS(For College Seminars)Introduction to DBMS(For College Seminars)
Introduction to DBMS(For College Seminars)
 
Distributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - IntroductionDistributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - Introduction
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbms
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database System
 

Viewers also liked

Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management System
Hardik Patil
 
Fragmentation and types of fragmentation in Distributed Database
Fragmentation and types of fragmentation in Distributed DatabaseFragmentation and types of fragmentation in Distributed Database
Fragmentation and types of fragmentation in Distributed Database
Abhilasha Lahigude
 
Lecture 11 - distributed database
Lecture 11 - distributed databaseLecture 11 - distributed database
Lecture 11 - distributed database
HoneySah
 
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
Beat Signer
 
Distributed database
Distributed databaseDistributed database
Distributed database
sanjay joshi
 
Distributed Database
Distributed DatabaseDistributed Database
Distributed Database
Mayuree Srikulwong
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)Dimara Hakim
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
Dr. C.V. Suresh Babu
 
Difference between Homogeneous and Heterogeneous
Difference between Homogeneous  and    HeterogeneousDifference between Homogeneous  and    Heterogeneous
Difference between Homogeneous and Heterogeneous
Faraz Qaisrani
 
Operations of dbms
Operations of dbmsOperations of dbms
Operations of dbms
Rishabh Dugar
 
1 introduction ddbms
1 introduction ddbms1 introduction ddbms
1 introduction ddbms
amna izzat
 
Fragmentación vertical - MySQL
Fragmentación vertical - MySQLFragmentación vertical - MySQL
Fragmentación vertical - MySQL
Angel Vazquez
 

Viewers also liked (20)

Distributed database
Distributed databaseDistributed database
Distributed database
 
Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management System
 
Fragmentation and types of fragmentation in Distributed Database
Fragmentation and types of fragmentation in Distributed DatabaseFragmentation and types of fragmentation in Distributed Database
Fragmentation and types of fragmentation in Distributed Database
 
Lecture 11 - distributed database
Lecture 11 - distributed databaseLecture 11 - distributed database
Lecture 11 - distributed database
 
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
 
Distributed database
Distributed databaseDistributed database
Distributed database
 
2 ddb architecture
2 ddb architecture2 ddb architecture
2 ddb architecture
 
Distributed Database
Distributed DatabaseDistributed Database
Distributed Database
 
Fragmentacion
FragmentacionFragmentacion
Fragmentacion
 
"Diffrence between RDBMS, OODBMS and ORDBMS"
"Diffrence between RDBMS, OODBMS and  ORDBMS""Diffrence between RDBMS, OODBMS and  ORDBMS"
"Diffrence between RDBMS, OODBMS and ORDBMS"
 
Types dbms
Types dbmsTypes dbms
Types dbms
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Dbms
DbmsDbms
Dbms
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Difference between Homogeneous and Heterogeneous
Difference between Homogeneous  and    HeterogeneousDifference between Homogeneous  and    Heterogeneous
Difference between Homogeneous and Heterogeneous
 
Dbms slides
Dbms slidesDbms slides
Dbms slides
 
Operations of dbms
Operations of dbmsOperations of dbms
Operations of dbms
 
1 introduction ddbms
1 introduction ddbms1 introduction ddbms
1 introduction ddbms
 
Fragmentación vertical - MySQL
Fragmentación vertical - MySQLFragmentación vertical - MySQL
Fragmentación vertical - MySQL
 

Similar to Distributed dbms

Csld phan tan va song song
Csld phan tan va song songCsld phan tan va song song
Csld phan tan va song songLê Anh Trung
 
lecture-13.pptx
lecture-13.pptxlecture-13.pptx
lecture-13.pptx
laiba29012
 
DDBMS
DDBMSDDBMS
CST204 DBMS Module-1
CST204 DBMS Module-1CST204 DBMS Module-1
CST204 DBMS Module-1
Jyothis Menon
 
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptxSantosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
SANTOSH KUMAR MEHER
 
Distributed Database Management System.pptx
Distributed Database Management System.pptxDistributed Database Management System.pptx
Distributed Database Management System.pptx
MajidRajper4
 
Unit 1 dbms
Unit 1 dbmsUnit 1 dbms
Unit 1 dbms
Sweta Singh
 
ditributed databases
ditributed databasesditributed databases
ditributed databases
Hira Awan
 
CHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptxCHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptx
kashishy2
 
14 db system
14 db system14 db system
14 db system
Vivek Kumar
 
DBMS CONCEPT
DBMS CONCEPTDBMS CONCEPT
DBMS CONCEPT
Vivek Kumar
 
Introduction to RDBMS
Introduction to RDBMSIntroduction to RDBMS
Introduction to RDBMS
Merlin Florrence
 
Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systems
Dhani Ahmad
 
Database SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and ManagementDatabase SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and Management
OllieShoresna
 
distributed system original.pdf
distributed system original.pdfdistributed system original.pdf
distributed system original.pdf
KirimanyiJovanntanda
 
AdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptxAdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptx
XanGwaps
 
Database management system1
Database management system1Database management system1
Database management system1jamwal85
 
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
raghdooosh
 
Introduction of Database
Introduction of Database Introduction of Database
Introduction of Database
PadmapriyaA6
 

Similar to Distributed dbms (20)

Csld phan tan va song song
Csld phan tan va song songCsld phan tan va song song
Csld phan tan va song song
 
lecture-13.pptx
lecture-13.pptxlecture-13.pptx
lecture-13.pptx
 
DDBMS
DDBMSDDBMS
DDBMS
 
CST204 DBMS Module-1
CST204 DBMS Module-1CST204 DBMS Module-1
CST204 DBMS Module-1
 
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptxSantosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
Santosh Kumar Meher(2105040008) DISTRIBUTED DATABASE.pptx
 
Distributed Database Management System.pptx
Distributed Database Management System.pptxDistributed Database Management System.pptx
Distributed Database Management System.pptx
 
distributed dbms
distributed dbmsdistributed dbms
distributed dbms
 
Unit 1 dbms
Unit 1 dbmsUnit 1 dbms
Unit 1 dbms
 
ditributed databases
ditributed databasesditributed databases
ditributed databases
 
CHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptxCHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptx
 
14 db system
14 db system14 db system
14 db system
 
DBMS CONCEPT
DBMS CONCEPTDBMS CONCEPT
DBMS CONCEPT
 
Introduction to RDBMS
Introduction to RDBMSIntroduction to RDBMS
Introduction to RDBMS
 
Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systems
 
Database SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and ManagementDatabase SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and Management
 
distributed system original.pdf
distributed system original.pdfdistributed system original.pdf
distributed system original.pdf
 
AdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptxAdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptx
 
Database management system1
Database management system1Database management system1
Database management system1
 
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
Big Data Storage Concepts from the "Big Data concepts Technology and Architec...
 
Introduction of Database
Introduction of Database Introduction of Database
Introduction of Database
 

More from ReachLocal Services India

Excel ppt
Excel pptExcel ppt
Virtual reality
Virtual realityVirtual reality
Virtual reality
ReachLocal Services India
 
Digital signatures
Digital signaturesDigital signatures
Digital signatures
ReachLocal Services India
 
System security
System securitySystem security
System security
ReachLocal Services India
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
ReachLocal Services India
 

More from ReachLocal Services India (11)

Excel ppt
Excel pptExcel ppt
Excel ppt
 
Virtual reality
Virtual realityVirtual reality
Virtual reality
 
Digital signatures
Digital signaturesDigital signatures
Digital signatures
 
System security
System securitySystem security
System security
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Loop invariant computation
Loop invariant computationLoop invariant computation
Loop invariant computation
 
Sexual harresment on women
Sexual harresment on womenSexual harresment on women
Sexual harresment on women
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
Mobile network layer (mobile comm.)
Mobile network layer (mobile comm.)Mobile network layer (mobile comm.)
Mobile network layer (mobile comm.)
 
Regular expression (compiler)
Regular expression (compiler)Regular expression (compiler)
Regular expression (compiler)
 
Temporal data mining
Temporal data miningTemporal data mining
Temporal data mining
 

Recently uploaded

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 

Recently uploaded (20)

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 

Distributed dbms

  • 1. Distributed DBMS By :-Bharat P. Patil Bihag Mehta Ronak Thakkar Prashant Jaiswal
  • 2. DISTRIBUTED DBMS  Database:- Logical interrelated collection of shared data, along with description of data, physically distributed over a computer network.  DBMS:- The software system that permits the management of the distributed database and makes the distribution transparent to users
  • 4. CONCEPTS TWO types of Applications • Local application : Application that do not required data from other sites. • Global application : Application that required data from other sites.
  • 5. CONCEPTS Characteristics DDBMS • A collection of logically related shared data. • Data is split into a number of fragments. • Fragments are replicated. •Fragments/ replicas are allocated to sites.
  • 6. CONCEPTS Characteristics Of DDBMS • Sites are linked by a communication network. • Data at each site is in the control of a DBMS. •DBMS at each site can handle local applications • Each DBMS participates in at least one global application
  • 7. Concepts Properties of DDBMS • Distributed Data Independence : Users should not have to know where data is located (extends Physical and Logical Data Independence principles). •Distributed Transaction Atomicity : Users should be able to write Xacts accessing multiple sites just like local Xacts.
  • 8. DISTRIBUTED PROCESSING T T T T T T COM 1 COM 2 Communication Network DB T T T COM 3
  • 9. ADVANTAGES •Reflects organizational structure •Improved shareability and local autonomy •Improved availability •Improved reliability •Improved performance •Economics •Modular growth
  • 10. DISADVANTAGES •Complexity •Cost •Security •Integrity control more difficult •Lack of standards •Lack of experience •Database design more complex
  • 11. Reference Architecture for DDBMS  Due to diversity, no accepted architecture equivalent to ANSI/SPARC 3-level architecture.  A reference architecture consists of: ◦ Set of global external schemas. ◦ Global conceptual schema (GCS). ◦ Fragmentation schema and allocation schema. ◦ Set of schemas for each local DBMS conforming to 3-level ANSI/SPARC .  Some levels may be missing, depending on levels of transparency supported.  Can be homogeneous or heterogeneous
  • 13. TYPE OF DDBMS • Homogeneous DDBMS • All sites use same DBMS product. • Heterogeneous DDBMS • All sites use different DBMS product.
  • 14. COMPONENET ARCHITECTURE FOR DDBMS • Local DBMS • Data Communication Component • Global System Catalog • Distributed DBMS component
  • 15. DISTRIBUTED DATABASE DESIGN AND TECHNIQUE • Fragmentation: that are used to break up the database into logical units,called fragments. • Replication: which permits certain data to be stored in more than one site. • Allocation: process of allocating fragments or replicas of fragments for storage at the various site.
  • 16. TYPES OF FRAGMENTATION • Horizontal fragment of a relation is a subset of the tuples in that relation. • Vertical fragment of a relation keeps only certain attributes of a relation. • Mixed – both horizontal and vertical. • Derived – natural join first to get additional information required then fragment. • Must be able to reconstruct original table. • Can query and update through fragment.
  • 17. FRAGMENTATION • Strategize to achieve: • Locality of Reference • Improved Reliability and Availability • Improved Performance • Balanced Storage Capacities and Costs • Minimal Communication Costs. • Quantitative and quantitative information • Correctness of Fragmentation • Completeness • Reconstruction • Disjointness.
  • 18. REPLICATION • Storing data at multiple sites • Example – Internet grocer with multiple warehouses. • CUSTOMER (Cust#, Addr, Location) • Customer info at central location • Location is warehouse that makes deliveries • Where do we store tables? • Fragment? • Replicate?
  • 19.
  • 20. TRANSPERENCIES IN DDBMS • Transparencies hide implementation details from the user • Example in Centralized databases : Data independence • Main types of transparencies in • DDBMS:Distributed Transparency • Transaction Transparency
  • 21. DISTRIBUTED TRANSPARENCY Allows the user to see the database as a single, logical entity. If this transparency is exhibited then the user does not need to know that 1. The data are partitioned. 2. Data can be replicated at several sites. 3. Data location.
  • 22. FRAGMENTATION TRANSPERANCY If it is provided then the user does not need to know the data is fragmented. Example: SELECT fName, lName FROM Staff WHERE position = ‘ Manager ’
  • 23. TRANSACTION TRANSPARENCY • It maintains distributed database’s integrity and consistency.
  • 24. PARALLEL DBMS A DBMS running across multiple processors and disks that has been designed to execute operations in parallel, whenever possible, in order to improve performance.
  • 25. Date’s 12 Rules for a DDBMS Fundamental Principle To the user, a distributed system should look exactly like a non distributed system. 1. Local Autonomy 2. No Reliance on a Central Site 3. Continuous Operation 4. Location Independence 5. Fragmentation Independence 6. Replication Independence
  • 26. Date’s 12 Rules for a DDBMS 7. Distributed Query Processing 8. Distributed Transaction Processing 9. Hardware Independence 10. Operating System Independence 11. Network Independence 12. Database Independence  Last four rules are ideals.