Virtualization Flashcards
What does consolidation ratio mean in the context of virtualization?
Consolidation ratio is the ratio of virtual servers to physical servers.
Which type of hypervisor is most commonly used in enterprise production deployments?
Type 1, or bare-metal hypervisor
From the hypervisor perspective, how is a virtual disk represented?
A virtual disk is represented as a file on the host-attached storage of a hypervisor.
In network virtualization, what is the terminology given to the physical enterprise network that supports multiple logical overlay networks?
Underlay network
What is the software that makes server virtualization possible?
Hypervisor
What acts as the abstraction layer between the physical hardware and the guest operating system, which runs inside a virtual machine (VM)?
Hypervisor
A hosted hypervisor is also known as?
Type 2 hypervisor
Which type of hypervisor provides better scalability and performance because it runs directly on top of the hardware and not inside another Windows or Linux operating system?
Type 1 hypervisor
VMware ESXi, Microsoft Hyper-V, KVM, and Citrix Hypervisor are examples of which type of hypervisor?
Type 1 hypervisor
A type 2, or hosted, hypervisor runs inside what exactly?
Windows or Linux operating system installed on a physical host machine.
What are some examples of type 2 hypervisors?
VMware Workstation, VMware Fusion, Parallels, and Oracle VirtualBox
Which of the following is not an example of a type 1 hypervisor?
A. Citrix Hypervisor
B. VMware ESXi
C. Microsoft Hyper-V
D. VMware Fusion
VMware Fusion is a type 2 hypervisor that is built for use in a macOS environment
Which of the following is a benefit of having a higher server consolidation ratio?
A. Higher ROI
B. Higher power consumption
C. Allows for mixing of different hypervisor types
D. Allows for the creation of larger VMs
A. Higher ROI
Type 2 hypervisors are commonly deployed in what type of environment?
Test/development environments
What is is a logical container that contains all the resources that an operating system requires for normal operation?
Virtual machine (VM)
What are the components of a VM?
Its components include virtual CPU (vCPU), virtual memory, a virtual graphic adapter, and a virtual NIC (vNIC), among other resources
What is the centralized management server responsible for managing multiple ESXi hosts?
vCenter
What typically contains an application and all the dependencies that the application needs to run and is physically smaller and more efficient than a VM?
A container
Which of the following cannot be used to manage any VMware vCenter Server environment?
A. Flash-based vSphere Web Client
B. vSphere HTML5 Web Client
C. vSphere C# client
D. Microsoft Remote Desktop Protocol (RDP) client
D. Microsoft Remote Desktop Protocol (RDP) client
What term applies to the operating system that is installed within a virtual machine?
Guest operating system
True or false: Memory can be overprovisioned in a virtualized environment deployment.
True. Memory can be overprovisioned. You can allocate more memory to VMs than you have installed on a physical host.
What does a VM vNIC connect to?
A VM vNIC connects to a virtual port on an internal switch called a virtual switch.
Can traffic flow directly from one vSwitch to another?
No. Due to this behavior of a vSwitch, there is no risk of a spanning tree loop within the virtual host.
The grouping of ports is termed as what in a VMware ESXi environment?
a port group