Distributed Database Management Systems

Slides:



Advertisements
Similar presentations
CENG 3331 Introduction to Telecommunications and Networks.
Advertisements

1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
EEC-484/584 Computer Networks Lecture 2 Wenbing Zhao
EEC-484/584 Computer Networks Lecture 2 Wenbing Zhao
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
EEC-484/584 Computer Networks Lecture 2 Wenbing Zhao
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
OIS Model TCP/IP Model.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Layered Protocol. 2 Types of Networks by Logical Connectivity Peer to Peer and Client-Server Peer-to-peer Networks  Every computer can communicate directly.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Introduction – Part II.
Spring 2006Computer Networks1 Chapter 2 Network Models.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Technology Training that Works Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automation Networks.
Distributed DBMSs- Concept and Design Jing Luo CS 157B Dr. Lee Fall, 2003.
Communication Networks - Overview CSE 3213 – Fall November 2015.
Data Network Designing and Evaluation
By: María José Morán 8th B.  In information technology, a network is a series of points interconnected by communication paths. Networks can interconnect.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Network Models.
CSCI-235 Micro-Computer Applications The Network.
Chapter 1 : Computer Networks. Lecture 2. Computer Networks Classification: 1- Depend on the geographical area. 2- Depend on functional relationship.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Data Link Issues Relates to Lab 2.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
NETWORK AND COMMUNICATIONS
William Stallings Data and Computer Communications 7th Edition
Network Models.
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
COMPUTER NETWORKS CS610 Lecture-15 Hammad Khalid Khan.
By: Danielle Bowen-Dooley
Intro to MIS – MGS351 Network Basics
INTRODUCTION TO COMPUTER NETWORKS
Computer Networks.
Computer Network Course objective: To understand Network architecture
Session – 4 DISTRIBUTED DATABASE AND COMPUTER NETWORK
Lec 2: Protocols.
Lecturer, Department of Computer Application
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
TexPREP Summer Camp Computer Science
DEPARTMENT OF COMPUTER SCIENCE
Telecommunication ELEC503
Network Basics Extended Learning Module E
Chapter 1 – Part 1 Introduction.
Data and Computer Communications by William Stallings Eighth Edition
William Stallings Data and Computer Communications 7th Edition
EEC-484/584 Computer Networks
William Stallings Data and Computer Communications 7th Edition
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
INTRODUCTION TO COMPUTER NETWORKS
Practical Issues for Commercial Networks
Networking B.Ramamurthy Chapter 3 1/11/2019 B.Ramamurthy.
Networks Your Name Roll No To be continued.... 1/12/2019 Your Name.
INTRODUCTION TO COMPUTER NETWORKS
Chapter 1. Introduction Data Communications
OSI Model OSI MODEL.
INTRODUCTION TO COMPUTER NETWORKS
Introduction to Networking & TCP/IP
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Distributed Database Management System
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara
Presentation transcript:

Distributed Database Management Systems Lecture 09

In the previous lecture Derived Relational Algebra Ops….. Relational Calculus Computer Networks

In this Lecture Networks continued DDBMS Architecture

Scale

Local Area Network Metropolitan Area Network Wide Area Network

WANs Used Inter-City, country or even continental Gives low bandwidth, high latency

Can be Broadcast and Point to Point In Point to Point Circuit Switching Packet Switching

Circuit Switching Dedicated link b/w Sender Receiver Maintained during conversation

Packet Switching Message into Packets May take different routes Need to be sorted

Advantages of Packet Switching Better Link Utilization Bursty Nature of communication Parallel transmission

LANs Small geographical area (usu. 2 km) High bandwidth Low latency Technology – Mainly Ethernet, now 100/1000Mbps

MANs Between LAN and WAN Cover city or portion Larger LANs

Protocol Standards

Set of rules and formats for exchanging data, arranged into layers called protocol suite/ stack.

WAN faces max heterogeneity Needs protocols ISO/OSI

ISO/OSI Architecture Network built in seven layers Interfaces for passing information b/w layers

Protocols between corresponding layers at different sites Lower three layers form Comm. subnet

TCP/IP Architecture Another popular Architecture Five layers IEEE Committee 802

Distributed DBMS Architecture

Architecture of a systems defines its structure

Sheth, A. P., Larson, J. A., ‘ Federated Database Systems for Managing Distributed Heterogeneous, and Autonomous Databases’, ACM Computing Surveys, 22, No. 3, p(183-236), Sep., 90

Three major (idealized) architectures of DDBMS discussed Peer to peer Client/Server Multidatabase

DBMS Standardization A conceptual framework to divide standardization work into manageable pieces

Component-based Function-based Data-based

Practically Every aspect has to be considered These Classification schemes are Orthogonal A committee for the task established in 1972 by ANSI under SPARC Published standard in 1977

Reference Model External Conceptual Internal View Users Internal Schema Conceptual Schema External Schema Users