SlideShare a Scribd company logo
Virtualization in the Cloud
                               Lars Kurth
                 Xen Community Manager
                      lars.kurth@xen.org

                            @lars_kurth
                         @xen_com_mgr
A Brief History of Xen in the Cloud
Late 90s

XenoServer Project
(Cambridge Univ.)
                                               Global Public Computing
The XenoServer project is building
     public infrastructure for wide-area       “This dissertation proposes a new distributed computing
     distributed computing.                     paradigm, termed global public computing, which allows
                                                any user to run any code anywhere. Such platforms price
We envisage a world in which XenoServer
                                                computing resources, and ultimately charge users for
execution platforms will be scattered across
                                                resources consumed.“
the globe and available for any member of
the public to submit code for execution.       Evangelos Kotsovinos, PhD dissertation, 2004
A Brief History of Xen in the Cloud
Late 90s             Oct ‘03         ‘06             ‘08         ‘09         ‘11 ‘12

XenoServer Project                   Amazon EC2                            XCP 1.x
(Cambridge Univ.)                    and Slicehost                     Cloud Mgmt
                                     launched
                     Xen Presented                   Rackspace
                     at SOSP                         Cloud                    XCP packages
                                                                              in Linux
                                                                 XCP
                                                                 Announced
The Xen Hypervisor was designed for
the Cloud straight from the outset!
Xen.org
• Guardian of Xen Hypervisor and related OSS Projects
• Xen project Governance similar to Linux Kernel
• Projects
   –   Xen Hypervisor (led by Citrix)
   –   Xen Cloud Platform aka XCP (led by Citrix)
   –   Xen ARM : Xen for mobile devices (led by Samsung)
   –   PVOPS : Xen components and support in Linux Kernel (led by Oracle)
• 10+ vendors contributing more than 1% to the project
  (AMD, Citrix, Fujitsu, Huawei, Intel, Novell, Oracle, Samsung, Suse, …)
Xen Overview
Basic Xen Concepts
                                                              Control Domain aka Dom0
                   Console                                    •   Dom0 kernel with drivers
                                                              •   Xen Management Toolstack
                                                 VMn          •   Trusted Computing Base
Control domain                               VM1
(dom0)                                                        Guest Domains
                         One or more       VM0
       Toolstack         driver, stub or                      •   Your apps
      Dom0 Kernel
                         service domains    Guest OS
                                            and Apps
                                                              •   E.g. your cloud management stack
                                                              Driver/Stub/Service Domain(s)
Scheduler, MMU                               Xen Hypervisor
                                                              •   A “driver, device model or control
                                                   Host HW        service in a box”
I/O                 Memory          CPUs
                                                              •   De-privileged and isolated
                                                              •   Lifetime: start, stop, kill
                                                                   7
Xen Variants for Server & Cloud
                                      Xen Hypervisor                                 XCP

Toolstack / Console    Default / XL (XM)            Libvirt / VIRSH                XAPI / XE

                      Increased level of functionality and integration with other components

Get Binaries from …   Linux Distros              Linux Distros                Debian & Ubuntu

                                                                              XCP from Xen.org

Products                   Oracle VM                 Huawei UVP                 Citrix XenServer

                                                   Many
Used by …
                                                   Others

                                                                          8
Xen : Types of Virtualization
PV Domains & Driver Domains
Control domain              Guest VMn        Driver Domain
                                                                   Linux PV guests have limitations:
(dom0)                                       e.g.                  • limited set of virtual hardware
                                 Apps        • Disk
                                             • Network             Advantages
  PV Back Ends               PV Front Ends     PV Back End         • Fast
                                                                   • Works on any system
      HW Drivers                                HW Driver
                                                                     (even without virt extensions)
                               Guest OS       Dom0 Kernel*
                                                                   Driver Domains
                                              Xen Hypervisor
                                                                   • Security
                                                                   • Isolation
I/O                Memory           CPUs
                                                    Host HW        • Reliability and Robustness


                                                *) Can be MiniOS
                                                                                  10
HVM & Stub Domains
Dom0           Guest VMn      Stubdomn        Guest VMn
                                                              Disadvantages
                                                              • Slower than PV due to Emulation
                                                                (mainly I/O devices)
               IO Emulation                    IO Emulation
Device Model                  Device Model                    Advantages
                                                              • Install the same way as native Linux
                               IO Event
                                                              Stub Domains
   IO Event          VMEXIT     Mini OS              VMEXIT
                                                              • Security
                                          Xen Hypervisor      • Isolation
                                                              • Reliability and Robustness
                                                Host HW




                                                                            11
PV on HVM
• A mixture of PV and HVM
• Linux enables as many PV interfaces                             HVM      PV on   PV
  as possible                                                              HVM
                                         Boot Sequence            Emulated Emulated PV
• This has advantages
                                         Memory                   HW       HW      PV
   –   install the same way as native
                                         Interrupts,              Emulated PV*     PV
   –   PC-like hardware                  Timers &
   –   access to fast PV devices         Spinlocks
   –   exploit nested paging             Disk & Network           Emulated PV      PV
   –   Good performance trade-offs       Privileged               HW       HW      PV
                                         Operations
