nanohub.org An Overview of Virtualization Techniques



Similar documents
COS 318: Operating Systems. Virtual Machine Monitors

Virtualization. Types of Interfaces

Virtual Machine Monitors. Dr. Marc E. Fiuczynski Research Scholar Princeton University

Virtualization. Dr. Yingwu Zhu

Uses for Virtual Machines. Virtual Machines. There are several uses for virtual machines:

Virtual Machines.

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Microkernels, virtualization, exokernels. Tutorial 1 CSC469

Enabling Technologies for Distributed Computing

The Art of Virtualization with Free Software

Hypervisors. Introduction. Introduction. Introduction. Introduction. Introduction. Credits:

IOS110. Virtualization 5/27/2014 1

Enabling Technologies for Distributed and Cloud Computing

Virtualization. Jukka K. Nurminen

Basics of Virtualisation

Full and Para Virtualization

COS 318: Operating Systems. Virtual Machine Monitors

Introduction to Virtual Machines

Computing in High- Energy-Physics: How Virtualization meets the Grid

Anh Quach, Matthew Rajman, Bienvenido Rodriguez, Brian Rodriguez, Michael Roefs, Ahmed Shaikh

Comparing Free Virtualization Products

Hypervisor Software and Virtual Machines. Professor Howard Burpee SMCC Computer Technology Dept.

Basics in Energy Information (& Communication) Systems Virtualization / Virtual Machines

Virtualization. Pradipta De

VMware Server 2.0 Essentials. Virtualization Deployment and Management

A quantitative comparison between xen and kvm

Virtualization with Windows

Virtualization and the U2 Databases

Virtualization. Jia Rao Assistant Professor in CS

Intro to Virtualization

Satish Mohan. Head Engineering. AMD Developer Conference, Bangalore

Virtualization. Introduction to Virtualization Virtual Appliances Benefits to Virtualization Example Virtualization Products

CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies. Virtualization of Clusters and Data Centers

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu

The XenServer Product Family:

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING

kvm: Kernel-based Virtual Machine for Linux

Networking for Caribbean Development

CSE 501 Monday, September 09, 2013 Kevin Cleary

Virtualization Technology

Deputy Secretary for Information Technology Date Issued: November 20, 2009 Date Revised: December 20, Revision History Description:

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

Virtualization: Concepts, Applications, and Performance Modeling

COM 444 Cloud Computing

CPS221 Lecture: Operating System Structure; Virtual Machines

x86 ISA Modifications to support Virtual Machines

Virtualization and Other Tricks.

Virtualization. Michael Tsai 2015/06/08

Models For Modeling and Measuring the Performance of a Xen Virtual Server

The Xen of Virtualization

Virtualization. Explain how today s virtualization movement is actually a reinvention

Servervirualisierung mit Citrix XenServer

9/26/2011. What is Virtualization? What are the different types of virtualization.

Virtualizare sub Linux: avantaje si pericole. Dragos Manac

Container-based operating system virtualization: a scalable, high-performance alternative to hypervisors

A Comparison of VMware and {Virtual Server}

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

Virtualization Overview

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE

Cloud Computing CS

System Virtual Machines

Understanding Full Virtualization, Paravirtualization, and Hardware Assist. Introduction...1 Overview of x86 Virtualization...2 CPU Virtualization...

Installing & Using KVM with Virtual Machine Manager COSC 495

Parallels Virtuozzo Containers

Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC

Distributed Systems. Virtualization. Paul Krzyzanowski

21/09/11. Introduction to Cloud Computing. First: do not be scared! Request for contributors. ToDO list. Revision history

Virtualization Technology. Zhiming Shen

Virtualization Concepts And Applications. Yash Jain DA-IICT (DCOM Research Group)

Virtualization for Cloud Computing

Hardware Based Virtualization Technologies. Elsie Wahlig Platform Software Architect

Cloud Computing #6 - Virtualization

Chapter 16: Virtual Machines. Operating System Concepts 9 th Edition

