CS 240, Prof. Sarwar Slide 1 CS 240: Software Project Fall 2003 Sections 1 & 2 Dr. Badrul M. Sarwar San Jose State University Lecture #23.

Slides:



Advertisements
Similar presentations
Distributed Systems Architectures
Advertisements

Distributed Systems Architectures
The Challenges of CORBA Security It is important to understand that [CORBAsecurity] is only a (powerful) security toolbox and not the solution to all security.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Design 2.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 9 Distributed Systems Architectures Slide 1 1 Chapter 9 Distributed Systems Architectures.
Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP 201 web-page: Lecture.
Common Object Request Broker Architecture (CORBA) By: Sunil Gopinath David Watkins.
CORBA - Common Object Request Broker Architecture.
Distributed Systems Architectures
Distributed Systems Architectures
Modifed from Sommerville’s originalsSoftware Engineering, 7th edition. Chapter 12 & 13 Slide 1 Models of Software Architectures.
A brief look at CORBA. What is CORBA Common Object Request Broker Architecture developed by OMG Combine benefits of OO and distributed computing Distributed.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
CS 501: Software Engineering Fall 2000 Lecture 16 System Architecture III Distributed Objects.
II. Middleware for Distributed Systems
Ch 12 Distributed Systems Architectures
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
Architectural Design, Distributed Systems Architectures
Distributed Systems Architecture Presentation II Presenters Rose Kit & Turgut Tezir.
Copyright © 1997 by Rational Software Corporation An Overview of Network-Centric Software Architectures (Adapted from Dr. Osman Balci) Sung Hee Park Department.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Design 1.
Software Architecture
Distributed Software Engineering To explain the advantages and disadvantages of different distributed systems architectures To discuss client-server and.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
Distributed Systems Architectures ©Ian Sommerville 2006.
Architectural Design, Distributed Systems Architectures
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
1 소프트웨어공학 강좌 Chap 9. Distributed Systems Architectures - Architectural design for software that executes on more than one processor -
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 11Slide 1 Chapter 11 Distributed Systems Architectures.
Distributed Systems Architectures
©Ian Sommerville 2000 Software Engineering, 6th edition. Slide 1 Component-based development l Building software from reusable components l Objectives.
Comparison of Web Services, RMI, CORBA, DCOM Usha, Lecturer MCA Department of Computer Science and Engineering.
1 Distributed Systems Distributed Objects & Remote Invocation II (CORBA VS DCOM) Dr. Sunny Jeong. With Thanks to.
Slide 1 Physical Architecture Layer Design Chapter 13.
1 of of 25 3 of 25 ORBs (Object Request Broker) – A distributed software bus for communication among middleware services and applications – To.
©Ian Sommerville 2000 Software Engineering. Chapters 12/31Slide 1 Chapters 12/31 Distributed Systems Architectures & Service-Oriented Software Engineering.
CORBA IS 8030 – Integrated Computing Environments Dr. Hoganson CORBA Common Object Request Broker Architecture Published by Object Management Group (OMG)
Introduction to CORBA University of Mazandran Science & Tecnology By : Esmaill Khanlarpour January
Distributed Objects and Middleware. Sockets and Ports Source: G. Coulouris et al., Distributed Systems: Concepts and Design.
CSC 480 Software Engineering Lecture 18 Nov 6, 2002.
CORBA Common Object Request Broker Architecture. Basic Architecture A distributed objects architecture. Logically, an object client makes method calls.
Chapter 12 Review Chad Hagstrom CS 310 Spring 2008.
Common Object Request Broker Architecture (CORBA) The Common Object Request Broker Architecture (CORBA) is a specification of a standard architecture for.
CS 501: Software Engineering Fall 1999 Lecture 12 System Architecture III Distributed Objects.
CS551 - Lecture 11 1 CS551 Object Oriented Middleware (III) (Chap. 5 of EDO) Yugi Lee STB #555 (816)
CORBA (Common Object Request Broker Architechture) Aniket Prabhune Varun Saini Balaprasuna Chennupati Lally Singh.
Distributed System Architectures Yonsei University 2 nd Semester, 2014 Woo-Cheol Kim.
Chapter 14 Advanced Architectural Styles. Objectives Describe the characteristics of a distributed system Explain how middleware supports distributed.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
CSC 480 Software Engineering Lecture 17 Nov 4, 2002.
©Ian Sommerville 2000, Tom Dietterich 2001 Slide 1 Distributed Systems Architectures l Architectural design for software that executes on more than one.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
1 CS 501 Spring 2002 CS 501: Software Engineering Lecture 15 System Architecture III.
Dr D. Greer, Queens University Belfast ) Software Engineering Chapter 7 Software Architectural Design Learning Outcomes Understand.
CORBA Antonio Vasquez, John Shelton, Nidia, Ruben.
1 Distributed Systems Architectures Distributed object architectures Reference: ©Ian Sommerville 2000 Software Engineering, 6th edition.
Distributed Systems Architectures Chapter 12. Objectives  To explain the advantages and disadvantages of different distributed systems architectures.
Distributed Systems Architectures. Topics covered l Client-server architectures l Distributed object architectures l Inter-organisational computing.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
Distributed Systems Architectures
Common Object Request Broker Architecture (CORBA)
CSC 480 Software Engineering
CORBA Within the OS & Its Implementation
Inventory of Distributed Computing Concepts and Web services
Inventory of Distributed Computing Concepts
Distributed Systems Architectures
Presentation transcript:

