DISTRIBUTED DATABASE MANAGEMENT SYSTEM CHAPTER 07.

Slides:



Advertisements
Similar presentations
Database Systems: Design, Implementation, and Management
Advertisements

Distributed Database Management Systems
Database Architectures and the Web
Distributed Database Systems Dr. Mohamed Osman Hegazi.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Chapter 13 (Web): Distributed Databases
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
Database Systems Chapter 1
Manajemen Basis Data Pertemuan 9 Matakuliah: M0264/Manajemen Basis Data Tahun: 2008.
1 Minggu 12, Pertemuan 23 Introduction to Distributed DBMS (Chapter , 22.6, 3rd ed.) Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Chapter 6 Database Design
File Systems and Databases
Distributed Database Management Systems
Chapter 9 : Distributed Database.
Overview Distributed vs. decentralized Why distributed databases
1 9 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 9 Database Management Approaches.
Chapter 9 Database Design
Distributed Database Management Systems
Chapter 12 Distributed Database Management Systems
15 1 Chapter 15 Database Administration Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
The University of Akron Dept of Business Technology Computer Information Systems Database Management Approaches 2440: 180 Database Concepts Instructor:
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
Definition of terms Definition of terms Explain business conditions driving distributed databases Explain business conditions driving distributed databases.
DATABASE MANAGEMENT SYSTEMS 2 ANGELITO I. CUNANAN JR.
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
12 1 Chapter 12 Distributed Database Management Systems Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Design – Lecture 16
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Database Systems Design, Implementation, and Management Coronel | Morris 11e ©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
Chapter 1 In-lab Quiz Next week
Massively Distributed Database Systems - Distributed DBS Spring 2014 Ki-Joune Li Pusan National University.
Session-8 Data Management for Decision Support
10 1 Chapter 10 Distributed Database Management Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Database Systems: Design, Implementation, and Management Tenth Edition Chapter 12 Distributed Database Management Systems.
Database Systems: Design, Implementation, and Management Ninth Edition Chapter 12 Distributed Database Management Systems.
Week 5 Lecture Distributed Database Management Systems Samuel ConnSamuel Conn, Asst Professor Suggestions for using the Lecture Slides.
Distributed Database Systems Overview
Distributed Databases Midterm review. Lectures covered Everything until (including) March 2 nd Everything until (including) March 2 nd Focus on distributed.
10 1 Chapter 10 Distributed Database Management Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
The Evolution of Distributed DBMS 4Social and Technical Changes in the 1980’s u Business operations became more decentralized geographically. u Competition.
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
Kjell Orsborn UU - DIS - UDBL DATABASE SYSTEMS - 10p Course No. 2AD235 Spring 2002 A second course on development of database systems Kjell.
CENTRALISED AND CLIENT / SERVER DBMS. Topics To Be Discussed………………………. (A) Centralized DBMS (i) IntroductionIntroduction (ii) AdvantagesAdvantages (ii)
Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Copyright © 2004 Pearson Education, Inc. Slide 2-1 Data Models Data Model: A set.
Chapter 12 Distributed Database Management Systems.
1 Distributed Databases BUAD/American University Distributed Databases.
Chapter 10 Distributed Database Management System
1 Database Management Systems (DBMS). 2 Database Management Systems (DBMS) n Overview of: ä Database Management Components ä Database Systems Architecture.
Distributed database system
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
Topic Distributed DBMS Database Management Systems Fall 2012 Presented by: Osama Ben Omran.
Chapter 12 Distributed Data Bases. Learning Objectives What a distributed database management system (DDBMS) is and what its components are How database.
1 Chapter 22 Distributed DBMS Concepts and Design CS 157B Edward Chen.
Database Principles: Fundamentals of Design, Implementation, and Management Ninth Edition Chapter 1 Database Systems Carlos Coronel, Steven Morris, and.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
IT 5433 LM1. Learning Objectives Understand key terms in database Explain file processing systems List parts of a database environment Explain types of.
1 Chapter 22 Distributed DBMSs - Concepts and Design Simplified Transparencies © Pearson Education Limited 1995, 2005.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
Chapter 12 Distributed Database Management Systems
Chapter 6 Database Design
Database Management System (DBMS)
Chapter 1 Database Systems
Database Systems Chapter 1
Chapter 1 Database Systems
Introduction of Week 14 Return assignment 12-1
Presentation transcript:

DISTRIBUTED DATABASE MANAGEMENT SYSTEM CHAPTER 07

CONTENTS The Evolution of Distributed Database Management Systems DDBMS advantages and disadvantages Characteristics of DDBMS DDBMS components

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel The Evolution of Distributed Database Management Systems Distributed database management system (DDBMS) – Governs storage and processing of logically related data over interconnected computer systems in which both data and processing functions are distributed among several sites

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel The Evolution of Distributed Database Management Systems ( continued ) Centralized database required that corporate data be stored in a single central site Dynamic business environment and centralized database’s shortcomings spawned a demand for applications based on data access from different sources at multiple locations

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Centralized Database Management System

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DDBMS Advantages Data are located near “greatest demand” site Faster data access Faster data processing Growth facilitation Improved communications Reduced operating costs User-friendly interface Less danger of a single-point failure Processor independence

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DDBMS Disadvantages Complexity of management and control Security Lack of standards Increased storage requirements Greater difficulty in managing the data environment Increased training cost

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Characteristics of Distributed Management Systems Application interface Validation Transformation Query optimization Mapping I/O interface Formatting Security Backup and recovery DB administration Concurrency control Transaction management

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Characteristics of Distributed Management Systems ( continued ) Must perform all the functions of a centralized DBMS Must handle all necessary functions imposed by the distribution of data and processing Must perform these additional functions transparently to the end user

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel A Fully Distributed Database Management System

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DDBMS Components Must include (at least) the following components: – Computer workstations – Network hardware and software – Communications media – Transaction processor (or, application processor, or transaction manager) Software component found in each computer that requests data – Data processor or data manager Software component residing on each computer that stores and retrieves data located at the site May be a centralized DBMS

Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Distributed Database System Components