CloudNet: Dynamic Pooling of Cloud Resources by Live WAN Migration of Virtual Machines

Size: px
Start display at page:

Download "CloudNet: Dynamic Pooling of Cloud Resources by Live WAN Migration of Virtual Machines"

Transcription

1 CloudNet: Dynamic Pooling of Cloud Resources by Live WAN Migration of Virtual Machines Timothy Wood, Prashant Shenoy University of Massachusetts Amherst K.K. Ramakrishnan, and Jacobus Van der Merwe AT&T Labs - Research VEE 2011

2 Cloud Isolation Cloud data centers are isolated from one another and the enterprise Complicates Deployment Security Resource management Need a way to flexibly manage IT resources across data centers Enterprise View 2

3 Vision: Virtual Cloud Pools Flexible cross data center resource pools A secure collection of server, storage, and network resources Seamlessly connected across cloud and enterprise data centers Supports dynamic application placement across sites Enterprise Sites Cloud Sites 3

4 Cloud Pool Use Cases Enterprise Consolidation Simplify deployment into the cloud Minimize downtime and reconfiguration Cloud Bursting Many applications cannot be easily replicated WAN Migration enables dynamic placement Minimize performance impact Follow the Sun Application moves to be closer to clients or data Minimize planning time and migration bandwidth cost 4

5 Goals: Dynamic Cloud Pools Seamlessly and securely connect enterprise and cloud data centers Enable efficient migration of resources between data centers Challenges Networking: security, transparency, flexibility WAN Migration: Efficiency, application performance impact Downtime Pause Time (sec) SpecJBB Kernel Compile TPC-W Bandwidth (Mbps) 5

6 Outline Introduction Seamless Connections with VPNs Optimizing WAN Migration of VMs Implementation & Evaluation Conclusions 6

7 Connectivity Challenges Current approaches lack... Security Firewalls too fine grain, difficult to manage dynamically Transparency Cloud resources have own public IP range separate from enterprise Flexibility Complex reconfiguration required to add resources or move them between sites 7

8 Seamless Data Center Connections CloudNet: Use Virtual Private Networks (VPNs) Creates secure end-to-end network paths Simpler configuration than firewalls Managed by network provider with no end host configuration Layer 2 Virtual Private LAN Service (VPLS) Bridges the local networks at multiple sites Makes cloud resources look as if directly attached to enterprise LAN Allows existing VM migration techniques to work over the WAN! 8

9 Dynamic VPN Endpoints Manipulating VPN endpoints can be slow Manual process, can take days... must reduce this to seconds CloudNet automates VPN endpoint reconfiguration VPN Controller Centralized VPN Controller Acts as route reflector between sites Can adjust ruleset to modify VPN topology Route updates propagated via BGP 9

10 Outline Introduction Seamless Connections with VPNs Optimizing WAN Migration of VMs Implementation & Evaluation Conclusions 10

11 WAN Migration Challenges Existing approaches not well optimized for WAN Requires high bandwidth, low latency links (e.g. 622Mbps / 5msec) [VMware/Cisco 09, Travostino 06] Focus only on storage or ignore it completely [Bradford 07, Ruth 06] Need to support moving full VM state Disk storage Memory data Processor state All with minimal impact on application performance 11

12 VM Migration Procedure Disk Mem Net VPN Setup Live Mem Transfer Asynchronous Copy Synchronous Copy Time ARP Pause VM VM Memory VM Memory West Coast East Coast 12

13 Optimizing WAN Migration Redundancy Elimination: detect identical regions in memory or disk and only send once Cache Cache VM Memory Kernel Compile Source Zeroes Non-0 Duplicates Destination VM Memory TPC-W SPECjbb Redundancy (% of RAM) 13

14 Page Deltas: only send delta for partially changed data blocks during the migration Deltas Cache To send 2 Destination Page Diff Size Frequency 0 20K 40K Kernel compile Frequency 0 20K 40K TPCW Delta Size (B) Delta Size (B) 14

15 Smart Stop 242,987 When to stop iterating? Xen: when very few pages left or after 30 iterations Goals: Minimize total migration time Minimize pause time Number of Pages ,791 Sent Dirtied Iterate until Sent < Dirtied Iteration Reduce total time Then, find local minimum for Dirtied Reduce pause time 15

16 Outline Introduction Seamless Connections with VPNs Optimizing WAN Migration of VMs Implementation & Evaluation Conclusions 16

