SlideShare a Scribd company logo
1 of 35
Download to read offline
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 3
OS 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

More Related Content

Similar to virtual-machine-150316004018-conversion-gate01.pdf

Virtualization
VirtualizationVirtualization
VirtualizationYansi Keim
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptxNeenaReji1
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud ComputingRishikese MR
 
Presentation of Virtual Macines slides
Presentation of Virtual Macines slidesPresentation of Virtual Macines slides
Presentation of Virtual Macines slidesPunjab University
 
A510840101 24982 23_2020_lecture_2
A510840101 24982 23_2020_lecture_2A510840101 24982 23_2020_lecture_2
A510840101 24982 23_2020_lecture_2Krishna Kumar Singh
 
Unit 3 Virtualization.pdf
Unit 3 Virtualization.pdfUnit 3 Virtualization.pdf
Unit 3 Virtualization.pdfPrachiKurhade3
 
Getting Started With Virtualization
Getting Started With VirtualizationGetting Started With Virtualization
Getting Started With VirtualizationBill Kalarness
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptxssuser6e6eec
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...IJNSA Journal
 
Virtualization in Cloud Computing
Virtualization in Cloud ComputingVirtualization in Cloud Computing
Virtualization in Cloud ComputingPyingkodi Maran
 

Similar to virtual-machine-150316004018-conversion-gate01.pdf (20)

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
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Getting Started With Virtualization
Getting Started With VirtualizationGetting Started With Virtualization
Getting Started With Virtualization
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
 
Virtualization in Cloud Computing
Virtualization in Cloud ComputingVirtualization in Cloud Computing
Virtualization in Cloud Computing
 

More from KowsalyaJayakumar2

More from KowsalyaJayakumar2 (9)

osi and tcpip.ppt
osi and tcpip.pptosi and tcpip.ppt
osi and tcpip.ppt
 
SMB_University_120307_Networking_Fundamentals.pdf
SMB_University_120307_Networking_Fundamentals.pdfSMB_University_120307_Networking_Fundamentals.pdf
SMB_University_120307_Networking_Fundamentals.pdf
 
Ethernet_Networking2.ppt
Ethernet_Networking2.pptEthernet_Networking2.ppt
Ethernet_Networking2.ppt
 
lec_2_0.ppt
lec_2_0.pptlec_2_0.ppt
lec_2_0.ppt
 
network-topology.ppt
network-topology.pptnetwork-topology.ppt
network-topology.ppt
 
pc_access_remote_control_presentation1.ppt
pc_access_remote_control_presentation1.pptpc_access_remote_control_presentation1.ppt
pc_access_remote_control_presentation1.ppt
 
server-131210061249-phpapp02.pdf
server-131210061249-phpapp02.pdfserver-131210061249-phpapp02.pdf
server-131210061249-phpapp02.pdf
 
17-virtualization.pptx
17-virtualization.pptx17-virtualization.pptx
17-virtualization.pptx
 
osi.ppt
osi.pptosi.ppt
osi.ppt
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 

virtual-machine-150316004018-conversion-gate01.pdf

  • 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 3 OS 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