Virtual Servers. Virtual machines. Virtualization. Design of IBM s VM. Virtual machine systems can give everyone the OS (and hardware) that they want.

Distributed and Cloud Computing

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

Chapter 14 Virtual Machines

Analysis of Virtualization Tools and Techniques

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November ISSN

Hypervisors and Virtual Machines

Introduction to Virtualization

Virtual Machine Migration with an Open Source Hypervisor

SCO Virtualization Presentation to Customers

Data Centers and Cloud Computing

Xen and the Art of. Virtualization. Ian Pratt

Secure Virtual Machine Systems

Introduction to Virtual Machines

Virtualization for Security

12. Introduction to Virtual Machines

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy

Virtualization: Know your options on Ubuntu. Nick Barcet. Ubuntu Server Product Manager

Transcription:

An Overview of Virtualization Techniques Renato Figueiredo Advanced Computing and Information Systems (ACIS) Electrical and Computer Engineering University of Florida NCN/NMI Team 2/3/2006 1

Outline Resource virtualization: Motivations and techniques Virtual Machines: past, present, future Applications in Grid Computing 2/3/2006 2

Physical computer Processor, memory, and I/O Hard disk and network interfaces are key components of the I/O subsystem Processor runs instructions. Memory holds data for fast operation. Disk holds data in persistent state (files, directories). Network supports communication 2/3/2006 3

Virtual Computer A virtual computer has the same look and feel as a physical computer Virtual processor, virtual memory, virtual disk and virtual network card Can run exactly the same software (e.g. Windows, Linux) But multiple virtual computers can time-share a single physical computer! Linux WinXP NetBSD Virtual machines Physical machine 2/3/2006 4

Virtual Machines Capable of running full-blown O/S within VM guest VMware Xen Microsoft Virtual PC Support legacy software Advantage over Java VM, C# CLR VM Guests VM Host 2/3/2006 5

Why virtual Computers? Motivations Resource sharing and consolidation; security and isolation Familiar example: virtual memory in multi-task O/Ss Physical memory shared by multiple processes; each process has its own, independent address space Ease of management Virtual (software) vs. physical (hardware) Copying, migration, archival, versioning Virtualization adds an extra layer of security and isolation A user can crash or reboot a VM without compromising its host, or other VMs VM is not nearly as complex as O/S Because they are smaller and simpler, they are harder to hack than an O/S Disco VM: 50K lines of code IRIXO/S : millions of lines 2/3/2006 6

Virtual Machines - VMs Classic VMs Technology traces back to the early 70s Legacy O/Ss which would share expensive mainframes IBM 370 - zseries Virtual machine defined: A system which is a hardware-software duplicate of a real existing machine, in which a non-trivial subset of the virtual machine s instructions execute directly on the host machine [Goldberg, 1971] 2/3/2006 7

Architecture of VMs How are VMs implemented? Core: virtual machine monitor (VMM) software Presents illusion of machine duplicate to other software running on top of it Virtualization operates at the (low) level of individual processor instructions Can boot existing operating systems, run unmodified applications on top of VM Key insight to achieve good performance: Run most instructions directly on hardware Same performance as without a VMM Emulate few instructions that require special handling Virtualization overhead 2/3/2006 8

Example - performance Example quantifying virtualization overhead for typical CPU-intensive scientific applications SpecHPC benchmarks Experimental setup: Physical: dual Pentium-III, 933MHz, 512MB mem, RedHat 7.1, SMP kernel Virtual: VMware workstation, 128MB mem, RedHat 7.1 uniprocessor kernel Native VM Overhead SPECseis 14806s 14946s 1.0% SPECclimate 9304s 9693s 4.2% 2/3/2006 9

Performance Overheads can be larger with disk I/O, network activity Xen VMM achieves near-native performance CPU CPU + I/O CPU + I/O + net Barham et al, Xen and the Art of Virtualization, SOSP 2003 2/3/2006 10

