How To Make A Cloud Service More Useful

Size: px
Start display at page:

Download "How To Make A Cloud Service More Useful"

Transcription

1 A Value- Added Cloud for the Internet2 Community Introduction The Cloud is rapidly changing the face of the Internet, building on two disruptive technologies: multi-tenant virtualized clusters and Software Defined Networks (SDN). Multi-tenant virtualized clusters enable scale-out designs with flexible resource use and good cost/performance. SDN makes it possible to both manage complexity and customize the network. These technologies are being deployed throughout the Internet; they are not limited to the data center. For example, network operators are migrating away from purpose-built hardware appliances and moving towards infrastructure that exploits virtualized commodity servers and SDN at the very edge of the Internet (i.e., their access networks), a practice known as Network Functions Virtualization (NFV). The emergence of the cloud, SDN, and NFV is impacting all IT sectors, including the Research and Education (R&E) community. This puts Internet2 at the center of the discussion of how Universities and community anchors can best take advantage of these technologies. This paper puts forward a vision for a Value-Added Cloud called OpenCloud, which Internet2 proposes to build in collaboration with its member organizations. Value-Add Strategy When developing a cloud strategy, it is natural to focus on deploying the commodity servers needed to offer Infrastructure-as-a-Service (IaaS), but one needs to look no further than Amazon Web Services (AWS) to understand the real challenge. The AWS console shows 46 available cloud services, only one of which (EC2) is about infrastructure. The rest are services that Amazon has built on top of their infrastructure, many of which leverage still other services in their ecosystem. The story at Google is similar. Google App Engine is a front-end to a collection of Google services that originally included BigTable, a NoSQL database built on the Google File System (GFS) and the Chubby Locking Service, but has recently been enhanced with a fault-tolerant data store called Spanner and a new file service called Colossus. The main take away from both examples is that a comprehensive cloud strategy must go beyond infrastructure to include a rich service portfolio that includes both end-user services and building block services that lower the barrier to providing those high-level services. In addition to cloud providers that operate their own data centers, there are a plethora of over-tothe-top service providers that leverage commodity IaaS to build value-added services. Some augment the commodity infrastructure with dedicated resources of their own (e.g., Netflix stores video content in S3, but has built a purpose-built CDN to improve delivery speeds), while others provide all their value in software running on commodity infrastructure (e.g., Dropbox and Box provide value-added storage services on top of S3, Snapchat supports a social network on top of the Google Cloud Platform, and Pertino provides private virtual networks running on top of EC2). These trends suggest a three-part strategy for the Internet2 community. The first is to treat existing clouds as providing useful commodity services (rather than try to replicate those services), and focus instead on adding value to these services by leveraging its strategic advantage a global footprint, including the Internet2 backbone, international co-location centers, and campus edge sites. Doing so gives the Internet2 community an opportunity to provide value along six dimensions:

2 Responsiveness deliver low-latency access to end-users. Bandwidth avoid upstream bottlenecks and transfer costs. Predictability offer compute, memory, and bandwidth guarantees. Privacy keep sensitive data on the customer premises. Trust spread risk over multiple commodity providers. Customization tailor access for targeted user communities. The second is to create an open service framework similar to the ones that empower Amazon and Google that lowers the barrier to deploying new services and supporting the rapid customization of existing services for targeted user communities. Doing so is essential to catalyzing and sustaining its ability to provide value-added services. The third is to cultivate all possible sources of value-added services, including community initiatives that target R&E use cases (e.g., scientific discovery and course delivery), cutting-edge services developed by the research community (e.g., Internet-of-Things and virtual networks on demand), and commercial over-the-top-services that can provide even more value if given access to Internet2 s footprint. Access might be in the form of virtualized infrastructure (i.e., virtual machines and virtual networks), or building block services (e.g., caches, proxies, domain-specific platforms) that the over-the-top providers can leverage to enhance the service they currently deliver to end-users. OpenCloud OpenCloud is a pilot value-added cloud being built jointly by the Open Networking Lab, Internet2, the PlanetLab Consortium, and a collection of participating Universities. As illustrated in Figure 1, OpenCloud does not replace or replicate existing cloud resources, but instead augments public commodity clouds and University-hosted private clouds with a widely distributed cloud that takes advantage of the Internet2 footprint. Figure 1. OpenCloud combines small clusters with Internet2 s global footprint to augment commodity and private clouds in support of value-added services. The current pilot is deployed across Internet2 s backbone, with small clusters of commodity servers deployed at ten Internet2 routing centers in the US and Asia, as well as at a collection of University campuses across the US. An SDN network will interconnect these clusters, spanning the Internet2 backbone, the Innovation Platform that connects the campus networks to the