17 Implementation Uses Xen for memory migration Added in-memory cache for redundancy and deltas Modified control algorithm for smart stop Disk migration based on DRBD Has sync and async modes Evaluated benefits of redundancy elimination with traces VPN controller manages Juniper M7i routers Can be remotely configured Migration wrapper coordinates network, storage, and memory operations 17

18 CloudNet Testbed Testbed for exploring cloud services 3 sites spread across the US Illinois, Texas, and California Small cluster of servers at each site Can create multiple VCPs with resources at each site Migrations performed over active AT&T network links 18

19 Eval: Cloud Burst From Richardson, TX to Chicago, IL 465 Mbps link 27 msec RTT >1200 KM distance Simultaneous migration of four VMs 10GB disk 500 mi + 1.7GB RAM per VM Total BW consumption lowered from 37GB to 18GB Memory migration time reduced from 245 to 87 sec Downtime halved from 6 to 3 sec GB Transferred Memory Disk Total Default Optimized 19

20 Eval: Application Performance CloudNet reduces migration time Shorter period with lower application performance Resp Time (msec) Disk Transfer: 40 min Default Xen Memory Mig: 210s CloudNet: 115s Xen CloudNet Time (min) Synchronous disk replication reduces application performance if latency is high 20

21 Eval: Network Impact Bandwidth: length of migration and pause time Total Time (sec) Xen CloudNet Bandwidth (Mbps) Pause Time (sec) Xen CloudNet Bandwidth (Mbps) Latency: application performance during migration Total Time (sec) Xen CloudNet Latency (msec) Pause Time (sec) Xen CloudNet Latency (msec) 21

22 Related Work Private Clouds & Virtual Networks VIOLIN [Ruth-ICAC 06] and VIRTUOSO [Sundararaj-VM 04] Amazon VPC Optimizing Migration Compression [Jin-Cluster 09] Model based [Breitgand-HotICE 11] Deltas [Svard-previous talk] Storage transfer [Zheng-next talk] 22

23 Conclusions CloudNet: end-to-end support for WAN migration Network reconfiguration Optimized memory and storage transfer Minimizes migration cost Bandwidth: Eliminate redundant data Time: Reduce unnecessary iterations Reduces application impact Asynchronous bulk disk transfer Minimize pause time Questions? 23

24 Where to optimize? Can do redundancy elimination within the network Riverbed, [SmartRE]...but migration data is often encrypted Our end-host based cache can be used for both RE and page deltas Dom-0 Dom-0 Virtual Machine Memory Cache Storage Cache Memory Cache Storage Cache Virtual Machine Xen Hypervisor Xen Hypervisor 24

CloudNet: A Platform for Optimized WAN Migration of Virtual Machines

CloudNet: A Platform for Optimized WAN Migration of Virtual Machines University of Massachusetts, Technical Report 21 1 : A Platform for Optimized WAN Migration of Virtual Machines Timothy Wood Prashant Shenoy University of Massachusetts Amherst {twood,shenoy}@cs.umass.edu

More information

Acceleration of Virtual Machine Live Migration on QEMU/KVM by Reusing VM Memory

Acceleration of Virtual Machine Live Migration on QEMU/KVM by Reusing VM Memory Acceleration of Virtual Machine Live Migration on QEMU/KVM by Reusing VM Memory Soramichi Akiyama Department of Creative Informatics Graduate School of Information Science and Technology The University

More information

SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION

SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION SANDPIPER: BLACK-BOX AND GRAY-BOX STRATEGIES FOR VIRTUAL MACHINE MIGRATION Timothy Wood, Prashant Shenoy, Arun Venkataramani, and Mazin Yousif * University of Massachusetts Amherst * Intel, Portland Data

More information

TROPIC: Transactional Resource Orchestration Platform In the Cloud

TROPIC: Transactional Resource Orchestration Platform In the Cloud TROPIC: Transactional Resource Orchestration Platform In the Cloud Changbin Liu, Yun Mao*, Xu Chen*, Mary Fernandez*, Boon Thau Loo, Jacobus Van der Merwe* * netdb.cis.upenn.edu/dmf 1 Motivation Infrastructure

More information

Improving Data Center Resource Management, Deployment, and Availability with Virtualization

Improving Data Center Resource Management, Deployment, and Availability with Virtualization University of Massachusetts - Amherst ScholarWorks@UMass Amherst Dissertations 9-2011 Improving Data Center Resource Management, Deployment, and Availability with Virtualization Timothy Wood University

More information

Empirical Evaluation of Latency-Sensitive Application Performance in the Cloud

Empirical Evaluation of Latency-Sensitive Application Performance in the Cloud Empirical Evaluation of Latency-Sensitive Application Performance in the Cloud Sean Barker and Prashant Shenoy University of Massachusetts Amherst Department of Computer Science Cloud Computing! Cloud

More information

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer 21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal By Adeyemi Ademola E. Cloud Engineer 1 Contents Introduction... 5 1.2 Document Purpose and Scope...5 Service Definition...

More information

Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation

Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation Walter Cerroni, Franco Callegati DEI University of Bologna, Italy Outline Motivations Virtualized edge networks

More information

Empowering SDN SOFTWARE-BASED NETWORKING & SECURITY FROM VYATTA. Bruno Barba Systems Engineer Mexico & CACE

Empowering SDN SOFTWARE-BASED NETWORKING & SECURITY FROM VYATTA. Bruno Barba Systems Engineer Mexico & CACE Empowering SDN SOFTWARE-BASED NETWORKING & SECURITY FROM VYATTA Bruno Barba Systems Engineer Mexico & CACE bbarba@brocade.com Brocade Who is Vyatta? Leader in software-based networking Founded in 2006

More information

FUJITSU Software Interstage Information Integrator V11

FUJITSU Software Interstage Information Integrator V11 FUJITSU Software V11 An Innovative WAN optimization solution to bring out maximum network performance October, 2013 Fujitsu Limited Contents Overview Key technologies Supported network characteristics

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2384BU VMware Cloud on AWS A Technical Deep Dive Ray Budavari @rbudavari Frank Denneman - @frankdenneman #VMworld #LHC2384BU Disclaimer This presentation may contain product features that are currently

More information

Network+ Guide to Networks 6 th Edition

Network+ Guide to Networks 6 th Edition Network+ Guide to Networks 6 th Edition Chapter 10 Virtual Networks and Remote Access Objectives 1. Explain virtualization and identify characteristics of virtual network components 2. Create and configure

More information

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances The Single-node Trial for VMware vcenter Server on IBM Cloud is a single-tenant hosted private cloud that delivers

More information

Distributed File System Support for Virtual Machines in Grid Computing

Distributed File System Support for Virtual Machines in Grid Computing Distributed File System Support for Virtual Machines in Grid Computing Ming Zhao, Jian Zhang, Renato Figueiredo Advanced Computing and Information Systems Electrical and Computer Engineering University

More information

Columbia University COMS W Virtual Machine Migration

Columbia University COMS W Virtual Machine Migration E-Migrate RESEARCH Columbia University COMS W6998-6 Virtual Machine Migration Kay Sripanidkulchai, IBM T.J. Watson Research Center October 13, 2010 Migration Technologies and Process Steps Virtualization

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

A three phase optimization method for precopy based VM live migration

A three phase optimization method for precopy based VM live migration DOI 10.1186/s40064-016-2642-2 RESEARCH Open Access A three phase optimization method for precopy based VM live migration Sangeeta Sharma * and Meenu Chawla *Correspondence: sanjsharma29@gmail.com Department

More information

A PMIPv6 Approach to Maintain Network Connectivity during VM Live Migration over the Internet

A PMIPv6 Approach to Maintain Network Connectivity during VM Live Migration over the Internet Master Thesis Electrical Engineering October 2013 A PMIPv6 Approach to Maintain Network Connectivity during VM Live Migration over the Internet Solomon Emirie Kassahun Atinkut Astatikie Demissie School

More information

Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers

Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers VMware vcloud Architecture Toolkit for Service Providers Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers Version 2.9 January 2018 Adrian Roberts 2018 VMware, Inc. All rights reserved.

More information

double split driver model

double split driver model software defining system devices with the BANANA double split driver model Dan WILLIAMS, Hani JAMJOOM IBM Watson Research Center Hakim WEATHERSPOON Cornell University Decoupling gives Flexibility Cloud

More information

CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives

CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives CS 350 Winter 2011 Current Topics: Virtual Machines + Solid State Drives Virtual Machines Resource Virtualization Separating the abstract view of computing resources from the implementation of these resources

More information

Fast Transparent Virtual Machine Migration in Distributed Edge Clouds

Fast Transparent Virtual Machine Migration in Distributed Edge Clouds Fast Transparent Virtual Machine Migration in Distributed Edge Clouds Lucas Chaufournier 1, Prateek Sharma 1, Franck Le 2, Erich Nahum 2, Prashant Shenoy 1, Don Towsley 1 1 University of Massachusetts

More information

Fast Transparent Virtual Machine Migration in Distributed Edge Clouds

Fast Transparent Virtual Machine Migration in Distributed Edge Clouds Fast Transparent Virtual Machine Migration in Distributed Edge Clouds Lucas Chaufournier 1, Prateek Sharma 1, Franck Le 2, Erich Nahum 2, Prashant Shenoy 1, Don Towsley 1 1 University of Massachusetts

More information

Follow the Sun through the Clouds: Application Migration for Geographically Shifting Workloads

Follow the Sun through the Clouds: Application Migration for Geographically Shifting Workloads Follow the Sun through the Clouds: Application Migration for Geographically Shifting Workloads Robbert van Renesse Cornell University Joint work with Zhiming Shen, Qin Jia, Gur-Eyal Sela, Ben Rainero Weijia

More information

Emerging Testbeds for NwGN through Virtualization Technologies. Akihiro NAKAO University of Tokyo NICT

Emerging Testbeds for NwGN through Virtualization Technologies. Akihiro NAKAO University of Tokyo NICT Emerging Testbeds for NwGN through Virtualization Technologies Akihiro NAKAO University of Tokyo NICT Testbeds through Net Virtualization Various ideas under development GENI 5 Clusters PlanetLab Today

More information

VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR

VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR 1 VPLEX & RECOVERPOINT CONTINUOUS DATA PROTECTION AND AVAILABILITY FOR YOUR MOST CRITICAL DATA IDAN KENTOR PRINCIPAL CORPORATE SYSTEMS ENGINEER RECOVERPOINT AND VPLEX 2 AGENDA VPLEX Overview RecoverPoint

More information

Optimizing Virtual Machine Live Migration without Shared Storage in Hybrid Clouds

Optimizing Virtual Machine Live Migration without Shared Storage in Hybrid Clouds 2016 IEEE 18th International Conference on High Performance Computing and Communications; IEEE 14th International Conference on Smart City; IEEE 2nd International Conference on Data Science and Systems

More information

GUIDE. Optimal Network Designs with Cohesity

GUIDE. Optimal Network Designs with Cohesity Optimal Network Designs with Cohesity TABLE OF CONTENTS Introduction...3 Key Concepts...4 Five Common Configurations...5 3.1 Simple Topology...5 3.2 Standard Topology...6 3.3 Layered Topology...7 3.4 Cisco

More information

Data Center Virtualization: VirtualWire

Data Center Virtualization: VirtualWire Data Center Virtualization: VirtualWire Hakim Weatherspoon Assistant Professor, Dept of Computer Science CS 5413: High Performance Systems and Networking November 21, 2014 Slides from USENIX Workshop on

More information

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS VMware Cloud on AWS Operations Guide 18 July 2018 VMware Cloud on AWS You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

1V0-602.exam. Number: 1V0-602 Passing Score: 800 Time Limit: 120 min. Vmware 1V VMware Certified Associate 6 Hybrid Cloud Fundamentals

1V0-602.exam. Number: 1V0-602 Passing Score: 800 Time Limit: 120 min. Vmware 1V VMware Certified Associate 6 Hybrid Cloud Fundamentals 1V0-602.exam Number: 1V0-602 Passing Score: 800 Time Limit: 120 min Vmware 1V0-602 VMware Certified Associate 6 Hybrid Cloud Fundamentals Exam 9 QUESTION 1 Which three options are underlying networking

More information

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9966-9970 Double Threshold Based Load Balancing Approach by Using VM Migration

More information

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note White Paper Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services Introduction and Application Note Last Updated: 5/2014 Ethernet VPN (EVPN)

More information

Real-time scheduling for virtual machines in SK Telecom

Real-time scheduling for virtual machines in SK Telecom Real-time scheduling for virtual machines in SK Telecom Eunkyu Byun Cloud Computing Lab., SK Telecom Sponsored by: & & Cloud by Virtualization in SKT Provide virtualized ICT infra to customers like Amazon

More information

Model-Driven Geo-Elasticity In Database Clouds

Model-Driven Geo-Elasticity In Database Clouds Model-Driven Geo-Elasticity In Database Clouds Tian Guo, Prashant Shenoy College of Information and Computer Sciences University of Massachusetts, Amherst This work is supported by NSF grant 1345300, 1229059

More information

Parallel Architectures

Parallel Architectures Parallel Architectures Part 1: The rise of parallel machines Intel Core i7 4 CPU cores 2 hardware thread per core (8 cores ) Lab Cluster Intel Xeon 4/10/16/18 CPU cores 2 hardware thread per core (8/20/32/36

More information

Unit 5: Distributed, Real-Time, and Multimedia Systems

Unit 5: Distributed, Real-Time, and Multimedia Systems Unit 5: Distributed, Real-Time, and Multimedia Systems Unit Overview Unit 5 provides an extension to the core topics of operating systems. It introduces distributed systems and special-purpose operating

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

More information

F5 VMware Virtual Community Roundtable. VMware Alliance F5

F5 VMware Virtual Community Roundtable. VMware Alliance F5 F5 VMware Virtual Community Roundtable VMware Alliance Team @ F5 VMwarePartnership@f5.com http://www.f5.com/vmware http://devcentral.f5.com/vmware 2 Common Practical Issues How can I provision more seamlessly?

More information

How to Configure a Hybrid WAN in Parallel to An Existing Traditional Wan Infrastructure

How to Configure a Hybrid WAN in Parallel to An Existing Traditional Wan Infrastructure Table of Contents Introducing Hybrid WAN The WAN Evolution What is a Traditional Private WAN? Example IP Addressing What is a Hybrid WAN? SD-WAN - Centrally Managed Hybrid WAN Hybrid WAN Example Hybrid

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

THE OPEN DATA CENTER FABRIC FOR THE CLOUD

THE OPEN DATA CENTER FABRIC FOR THE CLOUD Product overview THE OPEN DATA CENTER FABRIC FOR THE CLOUD The Open Data Center Fabric for the Cloud The Xsigo Data Center Fabric revolutionizes data center economics by creating an agile, highly efficient

More information

TCC, so your business continues

TCC, so your business continues TCC, so your business continues 1 Whitepaper Executive summary The TCC (Tuxis Cloud Concept) is a smart way to build hosting infrastructures for your private cloud and virtual datacenter. It natively integrates

More information

CloudAP: Improving the QoS of Mobile Applications with Efficient VM Migration

CloudAP: Improving the QoS of Mobile Applications with Efficient VM Migration CloudAP: Improving the QoS of Mobile Applications with Efficient VM Migration Renyu Yang, Ph.D. Student School of Computing, Beihang University yangry@act.buaa.edu.cn In IEEE HPCC, Zhangjiajie, China,

More information

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing This paper was accepted for publication in the IEEE Cloud Computing. The copyright was transferred to IEEE. The final version of the paper will be made available on IEEE Xplore via http://dx.doi.org/10.1109/mcc.2017.28

More information

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud Contents Introduction... 3 What is VMware Cloud on AWS?... 5 Customer Benefits of Adopting VMware Cloud on AWS... 6 VMware Cloud

More information

Yank: Enabling Green Data Centers to Pull the Plug

Yank: Enabling Green Data Centers to Pull the Plug Yank: Enabling Green Data Centers to Pull the Plug Rahul Singh, David Irwin, Prashant Shenoy, and K.K. Ramakrishnan University of Massachusetts Amherst AT&T Labs - Research Abstract Balancing a data center

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

Transit Network VPC. AWS Reference Deployment Guide. Last updated: May 10, Aviatrix Systems, Inc. 411 High Street Palo Alto, CA USA

Transit Network VPC. AWS Reference Deployment Guide. Last updated: May 10, Aviatrix Systems, Inc. 411 High Street Palo Alto, CA USA Transit Network VPC AWS Reference Deployment Guide Last updated: May 10, 2017 Aviatrix Systems, Inc. 411 High Street Palo Alto, CA 94301 USA http://www.aviatrix.com Tel: +1 844.262.3100 TABLE OF CONTENTS

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

Evolution of Data Center Security Automated Security for Today s Dynamic Data Centers

Evolution of Data Center Security Automated Security for Today s Dynamic Data Centers Evolution of Data Center Security Automated Security for Today s Dynamic Data Centers Speaker: Mun Hossain Director of Product Management - Security Business Group Cisco Twitter: @CiscoDCSecurity 2 Any

More information

Security Gateway Virtual Edition

Security Gateway Virtual Edition Security Gateway Virtual Edition R75.20 Administration Guide 4 March 2012 Classification: [Restricted] 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

Live Migration of Virtual Machines

Live Migration of Virtual Machines Live Migration of Virtual Machines Pre-copy :Christopher Clarke, Keir Fraser, et. al. NSDI 2005 Post-copy: Hines, Deshpande, Gopalan, VEE 2009 What is live migration? Move a VM from one physical machine

More information

Oracle IaaS, a modern felhő infrastruktúra

Oracle IaaS, a modern felhő infrastruktúra Sárecz Lajos Cloud Platform Sales Consultant Oracle IaaS, a modern felhő infrastruktúra Copyright 2017, Oracle and/or its affiliates. All rights reserved. Azure Window collapsed Oracle Infrastructure as

More information

Science Computing Clouds.

Science Computing Clouds. Science Computing Clouds. December 9, 2008 Chan-Hyun Youn School of Engineering/ Grid Middleware Research Center Information and Communications University COPYRIGHT@LANS Lab, Information and Communication

More information

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV. 2 CHAPTER Cisco's Disaster Recovery as a Service (DRaaS) architecture supports virtual data centers that consist of a collection of geographically-dispersed data center locations. Since data centers are

More information

Multipoint Bridged Ethernet Using MPLS Virtual Private LAN Services

Multipoint Bridged Ethernet Using MPLS Virtual Private LAN Services Multipoint Bridged Ethernet Using MPLS Virtual Private LAN Services By Scott Kotrla How VPLS Compares to Existing VPN Technologies Multipoint Bridged Ethernet is a service offering that attempts to recreate

More information

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel Solution brief Intel Storage Builders Storidge ContainerIO TM Intel Xeon Processor Scalable Family Intel SSD DC Family for PCIe*/NVMe Fast and Easy Persistent Storage for Docker* Containers with Storidge

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

Hyper-V - VM Live Migration

Hyper-V - VM Live Migration Hyper-V - VM Live Migration Hyper-V Live Migration is first introduced in Windows Server 2008 R2 and enhanced lot in later versions. Hyper-V live migration moves running virtual machines from one physical

More information

Improve Web Application Performance with Zend Platform

Improve Web Application Performance with Zend Platform Improve Web Application Performance with Zend Platform Shahar Evron Zend Sr. PHP Specialist Copyright 2007, Zend Technologies Inc. Agenda Benchmark Setup Comprehensive Performance Multilayered Caching

More information

Easy VMware Disaster Recovery & Business Continuity in Amazon Web Services

Easy VMware Disaster Recovery & Business Continuity in Amazon Web Services White Paper White Paper Managing Public Cloud Computing in the Enterprise Easy VMware Disaster Recovery & Business Continuity in Amazon Web Services A Quick Start Guide For the Price of Basic Backup By

More information

DWDM RAM. A Platform for Data Intensive Services Enabled by Next Generation Dynamic Optical Networks

DWDM RAM. A Platform for Data Intensive Services Enabled by Next Generation Dynamic Optical Networks DWDM RAM Data@LIGHTspeed A Platform for Data Intensive Services Enabled by Next Generation Dynamic Optical Networks D. B. Hoang, T. Lavian, S. Figueira, J. Mambretti, I. Monga, S. Naiksatam, H. Cohen,

More information

TECHNICAL WHITE PAPER - MAY 2017 MULTI DATA CENTER POOLING WITH NSX WHITE PAPER

TECHNICAL WHITE PAPER - MAY 2017 MULTI DATA CENTER POOLING WITH NSX WHITE PAPER TECHNICAL WHITE PAPER - MAY 2017 MULTI DATA CENTER POOLING WITH NSX WHITE PAPER Table of Contents Executive Summary 3 NSX with vsphere Metro Storage Cluster (vmsc) 4 Cross-VC NSX 6 Layer 2 VPN (L2VPN)

More information

FUJITSU Server BS2000 SE Series. High-End Multi-OS Platform

FUJITSU Server BS2000 SE Series. High-End Multi-OS Platform FUJITSU Server SE Series High-End Multi-OS Platform Flexibility redefined: The mainframe platform for multiple scenarios «Outstanding performance scalability (both scale up and scale out) paired with extremely

More information

Title of Presentation

Title of Presentation Watchara Kingkaew ; IT Specialist Fujitsu Systems Business (Thailand) Ltd. 2 Hyper-V Network Virtualization 3 BLUE VM RED VM BLUE network RED network Physical server Hyper-V Machine Virtualization Run

More information

Securely Access Services Over AWS PrivateLink. January 2019

Securely Access Services Over AWS PrivateLink. January 2019 Securely Access Services Over AWS PrivateLink January 2019 Notices This document is provided for informational purposes only. It represents AWS s current product offerings and practices as of the date

More information

Microsoft Windows Embedded Server Overview

Microsoft Windows Embedded Server Overview Microsoft Windows Embedded Server Overview Comprehensive cloud platform Complete, built-in virtualization platform Industry-leading scalability and performance, so you can virtualize every application

More information

vsan Remote Office Deployment January 09, 2018

vsan Remote Office Deployment January 09, 2018 January 09, 2018 1 1. vsan Remote Office Deployment 1.1.Solution Overview Table of Contents 2 1. vsan Remote Office Deployment 3 1.1 Solution Overview Native vsphere Storage for Remote and Branch Offices

More information

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer Oracle Exadata X7 Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer 05.12.2017 Oracle Engineered Systems ZFS Backup Appliance Zero Data Loss Recovery Appliance Exadata Database

More information

VMWARE CLOUD TM ON AWS. Operations Model White Paper. November 2017

VMWARE CLOUD TM ON AWS. Operations Model White Paper. November 2017 WHITE PAPER - NOVEMBER 2017 VMWARE CLOUD TM ON AWS Operations Model White Paper November 2017 DISCLAIMER: Some features described in this paper have been released in preview to gather feedback, and may

More information

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski Internet Technology 15. Things we didn t get to talk about Paul Krzyzanowski Rutgers University Spring 2016 May 6, 2016 352 2013-2016 Paul Krzyzanowski 1 Load Balancers Load Balancer External network NAT

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

What s next for your data center? Power Your Evolution with Physical and Virtual ADCs. Jeppe Koefoed Wim Zandee Field sales, Nordics

What s next for your data center? Power Your Evolution with Physical and Virtual ADCs. Jeppe Koefoed Wim Zandee Field sales, Nordics What s next for your data center? Power Your Evolution with Physical and Virtual ADCs. Jeppe Koefoed Wim Zandee Field sales, Nordics Vision: Everything as a service Speed Scalability Speed to Market

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Usha Ramachandran, Technical Marketing Engineer Session Abstract In this session, participants will learn how to create hybrid

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

IT Infrastructure: Poised for Change

IT Infrastructure: Poised for Change IT Infrastructure: Poised for Change David Freund Corporate Virtual Architect EMC Corporation October, 2009 Copyright 2009 EMC Corporation. All rights reserved. 1 Things Change The Big Question What s

More information

MPLS in the DCN. Introduction CHAPTER

MPLS in the DCN. Introduction CHAPTER CHAPTER 5 First Published: January 3, 2008 Last Updated: January 3, 2008 Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images Use Cisco Feature Navigator to find information

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

More information

Enabling Long Distance Live Migration with F5 and VMware vmotion

Enabling Long Distance Live Migration with F5 and VMware vmotion Enabling Long Distance Live Migration with F5 and VMware vmotion F5 Networks and VMware partner to enable live application and storage migrations between data centers and clouds, over short or long distances.

More information

Live Virtual Machine Migration with Bandwidth Dynamic Assignment

Live Virtual Machine Migration with Bandwidth Dynamic Assignment Advances in Engineering Research (AER), volume 130 5th International Conference on Frontiers of Manufacturing Science and Measuring Technology (FMSMT 2017) Live Virtual Machine Migration with Bandwidth

More information

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University CLOUD COMPUTING IT0530 G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University What is virtualization? Virtualization is way to run multiple operating systems and user applications on the same

More information

Cisco Webex Cloud Connected Audio

Cisco Webex Cloud Connected Audio White Paper Cisco Webex Cloud Connected Audio Take full advantage of your existing IP telephony infrastructure to help enable a Webex integrated conferencing experience Introduction Cisco Webex Cloud Connected

More information

Native vsphere Storage for Remote and Branch Offices

Native vsphere Storage for Remote and Branch Offices SOLUTION OVERVIEW VMware vsan Remote Office Deployment Native vsphere Storage for Remote and Branch Offices VMware vsan is the industry-leading software powering Hyper-Converged Infrastructure (HCI) solutions.

More information

Memory-Based Cloud Architectures

Memory-Based Cloud Architectures Memory-Based Cloud Architectures ( Or: Technical Challenges for OnDemand Business Software) Jan Schaffner Enterprise Platform and Integration Concepts Group Example: Enterprise Benchmarking -) *%'+,#$)

