VMWare Flashcards
What is a Hypervisor?
a process of segmenting the OS and applications of a computer through underlying physical hardware. It drives the concept of virtualization by allowing the physical host machine to act as guests for practical usage of computing resources such as network bandwidth, memory, and CPU cycles.
What is vSphere
VMware suite is globally recognized as VMware vSphere, and it comprises of virtualization, management, and interface layers. The essential core components of VMware vSphere are the ESXi server and the vCenter Server.
What is vCenter
VMware vCenter is the central management system for VMware Virtualization infrastructure. vCenter can accommodate thousands of ESXi hosts within the inventory which enables you to handle multiple ESXi hosts.
What is RDM
Raw device Mapping
It allows the virtual machine to read and write from the storage, and it also contains metadata to manage and redirect disk to the physical device.
ESXi Hardware versions
- 0 - 11
- 5 - 13
- 7 - 14
Difference between ESX and ESXi
ESXi doesn’t rely on the linux based ConsoleOS and has a smaller code base
What is a .vmdk file?
it is the disk descriptor file that describes the size and geometry of the virtual disk file. This file is in text format and contains the name of the –flat.vmdk file for which it is associated with and also the hard drive adapter type, drive sectors, heads, and cylinders, etc.
What is vMotion?
VMware VMotion enables the live migration of running virtual machines from one physical server to another with zero downtime.
- Good for Maintenance
- Move from underperforming server
What is promiscuous mode in VMWare?
A security policy which can be defined at the virtual switch or port group level
What is difference between Thick Provisioned Lazy Zero and Eager Zero? Thin provisioned?
- Space is allocated at create time
- With Eager Zero, data is zeroed out when the virtual disk is created giving better performance
- Thin provision doesn’t allocate the required space…it will grow as necessary
What is a snapshot?
- “Point in Time” image of a VM.
- You can always return the VM back to that point in time
- Contains disk image, RAM, and devices
What is VDI?
- Virtual Desktop Infrastructure
- End User physical machines are virtualized
- Uses thin clients
- You can use VMware Horizon View to connect to your desktop
What is VMWare HA?
High Availability
- Configured on a cluster
- Will migrate and restart VMs on another host
- HA continuously monitors all the ESX servers in the cluster to detect failures
What is Storage vMotion
VM Guest stays on the original host, but the storage is migrated to a new server
What are the monitoring methods used for vSphere HA?
The Master and Slave hosts use two types of monitoring the status of the hosts
- Datastore Heartbeat
- Network Heartbeat