3 backbone, and top-of-rack switches that connect each cluster into the campus Science DMZ. Said another way, OpenCloud augments Internet2 s Innovation Platform to include virtualized clusters in addition to 100GigE and SDN connectivity. OpenCloud is built from open source software. OpenStack runs on the individual clusters and is used to create and provision virtual machines (VMs). ONOS, an SDN-based network operating system, runs across the Internet2 backbone, as well as each cluster, and is used to create and manage virtual networks (VNs). On top of OpenStack and ONOS, OpenCloud runs an open source service orchestration framework, called XOS, that makes it possible to create, name, operationalize, manage, and compose services as first-class operations. Finally, in addition to virtualized infrastructure, the OpenCloud pilot includes a demonstration building block service a Content Distribution Network (CDN) that the Internet2 community can use to accelerate delivery of existing University and Internet2 content, but it also serves as a building block for other value-added services, such as a multi-tier storage hierarchy and workflow orchestrators. The CDN, along with other example services that benefit from OpenCloud, are briefly described in the next section. Example Value-Added Services The key to building a successful value-added service is to identify functionality that benefits from being deployed across a wide footprint, with close proximity to end-users. This section identifies some examples, and explains how they would benefit from a widely distributed platform like OpenCloud. Scalable Delivery of Academic Content Content distribution networks (CDNs) a set of caches distributed across the network are a well-established mechanism for scaling content delivery (popular content is delivered from multiple end-points rather than a single origin server), improving the end-user experience (content is delivered from a nearby cache near rather than from a distant server), and minimizing transfers across slow or expensive links (cached content avoids upstream links). A pilot CDN running on OpenCloud has the potential to realize the same benefits. For example, content originating at US Universities can be delivered to remote campuses in Asia and the Middle East without traversing high-latency international links. Similarly, Internet2-hosted content with research or educational value can be delivered worldwide by taking advantage of caches deployed near commodity peering points. As another example, content hosted in commodity cloud storage can be cached across OpenCloud s footprint and delivered to widely distributed compute clusters without incurring the cost of reading it out of cloud storage. Finally, by extending the CDN s reach to community anchors (e.g., libraries, museums, hospitals), OpenCloud has the potential to deliver content to users with low-bandwidth connections to the backbone. Multi-Tier Storage Hierarchy Commodity cloud storage services like Dropbox, Box, and S3 are now commonly available, but they are not optimized (in terms of either performance or pricing) to support widespread collaborations or widely distributed computations. At the same time, there are a growing number of purpose-build scientific data repositories, but they often require scientists to become experts at data transfer, replication, staging, security, and consistency. In response to this situation, the pilot deployment of OpenCloud includes a value-added storage service that harnesses available storage components to provide a global, scalable, and secure data delivery platform. These existing components include public and private cloud stores (for data durability), network caches and content distribution networks (for scalable read bandwidth), and

4 local disks (for local reads/write performance). A scalable metadata service running in the commodity cloud implements data consistency, ensuring the caches deliver the most recent version of each file. This combination of commodity storage, network-wide caches, and local disks form a multi-tier storage hierarchy, which makes it possible for applications to access data independent of where it is stored. Doing so allows users to mount shared volumes into cloudhosted virtual machines (VMs), supports a scalable number of users, makes it easy to take advantage of cost/performance tradeoffs among multiple back-end storage providers, allows users to securely share files across organizational boundaries with minimal involvement, and makes it easy to integrate existing user workflows and datasets. This multi-tier storage hierarchy takes advantage of OpenCloud s widespread footprint in two ways. First, the CDN deploy across OpenCloud serves as the intermediate level of the storage hierarchy, putting cached content close to a scalable number of end-users (and the computational resources they use to process the data). Second, the solution deploys acquisition gateways across OpenCloud s footprint, importing (ingesting) data from existing data repositories into the hierarchy. The storage service also leverages OpenCloud s service orchestration framework to compose a combination of commodity and private services. Scientific Workflow Orchestration Managing scientific computations that involve widely distributed data and compute resources is a complex task. Sometimes the data needs to be moved closer to the computation and sometimes the computational tasks need to be moved closer to the data. A scientific workflow orchestration service could help with this task by virtualizing the three major components of a computation: Workflows (the processing steps needed to generate a result), Data Flows (the communication paths needed to move data between the processing tasks), and Data Collections (the context and arrangement associated with the data being processed). Abstracting and virtualizing these three components frees users from having to worry about the low-level details, including identity management, access control, mapping to physical resources, provenance, and so on. For example, a Workflow can be mapped to a collection of cloud resources, shared, re-executed, and published, with the provenance captured by storing the input files and input parameters. A Data Flow can be mapped to a specified virtual network, parallelized using disjoint network paths, or optimized by taking advantage of caches distributed across the network s footprint. A Data Collection can be mapped to a set of storage services, with the data distributed across multiple sites, discovered through descriptive metadata, and archived for long term preservation. Such an orchestration service directly benefits from OpenCloud s widely distributed resources (e.g., distributed caches and close proximity to edge storage and compute resources), as well as its ability to set up virtualized networks and data paths on demand. It also benefits from OpenCloud s support for service composition, with the individual micro-services that make up a scientific computation built by chaining together the individual tasks that make up the workflow. From VPNs to Secure Virtual Networks It is common for Internet2 member organizations to require their off-campus users to access protected resources via a Virtual Private Network (VPN). This typically involves the user first securely connecting to the home campus, and then indirectly accessing both local and remote resources from that anchor point. This indirect path is problematic when the set of communicating parties (and the resources they access) are widely distributed. All traffic has to flow through a central hub at the home campus. OpenCloud s global footprint is an ideal platform for an overlay-based VPN service. Users securely connect to the service at the nearest point-of-presence, and a network graph is constructed among all the sites participating in the VPN. Traffic to off-vpn resources flow

