Enabling Technologies for Distributed and Cloud Computing

Similar documents
Enabling Technologies for Distributed Computing

Full and Para Virtualization

IOS110. Virtualization 5/27/2014 1

Virtualization for Cloud Computing

StACC: St Andrews Cloud Computing Co laboratory. A Performance Comparison of Clouds. Amazon EC2 and Ubuntu Enterprise Cloud

Vocera Voice 4.3 and 4.4 Server Sizing Matrix

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

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE

Virtualization. Dr. Yingwu Zhu

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

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

Virtualization. Types of Interfaces

White Paper. Recording Server Virtualization

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

Running vtserver in a Virtual Machine Environment. Technical Note by AVTware

Data Centers and Cloud Computing

FOR SERVERS 2.2: FEATURE matrix

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

Comparing Free Virtualization Products

Virtualization. Nelson L. S. da Fonseca IEEE ComSoc Summer Scool Trento, July 9 th, 2015

Regional SEE-GRID-SCI Training for Site Administrators Institute of Physics Belgrade March 5-6, 2009

A Project Summary: VMware ESX Server to Facilitate: Infrastructure Management Services Server Consolidation Storage & Testing with Production Servers

Intro to Virtualization

Cisco Prime Home 5.0 Minimum System Requirements (Standalone and High Availability)

Unifying Information Security

RUNNING vtvax FOR WINDOWS

Virtualization. Michael Tsai 2015/06/08

How To Create A Cloud Based System For Aaas (Networking)

Servervirualisierung mit Citrix XenServer

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

COM 444 Cloud Computing

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

Hyper-V R2: What's New?

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

Citrix XenServer Product Frequently Asked Questions

Virtualization for Hard Real-Time Applications Partition where you can Virtualize where you have to

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

COS 318: Operating Systems. Virtual Machine Monitors

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

Microsoft Hyper-V chose a Primary Server Virtualization Platform

Performance Comparison of VMware and Xen Hypervisor on Guest OS

Scaling in a Hypervisor Environment

The Art of Virtualization with Free Software

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

Networking for Caribbean Development

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY

nanohub.org An Overview of Virtualization Techniques

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Chapter 14 Virtual Machines

Virtualised MikroTik

Chapter 2 Addendum (More on Virtualization)

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

Impact of Advanced Virtualization Technologies on Grid Computing Centers

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models

Distributed systems Techs 4. Virtualization. October 26, 2009

Server and Storage Virtualization. Virtualization. Overview. 5 Reasons to Virtualize

Balancing CPU, Storage

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Microkernels, virtualization, exokernels. Tutorial 1 CSC469

Virtualization Technologies

Virtualization Technologies (ENCS 691K Chapter 3)

NETAPP WHITE PAPER USING A NETWORK APPLIANCE SAN WITH VMWARE INFRASTRUCTURE 3 TO FACILITATE SERVER AND STORAGE CONSOLIDATION

Virtualization Infrastructure at Karlsruhe

Table of Contents. Server Virtualization Peer Review cameron : modified, cameron

Cloud Computing CS

HRG Assessment: Stratus everrun Enterprise

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

How To Build A Cloud Server For A Large Company

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment

Cloud Computing #6 - Virtualization

CS 695 Topics in Virtualization and Cloud Computing. Introduction

Basics of Virtualisation

Virtualization. Pradipta De

Enterprise-Class Virtualization with Open Source Technologies

Red Hat enterprise virtualization 3.0 feature comparison

Distributed and Cloud Computing

Cloud Computing through Virtualization and HPC technologies

7 Real Benefits of a Virtual Infrastructure

NetScaler VPX FAQ. Table of Contents

Compromise-as-a-Service

Analyzing the Virtualization Deployment Advantages of Two- and Four-Socket Server Platforms

A quantitative comparison between xen and kvm

Virtualization Performance on SGI UV 2000 using Red Hat Enterprise Linux 6.3 KVM

Parallels Virtuozzo Containers

Masters Project Proposal

Global Headquarters: 5 Speen Street Framingham, MA USA P F

Parallels Server 4 Bare Metal

Dynamic Load Balancing of Virtual Machines using QEMU-KVM

OPEN SOURCE VIRTUALIZATION TRENDS. SYAMSUL ANUAR ABD NASIR Warix Technologies / Fedora Community Malaysia

Virtualization. Jukka K. Nurminen

Windows Server 2008 R2 Hyper-V Live Migration

Virtualization and the U2 Databases

VIRTUALIZATION, The next step for online services

CS 695 Topics in Virtualization and Cloud Computing and Storage Systems. Introduction

Handling Multimedia Under Desktop Virtualization for Knowledge Workers

Amazon EC2 XenApp Scalability Analysis

Virtualization and Disaster Recovery

Virtualizare sub Linux: avantaje si pericole. Dragos Manac

NET ACCESS VOICE PRIVATE CLOUD

Application Performance in the Cloud, and its Relationship to QoS

Transcription:

Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF

Multi-core CPUs and Multithreading Technologies CPU s today assume a multi-core architecture with dual, quad, six, or more processing cores. The clock rate increased from 10 MHz for Intel 286 to 4 GHz for Pentium 4 in 30 years. However, the clock rate reached its limit on CMOS chips due to power limitations. Clock speeds cannot continue to increase due to excessive heat generation and current leakage. Multi-core CPUs can handle multiple instruction threads.

