19.7 Case study: the Grid 814 CHAPTER 19 WEB SERVICES

Size: px
Start display at page:

Download "19.7 Case study: the Grid 814 CHAPTER 19 WEB SERVICES"

Transcription

1 Chapter 19 Web Services.fm Page 814 Friday, March 18, :13 PM 814 CHAPTER 19 WEB SERVICES The use of a common choreography description by a set of collaborating web services should result in more robust services with better interoperability. In addition, it should be easier to develop and to introduce new services, making the overall service more useful. The W3C working draft document at [ XV] suggests that a choreography language should include the following features: hierarchical and recursive composition of choreographies; the ability to add new instances of an existing service and new services; concurrent paths, alternative paths and the ability to repeat a section of a choreography; variable timeouts for example, different periods for holding reservations; exceptions, for example, to deal with messages arriving out of sequence and user actions such as cancellations; asynchronous interactions (callbacks); reference passing, for example, to allow a car hire company to consult a bank for a credit check on behalf of a user; marking of the boundaries of the separate transactions that take place, for example, to allow for recovery; the ability to include human-readable documentation. A model based on these requirements is described in another W3C working draft document [ XVI]. Languages for choreography The intention is to produce a declarative, XML-based language for defining choreographies that can make use of WSDL definitions. The early stages of the work on Choreography Definition Language are reported in [ XVII]. Prior to this, a group of companies submitted to W3C a specification for the web services choreography interface [ XVIII] Case study: the Grid The name Grid is used to refer to middleware that is designed to enable the sharing of resources such as files, computers, software, data and sensors on a very large scale. The resources are shared typically by groups of users in different organizations who are collaborating on the solution of problems requiring large numbers of computers to solve them, either by the sharing of data or by the sharing of computing power. These resources are necessarily supported by heterogeneous computer hardware, operating systems, programming languages and applications. Management is needed to coordinate the use of resources to ensure that clients get what they need and that services can afford to supply it. In some cases, sophisticated security techniques are required to ensure that the correct use is made of resources in this type of environment.

2 Chapter 19 Web Services.fm Page 815 Friday, March 18, :13 PM SECTION 19.7 CASE STUDY: THE GRID 815 Section introduces the World-Wide Telescope, a data-intensive application that is an example of the type of problem solving for which the Grid is designed. It illustrates a typical pattern of sharing and geographic distribution of users from which can be derived the characteristics of a family of scientific applications, which suggest a set of requirements for a Grid (see Section ). We use these requirements, to motivate the architecture, which specifies a Grid that runs over web services (see Section ). The last section introduces the Globus toolkit, which is an implementation of the grid architecture The World-Wide Telescope a grid application This project is concerned with deploying the data resources shared by the astronomy community. It is described in the work of Szalay and Gray [2004], Szalay and Gray [2001] and Gray and Szalay [2002]. Astronomy data consists of archives of observations, each of which covers a particular period of time, a part of the electromagnetic spectrum (optical, x-ray, radio) and a particular area of the sky. These observations are made by different instruments deployed at various places throughout the world. A study of how astronomers share their data is useful for deriving the characteristics of a typical grid application, because astronomers freely share their results with one another and issues of security can be omitted, making this discussion simpler. Astronomers make studies that need to combine data on the same celestial objects but involve several different periods of time and multiple parts of the spectrum. The ability to use independent observations of data is important to research. Visualization allows astronomers to see the data as 2D or 3D scatter plots. The teams gathering the data store it in immense archives (currently terabytes) which are managed locally by each team that gathers data. The instruments used in gathering data are subject to Moore s law. Hence the amount of data gathered grows exponentially. As it is gathered, the data is analysed by a pipeline process and stored as derived data for use by astronomers throughout the world. But before data can be used by other researchers, scientists working in a particular field need to agree on a common way of labelling their data. Szalay and Gray [2004] point out that in the past, scientific research data was included by authors in articles and published in journals which lived in libraries. But nowadays, the quantity of data is too great to be included in a publication. This applies not only to astronomy, but also in the fields of particle physics, genome and biology research. The role of author now belongs to the collaborations, which take 5 10 years to build their experiment before producing the data that is published to the world in webbased archives. Thus, the scientists working on the projects become data publishers and librarians as well as authors. This additional role requires any project that manages a data archive to make it accessible to other researchers. This implies a considerable overhead in addition to the original task of data analysis. To make such sharing possible, the raw data requires metadata to describe, for example, the time it was collected, the part of the sky and the instrument used. In addition, the derived data needs to be accompanied by metadata describing the parameters of the pipelines through which it was processed.

3 Chapter 19 Web Services.fm Page 816 Friday, March 18, :13 PM 816 CHAPTER 19 WEB SERVICES The calculation of derived data requires heavy computational support. It often has to be recalculated as techniques improve. All of this is a considerable expense for the project that owns the data. The aim of the World-Wide Telescope is to unify the world s astronomy archives into a giant database containing astronomy literature, images, raw data, derived datasets and simulation data The characteristics of a family of data-intensive scientific applications In this section we refer to the study of the World-Wide Telescope in presenting the defining characteristics of a family of similar scientific applications, and then go on to outline the requirements for supporting them. The characteristics are as follows: data is collected by means of scientific instruments; the data is stored in archives on a set of separate sites whose locations can be in different sites anywhere in the world; the data is managed by teams of scientists belonging to separate organizations; an immense and increasing quantity (terabytes or petabytes) of raw data is generated from the instruments; computer programs will be used to analyse and make summaries of the raw data, for example, to classify, calibrate and catalogue the raw data representing celestial objects. The Internet makes all of these data archives potentially available to scientists throughout the world. They will be able to get data from different instruments taken at different times and at different sites. However, a particular scientist using this data for their own research will be interested in just a subset of the objects in the archives. The immense quantity of data in an archive makes it infeasible to transfer it to the location of the user before processing it to extract the objects of interest, due to considerations of the transmission time and the local disk space required. Therefore, it is not appropriate to use ftp or web access in this context. The processing of the raw data should take place at the location where it is collected and stored in a database. Then when a scientist makes a query about particular objects, the information in each database should be analysed and if necessary, visualizations produced before returning the results to the remote query. The fact that data is processed at many different sites provides an inbuilt parallelism that effectively divides the immense task being undertaken. From the above characteristics, the following requirements are derived: R1: Remote access to resources that is, to the required information in the archives. R2: Processing of data at the site where it is stored and managed, either when it is gathered or in response to a request. A typical query might result in a visualisation based on data collected for one region of sky recorded by different instruments at different times. It will involve selecting a small quantity of data from each massive data archive.

