SlideShare ist ein Scribd-Unternehmen logo
1 von 27
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

Weitere ähnliche Inhalte

Was ist angesagt?

Distributed database system
Distributed database systemDistributed database system
Distributed database systemM. Ahmad Mahmood
 
Centralised and distributed database
Centralised and distributed databaseCentralised and distributed database
Centralised and distributed databaseSantosh Singh
 
Homogeneous ddbms
Homogeneous ddbmsHomogeneous ddbms
Homogeneous ddbmsPooja Dixit
 
Database Security And Authentication
Database Security And AuthenticationDatabase Security And Authentication
Database Security And AuthenticationSudeb Das
 
Locks In Disributed Systems
Locks In Disributed SystemsLocks In Disributed Systems
Locks In Disributed Systemsmridul mishra
 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLjunnubabu
 
System models in distributed system
System models in distributed systemSystem models in distributed system
System models in distributed systemishapadhy
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database SystemSulemang
 
Transactions and Concurrency Control
Transactions and Concurrency ControlTransactions and Concurrency Control
Transactions and Concurrency ControlDilum Bandara
 
Distributed design alternatives
Distributed design alternativesDistributed design alternatives
Distributed design alternativesPooja Dixit
 
Database , 4 Data Integration
Database , 4 Data IntegrationDatabase , 4 Data Integration
Database , 4 Data IntegrationAli Usman
 
Object Relational Database Management System(ORDBMS)
Object Relational Database Management System(ORDBMS)Object Relational Database Management System(ORDBMS)
Object Relational Database Management System(ORDBMS)Rabin BK
 
Distributed document based system
Distributed document based systemDistributed document based system
Distributed document based systemChetan Selukar
 
Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management SystemAAKANKSHA JAIN
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 

Was ist angesagt? (20)

Distributed database system
Distributed database systemDistributed database system
Distributed database system
 
Centralised and distributed database
Centralised and distributed databaseCentralised and distributed database
Centralised and distributed database
 
Homogeneous ddbms
Homogeneous ddbmsHomogeneous ddbms
Homogeneous ddbms
 
Mobile computing unit 5
Mobile computing  unit 5Mobile computing  unit 5
Mobile computing unit 5
 
Database Security And Authentication
Database Security And AuthenticationDatabase Security And Authentication
Database Security And Authentication
 
Lecture 1 ddbms
Lecture 1 ddbmsLecture 1 ddbms
Lecture 1 ddbms
 
Locks In Disributed Systems
Locks In Disributed SystemsLocks In Disributed Systems
Locks In Disributed Systems
 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROL
 
System models in distributed system
System models in distributed systemSystem models in distributed system
System models in distributed system
 
Normalization in DBMS
Normalization in DBMSNormalization in DBMS
Normalization in DBMS
 
Distributed Database System
Distributed Database SystemDistributed Database System
Distributed Database System
 
Transactions and Concurrency Control
Transactions and Concurrency ControlTransactions and Concurrency Control
Transactions and Concurrency Control
 
Distributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - IntroductionDistributed DBMS - Unit 1 - Introduction
Distributed DBMS - Unit 1 - Introduction
 
Distributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data ControlDistributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data Control
 
Distributed design alternatives
Distributed design alternativesDistributed design alternatives
Distributed design alternatives
 
Database , 4 Data Integration
Database , 4 Data IntegrationDatabase , 4 Data Integration
Database , 4 Data Integration
 
Object Relational Database Management System(ORDBMS)
Object Relational Database Management System(ORDBMS)Object Relational Database Management System(ORDBMS)
Object Relational Database Management System(ORDBMS)
 
Distributed document based system
Distributed document based systemDistributed document based system
Distributed document based system
 
Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management System
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 

Andere mochten auch

Distributed Database Management System
Distributed Database Management SystemDistributed Database Management System
Distributed Database Management SystemHardik 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 DatabaseAbhilasha Lahigude
 
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 databasesanjay joshi
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)Dimara Hakim
 
Difference between Homogeneous and Heterogeneous
Difference between Homogeneous  and    HeterogeneousDifference between Homogeneous  and    Heterogeneous
Difference between Homogeneous and HeterogeneousFaraz Qaisrani
 
1 introduction ddbms
1 introduction ddbms1 introduction ddbms
1 introduction ddbmsamna izzat
 

Andere mochten auch (20)

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
 
Database fragmentation
Database fragmentationDatabase fragmentation
Database fragmentation
 
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
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
 
"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
 
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS ArchitectureDistributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
 
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
 

Ähnlich wie 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
 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management systemVinay D. Patel
 
lecture-13.pptx
lecture-13.pptxlecture-13.pptx
lecture-13.pptxlaiba29012
 
CST204 DBMS Module-1
CST204 DBMS Module-1CST204 DBMS Module-1
CST204 DBMS Module-1Jyothis 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.pptxSANTOSH KUMAR MEHER
 
Distributed Database Management System.pptx
Distributed Database Management System.pptxDistributed Database Management System.pptx
Distributed Database Management System.pptxMajidRajper4
 
ditributed databases
ditributed databasesditributed databases
ditributed databasesHira Awan
 
CHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptxCHAPTER 1 Database system architecture.pptx
CHAPTER 1 Database system architecture.pptxkashishy2
 
Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systemsDhani Ahmad
 
Database SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and ManagementDatabase SystemsDesign, Implementation, and Management
Database SystemsDesign, Implementation, and ManagementOllieShoresna
 
AdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptxAdvanceDatabaseChapter6Advance Dtabases.pptx
AdvanceDatabaseChapter6Advance Dtabases.pptxXanGwaps
 
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
 

Ähnlich wie 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
 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management system
 
lecture-13.pptx
lecture-13.pptxlecture-13.pptx
lecture-13.pptx
 
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
 
DBMS CONCEPT
DBMS CONCEPTDBMS CONCEPT
DBMS CONCEPT
 
14 db system
14 db system14 db system
14 db system
 
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
 

Mehr von 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
 

Kürzlich hochgeladen

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Kürzlich hochgeladen (20)

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

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.