SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Created by AAA

 Ashfaq Ali 2407
 Afzal Ali 2417
 Amir Ashraf 2418
 Abdul Rehman 2426
 Asmah 2429
 Maryyam 2433
 Haider Ali 2440
Group Members

History
 First appeared in IBM mainframes in 1972
 Allowed multiple users to share a batch-oriented system
 Formal definition of virtualization helped move it beyond
IBM
1. A VMM provides an environment for programs that is essentially
identical to the original machine
2. Programs running within that environment show only minor
performance decreases
3. The VMM is in complete control of system resources
 In late 1990s Intel CPUs fast enough for researchers to try
virtualizing on general purpose PCs
 Xen and VMware created technologies, still used today
 Virtualization has expanded to many OSes, CPUs, VMMs

 VMware – Modern Virtual Machine System.
 Founded 1998, Mendel Rosenblum et al.
 Research at Stanford University
 VMware Workstation
 Separates Host OS from virtualization layer
 Host OS may be Windows, Linux, etc.
 Wide variety of Guest operating systems
History(con..)

 :- A virtual machine (VM) is a software
implementation of a machine that executes programs
like a physical machine. It shares physical hardware
resources with the other users but isolates the OS or
application to avoid changing the end-user
experience.
 Virtual Machine is the part of cloud computing.
Virtual Machine

 Where are your Machine?
 Who has access to these system?
 How are they managed?
 What security is in place?
Why We Need VM?

 VM share the centralized server processor, memory
& storage.
 Earlier 800 Million unique server is working.
 But now with VM only 60 Million server is doing the
same work of 800 Million server.
We Do Virtualization

System Models
(a) Nonvirtual machine (b) Virtual machine

VMware Architecture

Definitions
 Host Operating System:
 The operating system actually running on the
hardware
 Together with virtualization layer, it simulates
environment for …
 Guest Operating System:
 The operating system running in the simulated
environment
 E.g., the one we are trying to debug

 System virtual machine:
 system virtual machines (also known as full
virtualization VMs) provide a complete substitute
for the targeted real machine and a level of
functionality required for the execution of a
complete operating system.
Types of Virtual Machine

Hardware -- “real machine”
Virtual Machine Monitor (VMM)
Operating System
APP APP APP APP
Simulated Machine
Operating System
APP APP APP APP
Simulated Machine
System Virtual Machine

 process virtual machines are designed to execute a
single computer program by providing an abstracted and
platform-independent program execution environment. A
process VM, sometimes called an application virtual
machine, or Managed Runtime Environment (MRE).
 It is created when the process is started and destroyed
when it exits.
 A process VM provides a high-level abstraction – that of
a high-level programming language (compared to the
low-level ISA abstraction of the system VM). Process VMs
are implemented using an interpreter; performance
comparable to compiled programming languages is
achieved by the use of just-in-time compilation.
Process Virtual Machine

Hardware
Virtual Machine
Operating System 1
APP
APP APP APP
Process Virtual Machines
OS 3OS 2

 This type of VM has become popular with the Java programming
language, which is implemented using the Java virtual machine.
 The Parrot virtual machine, and the .NET Framework, which runs on a VM
called the Common Language Runtime. All of them can serve as
an abstraction layer for any computer language.
 Unlike other process VMs, these systems do not provide a specific
programming language, but are embedded in an existing language;
typically such a system provides bindings for several languages
(e.g., C and FORTRAN).
 Examples are PVM (Parallel Virtual Machine) and MPI (Message Passing
Interface). They are not strictly virtual machines, as the applications
running on top still have access to all OS services, and are therefore not
confined to the system model.
Language Virtual Machine

The Java Virtual Machine
Own idealized architecture
Stylized machine language
Byte codes
Readily available
interpreter

 A hypervisor or virtual machine monitor (VMM) is
a piece of computer software, firmware or hardware
that creates and runs virtual machines.
 A computer on which a hypervisor is running one or
more virtual machines is defined as a host machine.
Each virtual machine is called a guest machine
 Hypervisor is a bare metal approach; is installed on