4 Chapter 19 Web Services.fm Page 817 Friday, March 18, :13 PM SECTION 19.7 CASE STUDY: THE GRID 817 R3: The resource manager of a data archive should be able to create service instances dynamically to deal with the particular section of data required, just as in the distributed object model, where servants are created whenever they are needed to handle different resources managed by a service. R4: Metadata to describe: characteristics of the data in an archive, for example, for astronomy: the area of the sky, the date and time collected and the instruments used; the characteristics of a service managing that data, for example, its cost, its geographic location, its publisher or its load or space available. R5: Directory services based on the above metadata. R6: Software to manage queries, data transfers and advance reservation of resources, taking into account that the resources are generally managed by the projects that generate the data and that access to them may need to be rationed. Web services can deal with the first two requirements by providing a convenient way for allowing scientists to access operations on data in remote archives. This will require that each particular application provides a service description that includes a set of methods for accessing its data. The grid middleware deals with the remaining requirements. Although the World-Wide Telescope is a typical data-intensive application, Grids are also used for computationally-intensive applications such as image analysis and other examples discussed in Section Where computationally-intensive applications are deployed on a Grid, resource management will be concerned with allocating computing resources and balancing loads. Finally, security will be needed for many grid applications. For example, the Grid is in use for medical research and for business applications. Even when the privacy of data is not an issue, it will be important to establish the identity of the people who created the data Open grid services architecture The open grid services architecture (OGSA) is a standard for grid-based applications [Foster et al and 2001]. It provides a framework within which the above requirements can be met. It is based on web services. Resources are managed by application-specific grid services. The Globus toolkit, which implements the architecture is discussed in Section Figure shows the main components of the grid architecture. It illustrates two important aspects of application-level grid services: 1. They are web services that implement standard grid-service interfaces in addition to their application-specific interfaces. Specifically, they implement the following grid-service interfaces and additional functionality: an interface to a set of data (called service data) that contains metadata about the service. Metadata includes, for example, the time to be terminated, but can

5 Chapter 19 Web Services.fm Page 818 Friday, March 18, :13 PM 818 CHAPTER 19 WEB SERVICES Figure Open grid services architecture Application specfic grid services e.g. astronomy, biomedical informatics, high-energy physics application specific interfaces OGSA services: directory, management, security OGSI services: naming, service data (metadata) service creation and deletion, fault model, service groups web services standard grid service interfaces e.g. GridService Factory include any of the items mentioned in requirement R4 above, as well as application values such as sets of recent results or average values; the context in which a service runs must provide a factory with the ability to create new service instances and to stop them when their time runs out, as suggested by requirement R3. The factory relies on the naming facilities of the OGSI layer to manage the names of the service instances it creates. 2. They make use of the standard grid services which are provided as two separate layers, called OGSI and OGSA, above web services. The OGSA services layer includes: directory service allowing client software to select service instances suitable for its needs, based on the metadata collected from service instances that have registered with the directory service. This deals with requirement R5; management service to monitor services from information in their service data, to deal with failures; and to control the lifetimes of service instances by setting values in the service data. This deals with requirement R6; security services providing single logins and delegation as well as authentication and data encryption. The open grid services infrastructure (OGSI) layer includes the following: the implementation of a scheme for the naming of service instances; the definition of standard service data elements which must be implemented by every application-level grid service instance, together with operations to set and get their values. These elements include, for example, names of the interfaces supported, a reference to the factory that created the instance or the termination time; definitions of the interface to the factory for creating new service instances and operations to set their termination times or to destroy them; a fault model for use by all grid services;

6 Chapter 19 Web Services.fm Page 819 Friday, March 18, :13 PM SECTION 19.7 CASE STUDY: THE GRID 819 notification services to enable services to become publishers of information about service data; and other services to become subscribers; service groups operations for adding and removing members, for use by cooperating groups providing a service. The above definitions and services are provided in the GridService, Factory and other interfaces of the OGSI layer. Open grid services infrastructure We now introduce the two-level naming scheme that relates the high-level names of service instances to low-level names and then present further details of the other services in the OGSI layer. Two-level naming scheme: Grid services can be created dynamically. Therefore to fulfil the need to distinguish one instance from another, the infrastructure includes a naming scheme that provides each instance with a long-lived and globally unique identifier called a grid service handle (GSH). When an instance of a service is restarted with the same state as before, the same GSH may be used. A GSH is represented by a URI, which can be mapped onto a short-lived name called a grid service reference (GSR), which is used to refer to the destination of an invocation. The infrastructure includes a handle-resolution service to perform this mapping. The GSR is a name whose structure depends on the request-reply mechanism in use, for example, in the case of SOAP, the GSR will refer to a WSDL document containing <service> and <binding> elements. A GSR becomes invalid when the service instance it refers to fails. If a URN is used for the GSH, it may be resolved to different service instances at different times, allowing the latter to be migrated or even replicated at different resources. Service Data (metadata): The idea is that clients can request an instance of a service to return information about its current state, for example, its capacity, free space, load or current errors or even its recent results. This requires that each instance of an application-level grid service must implement storage for service data and a set of operations to access it. A standard set of operations is provided in the GridService interface these include operations to access the names of the interfaces supported by the service, the names of the service data elements, the identity of the factory that created it, its GSH and GSR and its termination time. Every grid service must support the GridService interface, but may also include OGSI interfaces for notification or for service groups. Service creation and deletion: This part of the infrastructure defines a standard Factory interface that specifies operations for creating transient service instances on demand with new names in the form of a GSH and GSR pair. The Factory interface must be implemented by any container for running application-level grid services. A typical request to create a new service instance is made by an application which specifies as arguments its service description and the end of its lifetime. In response, the factory creates a new service instance and registers it with a handle resolution service, finally returning the GSH and the current GSR to the client. A service instance will end, either when its task is completed or on the request of the client that created it. Each service instance is given a lifetime to prevent it from surviving for ever, in the event that messages are lost. But the creator can request