More information

Introducing SkyPipe link optimisation for BGAN

Introducing SkyPipe link optimisation for BGAN Introducing SkyPipe link optimisation for BGAN Version 2 6 June 2008 inmarsat.com/bgan Whilst the information has been prepared by Inmarsat in good faith, and all reasonable efforts have been made to ensure

More information

The DETER Testbed: Overview 25 August 2004

The DETER Testbed: Overview 25 August 2004 The DETER Testbed: Overview 25 August 2004 1. INTRODUCTION The DETER (Cyber Defense Technology Experimental Research testbed is a computer facility to support experiments in a broad range of cyber-security

More information

Setup a Professional ISP Using MikroTik and Bandwidth Control in Bridge mode

Setup a Professional ISP Using MikroTik and Bandwidth Control in Bridge mode Setup a Professional ISP Using MikroTik and Bandwidth Control in Bridge mode MikroTik Routers to deliver Giga-bits of Traffic, Also we use it as a Bandwidth controller and firewall. By: Md. Abdur Rob Miah

More information

Disaster Recovery Solution Achieved by EXPRESSCLUSTER

Disaster Recovery Solution Achieved by EXPRESSCLUSTER Disaster Recovery Solution Achieved by EXPRESSCLUSTER November, 2015 NEC Corporation, Cloud Platform Division, EXPRESSCLUSTER Group Index 1. Clustering system and disaster recovery 2. Disaster recovery

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

Best Practices for Extending the WAN into AWS (IaaS) with SD-WAN

Best Practices for Extending the WAN into AWS (IaaS) with SD-WAN Best Practices for Extending the WAN into AWS (IaaS) with SD-WAN Ariful Huq Product Management @arifulhuq & Rob McBride Marketing @digitalmcb Industry trends impacting networking Cloud Mobile Social 2

More information

Distributed Operating Systems Fall Prashant Shenoy UMass Computer Science. CS677: Distributed OS

Distributed Operating Systems Fall Prashant Shenoy UMass Computer Science.   CS677: Distributed OS Distributed Operating Systems Fall 2009 Prashant Shenoy UMass http://lass.cs.umass.edu/~shenoy/courses/677 1 Course Syllabus CMPSCI 677: Distributed Operating Systems Instructor: Prashant Shenoy Email:

More information

Lecture 09: VMs and VCS head in the clouds

Lecture 09: VMs and VCS head in the clouds Lecture 09: VMs and VCS head in the Hands-on Unix system administration DeCal 2012-10-29 1 / 20 Projects groups of four people submit one form per group with OCF usernames, proposed project ideas, and

More information

Building Infrastructure for Private Clouds Cloud InterOp 2014"

Building Infrastructure for Private Clouds Cloud InterOp 2014 Building Infrastructure for Private Clouds Cloud Connect @ InterOp 2014" Paul Savill Senior Vice President Product Management, Core Network Services Level 3 Communications Key Network Strategy/ Design

More information

The Case for Separating Routing from Routers

The Case for Separating Routing from Routers The Case for Separating Routing from Routers Nick Feamster, Hari Balakrishnan M.I.T. Computer Science and Artificial Intelligence Laboratory Jennifer Rexford, Aman Shaikh, Kobus van der Merwe AT&T Labs

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2103BU NSX and VMware Cloud on AWS: Deep Dive Ray Budavari, Senior Staff Technical Product Manager NSX @rbudavari #VMworld #LHC2103BU Disclaimer This presentation may contain product features that are

More information

VTU-NPTEL-NMEICT Project

VTU-NPTEL-NMEICT Project PROBLEMS Module 05: Performance Metrics RTT (Round Trip Time) 1. Calculate the total time required transfer a 1.5 MB file in the following cases, assuming an RTT of 80 ms, a packet size of 1-KB data and

More information