5 through the egress site closest to the destination. Both commercial and open source VPN services are available, and a prototype deployment is in progress on OpenCloud. Connecting users to a VPN usually happens in support of humans accessing web services, in which case a cloud-hosted overlay network is a practical solution. There is a similar situation involving high-performance computation distributed across multiple sites. Putting such computations on an isolated SDN-based virtual network (VN) is a preferred solution. OpenCloud clusters would provide ingress/egress for such a VN, with the underlying switches running across Internet2 s backbone and the per-campus Innovation Platform. OpenCloud would make it possible to acquire such a virtual network on demand. Decentralized Identity Management Different cloud services authenticate users with different sets of credentials. However, it is hard for users to keep track of many credentials, but insecure for them to use the same credential everywhere. While conventional SSO infrastructure can alleviate these concerns, maintaining it across an ever-changing set of users, services, and sites is a tedious, never-ending operational challenge. An emerging response to this situation is to run a decentralized identity management service that maintains a global, public, and consistent namespace of all users and services. It provides functionality similar to using LDAP for PKI by mapping an unchanging human-readable name to an identity record containing public keys. Unlike LDAP, the authenticity, integrity, and edit history of each record is checked against an external blockchain a globally distributed appendonly database that is easy to download and audit but computationally infeasible to alter or forge. Crucially, this identity service is not a trusted third party local users and service VMs validate identity records they receive against a site-local copy of the blockchain. OpenCloud is the ideal deployment platform for such an identity management service. Users only need to track one set of credentials (i.e. for managing their identity), and both users and services leverage it for authentication by using it to discover each other s up-to-date public keys. The solution offers backwards compatibility with existing SSO implementations (e.g. Shibboleth) by presenting itself as another identity provider option to SSO clients, and by hosting copies of the users existing certificates and security assertions as part of the user's identity record. Distributed Monitoring and Analytics OpenCloud s distributed footprint is an ideal platform for deploying performance monitoring and attack detection services. Rather than passively observing traffic and actively probing the network from a single observation point, a multi-site observatory e.g., running performance monitoring tools like perfsonar and attack analysis tools like Snort provides a more complete picture of the Internet s health. Computation-intensive analysis tools and analytics programs would then run on the available public and private clouds, processing the data collected from these edge sites. Data Reduction for IoT Although still an emerging area, there is a consensus that dense deployments of Internetconnected sensors and personal devices will generate substantial volumes of data that needs to be shipped to data centers for analysis. Edge-hosted OpenCloud resources can be leveraged in such scenarios to reduce the value of data through some combination of sampling and data reduction that needs to be transmitted back to centralized public and private clouds. IoT is an area that is ripe for innovation, and OpenCloud could be used to provide sandboxes for promising technologies.

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks

IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks Renato Figueiredo Advanced Computing and Information Systems Lab University of Florida ipop-project.org Unit 3: Intra-cloud Virtual Networks

More information

Cloud-Era File Sharing and Collaboration

Cloud-Era File Sharing and Collaboration Cloud-Era File Sharing and Collaboration Maginatics Cloud Storage Platform Perspective 2012 Neovise, LLC. All Rights Reserved. Report Published July 29, 2014 Introduction Distributed file systems have

More information

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved.

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved. Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Introduction For service providers, the rise of cloud computing is both a threat

More information

Cloud Computing Trends

Cloud Computing Trends UT DALLAS Erik Jonsson School of Engineering & Computer Science Cloud Computing Trends What is cloud computing? Cloud computing refers to the apps and services delivered over the internet. Software delivered

More information