7 Chapter 19 Web Services.fm Page 820 Friday, March 18, :13 PM 820 CHAPTER 19 WEB SERVICES extensions of the lifetime by sending keep alive messages. In the event that the client fails, there will be no more keep alive messages and the service instance will eventually terminate. To provide service autonomy, an instance can decide to change its own lifetime. All the resources used by a service instance are recovered when its lifetime expires. Service instances may be shared by clients. Fault model: The infrastructure defines a common approach to the reporting of faults, which is used by all the OGSI-level services and is recommended for use by the application-level grid services. It is defined as an XML schema which requires at least two elements to specify the originating service and a timestamp. It offers optional elements for describing a fault in plain language, its cause and a fault code. There is scope for extending the fault report to include information specific to an OGSI or application service. WSDL interface extensions: Since standard WSDL does not include mechanisms for defining service data, OGSI has provided an extension to WSDL for associating definitions of the names and types of service data elements with a particular interface in a service description. The data elements might, for example, hold its capacity, free space, load, or current error indications. OGSA services Higher level services are built over the OGSI services. According to Foster et al. [2004] different developers will provide a variety of different OGSA services to meet the specific requirements of application-level services. They list those OGSA components that are sufficiently widely-applicable to be included in any grid system, for example, directory services, management and monitoring; and security. The availability of standard interfaces for these services is a basis for ensuring that different implementations can work with one another. We defer a discussion of directory and security services until Section , in which we present them in the context of the Globus toolkit. Management services: Management in the Grid is concerned with any kind of resource that can be shared or exploited. This amounts to the management of services, which is concerned with arranging for them to be used and monitoring their state. Issues that it addresses include task submission, agreement to provide some particular quality of service and advanced reservation of resources. These can be provided with the help of service-level agreements (SLAs) [Hauch and Reiser 2000] which give the client of a resource a guarantee as to the type of service being provided, and allow the owner of the resource to maintain control as to how it is used and how much information is exposed to the client. Three different sorts of SLA are proposed: task level, which is used to agree on the performance of an activity; resource level, which is used to agree on the right to consume a resource, for example by advance reservation; and binding, which is used to agree on the use of a resource in a task Some examples of grid applications Figure shows some examples of applications that are using grid technology. The first three of these have characteristics similar to the World-Wide Telescope in that data is collected by scientific instruments and stored at the site where it is collected. In

8 Chapter 19 Web Services.fm Page 821 Friday, March 18, :13 PM SECTION 19.7 CASE STUDY: THE GRID 821 Figure A selection of the grid projects presented in Foster and Kesselman [2004] Description of the project 1. Aircraft engine maintenance using fault histories and sensors for predictive diagnostics 2. Telepresence for predicting the effects of earthquakes on buildings, using simulations and test sites 3. Bio-medical informatics network providing researchers with access to experiments and visualizations of results 4. Analysis of data from the CMS high energy particle detector at CERN by physicists world-wide over 15 years 5. Testing the effects of candidate drug molecules for their effect on the activity of a protein, by performing parallel computations using idle desktop computers 6. Use of the Sun Grid Engine to enhance aerial photographs by using spare capacity on a cluster of web servers 7. The butterfly Grid supports multiplayer games for very large numbers of players on the internet over the Globus toolkit 8. The Access Grid supports the needs of small group collaboration, for example by providing shared workspaces Reference nbcr.sdsc.edu [Taufer et al. 2003] [Chien 2004] example 1, vibration data is collected by means of a sensor on an aircraft engine. In example 2, data is collected from test structures that are being subjected to violent shaking to simulate an earthquake. In example 3, instruments such as MRI or CT are used to collect brain images. In all cases, the quantity of raw data grows over time, as more measurements are made. In addition, the quantity of processed data grows as analyses are carried out. In these three examples, the data is managed by teams of scientists or engineers belonging to separate organizations. Analyses of the raw data and simulations are made locally and are available to co-workers throughout the world. These examples confirm that the World-Wide Telescope is a typical dataintensive application. However, grid applications are also used for computationallyintensive applications such as: Example 4 refers to the new detector at CERN that will become operational in Prior to this, teams of physicists are carrying out simulations of the expected results from the detector. This is a computationally intensive task which is being carried out by multiple cooperating computers. Example 5 is about virtual screening the testing of a database of millions of drug molecules to see whether they block the activity of each of a large number of potential proteins. Spare computing power is used on a set of desktop computers running grid software. The task is performed in parallel by each of the computers