the bare metal and then the operating systems is
installed ( para virtualized)
What is Hypervisor

 Vary greatly, with options including:
 Type 0 hypervisors - Hardware-based solutions that provide
support for virtual machine creation and management via
firmware
 IBM LPARs and Oracle LDOMs are examples
 Type 1 hypervisors - Operating-system-like software built to
provide virtualization
 Including VMware ESX, Joyent SmartOS, and Citrix XenServer
 Type 1 hypervisors – Also includes general-purpose operating
systems that provide standard functions as well as VMM
functions
 Including Microsoft Windows Server with HyperV and RedHat
Linux with KVM
 Type 2 hypervisors - Applications that run on standard
operating systems but provide VMM features to guest operating
systems
 Includeing VMware Workstation and Fusion, Parallels Desktop, and
Oracle VirtualBox
Implementation of VMMs

Implementation of VMMs (cont.)
 Other variations include:
 Para virtualization - Technique in which the guest operating
system is modified to work in cooperation with the VMM to optimize
performance
 Programming-environment virtualization - VMMs do not virtualize
real hardware but instead create an optimized virtual system
 Used by Oracle Java and Microsoft.Net
 Emulators – Allow applications written for one hardware
environment to run on a very different hardware environment,
such as a different type of CPU
 Application containment - Not virtualization at all but rather
provides virtualization-like features by segregating applications
from the operating system, making them more secure, manageable
 Including Oracle Solaris Zones, BSD Jails, and IBM AIX WPARs
 Much variation due to breadth, depth and importance of
virtualization in modern computing

Virtualization is defined as the abstraction of objects
("things"), creating a virtual (rather than actual) version of
objects such as a server or storage device.
For example, when you partition a hard drive into two
partitions - C and D, say - you create virtual drives but the
physical hard drive has not changed.
OR
Virtualization is a technology to run multiple same or
different operating systems which is completely isolated
from each other . ”Ex: Run both Windows and Linux on the
same machine.
What is Virtualization

 Server Virtualization
 Desktop Virtualization
 Application Virtualization
 Memory
 Storage
 Data
 Network
Types of Virtualization

 Hardware virtualization or platform virtualization refers to the creation of
a virtual machine that acts like a real computer with an operating system.
Software executed on these virtual machines is separated from the
underlying hardware resources.
 Different types of hardware virtualization include:
 Full virtualization – almost complete simulation of the actual hardware to
allow software, which typically consists of a guest operating system, to run
unmodified.
 Partial virtualization – some but not all of the target environment is
simulated. Some guest programs, therefore, may need modifications to run
in this virtual environment.
 Para virtualization – a hardware environment is not simulated; however,
the guest programs are executed in their own isolated domains, as if they
are running on a separate system. Guest programs need to be specifically
modified to run in this environment.
Server Virtualization

Normal Server Issue
 Backup / Restore
 Re-build OS
 Data recovery
 Disaster Recovery
 Same Vendor
 Same Model

 Consolidation
 Shared CPU, Memory, NIC ,DISK
 Maximum utilization – 90-95%
 Centralized Management
 Migration
 Less space
Solution

 Host servers connected over SAN
 Hardware fail tolerance
 High availability
 Online live migration
 Easy management
 Disaster Recovery
 Easily scalable, Adjustable
 Different Vendor, Type, Model servers controlled by Hypervisor
 Less hardware management / maintenance cost
 Better efficiency with less cost
 Maintain average utilization %
Server Virtualization- Benefits

 Same as server Virtualization
 User’s desktop runs on data servers as Virtual machines
 Secured by design
 Multiple OSes runs on same Hypervisor host
 Centralized management
 Shared resources with maximum utilization
 Supports multimedia / memory intensive apps on VM
Desktop Virtualization

Desktop Pool

 Centralized Service pack upgrade / OS patch
installation
 OS upgrade from one version to another
 High availability
 Fault tolerance
 Thin / Thick provisioned storage
 Accessed via LAN, WAN, Internet & Mobile
 Offline use with help of VM Player / XenClient on
