CompatibleOne Open Source Cloud Broker Architecture Overview
|
|
|
- Morgan Eaton
- 10 years ago
- Views:
Transcription
1 CompatibleOne Open Source Cloud Broker Architecture Overview WHITE PAPER October 2012 Table of Contents Abstract 2 Background 2 Disclaimer 2 Introduction 2 Section A: CompatibleOne: Open Standards and Open Source 3 Section B: CompatibleOne Functional Cycle 3 Section C: CompatibleOne Logical Model 6 Section D: CompatibleOne Description Model 7 Section E: CompatibleOne Communication Architecture 8 Section F: Next Steps 10 List of Exhibits Exhibit 1: Advanced Capabilities for CORDS: Architecture v Exhibit 2: CompatibleOne Resource Description System: Logical View 6 Exhibit 3: CORDS Service Control Graph 8 Exhibit 4: CompatibleOne ACCORDS (Communication Architecture) 9 Exhibit 5: CompatibleOne ACCORDS (OpenStack or OpenNebula Provisioning) 9 (cc by) OW This white paper is distributed for purposes of comment and discussion only. 1
2 CompatibleOne Open Source Cloud Broker Architecture Overview Abstract In this white paper, we discuss the CompatibleOne open source cloud broker. CompatibleOne is an open source collaborative project based on open standards. The CompatibleOne approach is based on the open cloud computing interface OCCI. This white paper introduces the four-step functional manifest-to-service provisioning cycle of the CompatibleOne broker and provides an overview of its logical model and core concepts and its communication architecture. Background The white paper is based on a presentation given by Iain James MARSHALL of Prologue SA, at OW2con'11 on 24 Nov The video capture of this presentation includes a live demonstration and is available at: CompatibleOne originated as a collaborative project endorsed by the Systematic Competitive Cluster and supported financially by the Paris Region. The partners in the CompatibleOne project include ActiveEon, Bull, City Passenger, Enovance, Eureva, Mandriva, Nexedi, Nuxeo, Prologue, Xwiki, Inria, Institut Telecom and OW2. Disclaimer The purpose of this white paper is to provide a technical overview of the CompatibleOne Open Source Broker architecture with specific attention given to the positioning of new concepts. This paper does not provide an exhaustive discussion of the CompatibleOne Open Source Broker and is not a competitive analysis between the CompatibleOne Open Source Broker and other cloud computing interoperability mechanisms. Introduction CompatibleOne was launched as a collaborative project to perform research work and to come up with ideas addressing the need for interoperability in the field of Cloud Computing. The project quickly evolved until it converged in developing a cloud computing broker as defined by Gartner 1, i.e. a core cloud computing mechanism providing Intermediation, Aggregation and Arbitration of cloud services. Moreover, the CompatibleOne platform is aligned with the Cloud Computing Reference Architecture 2 of the National Institute of Standards and Technology (NIST, U.S. Department of Commerce). This white paper presents an overview of CompatibleOne the first open source cloud computing broker. It is blueprint for Developers, Operators and DevOps. In CompatibleOne, models and documents are shared by developers and operators, customers and vendors. CompatibleOne provides support for interoperability, portability and reversibility. 1Gartner, Defining Cloud Service Brokerage: Taking Intermediation to the Next Level, by Daryl C. Plummer, Benoit J. Lheureux, Frances Karamouzis, 8 October 2010, G http:// (cc by) OW This white paper is distributed for purposes of comment and discussion only. 2
3 Section A: CompatibleOne: Open Standards and Open Source CompatibleOne is an open source project. OW2, an independent open source organization, is one of the project's partners. The work performed is published under open source license on the OW2 forge. The CompatibleOne project is based upon the strong belief that open source and the adoption of open standards enable open innovation and foster an open cloud computing ecosystem. For this reason, CompatibleOne is driven by open standards and open source. The project partners have identified a series of open standards that currently provide the backdrop of the project. These include the following standards: Open Cloud Computing Interface (OCCI)* from Open Grid Forum (OGF) Cloud Data Management Interface (CDMI) from Storage Networking Industry Association (SNIA) *A special mention goes to OCCI, whose simplicity and powerful potential grabbed the attention of all project partners. The CompatibleOne project partners are now working to find out how to leverage these standards and specifications in building a master plan. Section B: CompatibleOne Functional Cycle CompatibleOne is comprised of a model and an execution platform. The model, CompatibleOne Resource Description System (CORDS), is an object oriented language for the description of cloud applications, services and resources. The execution platform, Advanced Capabilities for CORDS (ACCORDS), is a cloud application provisioning and deployment control system. Exhibit 1 below provides a high-level overview of the CompatibleOne ACCORDS platform architecture in four quadrants. These quadrants represent the four steps of the functional cycle. Step One: Handling the user's requirements The first step deals with the user interactivity. Here users of the platform specify their requirements in terms of the CORDS Manifest, describing the infrastructure they require. It is a service manifest document which describes in detail the services to be delivered, the technical and economical criteria, and specifications and constraints that are to be taken into consideration. The outcome of step one is the CORDS Manifest. (cc by) OW This white paper is distributed for purposes of comment and discussion only. 3
4 Exhibit 1: Advanced Capabilities for CORDS: Architecture v2.12 Step Two: Validation and provisioning plan In the second step, the CORDS Manifest is transferred to the ACCORDS Parser which is responsible for parsing of the CORDS Manifest and validating the XML syntax, the schema conformance and the infrastructure feasibility. For feasibility, the ACCORDS Parser will analyze the document and localize service providers capable of understanding and satisfying the terms described within the manifest. If this process completes successfully, the XML description will be transformed into a fully qualified and validated provisioning plan. The provisioning plan is like a blueprint, containing information required to achieve the infrastructure described by the user or initiator within the manifest. Step Three: Execution of the provisioning plan Once the provisioning plan has been validated, it is transferred to the ACCORDS Broker which is responsible for the actual provisioning operation. The ACCORDS Broker is connected to a collection of services. The services listed here in the third quadrant are not exhaustive. The lists indicates service components which have been foreseen and are being developed within the CompatibleOne project group. They include the following services: COPS (CompatibleOne Placement Service) COEES (CompatibleOne Energy Efficiency Service) COOBAS (CompatibleOne Ordering Billing and Accounting Service) CONETS (CompatibleOne Network Service) (cc by) OW This white paper is distributed for purposes of comment and discussion only. 4
5 COIPS (CompatibleOne Image Production Service) The above services assist the ACCORDS Broker in the provisioning operations required when using the plan. This operation requires the creation of a control graph for the management of the different components involved in and resulting from the provisioning process. Step Four: Delivering the cloud services In the fourth step, guided by the provisioning control graph, the ACCORDS Broker negotiates the availability of resources with the providers through the ACCORDS PROCCI. The ACCORDS PROCCI enables the ACCORDS Broker to negotiate the placement and provisioning of the resources required to fulfill the needs expressed within the CORDS Manifest and qualified within the plan. This will be delivered to the user in the form of the Service. Communication with the different providers is performed through client/server interfaces described using standard OCCI specifications and implemented on the CompatibleOne side within the ACCORDS PROCCI and on the provider side within a provider-specific Procci component. CompatibleOne is currently capable of provisioning on both OpenNebula and OpenStack platforms. Other Procci components being developed include SlapOS, ProActive, Amazon and Windows Azure.* *It is important to note that the proxy defined by CompatibleOne is an OCCI proxy because the entire architecture has been built on standard, loosely coupled, OCCI REST API interfaces. Consequently every single component communicates with the other components though these REST OCCI interfaces. Communication Support Facilities Interestingly, CompatibleOne operates without service bus. Many options with service buses were being evaluated until it became apparent that service buses were not necessary and were redundant. However, the following three communication support facilities provide support to all interactions: Knowledge Base: A collection of information maintained within the system. The elements stored in the Knowledge Base are the CORDS Manifests, the Plans, the Contracts and the Services. A unique and universal identifier is attributed to each element in the Knowledge Base and may be used to reference the element for use in subsequent plans. CompatibleOne Security Services (COSS): A highly security conscious system where everything is performed using Transport Layer Security (TLS). Each component in the system is required to obtain and present its own identity. Each component must also be authenticated and authorized to use the system. Publisher: Provides publication services, or repository services, for the connection between the components. All interactions within ACCORDS (Advanced Capabilities for CORDS) are performed in conjunction with the Publication Service offered by the Publisher, in compliance with COSS (CompatibleOne Security Service) and using OCCI (Open Cloud Computing Interface) over HTTP (Hyper Text Transfer Protocol). In the end, this collection of protocols and specifications constitutes the cloud middleware offered by CompatibleOne. (cc by) OW This white paper is distributed for purposes of comment and discussion only. 5
6 Section C: CompatibleOne Logical Model The CompatibleOne approach is based on the open cloud computing interface OCCI, which provides a simple approach for the description of almost anything. The OCCI OGF Group defines an Entity that is derived to give Resources, Links and Mixins. Below that, the entity defines three basic elements: Network, Compute and Storage to which have been added StorageLink and NetworkLink. The entire CORDS (CompatibleOne Resource Description System) is compliant with this model. Exhibit 2: CompatibleOne Resource Description System: Logical View In Exhibit 2, which shows the logical view of the model, each of the boxes represents a Category and the Category is a resource. CompatibleOne's rationale is completely compliant with an OCCI interface and an OCCI description understanding mechanism. In the OCCI protocol, there is a discovery capability that allows any client to discover the categories of services these OCCI servers are capable of delivering. The illustration shows the logical descriptive view of how the CORDS Manifest is organized internally to give rise to the Plan. A CORDS Manifest is described in terms of Nodes. The Node is defined as a unit, which is described in terms of its Infrastructure and Application Image. Its Infrastructure provides its Network, Compute and Storage requirements and is (cc by) OW This white paper is distributed for purposes of comment and discussion only. 6
7 described using the standard OCCI Category elements. The Image is described in terms of its base operating system and the collection of required packages that are installed to achieve the desired application functionality. A CORDS Manifest can be composed of as many Nodes as required to provide the right functionality. Each Node may suggest a particular type of provider. By type of provider, a Node may require specific services available only within, for instance, an OpenNebula platform, or an OpenStack platform or a ProActive platform with a section script. If required, the Node may state its needs explicitly. It may however suggest that any will do, in which case the overall configuration of the platform will be allowed to apply its preferences. For a Node there is also the notion of Configuration and Monitoring actions. These actions describe the way a Node will co-operate with other Nodes within the Manifest. They also describe the requirements and the constraints which are placed upon it in this operating scenario. Section D: CompatibleOne Description Model The processing of a CORDS Manifest gives rise to a Plan. The Plan is produced and corresponds to a particular CORDS Manifest to which is attached a pricing scheme. The Plan, when it is processed by the ACCORDS Broker, will give rise to a Service. Several links to a Service may be produced from a single Plan. Each Service comprises the collection of Contracts required to represent each of the individual Nodes expressed in the CORDS Manifest. Attached to the Contracts are the collections of instructions required for its Configuration and to establish its conditions for Monitoring. The Contract describes the user subscription account for the provider on which a Service is to be deployed. Exhibit 3: CORDS Service Control Graph (cc by) OW This white paper is distributed for purposes of comment and discussion only. 7
8 Section E: CompatibleOne Communication Architecture Exhibit 4 shows the CompatibleOne communication architecture. The user submits a CORDS Manifest to the ACCORDS Parser and ACCORDS Broker. The ACCORDS Broker engages the service consumers which in turn discover the service providers through the central ACCORDS Publisher. The service consumers communicate using their REST OCCI interface with individual providers to achieve the desired results. The monitoring agent under the control of a monitoring collector, or consumer, collects the various audit and monitoring data in order to ensure that the provisioning is correctly performed and correctly operated in compliance with the terms described in the CORDS Manifest or the SLA. Exhibit 5 shows the schematic for the OpenStack Nova or OpenNebula provisioning. The user instantiates a CORDS Plan via the ACCORDS Broker. For OpenStack, the ACCORDS Broker communicates with the ACCORDS Publisher and the proxy to look for an OpenStack provider. It performs the required provisioning through the REST interface. It happens in the same way with OpenNebula. The OpenNebula provisioning system is perfectly symmetrical. The only difference is the change in the nature of the final proxy, i.e. the proxy component that is responsible for handling the communication with a particular platform. (cc by) OW This white paper is distributed for purposes of comment and discussion only. 8
9 Exhibit 4: CompatibleOne ACCORDS Communication Architecture Exhibit 5: CompatibleOne ACCORDS for OpenStack or OpenNebula Provisioning (cc by) OW This white paper is distributed for purposes of comment and discussion only. 9
10 Section F: Next Steps Having achieved proof of concept, the CompatibleOne project partners will soon announce automatic provisioning and automatic configuring based on SLA. The control of diverse Cloud Computing resources will be the next step. This will integrate the new components of the brokering system in terms of monitoring, when the blueprint and primary work has been performed. Meanwhile, the coding phase is in full swing. Security has already been defined and coded. Accountancy is currently being discussed in detail. These discussions will elaborate the financial channels that will guide and control the system in order to provide intelligent provisioning in terms of financial, energetic and legal constraints and conditions. The CompatibleOne open source broker will further be validated with three use cases: Extensions for use of PaaS Services (providing Elasticity, Scalability and Storage) Cloud Automation whereby the manifest will be used to provide automated instancing on demand by business processes Provision of HPC resources and 3D visualization (a highly interesting proof of concept whereby Graphic Processor units will be called to operate within high performance grids and provide heavy duty calculation units for 3D visualization for gaming platform delivery). For more information To learn more about the CompatibleOne open source cloud broker, please visit: To join the conversation on our developer community, you are welcome to subscribe to: The video capture of the CompatibleOne Open Source Cloud Broker Quick Demonstration, upon which this white paper is based, includes a live demonstration and is available at: (cc by) OW This white paper is distributed for purposes of comment and discussion only. 10
How To Build An Open Source Cloud Broker
CompatibleOne : The Open Source Cloud Broker Architecture overview Cedric Thomas, OW2 CEO Alexandre Lefebvre, OW2 CTO Labelled by & Berlin, 29th May 2012 IN A NUTSHELL Support for interoperability, portability
Cloud Computing Actionable Standards An Overview of Cloud Specifications
Computing Actionable Standards An Overview of Specifications Computing Broker Inter- Computing IaaS PaaS SaaS IaaS PaaS SaaS Web Data Web Data Michael Behrens, CTO, R2AD, LLC Eugene Luster, Standards Architect,
How To Compare Cloud Computing To Cloud Platforms And Cloud Computing
Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Cloud Platforms
Open Source Cloudware Ini2a2ve
Open Source Cloudware Ini2a2ve ActiveEon, Bull, CityPassenger, enovance, Eureva, INRIA, Institut Télécom, Lost Oasis, Mandriva, Nexedi, Nuxeo, OW2, Prologue, XWiki Labelled by & Raphael Ferreira Directeur
Automating Business Processes of Telecom Service Providers Using BPM and Web Services for NGOSS
Automating Business Processes of Telecom Service Providers Using BPM and Web Services for NGOSS by MohanRam B. R. and Balasubramanian S. Infosys Technologies Limited www.infosys.com Abstract Telecom service
September 2009 Cloud Storage for Cloud Computing
September 2009 Cloud Storage for Cloud Computing This paper is a joint production of the Storage Networking Industry Association and the Open Grid Forum. Copyright 2009 Open Grid Forum, Copyright 2009
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework
Security Issues in Cloud Computing
Security Issues in Computing CSCI 454/554 Computing w Definition based on NIST: A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources
Mobile Cloud Computing T-110.5121 Open Source IaaS
Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital
The Next Generation CLOUD DEPLOYMENT AND DESIGN ON INTEL PLATFORMS EXTREME FACTORY* PC ON-DEMAND SOLUTION DISTRIBUTED HEALTH CLOUD ARCHITECTURE
JOURNEY TO CLOUD Volume2, Issue 1 The Next Generation BIG DATA, SMALL BUDGET HADOOP COMPATIBLEONE* NEXT-GENERATION CLOUD MANAGEMENT CLOUD DEPLOYMENT AND DESIGN ON INTEL PLATFORMS EXTREME FACTORY* PC ON-DEMAND
Cloudify and OpenStack Heat
Cloudify and OpenStack Heat General Cloudify is an application orchestration platform that provides a complete solution for automating and managing application deployment and DevOps processes on top of
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany {foued.jrad, jie.tao, achim.streit}@kit.edu
OpenNebula Leading Innovation in Cloud Computing Management
OW2 Annual Conference 2010 Paris, November 24th, 2010 OpenNebula Leading Innovation in Cloud Computing Management Ignacio M. Llorente DSA-Research.org Distributed Systems Architecture Research Group Universidad
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction
Open Cloud Computing Interface - Monitoring Extension
GFD-I OCCI-WG Augusto Ciuffoletti, Università di Pisa September 22, 2014 Updated: April 13, 2015 Open Cloud Computing Interface - Monitoring Extension Status of this Document This document provides information
Challenges in Hybrid and Federated Cloud Computing
Cloud Day 2011 KTH-SICS Cloud Innovation Center and EIT ICT Labs Kista, Sweden, September 14th, 2011 Challenges in Hybrid and Federated Cloud Computing Ignacio M. Llorente Project Director Acknowledgments
2) Xen Hypervisor 3) UEC
5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools
Attacking the roadblocks preventing aggressive adoption of Cloud Standards:
Attacking the roadblocks preventing aggressive adoption of Cloud Standards: How SNIA and other standards orgs are developing standards that benefit high priority use cases. John Eastman, CTO, Presented
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
White Paper on CLOUD COMPUTING
White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples
Georgiana Macariu, Dana Petcu, CiprianCraciun, Silviu Panica, Marian Neagul eaustria Research Institute Timisoara, Romania
Open source API and platform for heterogeneous Cloud computing environments Georgiana Macariu, Dana Petcu, CiprianCraciun, Silviu Panica, Marian Neagul eaustria Research Institute Timisoara, Romania Problem
Cloud Computing for Architects
Cloud Computing for Architects This four day, hands-on boot camp begins with an examination of the Cloud Computing concept, the structure and key characteristics of Clouds, and takes a look under the hood
A Model for Accomplishing and Managing Dynamic Cloud Federations
A Model for Accomplishing and Managing Dynamic Cloud Federations London, CFM workshop 2014, December 8 th Giuseppe Andronico, INFN CT Marco Fargetta (INFN CT), Maurizio Paone (INFN CT), Salvatore Monforte
Intent NBI for Software Defined Networking
Intent NBI for Software Defined Networking 1 SDN NBI Challenges According to the architecture definition in Open Networking Foundation (ONF), a Software Defined Network (SDN) includes three vertically
The OpenCloudware collaborative project
The OpenCloudware collaborative project «Delivering a Cloud Platorm for Building, Maintaining and Operating Enterprise PaaS Distributed Applications» Alban Richard, UShareSoft CEO Cedric Thomas, OW2 CEO
Cloud Architecture and Management. M.I. Deen General Manager (Enterprise Solutions) Sri Lanka Telecom
Cloud Architecture and Management M.I. Deen General Manager (Enterprise Solutions) Sri Lanka Telecom Cloud Computing Architecture Reference Architecture, Terminology and Definitions Akaza Cloud Architecture
Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,
CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com
` CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS Review Business and Technology Series www.cumulux.com Table of Contents Cloud Computing Model...2 Impact on IT Management and
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 [email protected] Copyright IBM Corporation 2005. All rights
Sentinet for BizTalk Server SENTINET
Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and APIs Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication
WHITEPAPER. Why Dependency Mapping is Critical for the Modern Data Center
WHITEPAPER Why Dependency Mapping is Critical for the Modern Data Center OVERVIEW The last decade has seen a profound shift in the way IT is delivered and consumed by organizations, triggered by new technologies
Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers
Whitepaper: Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers Whitepaper: Managing Cloud Services in the Enterprise 2 The cloud has revolutionized the way businesses operate
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies 3-day seminar Give Your Business the Competitive Edge SOA has rapidly seized the momentum and center stage because
Cloud Computing and Standards
Cloud Computing and Standards Heather Kreger CTO International Standards, IBM [email protected] 2012 IBM Corporation Technology will play the key role in success Speed Value 90% 1 view cloud as critical
An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises
agility PLATFORM Product Whitepaper An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises ServiceMesh 233 Wilshire Blvd,
Web Application Hosting Cloud Solution Architecture. http://www.cloud-council.org/web-app-hosting-wp/index.htm
Web Application Hosting Cloud Solution Architecture http://www.cloud-council.org/web-app-hosting-wp/index.htm February, 2015 Presenters Heather Kreger CTO International Standards, IBM US [email protected]
Sentinet for Windows Azure SENTINET
Sentinet for Windows Azure SENTINET Sentinet for Windows Azure 1 Contents Introduction... 2 Customer Benefits... 2 Deployment Topologies... 3 Isolated Deployment Model... 3 Collocated Deployment Model...
Service-oriented architecture in e-commerce applications
Service-oriented architecture in e-commerce applications What is a Service Oriented Architecture? Depends on who you ask Web Services A technical architecture An evolution of distributed computing and
FLEXIANT. Utility Computing on Demand
FLEXIANT Utility Computing on Demand Flexiant Flexiant is a software and services company, one of the world's first public/private Cloud providers. We provide cloud infrastructure software and services
Accelerate Your Enterprise Private Cloud Initiative
Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING. Carlos de Alfonso Andrés García Vicente Hernández
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING Carlos de Alfonso Andrés García Vicente Hernández 2 INDEX Introduction Our approach Platform design Storage Security
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing
OCCI and Security Operations in OpenStack - Overview
Allocation of VMs: A primer Alex Glikson (IBM), John M. Kennedy (Intel), Giovanni Toffetti (IBM) FI-WAE Cloud Hosting Chapter June 6th, 2013 http://www.fi-ware.eu http://www.fi-ppp.eu Agenda Overview Web-based
A Vision for Operational Analytics as the Enabler for Business Focused Hybrid Cloud Operations
A Vision for Operational Analytics as the Enabler for Focused Hybrid Cloud Operations As infrastructure and applications have evolved from legacy to modern technologies with the evolution of Hybrid Cloud
Perspectives on Cloud Computing and Standards. Peter Mell, Tim Grance NIST, Information Technology Laboratory
Perspectives on Cloud Computing and Standards Peter Mell, Tim Grance NIST, Information Technology Laboratory Caveats and Disclaimers This presentation provides education on cloud technology and its benefits
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
NATO s Journey to the Cloud Vision and Progress
NATO s Journey to the Cloud Vision and Progress Dr Peter J. Lenk 2 Definitions of the Cloud A large-scale distributed computing paradigm that is driven by economies of scale, in which a pool of abstracted,
How To Build A Financial Messaging And Enterprise Service Bus (Esb)
Simplifying SWIFT Connectivity Introduction to Financial Messaging Services Bus A White Paper by Microsoft and SAGA Version 1.0 August 2009 Applies to: Financial Services Architecture BizTalk Server BizTalk
A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services
A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University
Sistemi Operativi e Reti. Cloud Computing
1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi [email protected] 2 Introduction Technologies
Consumption IT. Michael Shepherd Business Development Manager. Cisco Public Sector May 1 st 2014
Consumption IT Michael Shepherd Business Development Manager Cisco Public Sector May 1 st 2014 Short Bio Cloud BDM in Public Sector (SLED + FED) Cisco for 14 + years Focused on cloud for 4 + years Awareness,
Nuxeo, an open source platform for content-centric business applications. Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo
Nuxeo, an open source platform for content-centric business applications Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo Nuxeo, the Company Providing an Open Source Content Management Platform for Business
Infrastructure Management of Hybrid Cloud for Enterprise Users
Infrastructure Management of Hybrid Cloud for Enterprise Users Shixing Yan *, Bu Sung Lee *^, Guopeng Zhao *, Ding Ma *, Peer Mohamed * * HP Labs Singapore 1 Fusionopolis Way Singapore 138632 ^School of
Testing Intelligent Device Communications in a Distributed System
Testing Intelligent Device Communications in a Distributed System David Goughnour (Triangle MicroWorks), Joe Stevens (Triangle MicroWorks) [email protected] United States Smart Grid systems
Becoming a Cloud Services Broker. Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013
Becoming a Cloud Services Broker Neelam Chakrabarty Sr. Product Marketing Manager, HP SW Cloud Products, HP April 17, 2013 Hybrid delivery for the future Traditional IT Evolving current state Future Information
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies 3-day seminar Give Your Business the Competitive Edge SOA has rapidly seized the momentum and center stage because
The Jamcracker Enterprise CSB AppStore Unifying Cloud Services Delivery and Management for Enterprise IT
The Jamcracker Enterprise CSB AppStore Unifying Cloud Services Delivery and Management for Enterprise IT Jamcracker, Inc. 4677 Old Ironsides Drive Santa Clara, CA, USA 95054 www.jamcracker.com Table of
Migrating SaaS Applications to Windows Azure
Migrating SaaS Applications to Windows Azure Lessons Learned 04.04.2012 Speaker Introduction Deepthi Raju Marketing Technology Services Deepthi joined Smartbridge in 2005 and has over twenty years of technology
DevOps Course Content
DevOps Course Content INTRODUCTION TO DEVOPS What is DevOps? History of DevOps Dev and Ops DevOps definitions DevOps and Software Development Life Cycle DevOps main objectives Infrastructure As A Code
Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform
Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.
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
Business-Driven Software Engineering Lecture 3 Foundations of Processes
Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster [email protected] Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary
How To Understand Cloud Computing
Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition
NIST Cloud Computing Program Activities
NIST Cloud Computing Program Overview The NIST Cloud Computing Program includes Strategic and Tactical efforts which were initiated in parallel, and are integrated as shown below: NIST Cloud Computing
Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com
W H I T E P A P E R A p p l i c a t i o n D e l i v e r y f o r C l o u d S e r v i c e s : C u s t o m i z i n g S e r v i c e C r e a t i o n i n V i r t u a l E n v i r o n m e n t s Sponsored by: Brocade
Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing
Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing Presented by : Ajay Budhraja, Chief, Enterprise Services ME (Engg), MS (Mgmt), PMP, CICM, CSM,
Cloud Computing and Security Risk Analysis Qing Liu Technology Architect STREAM Technology Lab [email protected]
Cloud Computing and Security Risk Analysis Qing Liu Technology Architect STREAM Technology Lab [email protected] 1 Disclaimers This presentation provides education on Cloud Computing and its security
CoIP (Cloud over IP): The Future of Hybrid Networking
CoIP (Cloud over IP): The Future of Hybrid Networking An overlay virtual network that connects, protects and shields enterprise applications deployed across cloud ecosystems The Cloud is Now a Critical
Cloud Computing 159.735. Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009
Cloud Computing 159.735 Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009 Table of Contents Introduction... 3 What is Cloud Computing?... 3 Key Characteristics...
A Grid Architecture for Manufacturing Database System
Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies
Sentinet for BizTalk Server SENTINET 3.1
for BizTalk Server SENTINET 3.1 for BizTalk Server 1 Contents Introduction... 2 SOA and APIs Repository... 3 Security... 3 Mediation and Virtualization... 3 Authentication and Authorization... 4 Monitoring,
Cloud Services Brokerages - Enabling Service Providers to Drive New Revenue Streams and Increase Market Share
Cloud Services Brokerages - Enabling Service Providers to Drive New Revenue Streams and Increase Market Share Cloud Services Brokerage Enablement The cloud market is growing at a rate of 30% annually and
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
Oracle Applications and Cloud Computing - Future Direction
Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy [email protected] Vijay Tirumalai [email protected]