9 Chapter 19 Web Services.fm Page 822 Friday, March 18, :13 PM 822 CHAPTER 19 WEB SERVICES testing the effect of a particular drug molecule on a particular protein. It uses spare capacity on idle desktop computers. Example 6 is about image analysis. The company GlobeExplorer provides good quality satellite images and aerial photographs, derived from an archive of thousands of raw images, each of which requires enhancement. It uses spare capacity on a cluster of web servers. A common feature of examples 5 and 6 is the use of spare computing capacity and the partitioning of the task to be performed. They may be compared to the SETI@home project (see Section 10.1), whose task is to search for extra-terrestrial intelligence in radio telescope data. SETI@home uses peer-to-peer software to solve a computationally intensive problem by using spare computing power on end-user computers. The large database is partitioned so that the task may be carried out in parallel. Examples 7 and 8 are included because they illustrate two different uses of the Grid that are outside of the realms of science and engineering. Each of them requires the management of distributed state; in the first case, the state of the game and the second a shared workspace The Globus toolkit The Globus Project started in 1994 with a view to providing software that integrates and standardizes the functions required by a family of scientific applications. These functions include directory services, security and resource management. The first Globus toolkit appeared in The OGSA evolved from the second version of the toolkit (called GT2), which is described in Foster and Kesselman [2004]. The third version appeared in It is called GT3 and is based on OGSA and is therefore built on web services. It was developed by the Globus Alliance ( and others and is available as open-source software. The core of GT3 is described by Sandholm and Gawor [2003]. It includes all of the interfaces in the OGSI layer as Java classes which implement interfaces such as GridService and Factory and are compatible with JAX-RPC (see Section ). The simplest way to add this functionality to existing web services is to make their classes subclasses of the OGSI classes. In fact, application-level grid services may be configured to include whatever grid service functionality is required. For example, notification services or service group operations may be added as desired. Grid service instances and factories are deployed in a runtime environment called a grid-service container. A grid-service container is similar in some respects to a CORBA POA (Section ) in that it can do dispatching, but it also deals with: the dynamic creation and management of service instances with global names; simple access to the state of service instances by means of the FindServiceData operation of the GridService interface, or alternatively by means of notification; security, including delegation of credentials, signing of messages, encryption and authorization. A service instance may be created inside the same container as its factory or it may be deployed elsewhere. A container may, for example, be based on a servlet container (see

10 Chapter 19 Web Services.fm Page 823 Friday, March 18, :13 PM SECTION 19.7 CASE STUDY: THE GRID 823 page 796). When a container is started up, the service instances do not become active until the first time they are used. Containers may deactivate idle service instances such as those in use for notification or service groups. Security service The security service in GT3 provides for the protection of SOAP messages. It is based on WS-Security [Kaler 2002], XML-Signature, and XML- Encryption (see Section 19.5). Authentication uses X.509 certificates as credentials, which are supplied in the usual manner by a trusted certification authority. It uses an extension to X.509 to provide for proxy certificates that may be used by services acting on behalf of users. Directory service GT3 does not use the UDDI because its data structures and hence its search criteria contain the wrong sort of information, for example, technical details about protocols (see Figure 19.15), whereas clients of grid services need to find out about the particular characteristics of service instances. For example, management clients may be interested in the load on the service and astronomers may be interested in information about when, where and how the data was collected. Instead, GT3 provides an index service which is intended to be used for finding out which instance of a service matches a set of particular requirements. The index service collects information based on the service data of the group of service instances that registers with it. It could use the FindServiceData operation to collect information, but for variable service data, it would be more appropriate to use the notification interface so as to be informed whenever data values change. The index service can respond to queries by carrying out algorithms to decide on the service instance most suitable for a particular client. For example, it might base this on the type of processor used by a service instance, its speed, the clients it supports or the cost of using it. Index services support notification interfaces in addition to responding to queries. Index services can be combined together in various ways in order to provide an information service for use within a large community. An implementation of the index service needs to include fault-tolerance measures to deal with situations such as the case when it is left holding stale data in its indexes when a service instance stops running without notifying it. Management and reliable file transfer service The management service in GT3 is concerned with monitoring and managing the container and the service instances inside it, for example, monitoring the current state or load and activating or deactivating instances. GT3 also provides a reliable file transfer service to allow for bulk transfer of data between grid services. Future relation with web services There has been some discussion of the possibility of integrating OGSI features into web services under the heading of the WS-Resource framework [Globus 2004]. The Globus Alliance suggests that the ability to create service instances and to make use of service state could be used more widely than in the context of grid applications. However, its distributed object approach may not be successful for many of the sort of loosely-coupled applications commonly running as web services.

An IDL for Web Services

An IDL for Web Services An IDL for Web Services Interface definitions are needed to allow clients to communicate with web services Interface definitions need to be provided as part of a more general web service description Web

More information

Writing Grid Service Using GT3 Core. Dec, 2003. Abstract

Writing Grid Service Using GT3 Core. Dec, 2003. Abstract Writing Grid Service Using GT3 Core Dec, 2003 Long Wang wangling@mail.utexas.edu Department of Electrical & Computer Engineering The University of Texas at Austin James C. Browne browne@cs.utexas.edu Department

More information

Data Grids. Lidan Wang April 5, 2007

Data Grids. Lidan Wang April 5, 2007 Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware

Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware Analyses on functional capabilities of BizTalk Server, Oracle BPEL Process Manger and WebSphere Process Server for applications in Grid middleware R. Goranova University of Sofia St. Kliment Ohridski,

More information

THE CCLRC DATA PORTAL

THE CCLRC DATA PORTAL THE CCLRC DATA PORTAL Glen Drinkwater, Shoaib Sufi CCLRC Daresbury Laboratory, Daresbury, Warrington, Cheshire, WA4 4AD, UK. E-mail: g.j.drinkwater@dl.ac.uk, s.a.sufi@dl.ac.uk Abstract: The project aims

More information

Grid-based Distributed Data Mining Systems, Algorithms and Services

Grid-based Distributed Data Mining Systems, Algorithms and Services Grid-based Distributed Data Mining Systems, Algorithms and Services Domenico Talia Abstract Distribution of data and computation allows for solving larger problems and execute applications that are distributed

More information

Classic Grid Architecture

Classic Grid Architecture Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes

More information

Concepts and Architecture of Grid Computing. Advanced Topics Spring 2008 Prof. Robert van Engelen

Concepts and Architecture of Grid Computing. Advanced Topics Spring 2008 Prof. Robert van Engelen Concepts and Architecture of Grid Computing Advanced Topics Spring 2008 Prof. Robert van Engelen Overview Grid users: who are they? Concept of the Grid Challenges for the Grid Evolution of Grid systems

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

PROGRESS Portal Access Whitepaper

PROGRESS Portal Access Whitepaper PROGRESS Portal Access Whitepaper Maciej Bogdanski, Michał Kosiedowski, Cezary Mazurek, Marzena Rabiega, Malgorzata Wolniewicz Poznan Supercomputing and Networking Center April 15, 2004 1 Introduction

More information

Base One's Rich Client Architecture

Base One's Rich Client Architecture Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.

More information

Concepts and Architecture of the Grid. Summary of Grid 2, Chapter 4

Concepts and Architecture of the Grid. Summary of Grid 2, Chapter 4 Concepts and Architecture of the Grid Summary of Grid 2, Chapter 4 Concepts of Grid Mantra: Coordinated resource sharing and problem solving in dynamic, multi-institutional virtual organizations Allows

More information

Distributed Systems Architectures

Distributed Systems Architectures Software Engineering Distributed Systems Architectures Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain the advantages and disadvantages of different distributed systems

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Web Service Based Data Management for Grid Applications

Web Service Based Data Management for Grid Applications Web Service Based Data Management for Grid Applications T. Boehm Zuse-Institute Berlin (ZIB), Berlin, Germany Abstract Web Services play an important role in providing an interface between end user applications

More information

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards) Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards) Michael P. Papazoglou (INFOLAB/CRISM, Tilburg University, The Netherlands)