Desktop, Laptop and ThinClients.
Desktop Virtualization - Benefits

 Business applications runs on servers located in
datacenter
 Secured by design
 One / more apps runs on same set of servers
 Centralized application management
 Shared resources with maximum utilization
 Supports multimedia / memory intensive apps
 Reduces licensing cost
 Role based user access controlled by policies
Application Virtualization

How it Work?

 Applications delivered on-demand
 No need to install and manage on every user desktop
 Increased performance
 Easily upgraded and deliver instantly
 Published either locally installed or steamed to server
Application Virtualization - Benefits

 Offline access via streamed on client machines with
help of offline plug-in
 Role based application functionality
 Multiple version of same application accessibility
 Application isolation
 Accessed via LAN, WAN, Internet & Mobile
 Content Redirection
 Server to client
 Client to server
Application Virtualization - Benefits

 VMware
 Citrix
 Oracle
 Microsoft
 Red hat
 Amazon
 Google
 Virtual bridges
 Proxmox
 Parallels
Top 10 Virtualization Technology Companies

 Virtual machines are a number of discrete identical
execution environments on a single computer, each
of which runs an operating system. This can allow
applications written for one OS to be executed on a
machine which runs a different OS which provide a
greater level of isolation between processes than is
achieved when running multiple processes on the
same instance of an OS.
Summary

Weitere ähnliche Inhalte

Was ist angesagt?

virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisors
Gaurav Suri
 

Was ist angesagt? (20)

Virtualization
VirtualizationVirtualization
Virtualization
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
 
What is Virtualization
What is VirtualizationWhat is Virtualization
What is Virtualization
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualization
 
Virtual Machine Concept
Virtual Machine ConceptVirtual Machine Concept
Virtual Machine Concept
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
Virtualization and its Types
Virtualization and its TypesVirtualization and its Types
Virtualization and its Types
 
Cloud Computing: Virtualization
Cloud Computing: VirtualizationCloud Computing: Virtualization
Cloud Computing: Virtualization
 
Virtual machines and their architecture
Virtual machines and their architectureVirtual machines and their architecture
Virtual machines and their architecture
 
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVMHypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
 
Virtual Machines - Virtual Box
Virtual Machines  - Virtual BoxVirtual Machines  - Virtual Box
Virtual Machines - Virtual Box
 
Virtualization basics
Virtualization basics Virtualization basics
Virtualization basics
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to Virtualization
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Storage Virtualization
Storage VirtualizationStorage Virtualization
Storage Virtualization
 
virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisors
 
Virtualization in cloud computing
Virtualization in cloud computingVirtualization in cloud computing
Virtualization in cloud computing
 
Virtual machine subhash gupta
Virtual machine subhash guptaVirtual machine subhash gupta
Virtual machine subhash gupta
 

Ähnlich wie Virtual machine

Ähnlich wie Virtual machine (20)

virtual-machine-ppt 18030 cloud computing.pptx
virtual-machine-ppt 18030 cloud computing.pptxvirtual-machine-ppt 18030 cloud computing.pptx
virtual-machine-ppt 18030 cloud computing.pptx
 
Unit II.ppt
Unit II.pptUnit II.ppt
Unit II.ppt
 
Virtualization: Force driving cloud computing
Virtualization: Force driving cloud computingVirtualization: Force driving cloud computing
Virtualization: Force driving cloud computing
 
Virtualization technology and an application of building vm ware
Virtualization technology and an application of building vm wareVirtualization technology and an application of building vm ware
Virtualization technology and an application of building vm ware
 
cloud basics.
cloud basics.cloud basics.
cloud basics.
 
Virtualization.pdf
Virtualization.pdfVirtualization.pdf
Virtualization.pdf
 
Virtualization 101
Virtualization 101Virtualization 101
Virtualization 101
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Virtualization
VirtualizationVirtualization
Virtualization
 
