International Institute of Information Technology, (I²IT).

Slides:



Advertisements
Similar presentations
Objektorienteret Middleware Presentation 2: Distributed Systems – A brush up, and relations to Middleware, Heterogeneity & Transparency.
Advertisements

© Chinese University, CSE Dept. Distributed Systems / Distributed Systems Topic 1: Characterization and Design Goals Dr. Michael R. Lyu Computer.
City University London
1 Chapter 1: Characterization of Distributed Systems From Coulouris, Dollimore and Kindberg Distributed Systems: Concepts and Design Edition 3, © Addison-Wesley.
OCT1 Principles From Chapter One of “Distributed Systems Concepts and Design”
Introducing … Distributed Systems.
DISTRIBUTED COMPUTING
DATABASE MANAGEMENT SYSTEMS 2 ANGELITO I. CUNANAN JR.
Distributed Systems 1 CS- 492 Distributed system & Parallel Processing Sunday: 2/4/1435 (8 – 11 ) Lecture (1) Introduction to distributed system and models.
Distributed Systems: Concepts and Design Chapter 1 Pages
Types of Operating Systems
Advanced Computer Networks Topic 2: Characterization of Distributed Systems.
By Garrett Kelly. 3 types or reasons for distributed applications Data Data used by the application is distributed Computation Computation is distributed.
Multiprossesors Systems.. What are Distributed Databases ? “ A Logically interrelated collection of shared data ( and a description of this data) physically.
Types of Operating Systems 1 Computer Engineering Department Distributed Systems Course Assoc. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2015.
© Chinese University, CSE Dept. Distributed Systems / Distributed Systems Topic 1: Characterization of Distributed & Mobile Systems Dr. Michael R.
Chapter 1 Characterization of Distributed Systems
Distributed Operating Systems Spring 2004
Introduction to Distributed Platforms
Distributed Operating Systems
Definition of Distributed System
DISTRIBUTED SYSTEMS Principles and Paradigms Second Edition ANDREW S
CSC 480 Software Engineering
Introduction to Cloud Computing
Distributed Systems Bina Ramamurthy 11/12/2018 From the CDK text.
Distributed Systems Bina Ramamurthy 11/30/2018 B.Ramamurthy.
Distributed Systems Bina Ramamurthy 12/2/2018 B.Ramamurthy.
DESIGN PATTERNS : Strategy Pattern
COMPUTER NETWORK TECHNOLOGY
DESIGN PATTERNS : State Pattern
DESIGN PATTERNS : Introduction
Physics of Nanoparticles
Composition & Resolution of Forces
DESIGN PATTERNS : Adapter Pattern
Usability Heuristics Prof
EQUIVALENCE CALCULATIONS UNDER INFLATION
NP-COMPLETE Prof. Manjusha Amritkar Assistant Professor Department of Information Technology Hope Foundation’s International Institute of Information.
Engineering Mathematics-I Eigenvalues and Eigenvectors
Software Design Methodologies and Testing
Pass Structure of Assembler
INTERNATIONAL INSTITUTE OF IFORMATION TECHNOLOGY, (I²IT)
INTERNATIONAL INSTITUTE OF IFORMATION TECHNOLOGY, (I²IT)
Distributed Systems Bina Ramamurthy 4/22/2019 B.Ramamurthy.
ADDITION OF TWO POLYNOMIALS
Cloud Computing Prof. Sachindra Chavan Assistant Professor
Newton’s Laws of Motion
By Sandeep Patil, Department of Computer Engineering, I²IT
Differential Equation
Introduction To Distributed Systems
BINARY HEAP Prof ajitkumar shitole Assistant Professor Department of computer engineering Hope Foundation’s International Institute of Information.
gyroscope Prof Varsha Degaonkar Assistant Professor
Introduction to TCP/IP protocol Suite
Hope Foundation’s International Institute of Information.
Essay Writing Writing is an art Prepared by Vaidehi Banerjee
Introduction to Human Computer Interaction
Design procedure for an Integrator
Artificial Intelligence
Basic Electrical Engg. UNIT:-IV AC Fundamental
Prof. Deptii Chaudhari.
Tel Hope Foundation’s International Institute of Information Technology, (I²IT). Tel
DISTRIBUTED SYSTEMS Principles and Paradigms Second Edition ANDREW S
PIC Microcontroller ADC interfacing Prof. Ashvini Kulkarni
INTERNATIONAL INSTITUTE OF IFORMATION TECHNOLOGY, (I²IT)
DAA - Introduction Dr. Sashikala Mishra Associate Professor Department of Computer Engineering Hope Foundation’s INTERNATIONAL INSTITUTE OF INFORMATION.
Tel Hope Foundation’s International Institute of Information Technology, (I²IT). Tel
Introduction to Microwave
Transaction Serializability
CASCADING STYLE SHEET WEB TECHNOLOGY
Presentation transcript:

International Institute of Information Technology, (I²IT). Hope Foundation’s International Institute of Information Technology, (I²IT). www.isquareit.edu.in Tel - +91 20 22933441 Hope Foundation’s International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Tel - +91 20 22933441 / 2 / 3 | Website - www.isquareit.edu.in ; Email - info@isquareit.edu.in

Characterization and Design Distributed Systems Characterization and Design International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune – 411057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in http://www.news.cs.nyu.edu/~jinyang/fa06/

Website - www.isquareit.edu.in; Email - info@isquareit.edu.in Outline What is a distributed system Examples of distributed systems Common characteristics of distributed system Basic design issues Challenges for distributed system International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Website - www.isquareit.edu.in; Email - info@isquareit.edu.in What Is A Distributed System? A collection of independent computers or processors that appears to its users as a single coherent system. Features: No shared memory – message-based communication Each runs its own local Operating System. Heterogeneity To present a single-system image: The distributed system “looks like” a single computer rather than a collection of separate computers. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Definition of a Distributed System Figure 1-1. A distributed system organized as middleware. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Examples of Distributed Systems Local Area Network (LAN) and Intranet Automatic Teller Machine Network Database Management System Mobile and Ubiquitous Computing Internet/World-Wide Web International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Distributed System Characteristics Easily expandable. To present a single-system image. Supported by middleware. Continuous availability. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Common Characteristics Certain common characteristics can be used to assess distributed systems Heterogeneity Concurrency Transparency Scalability Openness Security Failure Handling International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Website - www.isquareit.edu.in; Email - info@isquareit.edu.in Basic Design Issues In the general software engineering principles include separation of concerns, modularity, abstraction, anticipation of change, Specific issues for distributed systems are, Naming Communication Software structure Consistency maintenance System architecture Workload allocation International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Challenges for distributed system Security is a major test in a conveyed framework, particularly when utilizing open systems. Adaptation to internal failure could be intense when the dispersed model is manufactured dependent on problematic parts. Coordination and asset sharing can be troublesome if legitimate conventions or on the other hand arrangements are not set up. Distributed systems have new issues that were never experienced in single frameworks. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Hinjawadi, Pune - 411 057 Website - www.isquareit.edu.in; Email - info@isquareit.edu.in

Department of Computer Engineering Hope Foundation’s THANK YOU For further information please contact Prof. Prashant Gadakh Department of Computer Engineering Hope Foundation’s International Institute of Information Technology, I²IT Hinjawadi, Pune – 411 057 Phone - +91 20 22933441 www.isquareit.edu.in | prashantg@isquareit.edu.in