More information

2. Create (if required) 3. Register. 4.Get policy files for policy enforced by the container or middleware eg: Gridmap file

2. Create (if required) 3. Register. 4.Get policy files for policy enforced by the container or middleware eg: Gridmap file Policy Management for OGSA Applications as Grid Services (Work in Progress) Lavanya Ramakrishnan MCNC-RDI Research and Development Institute 3021 Cornwallis Road, P.O. Box 13910, Research Triangle Park,

More information

From Open Grid Services Infrastructure to WS- Resource Framework: Refactoring & Evolution

From Open Grid Services Infrastructure to WS- Resource Framework: Refactoring & Evolution From OGSI to WS-Resource Framework: Refactoring and Evolution 1 From Open Grid Services Infrastructure to WS- Resource Framework: Refactoring & Evolution Version 1.1 3/05/2004 Authors Karl Czajkowski (Globus

More information

System types. Distributed systems

System types. Distributed systems System types 1 Personal systems that are designed to run on a personal computer or workstation Distributed systems where the system software runs on a loosely integrated group of cooperating processors

More information

Cluster, Grid, Cloud Concepts

Cluster, Grid, Cloud Concepts Cluster, Grid, Cloud Concepts Kalaiselvan.K Contents Section 1: Cluster Section 2: Grid Section 3: Cloud Cluster An Overview Need for a Cluster Cluster categorizations A computer cluster is a group of

More information

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL This chapter is to introduce the client-server model and its role in the development of distributed network systems. The chapter

More information

Getting Started with Service- Oriented Architecture (SOA) Terminology

Getting Started with Service- Oriented Architecture (SOA) Terminology Getting Started with - Oriented Architecture (SOA) Terminology Grace Lewis September 2010 -Oriented Architecture (SOA) is a way of designing, developing, deploying, and managing systems it is neither a

More information

Middleware support for the Internet of Things

Middleware support for the Internet of Things Middleware support for the Internet of Things Karl Aberer, Manfred Hauswirth, Ali Salehi School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne,

More information

An Introduction to Globus Toolkit 3

An Introduction to Globus Toolkit 3 An Introduction to Globus Toolkit 3 -Developing Interoperable Grid services 1 Outline Cornerstones New Concepts Software Stack Core Higher Level Services Developing and Using Grid Services Development

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

IBM Solutions Grid for Business Partners Helping IBM Business Partners to Grid-enable applications for the next phase of e-business on demand

IBM Solutions Grid for Business Partners Helping IBM Business Partners to Grid-enable applications for the next phase of e-business on demand PartnerWorld Developers IBM Solutions Grid for Business Partners Helping IBM Business Partners to Grid-enable applications for the next phase of e-business on demand 2 Introducing the IBM Solutions Grid

More information

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova Using the Grid for the interactive workflow management in biomedicine Andrea Schenone BIOLAB DIST University of Genova overview background requirements solution case study results background A multilevel

More information

GridFTP: A Data Transfer Protocol for the Grid

GridFTP: A Data Transfer Protocol for the Grid GridFTP: A Data Transfer Protocol for the Grid Grid Forum Data Working Group on GridFTP Bill Allcock, Lee Liming, Steven Tuecke ANL Ann Chervenak USC/ISI Introduction In Grid environments,

More information

Praseeda Manoj Department of Computer Science Muscat College, Sultanate of Oman

Praseeda Manoj Department of Computer Science Muscat College, Sultanate of Oman International Journal of Electronics and Computer Science Engineering 290 Available Online at www.ijecse.org ISSN- 2277-1956 Analysis of Grid Based Distributed Data Mining System for Service Oriented Frameworks

More information

Open Collaborative Grid Service Architecture (OCGSA)

Open Collaborative Grid Service Architecture (OCGSA) (OCGSA) K. Amin, G. von Laszewski, S. Nijsure Argonne National Laboratory, Argonne, IL, USA Abstract In this paper we introduce a new architecture, called Open Collaborative Grid Services Architecture

More information

Evaluation of different Open Source Identity management Systems

Evaluation of different Open Source Identity management Systems Evaluation of different Open Source Identity management Systems Ghasan Bhatti, Syed Yasir Imtiaz Linkoping s universitetet, Sweden [ghabh683, syeim642]@student.liu.se 1. Abstract Identity management systems

More information

Scientific versus Business Workflows

Scientific versus Business Workflows 2 Scientific versus Business Workflows Roger Barga and Dennis Gannon The formal concept of a workflow has existed in the business world for a long time. An entire industry of tools and technology devoted

More information

Invenio: A Modern Digital Library for Grey Literature

Invenio: A Modern Digital Library for Grey Literature Invenio: A Modern Digital Library for Grey Literature Jérôme Caffaro, CERN Samuele Kaplun, CERN November 25, 2010 Abstract Grey literature has historically played a key role for researchers in the field

More information

1 Organization of Operating Systems

1 Organization of Operating Systems COMP 730 (242) Class Notes Section 10: Organization of Operating Systems 1 Organization of Operating Systems We have studied in detail the organization of Xinu. Naturally, this organization is far from

More information

Middleware Lou Somers

Middleware Lou Somers Middleware Lou Somers April 18, 2002 1 Contents Overview Definition, goals, requirements Four categories of middleware Transactional, message oriented, procedural, object Middleware examples XML-RPC, SOAP,

More information

CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN

CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN 39 CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN This chapter discusses about the proposed Grid network monitoring architecture and details of the layered architecture. This

More information

Introduction to Cloud Computing. Lecture 02 History of Enterprise Computing Kaya Oğuz

Introduction to Cloud Computing. Lecture 02 History of Enterprise Computing Kaya Oğuz Introduction to Cloud Computing Lecture 02 History of Enterprise Computing Kaya Oğuz General Course Information The textbook: Enterprise Cloud Computing by Gautam Shroff (available at bookstore). Course

More information

WEB SERVICES. Revised 9/29/2015

WEB SERVICES. Revised 9/29/2015 WEB SERVICES Revised 9/29/2015 This Page Intentionally Left Blank Table of Contents Web Services using WebLogic... 1 Developing Web Services on WebSphere... 2 Developing RESTful Services in Java v1.1...

More information

TRUST RELATIONSHIPS AND SINGLE SIGN-ON IN GRID BASED DATA WAREHOUSES

TRUST RELATIONSHIPS AND SINGLE SIGN-ON IN GRID BASED DATA WAREHOUSES TRUST RELATIONSHIPS AND SINGLE SIGN-ON IN GRID BASED DATA WAREHOUSES Xiaoyu Li a and Maree Pather b a Department of Information Technology, Nelson Mandela Metropolitan University b Department of Applied

More information

A standards-based approach to application integration

A standards-based approach to application integration A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist Macnair@us.ibm.com Copyright IBM Corporation 2005. All rights

More information

Run-time Service Oriented Architecture (SOA) V 0.1

Run-time Service Oriented Architecture (SOA) V 0.1 Run-time Service Oriented Architecture (SOA) V 0.1 July 2005 Table of Contents 1.0 INTRODUCTION... 1 2.0 PRINCIPLES... 1 3.0 FERA REFERENCE ARCHITECTURE... 2 4.0 SOA RUN-TIME ARCHITECTURE...4 4.1 FEDERATES...

More information

Lesson 4 Web Service Interface Definition (Part I)

Lesson 4 Web Service Interface Definition (Part I) Lesson 4 Web Service Interface Definition (Part I) Service Oriented Architectures Module 1 - Basic technologies Unit 3 WSDL Ernesto Damiani Università di Milano Interface Definition Languages (1) IDLs

More information

Grid Services Extend Web Services

Grid Services Extend Web Services 1 Background Grid Services Extend Web Services Andrew Grimshaw Avaki Corporation Burlington, MA and The University of Virginia Charlottesville, VA Steven Tuecke Globus Project Mathematics and Computer

More information

A New Data Visualization and Analysis Tool

A New Data Visualization and Analysis Tool Title: A New Data Visualization and Analysis Tool Author: Kern Date: 22 February 2013 NRAO Doc. #: Version: 1.0 A New Data Visualization and Analysis Tool PREPARED BY ORGANIZATION DATE Jeff Kern NRAO 22

More information

Towards a New Model for the Infrastructure Grid

Towards a New Model for the Infrastructure Grid INTERNATIONAL ADVANCED RESEARCH WORKSHOP ON HIGH PERFORMANCE COMPUTING AND GRIDS Cetraro (Italy), June 30 - July 4, 2008 Panel: From Grids to Cloud Services Towards a New Model for the Infrastructure Grid

More information

Chapter 7. Using Hadoop Cluster and MapReduce

Chapter 7. Using Hadoop Cluster and MapReduce Chapter 7 Using Hadoop Cluster and MapReduce Modeling and Prototyping of RMS for QoS Oriented Grid Page 152 7. Using Hadoop Cluster and MapReduce for Big Data Problems The size of the databases used in

More information

Chapter 4. Architecture. Table of Contents. J2EE Technology Application Servers. Application Models

Chapter 4. Architecture. Table of Contents. J2EE Technology Application Servers. Application Models Table of Contents J2EE Technology Application Servers... 1 ArchitecturalOverview...2 Server Process Interactions... 4 JDBC Support and Connection Pooling... 4 CMPSupport...5 JMSSupport...6 CORBA ORB Support...

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

Distributed Systems and Recent Innovations: Challenges and Benefits

Distributed Systems and Recent Innovations: Challenges and Benefits Distributed Systems and Recent Innovations: Challenges and Benefits 1. Introduction Krishna Nadiminti, Marcos Dias de Assunção, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory Department

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Service Virtualization: Managing Change in a Service-Oriented Architecture

Service Virtualization: Managing Change in a Service-Oriented Architecture Service Virtualization: Managing Change in a Service-Oriented Architecture Abstract Load balancers, name servers (for example, Domain Name System [DNS]), and stock brokerage services are examples of virtual

More information

Virtual machine interface. Operating system. Physical machine interface

Virtual machine interface. Operating system. Physical machine interface Software Concepts User applications Operating system Hardware Virtual machine interface Physical machine interface Operating system: Interface between users and hardware Implements a virtual machine that

More information

Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007

Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007 Data Management in an International Data Grid Project Timur Chabuk 04/09/2007 Intro LHC opened in 2005 several Petabytes of data per year data created at CERN distributed to Regional Centers all over the

More information

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures Part I EAI: Foundations, Concepts, and Architectures 5 Example: Mail-order Company Mail order Company IS Invoicing Windows, standard software IS Order Processing Linux, C++, Oracle IS Accounts Receivable

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

More information

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we

More information

Managing the Data Center Using the JBoss Enterprise SOA Platform

Managing the Data Center Using the JBoss Enterprise SOA Platform Managing the Data Center Using the JBoss Enterprise SOA Platform Isaac Christoffersen Contributor, incommon, Inc 3 September 2009 1 Service Architectures Cloud Infrastructure SaaS Cloud Infrastructure

More information

Grid Security : Authentication and Authorization

Grid Security : Authentication and Authorization Grid Security : Authentication and Authorization IFIP Workshop 2/7/05 Jong Kim Dept. of Computer Sci. and Eng. Pohang Univ. of Sci. and Tech. (POSTECH) Contents Grid Security Grid Security Challenges Grid

More information

An Implementation of OGSI on Microsoft.NET

An Implementation of OGSI on Microsoft.NET An Implementation of OGSI on Microsoft.NET Daragh Byrne EPCC, University of Edinburgh 5 th August 2003 This white paper is available online at http://www.nesc.ac.uk/technical_papers/nesc-2003-01.pdf Copyright

More information

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007 This level of training is designed to help you make the most of your first steps into computing. They cover a basic introduction to a range of Microsoft products such as Word, Power Point and Excel. Course

More information

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Presented by: Dennis Liao Sales Engineer Zach Rea Sales Engineer January 27 th, 2015 Session 4 This Session

More information

Infrastructure that supports (distributed) componentbased application development

Infrastructure that supports (distributed) componentbased application development Middleware Technologies 1 What is Middleware? Infrastructure that supports (distributed) componentbased application development a.k.a. distributed component platforms mechanisms to enable component communication

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

More information

Managing a Fibre Channel Storage Area Network

Managing a Fibre Channel Storage Area Network Managing a Fibre Channel Storage Area Network Storage Network Management Working Group for Fibre Channel (SNMWG-FC) November 20, 1998 Editor: Steven Wilson Abstract This white paper describes the typical

More information

Web Services Advanced Topics

Web Services Advanced Topics Web Services Advanced Topics Where things are now and where they are going Version 9 Web Services Advanced Topics WSAdvanced-2 Enterprise Web Services Industry trends and organizations Security and Reliability

More information

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper

MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper

More information

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati Alternatives to SNMP and Challenges in Management Protocols Communication Systems Seminar Talk 10 Francesco Luminati Introduction Structure Network management Management approaches SNMP Alternatives: NetConf

More information

Grid Computing & the Open Grid Services Architecture. Ian Foster Argonne National Laboratory University of Chicago Globus Project

Grid Computing & the Open Grid Services Architecture. Ian Foster Argonne National Laboratory University of Chicago Globus Project Grid Computing & the Open Grid Services Architecture Ian Foster Argonne National Laboratory University of Chicago Globus Project Open Group Grid Conference, Boston, July 21, 2003 2 Is the Grid a) A collaboration