• Drivers in Linux 3.x
                                        *) Emulated for Windows
Xen and Linux
Xen and the Linux Kernel
    Xen was initially a University research project




    Invasive changes to the kernel to run Linux as
                a PV guest and Dom0
Current State
                   PVOPS Project


         Xen support in Linux 3.0+
    (it is functional but not yet fully optimized)


     On-going optimization work in Linux 3.4 +
What does this mean?
• Xen Hypervisor is not in the Linux kernel
• BUT: everything Xen needs to run is!
• Xen packages are (or will be) in Linux distros
  –   Install Dom0 Linux distro
  –   Install Xen package(s) or meta package
  –   Reboot
  –   Config stuff: set up disks, peripherals, etc.
“Security and QoS/Reliability are amongst
 the top 3 blockers for cloud adoption”
 www.colt.net/cio-research
Security and the Next Wave of Virtualization

• Security is a key requirement for Cloud
• Security is the primary goal of virtualization on the Client
  – Desktop, Laptops, Tablets & Smart Phones

• Maintaining isolation between VMs is critical
Xen Security & Robustness Advantages
• Even without Advanced Security Features
   – Well-defined trusted computing base (much smaller than on type-2 HV)
   – No extra services in hypervisor layer

• More Robustness: Mature, Tried & Tested, Architecture
• Xen Security Modules (or XSM)
   – Developed and contributed to Xen by NSA
   – Generalized Security Framework for Xen

• Can also run with SELinux

                                                       19
Advanced Security: Disaggregation
• Split Control Domain into Driver, Stub and Service Domains
   – Each contains a specific set of control logic
   – See: ”Breaking up is hard to do” @ Xen Papers

• Unique benefit of the Xen architecture
   –   Security: Minimum privilege; Narrow interfaces
   –   Robustness: ability to safely restart parts of the system
   –   Performance: lightweight, e.g. Mini OS directly on hypervisor
   –   Scalability: more distributed system (less reliable on Dom0)

• Used by Qubes OS and Citrix XenClient XT
Advanced XenClient Architecture
                 Per host/device                             Per guest
                  Service VMs                               Service VMs




                                                      VPN Isolation
Control Domain



                      Management




                                                      VPN Isolation
                                                                                                User VM              User VM




                                                                            Emulate
                                                                           Emulation
                                                                             Device
                                   Network
                                   Isolation
                        Domain
   (dom0)




                                                                            Device
                                                                                             Policy Granularity   Policy Granularity


                                                                       Xen Hypervisor
                                                                      Xen Security Modules


I/O                       Memory               CPUs                                                                         Host HW
Example: Network Driver Domain for HA
• Detect failure e.g.
                                  350
  – Illegal access
                                  300
  – Timeout                       250

• Kill domain, restart            200

                                  150
  – E.g. Just 275ms outage from
                                  100
    failed Ethernet driver
                                   50
• Auto-restarts to                 0
                                        0   5   10   15      20      25   30   35   40
  enhance security                                        time (s)
BUT…
• Today, XCP and commercial Xen based Server products
  – Do not yet make use of XSM
  – Do not yet make use of Advanced Security Features (Disaggregation)

• In XCP, work has started to add these features
  – Various articles of how this may be done on the xen wiki
  – More information soon (likely at XenSummit)
  – Commitment on improving docs for Security, Reliability & Tuning
XCP Project
XCP
         Complete vertical stack for
          server virtualization
         Distributed as a closed appliance
          (ISO) with CentOS 5.5 Dom0,
          misc DomU’s, network & storage
          support and Xen API
         Open source distribution of Citrix
          XenServer
XCP Overview
• Open source version of Citrix XenServer
     wiki.xen.org/wiki/XCP/XenServer_Feature_Matrix

• Enterprise-ready server virtualization and cloud platform
   Extends Xen beyond one physical machine and other functionality
   Lots of other additional functionality compared to Xen
• Datacenter and cloud-ready management API
   XenAPI (XAPI) is fully open source
   CloudStack and OpenStack integration
Major XCP Features
• VM lifecycle: live snapshots, checkpoint, migration
• Resource pools: flexible storage and networking
• Event tracking: progress, notification
• Upgrade and patching capabilities
• Real-time performance monitoring and alerting
• Built-in support and templates for Windows and Linux guests
• Open vSwitch support built-in
XCP 1.5 (in beta)
• Architectural Improvements: Xen 4.1, GPT, smaller Dom0
• GPU pass through: for VMs serving high end graphics
• Performance and Scalability:
   – 1 TB mem/host
   – 16 VCPUs/VM, 128 GB/VM

• Networking: Open vSwitch (default), Active-Backup NIC Bonding
• Virtual Appliance: multi-VM and boot sequenced, OVF support
• More guest OS templates
XAPI: What is it?
• XAPI is the backbone of XCP
   – Provides the glue between all components
   – Is the backend for all management applications
   – Also called XenAPI

• It's a XML-RPC style API, served via HTTPS
   – Provided by a service on every XCP dom0 host
   – Designed to by highly programmable
   – API bindings for many languages: .NET, Java, C, Powershell, Python