incs775_lect6.ppt
incs775_lect6.pptincs775_lect6.ppt
incs775_lect6.ppt
 
Vitualisation
VitualisationVitualisation
Vitualisation
 
Parth virt
Parth virtParth virt
Parth virt
 
Virtualization Approach: Theory and Application
Virtualization Approach: Theory and ApplicationVirtualization Approach: Theory and Application
Virtualization Approach: Theory and Application
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
 
Virtualization concepts in cloud computing
Virtualization concepts in cloud computingVirtualization concepts in cloud computing
Virtualization concepts in cloud computing
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud Computing
 
Presentation of Virtual Macines slides
Presentation of Virtual Macines slidesPresentation of Virtual Macines slides
Presentation of Virtual Macines slides
 
Chapter 3.4.pptx
Chapter 3.4.pptxChapter 3.4.pptx
Chapter 3.4.pptx
 
A510840101 24982 23_2020_lecture_2
A510840101 24982 23_2020_lecture_2A510840101 24982 23_2020_lecture_2
A510840101 24982 23_2020_lecture_2
 
Unit 3 Virtualization.pdf
Unit 3 Virtualization.pdfUnit 3 Virtualization.pdf
Unit 3 Virtualization.pdf
 

Mehr von IGZ Software house

Mehr von IGZ Software house (20)

Window server 2008
Window server 2008Window server 2008
Window server 2008
 
Types of server
Types of serverTypes of server
Types of server
 
Types of network
Types of networkTypes of network
Types of network
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Group policy management window server 2008r2
Group policy management window server 2008r2Group policy management window server 2008r2
Group policy management window server 2008r2
 
FSMO
FSMO FSMO
FSMO
 
Active directory domain services
Active directory domain servicesActive directory domain services
Active directory domain services
 
17 roles of window server 2008 r2
17 roles of window server 2008 r217 roles of window server 2008 r2
17 roles of window server 2008 r2
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
Introduction Network security
Introduction Network securityIntroduction Network security
Introduction Network security
 
Firewalls
FirewallsFirewalls
Firewalls
 
Encryption
EncryptionEncryption
Encryption
 
Cryptography
CryptographyCryptography
Cryptography
 
Authentication techniques
Authentication techniquesAuthentication techniques
Authentication techniques
 
X86 Architecture
X86 Architecture X86 Architecture
X86 Architecture
 
Window architecture
Window architecture Window architecture
Window architecture
 
What is-32-bit-and-64-bit
What is-32-bit-and-64-bitWhat is-32-bit-and-64-bit
What is-32-bit-and-64-bit
 
Compiler
Compiler Compiler
Compiler
 
Interpreter
InterpreterInterpreter
Interpreter
 
Competitor analaysis
Competitor analaysisCompetitor analaysis
Competitor analaysis
 