More information

GSiB: PSE Infrastructure for Dynamic Service-oriented Grid Applications

GSiB: PSE Infrastructure for Dynamic Service-oriented Grid Applications GSiB: PSE Infrastructure for Dynamic Service-oriented Grid Applications Yan Huang Department of Computer Science Cardiff University PO Box 916 Cardiff CF24 3XF United Kingdom Yan.Huang@cs.cardiff.ac.uk

More information

Getting started with API testing

Getting started with API testing Technical white paper Getting started with API testing Test all layers of your composite applications, not just the GUI Table of contents Executive summary... 3 Introduction... 3 Who should read this document?...

More information

Security in Grid Computing

Security in Grid Computing Security in Grid Computing Tak-Lon Wu B534 project 3 Computer Science Dept. Indiana University Bloomington, IN 47405 taklwu@indiana.edu 1. Introduction Abstract Over last 10 years, security one of the

More information

Service-Oriented Architecture and Software Engineering

Service-Oriented Architecture and Software Engineering -Oriented Architecture and Software Engineering T-86.5165 Seminar on Enterprise Information Systems (2008) 1.4.2008 Characteristics of SOA The software resources in a SOA are represented as services based

More information

New Methods for Performance Monitoring of J2EE Application Servers

New Methods for Performance Monitoring of J2EE Application Servers New Methods for Performance Monitoring of J2EE Application Servers Adrian Mos (Researcher) & John Murphy (Lecturer) Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