• XAPI is Extensible via plugins
   – E.g. used by OpenStack
XCP-XAPI Packages in Linux
• Make the XAPI toolstack independent of CentOS 5.5
• Extend the delivery model
  – Deliver Xen, XAPI and everything in between (storage manager, network
    support, OCaml libs, etc.) via your favorite Linux distro
        “apt-get install xcp-xapi” or “yum install xcp-xapi”

• Debian 7.0 “Wheezy"
• Ubuntu 12.04 LTS
• Next: Fedora & CentOS
XAPI Management Options
• XAPI frontend command line tool: XE (tab-completable)
• Desktop GUIs
   o   Citrix XenCenter (Windows-only)
   o   OpenXenManager (open source cross-platform XenCenter clone)
• Web interfaces
   o   Xen VNC Proxy (XVP)
   o   XenWebManager (web-basedclone of OpenXenManager)
• XCP Ecosystem:
   o   xen.org/community/vendors/XCPProjectsPage.html
   o   xen.org/community/vendors/XCPProductsPage.html
XCP and Cloud Orchestration Stacks
Summary: Why Xen?
• Designed for the Cloud : many advantages for cloud use!
   – Resilience, Robustness & Scalability
   – Security: Small surface of attack, Isolation & Advanced Security
     Features
• Widely used by Cloud Providers and Vendors
• XCP & XAPI
   – Ready for use with cloud orchestration stacks
   – XCP-XAPI packages in Linux distros: flexibility and choice
   – Lots of additional improvements for cloud coming in 2012
• Open Source with a large community and eco-system
• IRC: ##xen @ FREENODE
                             • Mailing List: xen-users & xen-api
                             • Wiki: wiki.xen.org
                                 – Beginners & User Categories
                                 – XCP Category
                             • Excellent XCP Tutorials
                                 – A day worth of material @
                                   xen.org/community/xenday11
                             • Ecosystem pages



Questions …
   Slides available under CC-BY-SA 3.0

More Related Content

What's hot (20)

PDF
2 architectural at CloudStack Developer Day
Kimihiko Kitase
 
PPTX
BACD July 2012 : The Xen Cloud Platform
The Linux Foundation
 
PPTX
Management server internals
CloudStack - Open Source Cloud Computing Project
 
PPTX
Introduction to CloudStack
CloudStack - Open Source Cloud Computing Project
 
PPTX
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
CloudStack - Open Source Cloud Computing Project
 
PPTX
Xen and Apache cloudstack
The Linux Foundation
 
PPT
DevCloud and CloudMonkey
Sebastien Goasguen
 
PPT
Scalable networking in Apache CloudStack
Chiradeep Vittal
 
PPT
Apache CloudStack AlpesJUG
Sebastien Goasguen
 
PDF
Decisions behind hypervisor selection in CloudStack 4.3
Tim Mackey
 
PPTX
CloudStack + SDN
Chiradeep Vittal
 
PPTX
Scale11x : Virtualization with Xen and XCP
The Linux Foundation
 
PDF
2012 CloudStack Design Camp in Taiwan--- CloudStack Overview-1
tcloudcomputing-tw
 
PPTX
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
Chip Childers
 
PPTX
Apache CloudStack: API to UI (STLLUG)
Joe Brockmeier
 
PDF
CloudStack Networking at CloudOpen Japan
Kimihiko Kitase
 
PPTX
CloudStack Performance Testing
buildacloud
 
PDF
Scaling Xen within Rackspace Cloud Servers
The Linux Foundation
 
PDF
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
The Linux Foundation
 
2 architectural at CloudStack Developer Day
Kimihiko Kitase
 
BACD July 2012 : The Xen Cloud Platform
The Linux Foundation
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
CloudStack - Open Source Cloud Computing Project
 
Xen and Apache cloudstack
The Linux Foundation
 
DevCloud and CloudMonkey
Sebastien Goasguen
 
Scalable networking in Apache CloudStack
Chiradeep Vittal
 
Apache CloudStack AlpesJUG
Sebastien Goasguen
 
Decisions behind hypervisor selection in CloudStack 4.3
Tim Mackey
 
CloudStack + SDN
Chiradeep Vittal
 
Scale11x : Virtualization with Xen and XCP
The Linux Foundation
 
2012 CloudStack Design Camp in Taiwan--- CloudStack Overview-1
tcloudcomputing-tw
 
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
Chip Childers
 
Apache CloudStack: API to UI (STLLUG)
Joe Brockmeier
 
CloudStack Networking at CloudOpen Japan
Kimihiko Kitase
 
CloudStack Performance Testing
buildacloud
 
Scaling Xen within Rackspace Cloud Servers
The Linux Foundation
 
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
The Linux Foundation
 

Viewers also liked (11)

PPTX
Verslag Ronde Tafel
Social Media Wijs
 
PDF
CloudStack - LinuxFest NorthWest
ke4qqq
 
PDF
CloudStack Hyderabad Meetup: How the Apache community works
CloudStack - Open Source Cloud Computing Project
 
PDF
CloudStack Hyderabad Meetup: Migrating applications to IaaS clouds
CloudStack - Open Source Cloud Computing Project
 