CS 240, Prof. Sarwar Slide 1 CS 240: Software Project Fall 2003 Sections 1 & 2 Dr. Badrul M. Sarwar San Jose State University Lecture #23

CS 240, Prof. Sarwar Slide 2 Distributed object architectures l There is no distinction in a distributed object architectures between clients and servers l Each distributable entity is an object that provides services to other objects and receives services from other objects l Object communication is through a middleware system called an object request broker (software bus) l However, more complex to design than C/S systems

CS 240, Prof. Sarwar Slide 3 Distributed object architecture

CS 240, Prof. Sarwar Slide 4 Advantages of distributed object architecture l It allows the system designer to delay decisions on where and how services should be provided l It is a very open system architecture that allows new resources to be added to it as required l The system is flexible and scaleable l It is possible to reconfigure the system dynamically with objects migrating across the network as required

CS 240, Prof. Sarwar Slide 5 Uses of distributed object architecture l Dist. Obj. Arch. can be used in two ways: 1. As a logical model that allows you to structure and organise the system. In this case, you think about how to provide application functionality solely in terms of services and combinations of services 2. As a flexible approach to the implementation of client-server systems. The logical model of the system is a client-server model but both clients and servers are realised as distributed objects communicating through a software bus l makes it possible to change the system easily, e.g., from a two-tier to a multi- tier system

CS 240, Prof. Sarwar Slide 6 CORBA l CORBA is an international standard for an Object Request Broker - middleware to manage communications between distributed objects l Several implementation of CORBA are available l DCOM is an alternative approach by Microsoft to object request brokers l CORBA has been defined by the Object Management Group

CS 240, Prof. Sarwar Slide 7 Application structure l Application objects l Standard objects, defined by the OMG, for a specific domain e.g. insurance l Fundamental CORBA services such as directories and security management l Horizontal (i.e. cutting across applications) facilities such as user interface facilities. Horizontal facilities include UI facilities, system management facilities etc.

CS 240, Prof. Sarwar Slide 8 CORBA application structure

CS 240, Prof. Sarwar Slide 9 CORBA standards l CORBA standard has four major elements: 1. An object model for application objects 1. A CORBA object is an encapsulation of state with a well-defined, language-neutral interface defined in an IDL (interface definition language) 2. An object request broker that manages requests for object services 3. A set of general object services of use to many distributed applications 4. A set of common components built on top of these services (these may be vertical—domain specific components or horizontal—general purpose components)

CS 240, Prof. Sarwar Slide 10 CORBA objects l CORBA objects are comparable, in principle, to objects in C++ and Java l They MUST have a separate interface definition that is expressed using a common language (IDL) similar to C++ l There is a mapping from this IDL to programming languages (C++, Java, etc.) l Therefore, objects written in different languages can communicate with each other

CS 240, Prof. Sarwar Slide 11 Object request broker (ORB) l The ORB handles object communications. It knows of all objects in the system and their interfaces l Using an ORB, the calling object binds an IDL stub that defines the interface of the called object l Calling this stub results in calls to the ORB which then calls the required object through a published IDL skeleton that links the interface to the service implementation

CS 240, Prof. Sarwar Slide 12 ORB-based object communications

CS 240, Prof. Sarwar Slide 13 Inter-ORB communications l ORBs are not usually separate programs but are a set of objects in a library that are linked with an application when it is developed l ORBs handle communications between objects executing on the same machine l Several ORBS may be available and each computer in a distributed system will have its own ORB l Inter-ORB communications are used for distributed object calls  IIOP—Internet InterOrb Protocol was defined in the later version of CORBA

CS 240, Prof. Sarwar Slide 14 Inter-ORB communications

CS 240, Prof. Sarwar Slide 15 CORBA services l Naming and trading services  These allow objects to discover and refer to other objects on the network l Notification services  These allow objects to notify other objects that an event has occurred l Transaction services  These support atomic transactions and rollback on failure