How to Choose Between Hadoop, NoSQL and RDBMS

How to Choose Between Hadoop, NoSQL and RDBMS How to Choose Between Hadoop, NoSQL and RDBMS Keywords: Jean-Pierre Dijcks Oracle Redwood City, CA, USA Big Data, Hadoop, NoSQL Database, Relational Database, SQL, Security, Performance Introduction A

More information

Mobile Devices: Server and Management Lesson 05 Service Discovery

Mobile Devices: Server and Management Lesson 05 Service Discovery Mobile Devices: Server and Management Lesson 05 Service Discovery Oxford University Press 2007. All rights reserved. 1 Service discovery An adaptable middleware in a device (or a mobile computing system)

More information

GSI Credential Management with MyProxy

GSI Credential Management with MyProxy GSI Credential Management with MyProxy GGF8 Production Grid Management RG Workshop June 26, 2003 Jim Basney jbasney@ncsa.uiuc.edu http://myproxy.ncsa.uiuc.edu/ MyProxy Online repository of encrypted GSI

More information

A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS. N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1

A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS. N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1 A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1 1 Royal Holloway, University of London 2 University of Strathclyde ABSTRACT Future mobile

More information

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University

Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University Cloud computing: the state of the art and challenges Jānis Kampars Riga Technical University Presentation structure Enabling technologies Cloud computing defined Dealing with load in cloud computing Service