PDF
Stackato Private PaaS for the Agile Enterprise
Angie Hirata
 
PDF
Build a Cloud Day San Francisco - Ubuntu Cloud
CloudStack - Open Source Cloud Computing Project
 
PPTX
vBACD July 2012 - Xen Cloud Platform
CloudStack - Open Source Cloud Computing Project
 
PPTX
vBACD July 2012 - Deploying Private PaaS with ActiveState Stackato
CloudStack - Open Source Cloud Computing Project
 
PPTX
PaaS in the Real World
Angie Hirata
 
PPTX
Slides cloud computing
Haslina
 
Verslag Ronde Tafel
Social Media Wijs
 
CloudStack - LinuxFest NorthWest
ke4qqq
 
CloudStack Hyderabad Meetup: How the Apache community works
CloudStack - Open Source Cloud Computing Project
 
CloudStack Hyderabad Meetup: Migrating applications to IaaS clouds
CloudStack - Open Source Cloud Computing Project
 
Stackato Private PaaS for the Agile Enterprise
Angie Hirata
 
Build a Cloud Day San Francisco - Ubuntu Cloud
CloudStack - Open Source Cloud Computing Project
 
vBACD July 2012 - Xen Cloud Platform
CloudStack - Open Source Cloud Computing Project
 
vBACD July 2012 - Deploying Private PaaS with ActiveState Stackato
CloudStack - Open Source Cloud Computing Project
 
PaaS in the Real World
Angie Hirata
 
Slides cloud computing
Haslina
 
Ad

Similar to Virtualization in the cloud (20)

PPTX
Xen in the Cloud at SCALE 10x
The Linux Foundation
 
PPTX
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
The Linux Foundation
 
PPTX
Linuxcon EU : Virtualization in the Cloud featuring Xen and XCP
The Linux Foundation
 
PPSX
LinuxCon NA 2012: Virtualization in the cloud featuring xen
The Linux Foundation
 
ODP
UDS 2012 Xen
George Dunlap
 
PPTX
Xen Project Update LinuxCon Brazil
The Linux Foundation
 
PDF
Scale11x : Virtualization with Xen and XCP
Lars Kurth
 
PDF
XCP: The Art of Open Virtualization for the Enterprise and the Cloud
The Linux Foundation
 
PDF
Xen Community Update 2011
The Linux Foundation
 
PDF
Linaro connect : Introduction to Xen on ARM
The Linux Foundation
 
PDF
S4 xen hypervisor_20080622
Todd Deshane
 
PDF
Mobile Virtualization using the Xen Technologies
The Linux Foundation
 
PDF
Ina Pratt Fosdem Feb2008
The Linux Foundation
 
PDF
Xen and Client Virtualization: the case of XenClient XT
The Linux Foundation
 
PDF
Xen & the Art of Virtualization
Tareque Hossain
 
PDF
opensourceiaas
Todd Deshane
 
PDF
Xen community update
The Linux Foundation
 
PDF
Windsor: Domain 0 Disaggregation for XenServer and XCP
The Linux Foundation
 
PPS
Xen Euro Par07
congvc
 
PDF
XS Japan 2008 Project Status English
The Linux Foundation
 
Xen in the Cloud at SCALE 10x
The Linux Foundation
 
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
The Linux Foundation
 
Linuxcon EU : Virtualization in the Cloud featuring Xen and XCP
The Linux Foundation
 
LinuxCon NA 2012: Virtualization in the cloud featuring xen
The Linux Foundation
 
UDS 2012 Xen
George Dunlap
 
Xen Project Update LinuxCon Brazil
The Linux Foundation
 
Scale11x : Virtualization with Xen and XCP
Lars Kurth
 
XCP: The Art of Open Virtualization for the Enterprise and the Cloud
The Linux Foundation
 
Xen Community Update 2011
The Linux Foundation
 
Linaro connect : Introduction to Xen on ARM
The Linux Foundation
 
S4 xen hypervisor_20080622
Todd Deshane
 
Mobile Virtualization using the Xen Technologies
The Linux Foundation
 
Ina Pratt Fosdem Feb2008
The Linux Foundation
 
Xen and Client Virtualization: the case of XenClient XT
The Linux Foundation
 
Xen & the Art of Virtualization
Tareque Hossain
 
opensourceiaas
Todd Deshane
 
Xen community update
The Linux Foundation
 
Windsor: Domain 0 Disaggregation for XenServer and XCP
The Linux Foundation
 
Xen Euro Par07
congvc
 
XS Japan 2008 Project Status English
The Linux Foundation
 
Ad

More from CloudStack - Open Source Cloud Computing Project (10)

PDF
vBACD July 2012 - Apache Hadoop, Now and Beyond
CloudStack - Open Source Cloud Computing Project
 
PDF
vBACD July 2012 - Scaling Storage with Ceph
CloudStack - Open Source Cloud Computing Project
 
PPTX
vBACD- July 2012 - Crash Course in Open Source Cloud Computing
CloudStack - Open Source Cloud Computing Project
 
PPTX
Cloudstack UI Customization
CloudStack - Open Source Cloud Computing Project
 
