distributed relational database systems
play

Distributed Relational Database Systems Dr Janusz R. Getta School - PowerPoint PPT Presentation

Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 CSCI235 Database Systems Distributed Relational Database Systems Dr Janusz R. Getta School of Computing


  1. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 CSCI235 Database Systems Distributed Relational Database Systems Dr Janusz R. Getta School of Computing and Information Technology - University of Wollongong 1 of 31 11/9/20, 7:08 pm

  2. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 2/31 2 of 31 11/9/20, 7:08 pm

  3. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed database ? What is it ? Distributed database system (DDBS) is a collection of multiple logically related databases distributed over a computer network Distributed database management system (DDBMS) is a collection of database systems together with software providing a required set of operations on data and management features Homogeneous DDBS is a collection of identical database systems distributed over a computer network, e.g. a collection of Oracle database systems Heterogeneous DDBS is a collection of di ff erent database systems distributed over a computer network, e.g. a collection of Oracle + MySQL + DB/2 + MongoDB + XML native database systems + Excel spreadsheets + ... , systems TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 3/31 3 of 31 11/9/20, 7:08 pm

  4. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed database ? What is it ? A sample organization of heterogeneous distributed database system TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 4/31 4 of 31 11/9/20, 7:08 pm

  5. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 5/31 5 of 31 11/9/20, 7:08 pm

  6. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Centralized database schema model In a centralized database schema model the users are provided their personal external schemas (views) of data The external schemas are integrated into a single conceptual schema later on transformed into a logical schema and implemented as physical schema TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 6/31 6 of 31 11/9/20, 7:08 pm

  7. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 7/31 7 of 31 11/9/20, 7:08 pm

  8. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Mainframe application architecture In mainframe application architecture "dumb" terminals are connected to a single database server TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 8/31 8 of 31 11/9/20, 7:08 pm

  9. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 9/31 9 of 31 11/9/20, 7:08 pm

  10. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Client-server architecture In client-server architecture personal systems communicate with a single database server TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 10/31 10 of 31 11/9/20, 7:08 pm

  11. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 11/31 11 of 31 11/9/20, 7:08 pm

  12. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed client-server architecture In distributed client-server architecture personal systems communicate with many database servers TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 12/31 12 of 31 11/9/20, 7:08 pm

  13. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 13/31 13 of 31 11/9/20, 7:08 pm

  14. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Web based architecture In Web based architecture personal systems communicate with the Web servers that communicate with a single database server TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 14/31 14 of 31 11/9/20, 7:08 pm

  15. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 15/31 15 of 31 11/9/20, 7:08 pm

  16. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Web based architecture In Distributed Web based architecture personal systems communicate with the Web servers that communicate with many database servers TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 16/31 16 of 31 11/9/20, 7:08 pm

  17. Distributed Relational Database Systems file:///Users/jrg/235-2020-SPRING/SLIDES/WEEK07/15distributeddatbase/15distributeddatabase.html#1 Distributed Relational Database Systems Outline Distributed database ? What is it ? Centralized database schema model Mainframe application architecture Client-server architecture Distributed client-server architecture Web based architecture Distributed Web based architecture Distributed database schema architecture Transparency Autonomy Advantages and disadvantages of DDBS Distributed database system Oracle 12c TOP Created by Janusz R. Getta, CSCI235 Database Systems, Spring 2020 17/31 17 of 31 11/9/20, 7:08 pm

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend