A Federated Grid Environment with Replication Services

Size: px
Start display at page:

Download "A Federated Grid Environment with Replication Services"

Transcription

1 A Federated Grid Environment with Replication Services Vivek Khurana, Max Berger & Michael Sobolewski SORCER Research Group, Texas Tech University Grids can be classified as computational grids, access grids and data grids. Computational grids address applications that deal with complex and time intensive computational problems, usually on relatively small datasets. Access grids focus on group-to-group communication. Whereas data grids address the needs of applications that deal with the evaluation and mining of large amounts of data in the terabyte and petabyte range. While SOR- CER is a federated computation grid environment, a complementing data grid service called Replica Provider is introduced. The newly developed data grid service is used and at the same time as the already existing SORCER compute grid is leveraged for an increased functionality. SORCER service-oriented programs with replication services now has the capability of running data grid applications. It enables better access to such databases and increases reliability by replicating them at multiple locations. A federated grid environment with replication service is presented. It enables large number of files to be replicated on multiple nodes over different heterogeneous computation platforms and provides generic service providers for fast, up-to-date, and reliable access to file storage. 1 INTRODUCTION Grid concepts are particularly relevant to concurrent bioengineering and bioinformatics applications due to the collaborative nature of such experiments and the increasing complexity of data analysis tasks, and hence illuminate a need for next-generation experiments to exploit large distributed collections of shared resources. Hence the trend towards the creation of socalled bioinformatics Data Grids, i.e., grid infrastructures, tools, applications and service designed to enable concurrent and distributed access to, and analysis of, large amounts of biological data. The broad significance of grid concepts, in advanced scientific collaborations and in business, means that bioengineering and bioinformatics is just one of many research domains that are contributing to and/or driving grid technologies. The resulting interrelationships make it important to understand the state of the art and likely future directions in this field. One example of these bioinformatics applications is the Basic Local Alignment Search Tool (BLAST) (Altschul et al. 1990). It is used to find string sequences in large DNA or protein databases. The size of each of these sequence databases is very large and growing exponentially. A data grid can help us in easily and efficiently maintaining and updating such large databases in a distributed computing environment. It also allows for faster access to such databases and to increase reliability by replicating these databases at multiple locations. The SORCER environment (Sobolewski 2002a, b, Kolonay & Sobolewski 2004, Soorianarayanan & Sobolewski 2004, SORCER 2005) currently provides a File Store Service (FSS) (Sobolewski et al. 2003). It supports filtering out information from remote files, thus reducing the amount of data transfers between providers. Even though the File Store Service (FSS) can be replicated like any other service in SORCER, there is a scope of further improvement to make it more scalable and reliable. Firstly, the FSS does not replicate files among federating service. Therefore, if one of the file store services crashes, all its files are not available to participating services. Thus, a replication service that replicates files on multiple nodes in the SORCER network is needed. Replication services enhance the reliability of the file store service and collaborating compute grid services. Hence, each of the dedicated nodes has a copy of the file, and file access time is reduced considerably. 2 PRINCIPLES OF FILE REPLICATION The ultimate goal of file replication in a data grid is to make a submitted file to a grid immediately available on all dedicated nodes in exactly the same manner it is available on the node it was introduced in. A file

2 should be available in a reliable manner, even if a single data node is off the network. To achieve this goal data grids use file replication. If a file is introduced into the data grid, it will be immediately replicated among dedicated nodes. Thus, if one of the nodes is disconnected from the network, the file is still available from another replicated node. Usually data is managed in two layers: the actual file content, and metainformation about the content. The metainformation layer for example contains information about which file can be found where and in which version. The Globus Alliance (Globus Alliance 2005) provides several solutions for managing files in data grids. The Globus toolkit (Chervenak et al. 2002) provides a solution for high-performance data grids, based on GridFTP and Replica Management Service that are introduced in a Grid Data Management Pilot (GDMP). (Singh et al. 2003). Also, it defines a metacatalog for describing files in replicated data grids. (Samar et al. 2002). However, none of these solutions fit exactly the requirements of service-to-service (S2S) federated computing. GridFTP is a data transfer and access protocol that provide, efficient data transfer in Grid environments. The GridFTP protocol extends the standard FTP protocol, providing a superset of the features offered by the various Grid storage systems currently in use. The GridFTP protocol was developed to satisfy the need of Grid environment for fast, efficient and reliable transport mechanism. GridFTP does not support secure transport of data, it is concerned only with secure login. A Replica Catalog service was developed with the goal to support replicated data wherein the details of the physical host are removed from the file descriptor. This Replica Catalog service also supports striped data transfer and can provide metadata. The Globus implementation of this service uses LDAP as the database; however any database could be used in general. Replica Management Service (RMS) integrates GridFTP and Replica Catalog into one system that is transparent to the user to provide replica management capabilities for data grids. The library provides client functions that allow files to be registered with the replica management service, published to replica locations, and moved among multiple locations. The library uses the Globus Replica Catalog and GridFTP technologies to accomplish this work. However, RMS still needs improvement for fault recovery, since the Replica Catalog is a central server with a single point of failure. Certain shortcomings exist such as, until now, it does not support automatic replication of data. Also, the metadata is stored in one central database, the location for which has to be known. Therefore, the Replica Catalog service is a right step towards distributed storage and is appropriate for replication of large amount of data for read-only access. However, write access is not supported. 3 FEDERATED FILE REPLICA MANAGEMENT AND STORAGE The goal of the grid environment with replication services is to develop a data grid services that manage large number of files replicated on multiple nodes over different heterogeneous computational platforms to allow users and federating service providers for fast, up-to-date, reliable and secure access to distributed file storage. The presented environment has been validated by developing replication providers (service replicas) for service-oriented BLAST. Initially the service-oriented BLAST has been developed in the SORCER environment (S-BLAST) with no replication service. Below the basic concepts of federated grid computing are described along with explanations how S-BLAST works. Building on the Object-Oriented paradigm is the Service-Oriented paradigm, in which the objects are distributed, they are network objects that play some predefined roles. A service provider is an object that accepts messages from service requestors to execute an item of work a task. The task object is a service request a kind of elementary grid operation executed by a service provider. A service jobber is a specialized service provider (broker) that executes a job a compound service request in terms of tasks and other jobs. The job object is a service-oriented program that is managed by a jobber and is dynamically bound to all relevant and currently available service providers on the service grid. The collection of grid providers dynamically (in runtime) identified by a jobber during a job execution is called a job federation. This runtime network or grid federation is the jobs execution environment and the job object is a service-oriented program. In other words, the object-oriented concepts are applied directly to the grid in the service-oriented paradigm. A task and job is treated as a grid activity called an exertion. An exertion is defined by its context model (data), and by its service method (a pair: interface and selector). A context model is a tree like structure of data being processed. Each path of a tree names a leave node where the data resides. A service method defines a service provider (grid object) to be bound to in runtime. This network object provides data defined by the context or the business logic to be applied to the context. The method is primarily defined by a provider type (interface) and selector (method name) in the provider s interface. The service method

3 may also refer to a piece of code to be downloaded and executed by a provider (mobile code). The information included in the service method allows the SORCER program to bind the task to the network object and process the context by the operation, which is defined by the method selector. This type of service provider is called a method provider. Another type of service provider is a data (context) provider that provides shared data to grid method providers. Thus, both context and method providers represent grid data and operations respectively to be used in the grid-oriented programs. A job in SOCER is usually created interactively as a service-oriented program (Kolonay & Sobolewski 2004). Alternatively a job creation can be delegated to a job provider (in S-BLAST by BlastProvider) that supplies a downloadable user agent code. Based on the user s input an S-BLAST job (jobs) is created by BlastProvider and is passed on to a jobber. Each instruction in that program (job) is represented by the component task in the job created by BlastProvider according to the user input. The computing S-BLAST framework has been developed with no replication services initially. A large BLAST job is divided into several independent SORCER tasks that are distributed dynamically and executed in parallel by generic SORCER service providers - taskers. A collection of all service providers (active and inactive) is called a SORCER grid. A job execution federates providers that come together for completing an S-BLAST job, with multiple SORCER taskers as depicted in Figure 1 by bold outlines. The SORCER architecture allows services to share data by using an object shared repository - a space provider (spacer) implemented with JavaSpaces (Freeman et al. 1999). A spacer allows for asynchronous execution of tasks such that a task can wait for a service to be available, in the case of S-BLAST, a tasker. Taskers execute a downloaded code as it is specified by a service method. In S-BLAST that service method communicates with a BLAST database and via a system call executes a BLAST program (C/C++ executable). A jobber drops tasks of the job being coordinated into the shared object space and taskers at own pace pick them up from the spacer and after executing them returns them back to the spacer. The jobber collects all executed task from the spacer and combines them into a resulting job returned to the requestor. Please note that federating service providers do not have mutual associations prior to the job execution. They come together (federate) for a specific S- BLAST job. Each provider in the federation performs its services according to a jobber coordination strategy defined by the job itself. Once the job is complete the federation dissolves and the providers disperse and seek other jobs to join. The same provider can provide multiple services in the same federation and different providers can provide the same service in different federations. The grid is dynamic in which new services can enter the network and existing services can leave the network at any instance. The service-based architecture is resilient, self-healing, and self-managing. The key to the resilience is the transparency of service discovery and seamless substitution of one service with another. SORCER defines all decentralized distributed components in the system to be equal by public common interfaces. Each peer may implement multiple specific (other than SORCER common interfaces) interfaces that are published when the peer joins the grid. Both arguments and return values of these specific methods are instances of type ServiceContext that represent service data. By its ispecific interface (type) and optional attributes (e.g., provider name), the network object can be dynamically found on the network without a host name and port required. These specific interfaces and their implementations might change, as they are relevant to particular service providers. In the presented S-BLAST approach taskers can use a single BLAST database or that database can be local on each tasker node. In the former, having a single database creates the network bottleneck for all taskers accessing the same database and a single point failure at the same time. In the latter, managing multiple frequently evolving databases on multiple hosts is a system management nightmare. The solution is to deploy one database that can be replicated by dedicated SORCER replication providers (replicas). Thus, a tasker can dynamically find available replicas and use one of them as a part of the extended federation for the S-BLAST job being coordinated by a jobber. When any BLAST database is updated, all replicas will synchronize the data accordingly so the tasker will always have access to the most current information. 4 ARCHITECTURE AND DESIGN The following communication diagrams capture use cases and explain the functionality of different components defined for replication services in SORCER. 4.1 Overview Basic components and interactions of the replication federation are illustrated in Figure 2. A replica provider is a pair of service providers: a metadatastore (RPMS) and a byte-store (RPBS). In Figure 2 an instance of replica provider is indicated by a dashed ellipse. Coordination and data synchronization between RPMS providers is facilitated by a spacer.

4 Figure 1: S-BLAST components and data flow without replication services. The federation components are marked by bold outlines. Figure 2: Overview of basic components and the data flow in the replication federation. The federation components are marked by bold outlines.

5 RPMS is responsible for storing and updating information about files to be the same in all RPMS instances. RPMS communicates with the RPBS provider for initiating synchronization and transfer of files among different RPBS providers. RPMS uses an embedded Mckoi database (Diehl 2005) to persist file metadata. The RPBS provider is specialized in efficient transfer of files. It uses a smart proxy to transfer files over a direct TCP connection. It stores files in the underlaying file system content store for future access, while metainformation is stored in a RPMS embedded database. An RPMS user agent, available via a service browser, allows the user to upload and download files. Use cases describing these operations are explained below. The RPMS user agent is implemented as a Jini ServiceUI (ServiceUI Project 2005). Jini ServiceUIs are displayed using a service browser. A service browser is a common user interface for all Jini-based Services. IncaX (Bishop 2005) offers a free service browser on their website for download. A service browser has the ability to download and invoke a user interface for any service without prior configuration. 4.2 The Browsing Files Use Case Figure 4: The Writing Files Use Case local file in the RPMS ServiceUI and upload it. Two things happen: The content of the file is send to a byte-store provider. This provider writes the contents of the file to a local file system. Then a location information exertion is written into the exertion space, which contains the information where the file can be found. This is used to synchronize it with other replica byte stores. The metainformation is passed to the replica metadata-store. It stores this data in its database. Then it writes a metainformation exertion into the exertion space, which has the same information about the file. This information will be read by other metadata-store providers and inserted into their database. 4.4 The Scheduling Update Use Case Figure 3: The Browsing Files Use Case The Browsing File Use Case shown in Figure 3) defines the first step that the user performs for using the replication service. The user interactes with the RPMS service through its ServiceUI from a service browser. The user can interactively select and submit files to be replicated. To display the directory structure, the RPMS SeriveUI gets the context for the root node, containing information about the root directory and its child elements. With this information it can start listing subdirectory contents. This information is then displayed to the user. The user is now able to browse, by selecting directories, files and read their content. 4.3 The Writing File Use Case The Write File Use Case (Figure 4) is that of storing file in the replication service. The user can select a Figure 5: The Scheduling Update Use Case The Scheduling Update Use (Figure 5) explains the scheduling update functionality of the replica provider. The current replica metadata-store writes the metaexertion into the exertion space. On all replica providers, there is a listener which is notified and reads this metaexertion from the space. The metaexertion is kept in the exertion space, so that all providers can read it. The listener passes the information to its replica provider which updates its database tables to reflect the new metainformation changes. The metadata-store then en-queues this information into a FIFO queue data structure for later processing. 4.5 The Processing Update Use Case The Processing Update Use Case (Figure 6) is used to have every fil available on all hosts at the same time. The downloading process retrieves the first item in the queue, and starts processing the updates by tak-

6 to its local byte store, and then make it available to the user. Figure 6: The Processing Update Use Case ing the location exertion from the exertion space, if it is available. Taking an exertion will automatically block all other downloading processes from taking the same exertion at the same time. Once the location exertion is received, it reads the file from one byte-store and writes it to its own byte-store. Once this is done, it can now write two exertion locations back into the exertion space, since the file is now present on two nodes. 4.6 The Reading File Use Case 5 IMPLEMENTATION OF FEDERATED REPLI- CATION SERVICES IN S-BLAST The system was implemented in the S-BLAST service. The S-BLAST services are distributed across multiple nodes. Each of theses services requires a large database file for the actual processing. In earlier versions of S-BLAST this database file had to be copied manually to every machine. With Replication services this changed. The user does not even have to know that there is a replication service in the background. Figure 8 shows the user interface. Now all a user has to do is select a blast database file to be used. As soon as this file is uploaded into the replication services, it is already replicated among all nodes, before the use has even finished selecting the other BLAST settings. This gives this system a big advantage over other systems, because during this time the network would normally be idle. The logarithmic file replication proved to be very scalable. No matter if four hosts where used (in the lab) or twenty, the system did not overload. The replicated S-BLAST was successfully utilized, and provided results, which where collected and displayed to the user. Figure 7: The Reading File Use Case The the Reading File Use Case two disctict cases have to be looked at. If the file is already available at the local byte store, the ServiceUI is connected to the local byte-store, and the user can download the file from there. When a read file request is made for a file which is not available in the local byte store (Figure refread), the current metadata-store writes a request exertion to the exertion space, which contains metainformation about the missing file. The metadata-store that has a copy of the requested file takes this request exertion from the exertion space and writes a location exertion specifically for the requesting metadata-store A. The requesting metadata-store takes the location exertion from the exertion space which contains information where the file can be found. It can now copy the file from the byte store provided in the location exertion Figure 8: User interface for Service Oriented Basic Local Alignment Search Tool (S-BLAST) 6 CONCLUSIONS This particular services proved to be very fast and reliable. Data was available immediately on all clients, but the network was not overloaded. Operation testing proved to be successful for the replica provider as all the functionalities which included uploading, reading a file, making changes and writing a file were found to be working according to the use cases defined. Maintenance and portability was tested by starting the replication services on different platforms wherein before the service is made available for use, it is synchronized automatically by the update functionality. Reliability tests proved to be successful as no files in the replica byte store were lost

7 even when some services were restarted while others were running. Other grid data management systems, like Globus provide only a pull-functionality. Data has to be requested before it is actually transferred to the host of choice. With this replication service, however, the knowledge that the data will be needed can be used to optimize data transfer and to provide fast access. Grid approach to storage is designed to let users focus more on how they use data, not how they store it. Applying the grid concept to a computation network lets us harness available but unused resources by dynamically allocating and de-allocating capacity, bandwidth and processing among numerous distributed computers. A computing grid can span locations, organizations, machine architectures and software boundaries, offering power, collaboration and information access to connected users. REFERENCES Altschul, S. F., W. Gish, W. Miller, E. W. Myers, & D. J. Lipman (1990). Basic local alignment search tool. Journal of Molecular Biology 215, Bishop, P. (2005, May). IncaX. Retrieved from http: // Chervenak, A. L., B. Ahcock, C. Kesselman, D. Quesnel, I. Foster, J. Bester, J. Bresnahan, S. Meder, S. Tuecke, & V. Nefedova (2002, September 23). Data management and transfer in high-performance computational grid environments. Chervenak, A. L., B. Allcock, C. Kesselman, D. Quesnel, I. Foster, J. Bester, J. Bresnahan, S. Meder, & V. Nefedova (2001, December 01). Secure, efficient data transport and replica management for highperformance data-intensive computing. Diehl (2005, May). Mckoi SQL database. Retrieved from Edwards, W. K. (2001). Core Jini. Englewood Cliffs, NJ 07632, USA: P T R Prentice-Hall. Foster, I. & C. Kesselman (1998). Globus: A toolkitbased grid architecture. In The Grid: Blueprint for a Future Computing Infrastructure, pp MORGAN-KAUFMANN. Foster, I., C. Kesselman, & S. Tuecke (2001, Fall). The anatomy of the Grid: Enabling scalable virtual organization. The International Journal of High Performance Computing Applications 15(3), Freeman, E., S. Hupfer, & K. Arnold (1999). JavaSpaces principles, patterns, and practice. Reading, MA, USA: Addison-Wesley. Globus Alliance (2005, May). Retrieved from Kesselman, C., I. Foster, J. M. Nick, & S. Tuecke (2002, June 28). The physiology of the grid: An open grid services architecture for distributed systems integration. Kolonay, R. & M. Sobolewski (2004). Grid interactive service-oriented programming environment. In Concurrent Engineering: The Worldwide Engineering Grid, pp Tsinghua Press and Springer Verlag. Samar, A., B. Allcock, B. Tierney, H. Stockinger, I. Foster, & K. Holtman (2002, September 19). File and object replication in data grids. ServiceUI Project (2005, May). The ServiceUI project. Retrieved from serviceui/. Singh, G., S. Bharathi, A. Chervenak, E. Deelman, C. Kesselman, M. Manohar, S. Patil, & L. Pearlman (2003). A metadata catalog service for data intensive applications. In ACM (Ed.), SC2003: Igniting Innovation. Phoenix, AZ, November 15 21, 2003, New York, NY 10036, USA and 1109 Spring Street, Suite 300, Silver Spring, MD 20910, USA. ACM Press and IEEE Computer Society Press. Sobolewski, M. (2002a). Federated P2P services in CE environments. In Advances in Concurrent Engineering, pp A.A. Balkema Publishers. Sobolewski, M. (2002b). FIPER: The federated S2S environment. In JavaOne, Sun s 2002 Worldwide Java Developer Conference. Retrieved from http: //servlet.java.sun.com/javaone/sf2002/ conf/sessions/display-2420.e%n.jsp. Sobolewski, M., S. Soorianarayanan, & R.-K. Malladi- Venkata (2003, November). Service-oriented file sharing. In CIIT conference (communications,internet and information technology), pp Soorianarayanan, S. & M. Sobolewski (2004). Monitoring federated services in CE. In Concurrent Engineering: The Worldwide Engineering Grid, pp Tsinghua Press and Springer Verlag. SORCER (2005, May). Laboratory for Service- Oriented Computing Environment. Retrieved from Sun Microsystems (2000). Jini architecture specification. jini1_1.pdf.

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

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

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

Service-Oriented File Sharing

Service-Oriented File Sharing Service-Oriented File Sharing Michael Sobolewski, Sekhar Soorianarayanan, Ravi-Kiran Malladi-Venkata SORCER Laboratory, Texas Tech University, USA Abstract The major objective of the Service Oriented Computing

More information

Grid Technology and Information Management for Command and Control

Grid Technology and Information Management for Command and Control Grid Technology and Information Management for Command and Control Dr. Scott E. Spetka Dr. George O. Ramseyer* Dr. Richard W. Linderman* ITT Industries Advanced Engineering and Sciences SUNY Institute

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

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

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

Information Sciences Institute University of Southern California Los Angeles, CA 90292 {annc, carl}@isi.edu

Information Sciences Institute University of Southern California Los Angeles, CA 90292 {annc, carl}@isi.edu _ Secure, Efficient Data Transport and Replica Management for High-Performance Data-Intensive Computing Bill Allcock 1 Joe Bester 1 John Bresnahan 1 Ann L. Chervenak 2 Ian Foster 1,3 Carl Kesselman 2 Sam

More information

Deploying a distributed data storage system on the UK National Grid Service using federated SRB

Deploying a distributed data storage system on the UK National Grid Service using federated SRB Deploying a distributed data storage system on the UK National Grid Service using federated SRB Manandhar A.S., Kleese K., Berrisford P., Brown G.D. CCLRC e-science Center Abstract As Grid enabled applications

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

A Distributed Architecture for Multi-dimensional Indexing and Data Retrieval in Grid Environments

A Distributed Architecture for Multi-dimensional Indexing and Data Retrieval in Grid Environments A Distributed Architecture for Multi-dimensional Indexing and Data Retrieval in Grid Environments Athanasia Asiki, Katerina Doka, Ioannis Konstantinou, Antonis Zissimos and Nectarios Koziris National Technical

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

Early Cloud Experiences with the Kepler Scientific Workflow System

Early Cloud Experiences with the Kepler Scientific Workflow System Available online at www.sciencedirect.com Procedia Computer Science 9 (2012 ) 1630 1634 International Conference on Computational Science, ICCS 2012 Early Cloud Experiences with the Kepler Scientific Workflow

More information

Distributed Systems Lecture 1 1

Distributed Systems Lecture 1 1 Distributed Systems Lecture 1 1 Distributed Systems Lecturer: Therese Berg therese.berg@it.uu.se. Recommended text book: Distributed Systems Concepts and Design, Coulouris, Dollimore and Kindberg. Addison

More information

PARALLELS CLOUD STORAGE

PARALLELS CLOUD STORAGE PARALLELS CLOUD STORAGE Performance Benchmark Results 1 Table of Contents Executive Summary... Error! Bookmark not defined. Architecture Overview... 3 Key Features... 5 No Special Hardware Requirements...

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

Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols. Anthony J. Howe Supervisor: Dr. Mantis Cheng University of Victoria

Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols. Anthony J. Howe Supervisor: Dr. Mantis Cheng University of Victoria Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols Anthony J Howe Supervisor: Dr Mantis Cheng University of Victoria February 28, 2002 Abstract This article presents the reverse engineered

More information

Data Management System for grid and portal services

Data Management System for grid and portal services Data Management System for grid and portal services Piotr Grzybowski 1, Cezary Mazurek 1, Paweł Spychała 1, Marcin Wolski 1 1 Poznan Supercomputing and Networking Center, ul. Noskowskiego 10, 61-704 Poznan,

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

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

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

Diagram 1: Islands of storage across a digital broadcast workflow

Diagram 1: Islands of storage across a digital broadcast workflow XOR MEDIA CLOUD AQUA Big Data and Traditional Storage The era of big data imposes new challenges on the storage technology industry. As companies accumulate massive amounts of data from video, sound, database,

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

Distribution transparency. Degree of transparency. Openness of distributed systems

Distribution transparency. Degree of transparency. Openness of distributed systems Distributed Systems Principles and Paradigms Maarten van Steen VU Amsterdam, Dept. Computer Science steen@cs.vu.nl Chapter 01: Version: August 27, 2012 1 / 28 Distributed System: Definition A distributed

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

Introduction CORBA Distributed COM. Sections 9.1 & 9.2. Corba & DCOM. John P. Daigle. Department of Computer Science Georgia State University

Introduction CORBA Distributed COM. Sections 9.1 & 9.2. Corba & DCOM. John P. Daigle. Department of Computer Science Georgia State University Sections 9.1 & 9.2 Corba & DCOM John P. Daigle Department of Computer Science Georgia State University 05.16.06 Outline 1 Introduction 2 CORBA Overview Communication Processes Naming Other Design Concerns

More information

Resource Management on Computational Grids

Resource Management on Computational Grids Univeristà Ca Foscari, Venezia http://www.dsi.unive.it Resource Management on Computational Grids Paolo Palmerini Dottorato di ricerca di Informatica (anno I, ciclo II) email: palmeri@dsi.unive.it 1/29

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

Distributed Objects and Components

Distributed Objects and Components Distributed Objects and Components Introduction This essay will identify the differences between objects and components and what it means for a component to be distributed. It will also examine the Java

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Abstract. 1. Introduction. Ohio State University Columbus, OH 43210 {langella,oster,hastings,kurc,saltz}@bmi.osu.edu

Abstract. 1. Introduction. Ohio State University Columbus, OH 43210 {langella,oster,hastings,kurc,saltz}@bmi.osu.edu Dorian: Grid Service Infrastructure for Identity Management and Federation Stephen Langella 1, Scott Oster 1, Shannon Hastings 1, Frank Siebenlist 2, Tahsin Kurc 1, Joel Saltz 1 1 Department of Biomedical

More information

Federated Role-Based Access Control in Exertion-Oriented Programming

Federated Role-Based Access Control in Exertion-Oriented Programming Federated Role-Based Access Control in Exertion-Oriented Programming Satish Vellanki and Michael Sobolewski Computer Science, Texas Tech University SORCER Research Group Abstract Federated computing environments

More information

Use of Agent-Based Service Discovery for Resource Management in Metacomputing Environment

Use of Agent-Based Service Discovery for Resource Management in Metacomputing Environment In Proceedings of 7 th International Euro-Par Conference, Manchester, UK, Lecture Notes in Computer Science 2150, Springer Verlag, August 2001, pp. 882-886. Use of Agent-Based Service Discovery for Resource

More information

From Centralization to Distribution: A Comparison of File Sharing Protocols

From Centralization to Distribution: A Comparison of File Sharing Protocols From Centralization to Distribution: A Comparison of File Sharing Protocols Xu Wang, Teng Long and Alan Sussman Department of Computer Science, University of Maryland, College Park, MD, 20742 August, 2015

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

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

Clustering with Tomcat. Introduction. O'Reilly Network: Clustering with Tomcat. by Shyam Kumar Doddavula 07/17/2002

Clustering with Tomcat. Introduction. O'Reilly Network: Clustering with Tomcat. by Shyam Kumar Doddavula 07/17/2002 Page 1 of 9 Published on The O'Reilly Network (http://www.oreillynet.com/) http://www.oreillynet.com/pub/a/onjava/2002/07/17/tomcluster.html See this if you're having trouble printing code examples Clustering

More information

Building Grids with Jini and JavaSpaces

Building Grids with Jini and JavaSpaces Building Grids with Jini and JavaSpaces Carlo Nardone Grid Program Driver Sun Microsystems Italy 1 Agenda SOA Jini JGrid Jini Rio JavaSpaces (JXTA, JxGrid...) thanks to Z. Juhasz, Univ. of Veszprem (Hungary)

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

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Article on Grid Computing Architecture and Benefits

Article on Grid Computing Architecture and Benefits Article on Grid Computing Architecture and Benefits Ms. K. Devika Rani Dhivya 1, Mrs. C. Sunitha 2 1 Assistant Professor, Dept. of BCA & MSc.SS, Sri Krishna Arts and Science College, CBE, Tamil Nadu, India.

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

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

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

Load balancing using Remote Method Invocation (JAVA RMI)

Load balancing using Remote Method Invocation (JAVA RMI) Load balancing using Remote Method Invocation (JAVA RMI) Ms. N. D. Rahatgaonkar 1, Prof. Mr. P. A. Tijare 2 1 Department of Computer Science & Engg and Information Technology Sipna s College of Engg &

More information

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th irods and Metadata survey Version 0.1 Date 25th March Purpose Survey of Status Complete Author Abhijeet Kodgire akodgire@indiana.edu Table of Contents 1 Abstract... 3 2 Categories and Subject Descriptors...

More information

Outline SOA. Properties of SOA. Service 2/19/2016. Definitions. Comparison of component technologies. Definitions Component technologies

Outline SOA. Properties of SOA. Service 2/19/2016. Definitions. Comparison of component technologies. Definitions Component technologies Szolgáltatásorientált rendszerintegráció Comparison of component technologies Simon Balázs, BME IIT Outline Definitions Component technologies RPC, RMI, CORBA, COM+,.NET, Java, OSGi, EJB, SOAP web services,

More information

Enabling petascale science: data management, troubleshooting and scalable science services

Enabling petascale science: data management, troubleshooting and scalable science services Enabling petascale science: data management, troubleshooting and scalable science services A. Baranovski 1, K. Beattie 6, S. Bharathi 2, J. Boverhof 6, J. Bresnahan 3,4, A. Chervenak 2, I. Foster 3,4,5,

More information

MapCenter: An Open Grid Status Visualization Tool

MapCenter: An Open Grid Status Visualization Tool MapCenter: An Open Grid Status Visualization Tool Franck Bonnassieux Robert Harakaly Pascale Primet UREC CNRS UREC CNRS RESO INRIA ENS Lyon, France ENS Lyon, France ENS Lyon, France franck.bonnassieux@ens-lyon.fr

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

The Role and uses of Peer-to-Peer in file-sharing. Computer Communication & Distributed Systems EDA 390

The Role and uses of Peer-to-Peer in file-sharing. Computer Communication & Distributed Systems EDA 390 The Role and uses of Peer-to-Peer in file-sharing Computer Communication & Distributed Systems EDA 390 Jenny Bengtsson Prarthanaa Khokar jenben@dtek.chalmers.se prarthan@dtek.chalmers.se Gothenburg, May

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

Parallel Processing over Mobile Ad Hoc Networks of Handheld Machines

Parallel Processing over Mobile Ad Hoc Networks of Handheld Machines Parallel Processing over Mobile Ad Hoc Networks of Handheld Machines Michael J Jipping Department of Computer Science Hope College Holland, MI 49423 jipping@cs.hope.edu Gary Lewandowski Department of Mathematics

More information

16th International Conference on Control Systems and Computer Science (CSCS16 07)

16th International Conference on Control Systems and Computer Science (CSCS16 07) 16th International Conference on Control Systems and Computer Science (CSCS16 07) TOWARDS AN IO INTENSIVE GRID APPLICATION INSTRUMENTATION IN MEDIOGRID Dacian Tudor 1, Florin Pop 2, Valentin Cristea 2,

More information

DFSgc. Distributed File System for Multipurpose Grid Applications and Cloud Computing

DFSgc. Distributed File System for Multipurpose Grid Applications and Cloud Computing DFSgc Distributed File System for Multipurpose Grid Applications and Cloud Computing Introduction to DFSgc. Motivation: Grid Computing currently needs support for managing huge quantities of storage. Lacks

More information

Information Sciences Institute University of Southern California Los Angeles, CA 90292 {annc, carl}@isi.edu

Information Sciences Institute University of Southern California Los Angeles, CA 90292 {annc, carl}@isi.edu _ Data Management and Transfer in High-Performance Computational Grid Environments Bill Allcock 1 Joe Bester 1 John Bresnahan 1 Ann L. Chervenak 2 Ian Foster 1,3 Carl Kesselman 2 Sam Meder 1 Veronika Nefedova

More information

SAS 9.4 Intelligence Platform

SAS 9.4 Intelligence Platform SAS 9.4 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Intelligence Platform:

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Citrix Presentation Server Prerequisites

More information

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2 Job Reference Guide SLAMD Distributed Load Generation Engine Version 1.8.2 June 2004 Contents 1. Introduction...3 2. The Utility Jobs...4 3. The LDAP Search Jobs...11 4. The LDAP Authentication Jobs...22

More information

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005 Oracle Net Services for Oracle10g An Oracle White Paper May 2005 Oracle Net Services INTRODUCTION Oracle Database 10g is the first database designed for enterprise grid computing, the most flexible and

More information

Chapter 3. Internet Applications and Network Programming

Chapter 3. Internet Applications and Network Programming Chapter 3 Internet Applications and Network Programming 1 Introduction The Internet offers users a rich diversity of services none of the services is part of the underlying communication infrastructure

More information

Data Management System - Developer Guide

Data Management System - Developer Guide Data Management System - Developer Guide Marcin Wolski Pawel Spychala Maciej Labedzki Data Management System - Developer Guide by Marcin

More information

Manjrasoft Market Oriented Cloud Computing Platform

Manjrasoft Market Oriented Cloud Computing Platform Manjrasoft Market Oriented Cloud Computing Platform Innovative Solutions for 3D Rendering Aneka is a market oriented Cloud development and management platform with rapid application development and workload

More information

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS Adrian Mos, John Murphy Performance Engineering Lab, Dublin City University Glasnevin, Dublin 9, Ireland Tel: +353 1 700-8762,

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

Overview of CORBA 11.1 I NTRODUCTION TO CORBA. 11.4 Object services 11.5 New features in CORBA 3.0 11.6 Summary

Overview of CORBA 11.1 I NTRODUCTION TO CORBA. 11.4 Object services 11.5 New features in CORBA 3.0 11.6 Summary C H A P T E R 1 1 Overview of CORBA 11.1 Introduction to CORBA 11.2 CORBA architecture 11.3 Client and object implementations 11.4 Object services 11.5 New features in CORBA 3.0 11.6 Summary In previous

More information

Hadoop and Map-Reduce. Swati Gore

Hadoop and Map-Reduce. Swati Gore Hadoop and Map-Reduce Swati Gore Contents Why Hadoop? Hadoop Overview Hadoop Architecture Working Description Fault Tolerance Limitations Why Map-Reduce not MPI Distributed sort Why Hadoop? Existing Data

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment

A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment A Taxonomy and Survey of Grid Resource Planning and Reservation Systems for Grid Enabled Analysis Environment Arshad Ali 3, Ashiq Anjum 3, Atif Mehmood 3, Richard McClatchey 2, Ian Willers 2, Julian Bunn

More information

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1 Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

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

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM Note: Before you use this

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

Jini. Kurzfassung als Kapitel für die Vorlesung Verteilte Systeme. (unter Nutzung von Teilen von Andreas Zeidler und Roger Kehr)

Jini. Kurzfassung als Kapitel für die Vorlesung Verteilte Systeme. (unter Nutzung von Teilen von Andreas Zeidler und Roger Kehr) Jini Kurzfassung als Kapitel für die Vorlesung Verteilte Systeme Friedemann Mattern (unter Nutzung von Teilen von Andreas Zeidler und Roger Kehr) Jini Infrastructure ( middleware ) for dynamic, cooperative,

More information

SSL VPN Technology White Paper

SSL VPN Technology White Paper SSL VPN Technology White Paper Keywords: SSL VPN, HTTPS, Web access, TCP access, IP access Abstract: SSL VPN is an emerging VPN technology based on HTTPS. This document describes its implementation and

More information

Integrating the Internet into Your Measurement System. DataSocket Technical Overview

Integrating the Internet into Your Measurement System. DataSocket Technical Overview Integrating the Internet into Your Measurement System DataSocket Technical Overview Introduction The Internet continues to become more integrated into our daily lives. This is particularly true for scientists

More information

File and Object Replication in Data Grids

File and Object Replication in Data Grids File and Object Replication in Data Grids Heinz Stockinger 1,2, Asad Samar 3, Bill Allcock 4, Ian Foster 4,5, Koen Holtman 3, Brian Tierney 1,6 1) CERN, European Organization for Nuclear Research, CH-1211