Table of Contents. Abstract. Cloud computing basics. The app economy. The API platform for the app economy

Table of Contents. Abstract. Cloud computing basics. The app economy. The API platform for the app economy Table of Contents Abstract Cloud computing basics The app economy The API platform for the app economy Your API platform: in the cloud or on premises? The cloud deployment model Cloud characteristics The

More information

Stanford SDN-Based Private Cloud. Johan van Reijendam (jvanreij@stanford.edu) Stanford University

Stanford SDN-Based Private Cloud. Johan van Reijendam (jvanreij@stanford.edu) Stanford University Stanford SDN-Based Private Cloud (jvanreij@stanford.edu) Stanford University Executive Summary The Web and its infrastructure continue to make phenomenal progress, allowing the creation and scaling of

More information

HIGH-SPEED BRIDGE TO CLOUD STORAGE

HIGH-SPEED BRIDGE TO CLOUD STORAGE HIGH-SPEED BRIDGE TO CLOUD STORAGE Addressing throughput bottlenecks with Signiant s SkyDrop 2 The heart of the Internet is a pulsing movement of data circulating among billions of devices worldwide between

More information

SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER

SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER JOINT SDN SOLUTION BY ALCATEL-LUCENT ENTERPRISE AND NEC APPLICATION NOTE EXECUTIVE SUMMARY Server

More information

What is SDN all about?

What is SDN all about? What is SDN all about? Emil Gągała Juniper Networks Piotr Jabłoński Cisco Systems In the beginning there was a chaos CLOUD BUILDING BLOCKS CAN I VIRTUALIZE MY Compute Network? Storage Where is my money?

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

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

More information

The Next Frontier for SDN: SDN Transport

The Next Frontier for SDN: SDN Transport The Next Frontier for SDN: SDN Transport Vishnu Shukla Verizon OIF President June 2, 2015 TIA 2015, Dallas Changing Role of Transport Networks A new kind of business customer Using both private and public

More information

MSP Dashboard. Solution Guide

MSP Dashboard. Solution Guide Solution Guide MSP Dashboard This document discusses the Cisco Meraki Managed Services Dashboard, which contains features purpose-built for Managed Service Providers offering cloud-managed networking as

More information

STRATEGIC WHITE PAPER. The next step in server virtualization: How containers are changing the cloud and application landscape

STRATEGIC WHITE PAPER. The next step in server virtualization: How containers are changing the cloud and application landscape STRATEGIC WHITE PAPER The next step in server virtualization: How containers are changing the cloud and application landscape Abstract Container-based server virtualization is gaining in popularity, due

More information

Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks

Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks WHITE PAPER July 2014 Achieving Real-Time Business Solutions Using Graph Database Technology and High Performance Networks Contents Executive Summary...2 Background...3 InfiniteGraph...3 High Performance

More information

Improving the Microsoft enterprise. network for public cloud connectivity

Improving the Microsoft enterprise. network for public cloud connectivity Improving the Microsoft enterprise cloud network for public cloud connectivity Page 1 Improving network performance between Microsoft and the public Situation As Microsoft IT located more of its line-ofbusiness

More information

I D C V E N D O R S P O T L I G H T

I D C V E N D O R S P O T L I G H T I D C V E N D O R S P O T L I G H T S t o r a g e T rends: Delive r i n g M a n a g e m ent and I n t e l l i g e n c e T h r o u g h C l o u d S e r vi c es April 2013 Adapted from IDC's Worldwide Storage

More information

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how EMC Elastic Cloud Storage (ECS ) can be used to streamline the Hadoop data analytics

More information

Understanding Object Storage and How to Use It

Understanding Object Storage and How to Use It SWIFTSTACK WHITEPAPER An IT Expert Guide: Understanding Object Storage and How to Use It November 2014 The explosion of unstructured data is creating a groundswell of interest in object storage, certainly

More information

Optimizing Data Center Networks for Cloud Computing

Optimizing Data Center Networks for Cloud Computing PRAMAK 1 Optimizing Data Center Networks for Cloud Computing Data Center networks have evolved over time as the nature of computing changed. They evolved to handle the computing models based on main-frames,

More information

AKAMAI WHITE PAPER. Network Function Virtualization

AKAMAI WHITE PAPER. Network Function Virtualization AKAMAI WHITE PAPER Network Function Virtualization TABLE OF CONTENTS NETWORK FUNCTION VIRTUALIZATION 1 ADVANTAGES OF CLOUD COMPUTING 1 CONTENT DELIVERY 2 HyperCache 2 Request Router 2 IP Streamer 2 Intercept

More information

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Daniel King d.king@lancaster.ac.uk Matthew Broadbent m.broadbent@lancaster.ac.uk David Hutchison d.hutchison@lancaster.ac.uk