PPT
vBACD - Introduction to Puppet, Configuration Management and IT Automation So...
CloudStack - Open Source Cloud Computing Project
 
PDF
vBACD - Distributed Petabyte-Scale Cloud Storage with GlusterFS - 2/28
CloudStack - Open Source Cloud Computing Project
 
PPTX
vBACD - Crash Course in Open Source Cloud Computing - 2/28
CloudStack - Open Source Cloud Computing Project
 
PPT
vBACD - Introduction to Opscode Chef - 2/29
CloudStack - Open Source Cloud Computing Project
 
PPTX
vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28
CloudStack - Open Source Cloud Computing Project
 
vBACD July 2012 - Apache Hadoop, Now and Beyond
CloudStack - Open Source Cloud Computing Project
 
vBACD July 2012 - Scaling Storage with Ceph
CloudStack - Open Source Cloud Computing Project
 
vBACD- July 2012 - Crash Course in Open Source Cloud Computing
CloudStack - Open Source Cloud Computing Project
 
vBACD - Introduction to Puppet, Configuration Management and IT Automation So...
CloudStack - Open Source Cloud Computing Project
 
vBACD - Distributed Petabyte-Scale Cloud Storage with GlusterFS - 2/28
CloudStack - Open Source Cloud Computing Project
 
vBACD - Crash Course in Open Source Cloud Computing - 2/28
CloudStack - Open Source Cloud Computing Project
 
vBACD - Introduction to Opscode Chef - 2/29
CloudStack - Open Source Cloud Computing Project
 
vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28
CloudStack - Open Source Cloud Computing Project
 

Recently uploaded (20)

PDF
Ampere Offers Energy-Efficient Future For AI And Cloud
ShapeBlue
 
PDF
Integrating IIoT with SCADA in Oil & Gas A Technical Perspective.pdf
Rejig Digital
 
PDF
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 
PDF
Upskill to Agentic Automation 2025 - Kickoff Meeting
DianaGray10
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PPTX
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
ShapeBlue
 
PPTX
Lecture 5 - Agentic AI and model context protocol.pptx
Dr. LAM Yat-fai (林日辉)
 
PPTX
python advanced data structure dictionary with examples python advanced data ...
sprasanna11
 
PDF
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
PDF
2025-07-15 EMEA Volledig Inzicht Dutch Webinar
ThousandEyes
 
PDF
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
PPTX
Building a Production-Ready Barts Health Secure Data Environment Tooling, Acc...
Barts Health
 
PDF
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
PDF
Market Wrap for 18th July 2025 by CIFDAQ
CIFDAQ
 
PDF
visibel.ai Company Profile – Real-Time AI Solution for CCTV
visibelaiproject
 
PDF
CloudStack GPU Integration - Rohit Yadav
ShapeBlue
 
PDF
CIFDAQ'S Token Spotlight for 16th July 2025 - ALGORAND
CIFDAQ
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PDF
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
PDF
Generative AI in Healthcare: Benefits, Use Cases & Challenges
Lily Clark
 
Ampere Offers Energy-Efficient Future For AI And Cloud
ShapeBlue
 
Integrating IIoT with SCADA in Oil & Gas A Technical Perspective.pdf
Rejig Digital
 
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 
Upskill to Agentic Automation 2025 - Kickoff Meeting
DianaGray10
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
ShapeBlue
 
Lecture 5 - Agentic AI and model context protocol.pptx
Dr. LAM Yat-fai (林日辉)
 
python advanced data structure dictionary with examples python advanced data ...
sprasanna11
 
Building Resilience with Digital Twins : Lessons from Korea
SANGHEE SHIN
 
2025-07-15 EMEA Volledig Inzicht Dutch Webinar
ThousandEyes
 
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
Building a Production-Ready Barts Health Secure Data Environment Tooling, Acc...
Barts Health
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
Market Wrap for 18th July 2025 by CIFDAQ
CIFDAQ
 
visibel.ai Company Profile – Real-Time AI Solution for CCTV
visibelaiproject
 
CloudStack GPU Integration - Rohit Yadav
ShapeBlue
 
CIFDAQ'S Token Spotlight for 16th July 2025 - ALGORAND
CIFDAQ
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
Generative AI in Healthcare: Benefits, Use Cases & Challenges
Lily Clark
 