More information

G-Monitor: Gridbus web portal for monitoring and steering application execution on global grids

G-Monitor: Gridbus web portal for monitoring and steering application execution on global grids G-Monitor: Gridbus web portal for monitoring and steering application execution on global grids Martin Placek and Rajkumar Buyya Grid Computing and Distributed Systems (GRIDS) Lab Department of Computer

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Storage Resource Managers: Middleware Components for Grid Storage

Storage Resource Managers: Middleware Components for Grid Storage Storage Resource Managers: Middleware Components for Grid Storage Arie Shoshani, Alex Sim, Junmin Gu Lawrence Berkeley National Laboratory Berkeley, California 94720 {shoshani, asim, jgu}@lbl.gov tel +1-510-486-5171

More information

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand. IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise

More information

The Service Availability Forum Specification for High Availability Middleware

The Service Availability Forum Specification for High Availability Middleware The Availability Forum Specification for High Availability Middleware Timo Jokiaho, Fred Herrmann, Dave Penkler, Manfred Reitenspiess, Louise Moser Availability Forum Timo.Jokiaho@nokia.com, Frederic.Herrmann@sun.com,

More information

An Overview of Distributed Databases

An Overview of Distributed Databases International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 2 (2014), pp. 207-214 International Research Publications House http://www. irphouse.com /ijict.htm An Overview