Virtual machine software Several mature virtualization products now available for typical desktops and servers; here is a brief overview VMware Pioneer of products bringing VMs to Intel-based desktops and servers Products Workstation Easy to install and use; good performance and several features Player Free! Can play VMs created by Workstation and ESX GSX Group server; more management tools ESX Enterprise server; higher performance, several management features, advanced scheduling For more information and downloads: http://www.vmware.com 2/3/2006 11

Virtual machine software Microsoft Acquired start-up (Connectix) and added VMs to its line of products Plans to have VM support as part of future releases of Windows VirtualPC Akin to VMware s workstation. Can run VMware VMs (and vice-versa) Unlike workstation, does not run on top of Linux Can run Intel-based VMs (e.g. Windows) on PowerPC-based Macs Virtual Server Akin to VMware s GSX server For more information: http://www.microsoft.com/windows/virtualpc/default.mspx http://www.microsoft.com/windowsserversystem/virtualserver/default.mspx 2/3/2006 12

Virtual machine software Xen Open-source VM initially developed at Cambridge Packaging and distribution now handled by start-up company XenSource Designed to achieve high performance Para-virtualization techniques to reduce virtualization overhead But para-virtualization requires operating systems to be modified before they run on Xen Typically, Xen runs Linux, FreeBSD or NetBSD With new Intel/AMD processors, Xen is beginning to support unmodified operating systems For more information and downloads: http://www.xensource.com 2/3/2006 13

Virtual machine software Parallels Workstation Low-cost VM Comparable to VMware workstation, Windows VirtualPC Runs on both Windows and Linux Server, Enterprise server: due 2006 For more information and downloads: http://www.parallels.com 2/3/2006 14

Hardware support Much of the virtualization overhead today are due to processors not being designed with virtualization in mind Seminal paper by Popek, Goldberg (1974) provides basic guidelines Efficient VMM can be designed if: 1. Processor has protection mechanisms, and 2. Privileged instructions that read/write system status must cause exceptions if run at non-privileged level Modern microprocessors support protection (condition 1) However, second condition rarely satisfied E.g. Intel x86 : 17 problematic instructions Today, VMs must use several software tricks to circumvent problematic instructions in processors such as Intel/AMD Tomorrow: processors have been/are being redesigned to support more efficient VMs Intel VT in dual-core Yonah ; AMD Pacifica 2/3/2006 15

Beyond a single host One virtual machine Single physical machine (uni/multi-processor); multiple concurrent O/Ss VM monitors (VMware, Xen) virtualize local devices Interconnected VMs Emerging applications not considered in early VM days How to virtualize networking and remote storage access? How to schedule, manage VMs beyond local area network (LAN) domain boundaries? 2/3/2006 16

Applications in Grid computing Goal: harness computing power of distributed desktops, servers, clusters Computing as utility Analogy to power grid Computing grid: Outlet is the network jack; pay per processor cycles, storage, bandwidth, application time used Applications: Nanoelectronics online simulation - nanohub Many others: high-energy physics, hurricane path prediction, seismic modeling, protein sequencing, CAD design/simulation, rendering farms, financial analysis, Virtualization facilitates management and deployment of Grid resources 2/3/2006 17

Grid computing on virtual resources Three virtues of virtualization Manifolding, polymorphism, multiplexing Multiple, independent virtual resources share a physical resource VMs: Isolation improved security Multiple concurrent O/Ss time-sharing Independent configuration flexibility Approach: apply virtualization machines, disk storage and network The nanohub and the underlying In-VIGO middleware Application of these techniques result in a unique, flexible cyberinfrastructure 2/3/2006 18

Summary Virtual machines are becoming more and more pervasive in enterprise and desktop environments Hardware and software vendors are increasingly supporting virtualization Competition better products, lower prices Virtualization is key to a flexible computational cyberinfrastructure nanohub and In-VIGO: apply virtualization to bring online simulations to the nano-* community 2/3/2006 19