Hoofdstuk 1 Flashcards
How are physical resources presented to multiple virtual machines?
Physical resources are presented to multiple virtual machines through a process called hardware virtualization.
What is the Hypervisor?
The hypervisor, a software layer, manages the allocation and sharing of physical resources such as CPU, memory, storage, and network among the virtual machines (VMs) running on the host.
what manages a hypervisor
manages the allocation
and
sharing of physical resources such as
CPU, memory, storage, and network among
the virtual machines (VMs) running on the host.
How can virtual resources be shared across multiple virtual machines?
Virtual resources can be shared across multiple VMs through the hypervisor, which manages resource allocation by dynamically allocating, deallocating, and reallocating resources like CPU, memory, storage, and network as required by the VMs based on their demand and configured limits.
How does the hypervisor manages resource allocation ?
by dynamically allocating, deallocating, and reallocating resources
Which resources?
like CPU, memory, storage, and network as required by the VMs based on their demand and configured limits.
What are examples of type 1 hypervisors?
Type 1 hypervisors, also known as bare-metal hypervisors, run directly on the hardware, and examples include VMware ESXi, Microsoft Hyper-V, and Citrix XenServer.
What are examples of type 2 hypervisors?
Type 2 hypervisors, also known as hosted hypervisors, run on top of an existing operating system, and examples include VMware Workstation, Oracle VirtualBox, and Parallels Desktop.
What business challenges are addressed by vSphere?
vSphere addresses various business challenges, including :
- reducing IT infrastructure and management costs
- improving resource utilization,
- increasing application uptime and availability,
- enabling business continuity and disaster recovery,
and simplifying the deployment and management of virtual machines.
What are the components of a vSphere environment?
The components of a vSphere environment include
- ESXi hosts,
- vCenter Server,
- virtual machines (VMs),
- virtual networking (vSwitches,
- distributed switches),
- datastores,
and various management tools like
- vSphere Client,
- vSphere Web Client,
- and vSphere SDKs.
What are the vSphere virtual networking components and types?
vSphere virtual networking components include
- standard virtual switches (vSwitches),
- distributed virtual switches (dvSwitches)
- port groups, and
- virtual network adapters (vmnics).
What does networking components provide?
These components provide;
- network connectivity,
- segmentation, and
- traffic management
for virtual machines and ESXi hosts.
What are the characteristics of storage access protocols for vSphere?
Storage access protocols for vSphere?
- include block-level protocols like Fibre Channel (FC),
- iSCSI, and
- Fibre Channel over Ethernet (FCoE),
as well as
- file-level protocols like Network File System (NFS).
These protocols provide different methods of accessing and managing the storage resources in a vSphere environment.
What are the characteristics of vSphere storage technologies?
vSphere storage technologies include;
- VMFS (Virtual Machine File System),
- NFS (Network File System), and
- vSAN (Virtual SAN).
Whats VMFS?
VMFS is a cluster file system designed for storing VM files