More information

Exploiting peer group concept for adaptive and highly available services

Exploiting peer group concept for adaptive and highly available services Exploiting peer group concept for adaptive and highly available services Muhammad Asif Jan Centre for European Nuclear Research (CERN) Switzerland Fahd Ali Zahid, Mohammad Moazam Fraz Foundation University,

More information

It is the thinnest layer in the OSI model. At the time the model was formulated, it was not clear that a session layer was needed.

It is the thinnest layer in the OSI model. At the time the model was formulated, it was not clear that a session layer was needed. Session Layer The session layer resides above the transport layer, and provides value added services to the underlying transport layer services. The session layer (along with the presentation layer) add

More information

Chapter 11 Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related

Chapter 11 Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related Chapter 11 Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related Summary Xiangzhe Li Nowadays, there are more and more data everyday about everything. For instance, here are some of the astonishing

More information

IMPLEMENTATION OF AN AGENT MONITORING SYSTEM IN A JINI ENVIRONMENT WITH RESTRICTED USER ACCESS

IMPLEMENTATION OF AN AGENT MONITORING SYSTEM IN A JINI ENVIRONMENT WITH RESTRICTED USER ACCESS IMPLEMENTATION OF AN AGENT MONITORING SYSTEM IN A JINI ENVIRONMENT WITH RESTRICTED USER ACCESS Marietta A. Gittens (Dr. Sadanand Srivastava, Dr. James Gil De Lamadrid) {mgittens, ssrivas, gildelam}@cs.bowiestate.edu

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

Availability Digest. www.availabilitydigest.com. Raima s High-Availability Embedded Database December 2011

Availability Digest. www.availabilitydigest.com. Raima s High-Availability Embedded Database December 2011 the Availability Digest Raima s High-Availability Embedded Database December 2011 Embedded processing systems are everywhere. You probably cannot go a day without interacting with dozens of these powerful

More information

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago Globus Striped GridFTP Framework and Server Raj Kettimuthu, ANL and U. Chicago Outline Introduction Features Motivation Architecture Globus XIO Experimental Results 3 August 2005 The Ohio State University

More information

Building Java Servlets with Oracle JDeveloper

Building Java Servlets with Oracle JDeveloper Building Java Servlets with Oracle JDeveloper Chris Schalk Oracle Corporation Introduction Developers today face a formidable task. They need to create large, distributed business applications. The actual

More information

Chapter Outline. Chapter 2 Distributed Information Systems Architecture. Middleware for Heterogeneous and Distributed Information Systems

Chapter Outline. Chapter 2 Distributed Information Systems Architecture. Middleware for Heterogeneous and Distributed Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 2 Architecture Chapter Outline Distributed transactions (quick

More information

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid

GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid GridFTP GUI: An Easy and Efficient Way to Transfer Data in Grid Wantao Liu, 1,2 Rajkumar Kettimuthu, 3,4 Brian Tieman, 5 Ravi Madduri, 3,4 Bo Li, 1 Ian Foster 2,3,4 1 School of Computer Science and Engineering,

More information

Fiery EX4112/4127. Printing from Windows

Fiery EX4112/4127. Printing from Windows Fiery EX4112/4127 Printing from Windows 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45083884 01 April 2009 CONTENTS 3 CONTENTS

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

Michał Jankowski Maciej Brzeźniak PSNC

Michał Jankowski Maciej Brzeźniak PSNC National Data Storage - architecture and mechanisms Michał Jankowski Maciej Brzeźniak PSNC Introduction Assumptions Architecture Main components Deployment Use case Agenda Data storage: The problem needs

More information

Archiving, Indexing and Accessing Web Materials: Solutions for large amounts of data

Archiving, Indexing and Accessing Web Materials: Solutions for large amounts of data Archiving, Indexing and Accessing Web Materials: Solutions for large amounts of data David Minor 1, Reagan Moore 2, Bing Zhu, Charles Cowart 4 1. (88)4-104 minor@sdsc.edu San Diego Supercomputer Center

More information

Dynamic allocation of servers to jobs in a grid hosting environment

Dynamic allocation of servers to jobs in a grid hosting environment Dynamic allocation of s to in a grid hosting environment C Kubicek, M Fisher, P McKee and R Smith As computational resources become available for use over the Internet, a requirement has emerged to reconfigure

More information