Virtualization and Cloud Computing Flashcards
Virtualization
- is a process that creates a software environment to emulate a
computer’s hardware and BIOS - Allows multiple OSs to run on the same physical computer at the same time
A virtual machine (VM)
is the virtual environment that emulates a physical computer’s hardware and BIOS
A guest OS
is the operating system installed on a VM
A host computer
is the physical computer on which the VM software is installed
Virtualization software?
creates and manages VMs and creates the virtual environment in which a guest OS is installed
The hypervisor
creates and monitors the virtual hardware environment, which allows multiple VMs to share physical hardware resources
A type 1 hypervisor
runs directly on the host computer’s hardware and controls and monitors guest OSs (also called bare-metal virtualization)
A type 2 hypervisor
is installed in a general-purpose host OS, and the host OS accesses host hardware on behalf of the guest OS (also called hosted virtualization)
A virtual disk
consists of files residing on the host computer that represent a virtual machine’s hard
drive
A virtual network
is a network configuration created by virtualization
A snapshot
is a partial copy of a VM made at a particular moment
Hosted Virtualization
- uses a type 2 hypervisor
- It has an advantage of supporting a wider variety of guest OSs because there are few incompatibility problems between the guest OS and hardware
− You install the virtualization software on your computer and begin creating virtual machines
- Hardware requirements include enough memory to support the host and guest
OSs, adequate CPU power, and enough space to store the virtual disk
VMware Workstation Pro
− Allows you to configure the NIC on your VM to use one of the five virtual network options or create your own custom virtual network
- Five preconfigured options:
− Bridged, NAT, host-only, custom, LAN segment
Which of the following implements OS virtualization by being installed in a
general-purpose host OS and the host OS accesses host hardware on behalf of
the guest OS?
− A) hosted virtualization
− B) virtual disk
− C) type 1 hypervisor
− D) bare-metal hypervisor
hosted virtualization
Bare-Metal Virtualization
- use a type 1 hypervisor and are targeted
mainly for production virtualization in datacenters - They are installed directly on hardware and have more stringent host machine
requirements - They offer more features for managing VMs than hosted virtualization