Kürzlich hochgeladen

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Kürzlich hochgeladen (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 

Virtual machine

  • 2.   Ashfaq Ali 2407  Afzal Ali 2417  Amir Ashraf 2418  Abdul Rehman 2426  Asmah 2429  Maryyam 2433  Haider Ali 2440 Group Members
  • 3.  History  First appeared in IBM mainframes in 1972  Allowed multiple users to share a batch-oriented system  Formal definition of virtualization helped move it beyond IBM 1. A VMM provides an environment for programs that is essentially identical to the original machine 2. Programs running within that environment show only minor performance decreases 3. The VMM is in complete control of system resources  In late 1990s Intel CPUs fast enough for researchers to try virtualizing on general purpose PCs  Xen and VMware created technologies, still used today  Virtualization has expanded to many OSes, CPUs, VMMs
  • 4.   VMware – Modern Virtual Machine System.  Founded 1998, Mendel Rosenblum et al.  Research at Stanford University  VMware Workstation  Separates Host OS from virtualization layer  Host OS may be Windows, Linux, etc.  Wide variety of Guest operating systems History(con..)
  • 5.   :- A virtual machine (VM) is a software implementation of a machine that executes programs like a physical machine. It shares physical hardware resources with the other users but isolates the OS or application to avoid changing the end-user experience.  Virtual Machine is the part of cloud computing. Virtual Machine
  • 6.   Where are your Machine?  Who has access to these system?  How are they managed?  What security is in place? Why We Need VM?
  • 7.   VM share the centralized server processor, memory & storage.  Earlier 800 Million unique server is working.  But now with VM only 60 Million server is doing the same work of 800 Million server. We Do Virtualization
  • 8.  System Models (a) Nonvirtual machine (b) Virtual machine
  • 10.  Definitions  Host Operating System:  The operating system actually running on the hardware  Together with virtualization layer, it simulates environment for …  Guest Operating System:  The operating system running in the simulated environment  E.g., the one we are trying to debug
  • 11.   System virtual machine:  system virtual machines (also known as full virtualization VMs) provide a complete substitute for the targeted real machine and a level of functionality required for the execution of a complete operating system. Types of Virtual Machine
  • 12.  Hardware -- “real machine” Virtual Machine Monitor (VMM) Operating System APP APP APP APP Simulated Machine Operating System APP APP APP APP Simulated Machine System Virtual Machine
  • 13.   process virtual machines are designed to execute a single computer program by providing an abstracted and platform-independent program execution environment. A process VM, sometimes called an application virtual machine, or Managed Runtime Environment (MRE).  It is created when the process is started and destroyed when it exits.  A process VM provides a high-level abstraction – that of a high-level programming language (compared to the low-level ISA abstraction of the system VM). Process VMs are implemented using an interpreter; performance comparable to compiled programming languages is achieved by the use of just-in-time compilation. Process Virtual Machine
  • 14.  Hardware Virtual Machine Operating System 1 APP APP APP APP Process Virtual Machines OS 3OS 2
  • 15.   This type of VM has become popular with the Java programming language, which is implemented using the Java virtual machine.  The Parrot virtual machine, and the .NET Framework, which runs on a VM called the Common Language Runtime. All of them can serve as an abstraction layer for any computer language.  Unlike other process VMs, these systems do not provide a specific programming language, but are embedded in an existing language; typically such a system provides bindings for several languages (e.g., C and FORTRAN).  Examples are PVM (Parallel Virtual Machine) and MPI (Message Passing Interface). They are not strictly virtual machines, as the applications running on top still have access to all OS services, and are therefore not confined to the system model. Language Virtual Machine
  • 16.  The Java Virtual Machine Own idealized architecture Stylized machine language Byte codes Readily available interpreter
  • 17.   A hypervisor or virtual machine monitor (VMM) is a piece of computer software, firmware or hardware that creates and runs virtual machines.  A computer on which a hypervisor is running one or more virtual machines is defined as a host machine. Each virtual machine is called a guest machine  Hypervisor is a bare metal approach; is installed on the bare metal and then the operating systems is installed ( para virtualized) What is Hypervisor
  • 18.
  • 19.  Vary greatly, with options including:  Type 0 hypervisors - Hardware-based solutions that provide support for virtual machine creation and management via firmware  IBM LPARs and Oracle LDOMs are examples  Type 1 hypervisors - Operating-system-like software built to provide virtualization  Including VMware ESX, Joyent SmartOS, and Citrix XenServer  Type 1 hypervisors – Also includes general-purpose operating systems that provide standard functions as well as VMM functions  Including Microsoft Windows Server with HyperV and RedHat Linux with KVM  Type 2 hypervisors - Applications that run on standard operating systems but provide VMM features to guest operating systems  Includeing VMware Workstation and Fusion, Parallels Desktop, and Oracle VirtualBox Implementation of VMMs
  • 20.  Implementation of VMMs (cont.)  Other variations include:  Para virtualization - Technique in which the guest operating system is modified to work in cooperation with the VMM to optimize performance  Programming-environment virtualization - VMMs do not virtualize real hardware but instead create an optimized virtual system  Used by Oracle Java and Microsoft.Net  Emulators – Allow applications written for one hardware environment to run on a very different hardware environment, such as a different type of CPU  Application containment - Not virtualization at all but rather provides virtualization-like features by segregating applications from the operating system, making them more secure, manageable  Including Oracle Solaris Zones, BSD Jails, and IBM AIX WPARs  Much variation due to breadth, depth and importance of virtualization in modern computing
  • 21.  Virtualization is defined as the abstraction of objects ("things"), creating a virtual (rather than actual) version of objects such as a server or storage device. For example, when you partition a hard drive into two partitions - C and D, say - you create virtual drives but the physical hard drive has not changed. OR Virtualization is a technology to run multiple same or different operating systems which is completely isolated from each other . ”Ex: Run both Windows and Linux on the same machine. What is Virtualization
  • 22.   Server Virtualization  Desktop Virtualization  Application Virtualization  Memory  Storage  Data  Network Types of Virtualization
  • 23.   Hardware virtualization or platform virtualization refers to the creation of a virtual machine that acts like a real computer with an operating system. Software executed on these virtual machines is separated from the underlying hardware resources.  Different types of hardware virtualization include:  Full virtualization – almost complete simulation of the actual hardware to allow software, which typically consists of a guest operating system, to run unmodified.  Partial virtualization – some but not all of the target environment is simulated. Some guest programs, therefore, may need modifications to run in this virtual environment.  Para virtualization – a hardware environment is not simulated; however, the guest programs are executed in their own isolated domains, as if they are running on a separate system. Guest programs need to be specifically modified to run in this environment. Server Virtualization
  • 24.  Normal Server Issue  Backup / Restore  Re-build OS  Data recovery  Disaster Recovery  Same Vendor  Same Model
  • 25.   Consolidation  Shared CPU, Memory, NIC ,DISK  Maximum utilization – 90-95%  Centralized Management  Migration  Less space Solution
  • 26.   Host servers connected over SAN  Hardware fail tolerance  High availability  Online live migration  Easy management  Disaster Recovery  Easily scalable, Adjustable  Different Vendor, Type, Model servers controlled by Hypervisor  Less hardware management / maintenance cost  Better efficiency with less cost  Maintain average utilization % Server Virtualization- Benefits
  • 27.   Same as server Virtualization  User’s desktop runs on data servers as Virtual machines  Secured by design  Multiple OSes runs on same Hypervisor host  Centralized management  Shared resources with maximum utilization  Supports multimedia / memory intensive apps on VM Desktop Virtualization
  • 29.   Centralized Service pack upgrade / OS patch installation  OS upgrade from one version to another  High availability  Fault tolerance  Thin / Thick provisioned storage  Accessed via LAN, WAN, Internet & Mobile  Offline use with help of VM Player / XenClient on Desktop, Laptop and ThinClients. Desktop Virtualization - Benefits
  • 30.   Business applications runs on servers located in datacenter  Secured by design  One / more apps runs on same set of servers  Centralized application management  Shared resources with maximum utilization  Supports multimedia / memory intensive apps  Reduces licensing cost  Role based user access controlled by policies Application Virtualization
  • 32.   Applications delivered on-demand  No need to install and manage on every user desktop  Increased performance  Easily upgraded and deliver instantly  Published either locally installed or steamed to server Application Virtualization - Benefits
  • 33.   Offline access via streamed on client machines with help of offline plug-in  Role based application functionality  Multiple version of same application accessibility  Application isolation  Accessed via LAN, WAN, Internet & Mobile  Content Redirection  Server to client  Client to server Application Virtualization - Benefits
  • 34.   VMware  Citrix  Oracle  Microsoft  Red hat  Amazon  Google  Virtual bridges  Proxmox  Parallels Top 10 Virtualization Technology Companies
  • 35.   Virtual machines are a number of discrete identical execution environments on a single computer, each of which runs an operating system. This can allow applications written for one OS to be executed on a machine which runs a different OS which provide a greater level of isolation between processes than is achieved when running multiple processes on the same instance of an OS. Summary