Multi-core CPUs and Multithreading Technologies LI cache is private to each core, L2 cache is shared and L3 cache or DRAM is off the chip. Examples of multi-core CPUs include Intel i7, Xeon, AMD Opteron. Each core can also be multithreaded. E.g. the Niagara II has 8 cores with each core handling 8 threads for a total of 64 threads maximum.

Hyper-threading (HT) Technology A feature of certain Intel chips (such as Xeon, i7) that makes one physical core appear as two logical processors. On an operating system level, a single-core CPU with Hyper- Threading technology will be reported as two logical processors, dual-core CPU with HT is reported as four logical processors, and so on. HT adds a second set of general, control and special registers. The second set of registers allows the CPU to keep the state of both cores, and effortlessly switch between them by switching the register set.

Hyper-threading (HT) Technology (contd.) HT technology results in better utilization of core resources and improved performance. Using this technology, many core resources can be shared between threads without negative impact, although sharing of some resources, like level 1 cache, may lower process performance under certain conditions. Overall, for large number of multi-threaded applications the Hyper- Threading can provide noticeable performance boost, from 15% - 30%.

Memory, Storage and WAN DRAM chip capacity increased from 16 KB in 1976 to 64 GB in 2011 for a 4x increase in capacity every 3 years. Memory access time did not improve as much. For hard drives, capacity increased from 260 MB in 1981 to 3 TB for the Seagate Barracuda XT hard drive in 2011 for an approximate 10x increase in capacity every 8 years. The "memory wall" is the growing disparity of speed between CPU and memory outside the CPU chip. An important reason for this disparity is the limited communication bandwidth beyond chip boundaries. From 1986 to 2000, CPU speed improved at an annual rate of 55% while memory speed only improved at 10%. Faster processor speed and larger memory capacity result in a wider performance gap between processors and memory. The memory wall may become an even worse problem limiting CPU performance.

System-Area Interconnects A LAN is typically used to connect clients to big servers. A Storage Area Network (SAN) connects servers to network storage such as disk arrays. Network attached storage (NAS) connects servers directly to disk arrays. All 3 types of networks often appear in a large cluster built with commercial network components.

System-Area Interconnects - NAS A NAS is fundamentally a bunch of disks, usually arranged in a disk array. Users and servers attach to the NAS primarily using TCP/IP over Ethernet, and the NAS has its own IP address. The primary job of a NAS is to serve files, so most NAS systems offer support for Windows networking, HTTP, plus file systems and protocols such as NFS.

System-Area Interconnects - SAN SANs allow multiple servers to share a RAID, making it appear to the server as if it were local or directly attached storage, and it cannot be accessed by individual users. A dedicated networking standard, Fiber Channel, allow blocks to be moved between servers and storage at high speed. It uses dedicated switches and a fiber-based cabling system which separates it from the day-to-day traffic. It uses the SCSI protocol for communication. SANs are used for mission-critical data such as big databases, where reliability and performance are key.

Virtual Machines and Virtualization Middleware To build clouds we need to aggregate large amounts of computing, storage, and networking resources in a virtualized manner. Specifically clouds rely on the dynamic virtualization of CPU, memory, and I/O. Virtual Machines (VMs) The VM is built with virtual resources managed by a guest OS to run a specific application. Between the VMs and the host platform, a middleware layer (called the Virtual Memory Monitor (VMM) or a hypervisor) is deployed. Type 1 (bare metal) hypervisor The bare metal hypervisor runs on the bare hardware and handles all the hardware (CPU, memory, and I/O) directly. This runs in the privileged mode. The guest OS could any OS such as Linux, Windows etc. They provide an almost native performance to the guest OSs (VMs), generally losing only 3 4% of the Central Processing Unit s cycles to the running of the hypervisor.

Type 1 (bare metal) hypervisor (continued) Bare-metal is great for consolidating a company s collection of servers onto a single piece of hardware. Some examples of the leading bare-metal hypervisors are VMware s ESXi (proprietary), Citrix Xen Server (FOS (Free & Open Source)), and KVM (kernel loaded VM) (FOS). ESX and XenServer are installs that reside directly on the hardware. KVM sits within a Linux kernel. Technologies for Network-Based Systems Virtual Machines and Virtualization Middleware

Virtual Machines and Virtualization Middleware Type 2 (or hosted) hypervisor: Here the hypervisor runs on top of a host OS in user or non-privileged mode. The host OS need not be modified. For example, you could install Windows or Linux, and then install the hypervisor on top but the performance may not be as good as with bare-metal. Hosted is often used by IT workers who need the flexibility to install, run and try out different OSs on their own computers without disrupting their current computing environment. Some examples of the leading hosted hypervisors are VirtualBox (FOS) and Qemu (FOS) Many VMs can be run on a hypervisor. The resource most in demand is system memory, and because RAM is cheap, this makes the proposition of virtualization an attractive one. A VM can be suspended and stored in secondary storage, resumed, or migrated from one hardware platform to another.

Full Virtualization vs. Para-Virtualization Full Virtualization allows the guest OS to run on the hypervisor without any modification and without it knowing that it is hosted. Paravirtualization requires that the kernel of the guest OS is modified and compiled with hooks (an API) for the hypervisor (guest OSs must know about the hypervisor). The guest OS can then communicate and cooperate with the hypervisor with a potential to improving performance, though this might be marginal (load that generates system calls benefits the most). Windows guests can only run on Full Virtualization, as their source is proprietary. Operating systems that support paravirtualization interfaces need custom kernel adjustments. If compiled manually (where possible), guest operating systems with hypervisor support require more maintenance and configuration. Amazon EC2 uses paravirtualization using the Xen hypervisor.