Virtualization in the cloud

  • 1. Virtualization in the Cloud Lars Kurth Xen Community Manager [email protected] @lars_kurth @xen_com_mgr
  • 2. A Brief History of Xen in the Cloud Late 90s XenoServer Project (Cambridge Univ.) Global Public Computing The XenoServer project is building public infrastructure for wide-area “This dissertation proposes a new distributed computing distributed computing. paradigm, termed global public computing, which allows any user to run any code anywhere. Such platforms price We envisage a world in which XenoServer computing resources, and ultimately charge users for execution platforms will be scattered across resources consumed.“ the globe and available for any member of the public to submit code for execution. Evangelos Kotsovinos, PhD dissertation, 2004
  • 3. A Brief History of Xen in the Cloud Late 90s Oct ‘03 ‘06 ‘08 ‘09 ‘11 ‘12 XenoServer Project Amazon EC2 XCP 1.x (Cambridge Univ.) and Slicehost Cloud Mgmt launched Xen Presented Rackspace at SOSP Cloud XCP packages in Linux XCP Announced
  • 4. The Xen Hypervisor was designed for the Cloud straight from the outset!
  • 5. Xen.org • Guardian of Xen Hypervisor and related OSS Projects • Xen project Governance similar to Linux Kernel • Projects – Xen Hypervisor (led by Citrix) – Xen Cloud Platform aka XCP (led by Citrix) – Xen ARM : Xen for mobile devices (led by Samsung) – PVOPS : Xen components and support in Linux Kernel (led by Oracle) • 10+ vendors contributing more than 1% to the project (AMD, Citrix, Fujitsu, Huawei, Intel, Novell, Oracle, Samsung, Suse, …)
  • 7. Basic Xen Concepts Control Domain aka Dom0 Console • Dom0 kernel with drivers • Xen Management Toolstack VMn • Trusted Computing Base Control domain VM1 (dom0) Guest Domains One or more VM0 Toolstack driver, stub or • Your apps Dom0 Kernel service domains Guest OS and Apps • E.g. your cloud management stack Driver/Stub/Service Domain(s) Scheduler, MMU Xen Hypervisor • A “driver, device model or control Host HW service in a box” I/O Memory CPUs • De-privileged and isolated • Lifetime: start, stop, kill 7
  • 8. Xen Variants for Server & Cloud Xen Hypervisor XCP Toolstack / Console Default / XL (XM) Libvirt / VIRSH XAPI / XE Increased level of functionality and integration with other components Get Binaries from … Linux Distros Linux Distros Debian & Ubuntu XCP from Xen.org Products Oracle VM Huawei UVP Citrix XenServer Many Used by … Others 8
  • 9. Xen : Types of Virtualization
  • 10. PV Domains & Driver Domains Control domain Guest VMn Driver Domain Linux PV guests have limitations: (dom0) e.g. • limited set of virtual hardware Apps • Disk • Network Advantages PV Back Ends PV Front Ends PV Back End • Fast • Works on any system HW Drivers HW Driver (even without virt extensions) Guest OS Dom0 Kernel* Driver Domains Xen Hypervisor • Security • Isolation I/O Memory CPUs Host HW • Reliability and Robustness *) Can be MiniOS 10
  • 11. HVM & Stub Domains Dom0 Guest VMn Stubdomn Guest VMn Disadvantages • Slower than PV due to Emulation (mainly I/O devices) IO Emulation IO Emulation Device Model Device Model Advantages • Install the same way as native Linux IO Event Stub Domains IO Event VMEXIT Mini OS VMEXIT • Security Xen Hypervisor • Isolation • Reliability and Robustness Host HW 11
  • 12. PV on HVM • A mixture of PV and HVM • Linux enables as many PV interfaces HVM PV on PV as possible HVM Boot Sequence Emulated Emulated PV • This has advantages Memory HW HW PV – install the same way as native Interrupts, Emulated PV* PV – PC-like hardware Timers & – access to fast PV devices Spinlocks – exploit nested paging Disk & Network Emulated PV PV – Good performance trade-offs Privileged HW HW PV Operations • Drivers in Linux 3.x *) Emulated for Windows
  • 14. Xen and the Linux Kernel Xen was initially a University research project Invasive changes to the kernel to run Linux as a PV guest and Dom0
  • 15. Current State PVOPS Project Xen support in Linux 3.0+ (it is functional but not yet fully optimized) On-going optimization work in Linux 3.4 +
  • 16. What does this mean? • Xen Hypervisor is not in the Linux kernel • BUT: everything Xen needs to run is! • Xen packages are (or will be) in Linux distros – Install Dom0 Linux distro – Install Xen package(s) or meta package – Reboot – Config stuff: set up disks, peripherals, etc.
  • 17. “Security and QoS/Reliability are amongst the top 3 blockers for cloud adoption” www.colt.net/cio-research
  • 18. Security and the Next Wave of Virtualization • Security is a key requirement for Cloud • Security is the primary goal of virtualization on the Client – Desktop, Laptops, Tablets & Smart Phones • Maintaining isolation between VMs is critical
  • 19. Xen Security & Robustness Advantages • Even without Advanced Security Features – Well-defined trusted computing base (much smaller than on type-2 HV) – No extra services in hypervisor layer • More Robustness: Mature, Tried & Tested, Architecture • Xen Security Modules (or XSM) – Developed and contributed to Xen by NSA – Generalized Security Framework for Xen • Can also run with SELinux 19
  • 20. Advanced Security: Disaggregation • Split Control Domain into Driver, Stub and Service Domains – Each contains a specific set of control logic – See: ”Breaking up is hard to do” @ Xen Papers • Unique benefit of the Xen architecture – Security: Minimum privilege; Narrow interfaces – Robustness: ability to safely restart parts of the system – Performance: lightweight, e.g. Mini OS directly on hypervisor – Scalability: more distributed system (less reliable on Dom0) • Used by Qubes OS and Citrix XenClient XT
  • 21. Advanced XenClient Architecture Per host/device Per guest Service VMs Service VMs VPN Isolation Control Domain Management VPN Isolation User VM User VM Emulate Emulation Device Network Isolation Domain (dom0) Device Policy Granularity Policy Granularity Xen Hypervisor Xen Security Modules I/O Memory CPUs Host HW
  • 22. Example: Network Driver Domain for HA • Detect failure e.g. 350 – Illegal access 300 – Timeout 250 • Kill domain, restart 200 150 – E.g. Just 275ms outage from 100 failed Ethernet driver 50 • Auto-restarts to 0 0 5 10 15 20 25 30 35 40 enhance security time (s)
  • 23. BUT… • Today, XCP and commercial Xen based Server products – Do not yet make use of XSM – Do not yet make use of Advanced Security Features (Disaggregation) • In XCP, work has started to add these features – Various articles of how this may be done on the xen wiki – More information soon (likely at XenSummit) – Commitment on improving docs for Security, Reliability & Tuning
  • 25. XCP  Complete vertical stack for server virtualization  Distributed as a closed appliance (ISO) with CentOS 5.5 Dom0, misc DomU’s, network & storage support and Xen API  Open source distribution of Citrix XenServer
  • 26. XCP Overview • Open source version of Citrix XenServer  wiki.xen.org/wiki/XCP/XenServer_Feature_Matrix • Enterprise-ready server virtualization and cloud platform  Extends Xen beyond one physical machine and other functionality  Lots of other additional functionality compared to Xen • Datacenter and cloud-ready management API  XenAPI (XAPI) is fully open source  CloudStack and OpenStack integration
  • 27. Major XCP Features • VM lifecycle: live snapshots, checkpoint, migration • Resource pools: flexible storage and networking • Event tracking: progress, notification • Upgrade and patching capabilities • Real-time performance monitoring and alerting • Built-in support and templates for Windows and Linux guests • Open vSwitch support built-in
  • 28. XCP 1.5 (in beta) • Architectural Improvements: Xen 4.1, GPT, smaller Dom0 • GPU pass through: for VMs serving high end graphics • Performance and Scalability: – 1 TB mem/host – 16 VCPUs/VM, 128 GB/VM • Networking: Open vSwitch (default), Active-Backup NIC Bonding • Virtual Appliance: multi-VM and boot sequenced, OVF support • More guest OS templates
  • 29. XAPI: What is it? • XAPI is the backbone of XCP – Provides the glue between all components – Is the backend for all management applications – Also called XenAPI • It's a XML-RPC style API, served via HTTPS – Provided by a service on every XCP dom0 host – Designed to by highly programmable – API bindings for many languages: .NET, Java, C, Powershell, Python • XAPI is Extensible via plugins – E.g. used by OpenStack
  • 30. XCP-XAPI Packages in Linux • Make the XAPI toolstack independent of CentOS 5.5 • Extend the delivery model – Deliver Xen, XAPI and everything in between (storage manager, network support, OCaml libs, etc.) via your favorite Linux distro “apt-get install xcp-xapi” or “yum install xcp-xapi” • Debian 7.0 “Wheezy" • Ubuntu 12.04 LTS • Next: Fedora & CentOS
  • 31. XAPI Management Options • XAPI frontend command line tool: XE (tab-completable) • Desktop GUIs o Citrix XenCenter (Windows-only) o OpenXenManager (open source cross-platform XenCenter clone) • Web interfaces o Xen VNC Proxy (XVP) o XenWebManager (web-basedclone of OpenXenManager) • XCP Ecosystem: o xen.org/community/vendors/XCPProjectsPage.html o xen.org/community/vendors/XCPProductsPage.html
  • 32. XCP and Cloud Orchestration Stacks
  • 34. • Designed for the Cloud : many advantages for cloud use! – Resilience, Robustness & Scalability – Security: Small surface of attack, Isolation & Advanced Security Features • Widely used by Cloud Providers and Vendors • XCP & XAPI – Ready for use with cloud orchestration stacks – XCP-XAPI packages in Linux distros: flexibility and choice – Lots of additional improvements for cloud coming in 2012 • Open Source with a large community and eco-system
  • 35. • IRC: ##xen @ FREENODE • Mailing List: xen-users & xen-api • Wiki: wiki.xen.org – Beginners & User Categories – XCP Category • Excellent XCP Tutorials – A day worth of material @ xen.org/community/xenday11 • Ecosystem pages Questions … Slides available under CC-BY-SA 3.0

