Unit 2 Flashcards
What is a combination of software applications and an operating system tricked into thinking it has dedicated hardware?
Virtual Machine (VM)
(True/False) Do VMs have a BIOS, hard disk, memory, CPU, and Operating System?
True
________ is the physical computer hardware on which the virtualized environment resides.
Host Server
The __________ or __________ is the link managing communications between the host
server and virtualized environment.
Hypervisor
or
Virtual Machine monitor (VMM)
(True/False) A single virtual environment consists of only one guest OS.
False
(A single virtual environment can have more than one guest OS, as long as the physical machine has enough hardware capacity and memory to host the multiple VMs)
______ virtualization is a method of simulating a user workstation so it can be accessed from
a remotely connected device.
Desktop virtualization
Name the three types of desktop virtualization architectures.
Presentation virtualization
Virtual desktop infrastructure (VDI)
User profile virtualization
What is the most common type of virtualization, partitioning the physical server into smaller virtual servers?
Server Virtualization
Name the three commercial pieces of software that enable server utilization.
VMware (the current industry leader)
Citrix XenServer
Microsoft Hyper-V
What are the three main types of server virtualization?
Operating-system-level Virtualization
Hardware Emulation
Para-virtualization
_____ virtualization allows multiple users to simultaneously access the same application installed on a central server.
Application Virtualization
What type of virtualization is used to pool physical storage from multiple, often separate,
network storage devices into one logical storage device that is centrally controlled?
Storage Virtualization
What are the common applications of virtualization technologies? (6)
- Development and Testing
- Training
- Server Consolidation
- Load Balancing
- Server Pooling
- Disaster Recovery
What type of hypervisor has the virtualization software installed directly on the machine
hardware?
Type 1 Hypervisor
(Bare-metal)
What type of hypervisor is installed onto an operating system?
Type 2 Hypervisor
(Hosted)