More information

Data Requirements from NERSC Requirements Reviews

Data Requirements from NERSC Requirements Reviews Data Requirements from NERSC Requirements Reviews Richard Gerber and Katherine Yelick Lawrence Berkeley National Laboratory Summary Department of Energy Scientists represented by the NERSC user community

More information

Astrophysics with Terabyte Datasets. Alex Szalay, JHU and Jim Gray, Microsoft Research

Astrophysics with Terabyte Datasets. Alex Szalay, JHU and Jim Gray, Microsoft Research Astrophysics with Terabyte Datasets Alex Szalay, JHU and Jim Gray, Microsoft Research Living in an Exponential World Astronomers have a few hundred TB now 1 pixel (byte) / sq arc second ~ 4TB Multi-spectral,

More information

A multi-dimensional view on information retrieval of CMS data

A multi-dimensional view on information retrieval of CMS data A multi-dimensional view on information retrieval of CMS data A. Dolgert, L. Gibbons, V. Kuznetsov, C. D. Jones, D. Riley Cornell University, Ithaca, NY 14853, USA E-mail: vkuznet@gmail.com Abstract. The

More information

An approach to grid scheduling by using Condor-G Matchmaking mechanism

An approach to grid scheduling by using Condor-G Matchmaking mechanism An approach to grid scheduling by using Condor-G Matchmaking mechanism E. Imamagic, B. Radic, D. Dobrenic University Computing Centre, University of Zagreb, Croatia {emir.imamagic, branimir.radic, dobrisa.dobrenic}@srce.hr

More information

Grid Technology in Civil Engineering

Grid Technology in Civil Engineering University of Ljubljana Faculty of Civil and Geodetic Engineering, Institute of Civil Enegineering, Earthquake Engineering and Construction IT, Chair of Construction Informatics Grid Technology in Civil

More information

Introduction to CORBA. 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture

Introduction to CORBA. 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture Introduction to CORBA 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture 1. Introduction CORBA is defined by the OMG The OMG: -Founded in 1989 by eight companies as a non-profit

More information

E-Business Technologies for the Future

E-Business Technologies for the Future E-Business Technologies for the Future Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu/~spring Overview

More information

THE US NATIONAL VIRTUAL OBSERVATORY. IVOA WebServices. William O Mullane The Johns Hopkins University

THE US NATIONAL VIRTUAL OBSERVATORY. IVOA WebServices. William O Mullane The Johns Hopkins University THE US NATIONAL VIRTUAL OBSERVATORY IVOA WebServices William O Mullane The Johns Hopkins University 1 What exactly is a WS? FROM http://dev.w3.org/cvsweb/~checkout~/2002/ws/arch/wsa/wd-wsaarch.html#whatisws

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

Developing Java Web Services

Developing Java Web Services Page 1 of 5 Developing Java Web Services Hands On 35 Hours Online 5 Days In-Classroom A comprehensive look at the state of the art in developing interoperable web services on the Java EE platform. Students

More information

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper. The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide

More information

A High-Performance Virtual Storage System for Taiwan UniGrid

A High-Performance Virtual Storage System for Taiwan UniGrid Journal of Information Technology and Applications Vol. 1 No. 4 March, 2007, pp. 231-238 A High-Performance Virtual Storage System for Taiwan UniGrid Chien-Min Wang; Chun-Chen Hsu and Jan-Jan Wu Institute

More information

Event-based middleware services

Event-based middleware services 3 Event-based middleware services The term event service has different definitions. In general, an event service connects producers of information and interested consumers. The service acquires events

More information

Service Oriented Distributed Manager for Grid System

Service Oriented Distributed Manager for Grid System Service Oriented Distributed Manager for Grid System Entisar S. Alkayal Faculty of Computing and Information Technology King Abdul Aziz University Jeddah, Saudi Arabia entisar_alkayal@hotmail.com Abstract

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

EDG Project: Database Management Services

EDG Project: Database Management Services EDG Project: Database Management Services Leanne Guy for the EDG Data Management Work Package EDG::WP2 Leanne.Guy@cern.ch http://cern.ch/leanne 17 April 2002 DAI Workshop Presentation 1 Information in

More information

Web Service Robust GridFTP

Web Service Robust GridFTP Web Service Robust GridFTP Sang Lim, Geoffrey Fox, Shrideep Pallickara and Marlon Pierce Community Grid Labs, Indiana University 501 N. Morton St. Suite 224 Bloomington, IN 47404 {sblim, gcf, spallick,

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme. Middleware. Chapter 8: Middleware

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme. Middleware. Chapter 8: Middleware Middleware 1 Middleware Lehrstuhl für Informatik 4 Middleware: Realisation of distributed accesses by suitable software infrastructure Hiding the complexity of the distributed system from the programmer

More information

Introduction to Web Services

Introduction to Web Services Department of Computer Science Imperial College London CERN School of Computing (icsc), 2005 Geneva, Switzerland 1 Fundamental Concepts Architectures & escience example 2 Distributed Computing Technologies

More information