More information

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

More information

CYBERINFRASTRUCTURE FRAMEWORK FOR 21 st CENTURY SCIENCE AND ENGINEERING (CIF21)

CYBERINFRASTRUCTURE FRAMEWORK FOR 21 st CENTURY SCIENCE AND ENGINEERING (CIF21) CYBERINFRASTRUCTURE FRAMEWORK FOR 21 st CENTURY SCIENCE AND ENGINEERING (CIF21) Goal Develop and deploy comprehensive, integrated, sustainable, and secure cyberinfrastructure (CI) to accelerate research

More information

Zentera Cloud Federation Network for Hybrid Computing

Zentera Cloud Federation Network for Hybrid Computing Zentera Cloud Federation Network for Hybrid Computing The New Era of Hybrid Computing Cloud computing technology, the next computing paradigm after client-server, will shift enterprise IT to a new era

More information

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge TECHNOLOGY BRIEF ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge Business and individual consumers are enjoying the benefits of cloud technology every day, sometimes without even knowing

More information

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Expand Your Infrastructure with the Elastic Cloud Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Today we re going to talk about The Cloud Scenarios Questions You Probably

More information

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 ` 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

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network

Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network White paper Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network July 2001 Executive Summary Rich media content like audio and video streaming over the Internet is becoming

More information

Introduction to Red Hat Storage. January, 2012

Introduction to Red Hat Storage. January, 2012 Introduction to Red Hat Storage January, 2012 1 Today s Speakers 2 Heather Wellington Tom Trainer Storage Program Marketing Manager Storage Product Marketing Manager Red Hat Acquisition of Gluster What

More information

Designing a Cloud Storage System

Designing a Cloud Storage System Designing a Cloud Storage System End to End Cloud Storage When designing a cloud storage system, there is value in decoupling the system s archival capacity (its ability to persistently store large volumes

More information

End-to-end Secure Cloud Services a Pertino whitepaper

End-to-end Secure Cloud Services a Pertino whitepaper a Pertino whitepaper Executive summary Whether companies use the cloud as a conduit to connect remote locations and mobile users or use cloud-based applications, corporations have found that they can reduce

More information

API Architecture. for the Data Interoperability at OSU initiative

API Architecture. for the Data Interoperability at OSU initiative API Architecture for the Data Interoperability at OSU initiative Introduction Principles and Standards OSU s current approach to data interoperability consists of low level access and custom data models

More information

Bringing the Cloud to the Enterprise Branch and WAN: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY

Bringing the Cloud to the Enterprise Branch and WAN: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY Bringing the Cloud to the Enterprise Branch and WAN: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY The principles of cloud computing are transforming the information

More information

Protecting Big Data Data Protection Solutions for the Business Data Lake

Protecting Big Data Data Protection Solutions for the Business Data Lake White Paper Protecting Big Data Data Protection Solutions for the Business Data Lake Abstract Big Data use cases are maturing and customers are using Big Data to improve top and bottom line revenues. With

More information

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management Page 2 Table of

More information

The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers

The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers G00290109 The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers Published: 31 July 2015 Analyst(s): Bob Gill The edge manifesto calls for the placement

More information

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure White Paper Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure What You Will Learn The new Cisco Application Centric Infrastructure

More information

Realizing the Value Proposition of Cloud Computing

Realizing the Value Proposition of Cloud Computing Realizing the Value Proposition of Cloud Computing CIO s Enterprise IT Strategy for Cloud Jitendra Pal Thethi Abstract Cloud Computing is a model for provisioning and consuming IT capabilities on a need

More information

SOFTWARE DEFINED NETWORKING

SOFTWARE DEFINED NETWORKING SOFTWARE DEFINED NETWORKING Bringing Networks to the Cloud Brendan Hayes DIRECTOR, SDN MARKETING AGENDA Market trends and Juniper s SDN strategy Network virtualization evolution Juniper s SDN technology

More information

Enhanced Research Data Management and Publication with Globus

Enhanced Research Data Management and Publication with Globus Enhanced Research Data Management and Publication with Globus Vas Vasiliadis Jim Pruyne Presented at OR2015 June 8, 2015 Presentations and other useful information available at globus.org/events/or2015/tutorial

More information

Unlock the value of data with smarter storage solutions.

Unlock the value of data with smarter storage solutions. Unlock the value of data with smarter storage solutions. Data is the currency of the new economy.... At HGST, we believe in the value of data, and we re helping the world harness its power.... Data is

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

How To Write A Blog Post On Globus

How To Write A Blog Post On Globus Globus Software as a Service data publication and discovery Kyle Chard, University of Chicago Computation Institute, chard@uchicago.edu Jim Pruyne, University of Chicago Computation Institute, pruyne@uchicago.edu

More information

Driving SDN Adoption in Service Provider Networks

Driving SDN Adoption in Service Provider Networks WHITEPAPER Software Defined Networking (SDN) Driving SDN Adoption in Service Provider Networks This whitepaper provides an overview of key requirements and enablers for driving SDN adoption in Service

More information

Juniper Solutions for Turnkey, Managed Cloud Services

Juniper Solutions for Turnkey, Managed Cloud Services Juniper Solutions for Turnkey, Managed Cloud Services Three use cases for hosting and colocation service providers looking to deliver massively scalable, highly differentiated cloud services. Challenge

More information

The Virtualization Practice

The Virtualization Practice The Virtualization Practice White Paper: Managing Applications in Docker Containers Bernd Harzog Analyst Virtualization and Cloud Performance Management October 2014 Abstract Docker has captured the attention

More information

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services WHITEPAPER Network-Attached Storage in the Public Cloud Red Hat Storage for Amazon Web Services Introduction Cloud computing represents a major transformation in the way enterprises deliver a wide array

More information

Building Multi-Site & Ultra-Large Scale Cloud with Openstack Cascading

Building Multi-Site & Ultra-Large Scale Cloud with Openstack Cascading Building Multi-Site & Ultra-Large Scale Cloud with Openstack Cascading Requirement and driving forces multi-site cloud Along with the increasing popularity and wide adoption of Openstack as the de facto

More information

In-Network Programmability for Next-Generation personal Cloud service support: The INPUT project

In-Network Programmability for Next-Generation personal Cloud service support: The INPUT project In-Network Programmability for Next-Generation personal Cloud service support: The INPUT project Constantinos Vassilakis, PhD Athens, 2/10/2015 Motivation Trend Move functionality and services to the cloud

More information

Automated Cloud Migration

Automated Cloud Migration Automated Cloud Migration Now you can quickly and safely deploy multi-tier production apps into the cloud without virtualization and/or modification for use cases that include DevTest and Disaster Recovery.

More information

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE EXECUTIVE SUMMARY This application note proposes Virtual Extensible LAN (VXLAN) as a solution technology to deliver departmental segmentation, business

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router HyperQ Hybrid Flash Storage Made Easy White Paper Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com sales@parseclabs.com

More information

Branches as Nimble as the Cloud: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY

Branches as Nimble as the Cloud: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY Branches as Nimble as the Cloud: Unleashing Agility with Nuage Networks Virtualized Network Services EXECUTIVE SUMMARY The principles of cloud computing are transforming the delivery of information services

More information

How To Understand The Evolution Of The Network

How To Understand The Evolution Of The Network Evolution At The Edge. Interconnection, Cloud Services, Oh my! Christian Koch, Megaport Why I m Here Over the past 20 years, networks have generally interconnected the same way, however, there are some

More information

IBM Spectrum Protect in the Cloud

IBM Spectrum Protect in the Cloud IBM Spectrum Protect in the Cloud. Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information regarding

More information

Introduction to OpenStack

Introduction to OpenStack Introduction to OpenStack Carlo Vallati PostDoc Reseracher Dpt. Information Engineering University of Pisa carlo.vallati@iet.unipi.it Cloud Computing - Definition Cloud Computing is a term coined to refer

More information

OBJECT-BASED STORAGE INTRODUCTION

OBJECT-BASED STORAGE INTRODUCTION HOW GEO-DISPERSED OBJECT-BASED STORAGE PROVIDES METADATA DRIVEN INTELLIGENCE TO ENABLE MORE ROBUST CONTENT DELIVERY NETWORKS Shane Archiquette Hitachi Data Systems Santa Clara, California ABSTRACT - The

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Potecting your business assets in The Cloud, with. Secure Multitency Environment from CloudHPT.

Potecting your business assets in The Cloud, with. Secure Multitency Environment from CloudHPT. Potecting your business assets in The Cloud, with Secure Multitency Environment from CloudHPT. Whitepaper 1 Introduction Goal of This Document To provide a guide to the security features of CloudHPT. CloudHPT

More information

Ensuring end-user quality in NFV-based infrastructures

Ensuring end-user quality in NFV-based infrastructures Ensuring end-user quality in NFV-based infrastructures Leveraging distributed NFV cloud nodes to provide instant assessment of end-user experience EXECUTIVE SUMMARY Compute resources for virtual network

More information

The Secret to Business Results: How Network Connections Drive Web Application Performance

The Secret to Business Results: How Network Connections Drive Web Application Performance CITO Research Advancing the craft of technology leadership The Secret to Business Results: How Network Connections Drive Web Application Performance Sponsored by Contents Executive Summary 1 Introduction

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

Getting More Performance and Efficiency in the Application Delivery Network

Getting More Performance and Efficiency in the Application Delivery Network SOLUTION BRIEF Intel Xeon Processor E5-2600 v2 Product Family Intel Solid-State Drives (Intel SSD) F5* Networks Delivery Controllers (ADCs) Networking and Communications Getting More Performance and Efficiency

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat

Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat EXECUTIVE SUMMARY Hybrid IT is a fact of life in companies today. Increasingly, the way to deploy

More information

Market Application Delivery Networking. Products ADC, WAN Optimization, Secure Access

Market Application Delivery Networking. Products ADC, WAN Optimization, Secure Access Company snapshot Founded 2000 Headquarters Milpitas, CA, USA Employees 400+ Market Application Delivery Networking Products ADC, WAN Optimization, Secure Access Segments Enterprise, Service Provider, Public

More information

The Evolution to Local Content Delivery

The Evolution to Local Content Delivery The Evolution to Local Content Delivery Content caching brings many benefits as operators work out how to cope with the astounding growth in demand for Internet video and other OTT content driven by Broadband

More information

Cisco Virtual Wide Area Application Services: Technical Overview

Cisco Virtual Wide Area Application Services: Technical Overview Cisco Virtual Wide Area Application Services: Technical Overview What You Will Learn Organizations are offering private and virtual private cloud-based application delivery over the WAN to their end users

More information

CENTER I S Y O U R D ATA

CENTER I S Y O U R D ATA I S Y O U R D ATA CENTER R E A DY F O R S D N? C R I T I C A L D ATA C E N T E R C O N S I D E R AT I O N S FOR SOFT WARE-DEFINED NET WORKING Data center operators are being challenged to be more agile

More information

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Use case Figure 1: Company C Architecture (Before Migration) Company C is an automobile insurance claim processing company with

More information

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Cloud Topology Public cloud providers such as Amazon Web Service, Google, IBM, Rackspace, etc. have similar

More information

Build Clouds Without Limits Gordon Haff

Build Clouds Without Limits Gordon Haff Red Hat CloudForms Infrastructure-as-a-Service: Build Clouds Without Limits Gordon Haff Is your IT ready for IT-as-a-Service? Is it... Portable across hybrid environments? Does it let you... Manage image

More information

SDN PARTNER INTEGRATION: SANDVINE

SDN PARTNER INTEGRATION: SANDVINE SDN PARTNER INTEGRATION: SANDVINE SDN PARTNERSHIPS SSD STRATEGY & MARKETING SERVICE PROVIDER CHALLENGES TIME TO SERVICE PRODUCT EVOLUTION OVER THE TOP THREAT NETWORK TO CLOUD B/OSS AGILITY Lengthy service

More information

ONOS [Open Source SDN Network Operating System for Service Provider networks]

ONOS [Open Source SDN Network Operating System for Service Provider networks] ONOS [Open Source SDN Network Operating System for Service Provider networks] http://onosproject.org/ Released on December 5 th, 2014 Guru Parulkar parulkar@stanford.edu ONOS Partnership A partnership

More information

ADDING STRONGER AUTHENTICATION for VPN Access Control

ADDING STRONGER AUTHENTICATION for VPN Access Control ADDING STRONGER AUTHENTICATION for VPN Access Control Adding Stronger Authentication for VPN Access Control 1 ADDING STRONGER AUTHENTICATION for VPN Access Control A VIRTUAL PRIVATE NETWORK (VPN) allows

More information

STRATEGIC WHITE PAPER. Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview

STRATEGIC WHITE PAPER. Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview STRATEGIC WHITE PAPER Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview Abstract Cloud architectures rely on Software-Defined Networking

More information

The Role of Virtual Routers In Carrier Networks

The Role of Virtual Routers In Carrier Networks The Role of Virtual Routers In Carrier Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions of SDN and NFV Benefits of SDN and NFV Challenges and Inhibitors Some Use Cases Some Industry

More information

Quick Overview of SDN/NFV Research at Berkeley

Quick Overview of SDN/NFV Research at Berkeley 1 Quick Overview of SDN/NFV Research at Berkeley 2 A Combination of Perspectives PIs: Sylvia Ratnasamy and Scott Shenker Ratnasamy: ~9 years at Intel, leading Routebricks - Resurgence of commodity-based

More information

Lufthansa Systems Uses Hybrid Cloud to Trim IT Delivery to Hours and Reduce Costs

Lufthansa Systems Uses Hybrid Cloud to Trim IT Delivery to Hours and Reduce Costs Lufthansa Systems Uses Hybrid Cloud to Trim IT Delivery to Hours and Reduce Costs Overview Country or Region: Germany Industry: IT services Customer Profile Lufthansa Systems provides consulting and IT

More information

Growth of Unstructured Data & Object Storage. Marcel Laforce Sr. Director, Object Storage

Growth of Unstructured Data & Object Storage. Marcel Laforce Sr. Director, Object Storage Growth of Unstructured Data & Object Storage Marcel Laforce Sr. Director, Object Storage Agenda Unstructured Data Growth Contrasting approaches: Objects, Files & Blocks The Emerging Object Storage Market

More information

Case Study. Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation. Case Study

Case Study. Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation. Case Study Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation World s Largest Publisher of Medical and Scientific Literature 1 2013 Compunnel Software Group Cloud Adoption, Fault Tolerant

More information

Virtual CDNs: Maximizing Performance While Minimizing Cost

Virtual CDNs: Maximizing Performance While Minimizing Cost White Paper Virtual CDNs: Maximizing Performance While Minimizing Cost Prepared by Roz Roseboro Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.6wind.com www.hp.com November 2014 Introduction

More information

CTERA Cloud Storage Platform Architecture

CTERA Cloud Storage Platform Architecture CTERA Cloud Storage Platform Architecture Whitepaper by CTERA Networks Highlights How unstructured data growth drives cloud storage adoption The killer apps of cloud storage reviewed Putting cloud storage

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information

Leveraging SDN and NFV in the WAN

Leveraging SDN and NFV in the WAN Leveraging SDN and NFV in the WAN Introduction Software Defined Networking (SDN) and Network Functions Virtualization (NFV) are two of the key components of the overall movement towards software defined

More information

Cloud Customer Architecture for Web Application Hosting, Version 2.0

Cloud Customer Architecture for Web Application Hosting, Version 2.0 Cloud Customer Architecture for Web Application Hosting, Version 2.0 Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Infrastructure for more security and flexibility to deliver the Next-Generation Data Center

Infrastructure for more security and flexibility to deliver the Next-Generation Data Center Infrastructure for more security and flexibility to deliver the Next-Generation Data Center Stefan Volmari Manager Systems Engineering Networking & Cloud Today's trends turn into major challenges Cloud

More information

The State of Application Delivery in 2015

The State of Application Delivery in 2015 The State of Application Delivery in 2015 a report by F5 f5.com/soad 1 Introduction F5 surveyed customers from more than 300 organizations (of all sizes) across a broad spectrum of vertical markets such

More information

Digital Forensics for IaaS Cloud Computing

Digital Forensics for IaaS Cloud Computing Digital Forensics for IaaS Cloud Computing June 26, 2012 The views expressed in this presentation are mine alone. Reference to any specific products, process, or service do not necessarily constitute or

More information

ServerCentral Cloud Services Reliable. Adaptable. Robust.

ServerCentral Cloud Services Reliable. Adaptable. Robust. ServerCentral Cloud Services Reliable. Adaptable. Robust. UNTHINK how you think about the cloud Everybody has their own definition for Cloud. But is it yours? You know what s best for your company, and

More information

Cloud Computing: What IT Professionals Need to Know

Cloud Computing: What IT Professionals Need to Know Learning Cloud Computing: What IT Professionals Need to Know Cloud computing promises new career opportunities for IT professionals. In many cases, existing core skill sets transfer directly to cloud technologies.

More information

The Value of Content Distribution Networks Mike Axelrod, Google axelrod@google.com. Google Public

The Value of Content Distribution Networks Mike Axelrod, Google axelrod@google.com. Google Public The Value of Content Distribution Networks Mike Axelrod, Google axelrod@google.com Introduction Well understood facts: o Fast is better than slow but it costs more to be fast o Network has to be fast and

More information

The New IP Networks: Time to Move From PoC to Revenue

The New IP Networks: Time to Move From PoC to Revenue White Paper The New IP Networks: Time to Move From PoC to Revenue Prepared by Roz Roseboro Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.brocade.com February 2015 Introduction The

More information

Databricks. A Primer

Databricks. A Primer Databricks A Primer Who is Databricks? Databricks vision is to empower anyone to easily build and deploy advanced analytics solutions. The company was founded by the team who created Apache Spark, a powerful

More information

Aspera Direct-to-Cloud Storage WHITE PAPER

Aspera Direct-to-Cloud Storage WHITE PAPER Transport Direct-to-Cloud Storage and Support for Third Party April 2014 WHITE PAPER TABLE OF CONTENTS OVERVIEW 3 1 - THE PROBLEM 3 2 - A FUNDAMENTAL SOLUTION - ASPERA DIRECT-TO-CLOUD TRANSPORT 5 3 - VALIDATION

More information