Editor's Notes

  • #3: XenoServer : enablers as well the concept
  • #4: Note: 10th birthday of the project is coming up
  • #5: Hold this thought! We will come back to this later….!
  • #7: PVOPS is the Kernel Infrastructure to run a PV Hypervisor on top of Linux
  • #8: Dom 0:In a typical Xen set-up Dom0 contains a smorgasboard of functionality:System bootDevice emulation & multiplexingAdministrative toolstackDrivers (e.g. Storage & Network)Etc.LARGE TCB – BUT, Smaller as in a Type 2 hypervisorDriver/Stub/Service Domains: also known as Disaggregation
  • #10: PVOPS is the Kernel Infrastructure to run a PV Hypervisor on top of Linux
  • #12: Device Model emulated in QEMUModels for newer devices are much faster, but for now PV is even faster
  • #13: Automatic PerformancePV on HVM guests are very close to PV guests in benchmarks that favour PV MMUsPV on HVM guests are far ahead of PV guests in benchmarks that favour nested paging
  • #14: PVOPS is the Kernel Infrastructure to run a PV Hypervisor on top of Linux
  • #16: Where are we?1) Linux 3 contains everything needed to run Xen on a Vanilla Kernel, both as Dom0 and DomU2) That’s of course a little bit of an old hat now3) But it is worth mentioning that it only took 5 years to upstream that PVOPS into the kernel
  • #18: Just one example of a survey, many morehttp://www.colt.net/cio-research/z2-cloud-2.htmlAccording to many surveys, security is actually the main reason which makes or breaks cloud adoptionBetter security means more adoptionConcerns about security means slowed adoption
  • #19: So for a hypervisor, as Xen which is powering 80% of the public cloud – rackspace, AWS and many other VPS providers use Xen and with cloud computing becoming mainstream, furthering security is really importantOne of the key things there is isolation between VMs, but also simplicity as I pointed out earlierBut there are also a number of advanced features in Xen, which are not that widely know. So I wanted to give you a short overview of two of them
  • #20: Ask some questions
  • #21: Example: XOARSelf-destructing VMs (destroyed after initialization): PCIBack = virtualize access to PCI Bus configRestartable VMs (periodic restarts): NetBack (Physical network driver exposed to guest) = restarted on timerBuilder (instantiate other VMs) = Restarted on each request
  • #24: What about domain 0 itself?Once we've disaggregated domain 0, what will be left? The answer is: very little! We'll still have the logic for booting the host, for starting and stopping VMs, and for deciding which VM should control which piece of hardware... but that's about it. At this point domain 0 could be considered as a small "embedded" system, like a home NAT box or router.
  • #28: VM lifecycle (start, stop, resume) ... automation is the key pointLive snapshots: Takes a snapshot of a live VM (e.g. for disaster recovery or migration)Resource pools (multiple physical machines): XS & XCP onlylive migration: VM is backed up while running, onto shared storage (e.g. NFS) in a pool and when completed restarted elsewhere in that pool. disaster recovery: you can find lots of information on how this works at http://support.citrix.com/servlet/KbServlet/download/17141-102-19301/XenServer_Pool_Replication_-_Disaster_Recovery.pdf (the key point is that I can back up the metadata for the entire VM)Flexible storage: XAPI does hide details for storage and networkingI.e. I apply generic commands (NFS, NETAPP, iSCSI ... once its created they all appear the same) from XAPI. I only need to know the storage type when I create storage and network objects (OOL)Upgrading a host to a later version of XCP (all my configs and VMs stay the same) …and patching (broken now - bug, can apply security patches to XCP/XS or Dom0 but not DomU)
  • #29: * Host Architectural Improvements. XCP 1.5 now runs on the Xen 4.1 hypervisor, provides GPT (new partition table type) support and a smaller, more scalable Dom0. * GPU Pass-Through. Enables a physical GPU to be assigned to a VM providing high-end graphics. * Increased Performance and Scale. Supported limits have been increased to 1 TB memory for XCP hosts, and up to16 virtual processors and 128 GB virtual memory for VMs. Improved XCP Tools with smaller footprint. * Networking Improvements. Open vSwitch is now the default networking stack in XCP 1.5 and now provides formal support for Active-Backup NIC bonding. * Enhanced Guest OS Support. Support for Ubuntu 10.04 (32/64-bit).Updated support for Debian Squeeze 6.0 64-bit, Oracle Enterprise Linux6.0 (32/64-bit) and SLES 10 SP4 (32/64-bit). Experimental VM templates for CentOS 6.0 (32/64-bit), Ubuntu 10.10 (32/64-bit) and Solaris 10. * Virtual Appliance Support (vApp). Ability to create multi-VM and boot sequenced virtual appliances (vApps) that integrate with Integrated Site Recovery and High Availability. vApps can be easily imported and exported using the Open Virtualization Format (OVF) standard.
  • #30: Note: not exactly 1:1 with XEComparisons to other APIs in the virtualization space (source: Steven Maresca)Generally speaking XAPI is well-designed and well-executedXAPI makes it pleasantly easy to achieve quick productivityXAPI is set up to work with frameworkssuch as CloudStack and OpenStack. Some SOAPy lovers of big XML envelopes and WSDLs scoff at XML-RPC, but it certainly gets the job done with few complaintsExample codehttp://bazaar.launchpad.net/~nova-core/nova/github/files/head:/plugins/xenserver/xenapi/etc/xapi.d/plugins/   https://github.com/xen-org/xen-api/blob/master/scripts/examples/python/XenAPIPlugin.py
  • #34: Hold this thought! We will come back to this later….!
  • #35: Performance : similar to other hypervisorsMaturity: Tried & Tested, Most Problems that are Problems are well knownOpen source: Good body of Knowledge, Tools