Virtual Machine Monitors and Hypervisors
31 Questions
3 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which of the following is not one of the Popek and Goldberg's three properties of a Virtual Machine Monitor?

  • Isolation
  • Scalability (correct)
  • Control
  • Fidelity
  • Moore's Law states that processing power doubles roughly every ______ months.

    18

    What is the term for running multiple workloads on a single host in virtualization?

    Consolidation

    What is the modern term for a Virtual Machine Monitor?

    <p>Hypervisor</p> Signup and view all the answers

    TF-Virtualization is limited to servers and cannot be applied to desktops or applications.

    <p>False</p> Signup and view all the answers

    The first commercial x86 hypervisor was developed by _____ in 2001.

    <p>VMware</p> Signup and view all the answers

    What does the concept of "Containment" in virtualization refer to?

    <p>Deploying new applications in a virtual infrastructure</p> Signup and view all the answers

    TF-Hypervisors abstract hardware resources from virtual machines and handle load balancing for optimal utilization.

    <p>True</p> Signup and view all the answers

    TF-A snapshot captures the state of a virtual machine at a specific point in time and allows returning to that state repeatedly.

    <p>True</p> Signup and view all the answers

    Cloning in virtualization duplicates both the ____ and the ____ of a virtual machine.

    <p>Hardware Software</p> Signup and view all the answers

    The Open Virtualization Format (OVF) allows multiple virtual machines to be bundled into one package, designated by the ____ file extension.

    <p>OVF</p> Signup and view all the answers

    What is the main purpose of a template in virtualization?

    <p>To provide a non-running, standardized mold for creating new VMs</p> Signup and view all the answers

    What is the primary advantage of hot cloning compared to cold cloning?

    <p>It allows the source workload to remain active without interruption</p> Signup and view all the answers

    TF-Cold cloning requires the application to be inactive because the rate of data change might be too rapid for the migration process to complete.

    <p>True</p> Signup and view all the answers

    Which of the following migration types involves converting a virtual machine from one platform to another?

    <p>V2V</p> Signup and view all the answers

    VMware tools are installed in a virtual machine for all except

    <p>Enhanced memory utilization</p> Signup and view all the answers

    TF-The virtual environment provided by a Virtual Machine Monitor should be identical to the physical environment to meet the property of fidelity.

    <p>True</p> Signup and view all the answers

    _______ allows better CPU utilization and provides up to 30% additional performance per CPU by effectively doubling the number of visible CPUs.

    <p>Hyperthreading</p> Signup and view all the answers

    When a snapshot is created, the original virtual machine disk is _____ and changes are written to a _______ disk. Reverting to the snapshot ____ the child disk, while deleting the snapshot ________ the changes into the original disk.

    <p>Locked Child Erases Merges</p> Signup and view all the answers

    Virtual appliances are prebuilt and pretested ____ that already contain the necessary components to deploy their application. They are faster to deploy because the entire appliance is replaced during _____ or updates.

    <p>Virtual Machines Patching</p> Signup and view all the answers

    TF-The installation of VMware Tools is mandatory in a VMware environment.

    <p>False</p> Signup and view all the answers

    On Linux systems, a system process is also known as a

    <p>Daemon</p> Signup and view all the answers

    TF-In a Linux virtual machine, the VMware tools must be installed as a root user.

    <p>True</p> Signup and view all the answers

    Architecture of Type 1 Hypervisor

    <p>Bare Metal Architecture</p> Signup and view all the answers

    Thick or Thin Provisioning-Imagine you are managing a server with 150GB of physical storage. You are tasked with creating three virtual machines. VM1: Requires 30GB of storage and is set up with thick provisioning. VM2: Requires 50GB of storage and is set up with thin provisioning. VM3: Requires 150GB of Storage and is also set up with thin provisioning.

    1. How much physical storage will be pre allocated for virtual machine 1?
    2. If virtual machines 2 and 3 each only use 50% of their allocated storage, how much total physical storage will be used?
    3. What is the potential risk of using thin provisioning for virtual machine 3 if it eventually consumes all its allocated storage?

    <ol> <li>30GB</li> <li>130GB</li> <li>The hypervisor could not allocate enough storage and it could crash.</li> </ol> Signup and view all the answers

    A host server has 4 processors, each with 8 cores. If you can allocate 8 vCPUs per pCPU, how many vCPUs can be allocated?

    <p>256</p> Signup and view all the answers

    What is the difference between a clone and a template?

    <p>A clone is a copy of an existing virtual machine, retaining all its configurations and data. A template is a pre-configured, non-running baseline used to create new virtual machines with standardized settings.</p> Signup and view all the answers

    You are managing a visualized environment for a company. The sales team needs their virtual machines to be accessible from external networks to host client-facing web servers. The finance team's virtual machines should remain isolated and only communicate internally within the host. Which network type should you use for the following scenarios and why?

    <p>Sales Team-Bridge-assigns a unique ip that is directly externally accessable Finance Team-NAT-Assigns unique ip addresses and isolates from external access</p> Signup and view all the answers

    TF-Network I/O control ensures that individual VMs or groups of VMs have guaranteed bandwidth during high usage periods, even on VMware ESX.

    <p>True</p> Signup and view all the answers

    You need to perform maintenance on a virtualization host without disrupting running virtual machines or their applications. What feature would you use to migrate running VMs to another host without interrupting user applications, and why is it so important for planned downtime?

    <p>Live Migration</p> Signup and view all the answers

    How does fault tolerance (FT) differ from High Availability (HA) in virtualization?

    <p>Fault tolerance prevents application interruptions by providing immediate failover to a redundant instance in the event of a hardware failure. High availability, on the other hand, restarts virtual machines after a server crash, resulting in a brief interruption of service.</p> Signup and view all the answers

    Study Notes

    Virtual Machine Monitors (VMMs) and Hypervisors

    • Popek and Goldberg's three properties of a VMM do not include scalability.
    • Moore's Law states that processing power doubles roughly every 18 months.
    • Consolidation is the term for running multiple workloads on a single host in virtualization.
    • A modern term for a VMM is a hypervisor.
    • TF-Virtualization is not limited to servers; it applies to desktops and applications.
    • The first commercial x86 hypervisor was developed by VMware in 2001.
    • Containment in virtualization refers to deploying new applications in a virtual infrastructure.
    • TF-Hypervisors abstract hardware resources from VMs and manage load balancing.
    • TF-A snapshot captures a VM's state and allows returning to it.
    • Cloning in virtualization duplicates both the hardware and software of a virtual machine.
    • The Open Virtualization Format (OVF) bundles VMs into a package with the OVF file extension.
    • A template in virtualization is a non-running, standardized mold for creating new VMs.
    • The main advantage of hot cloning over cold cloning is that it allows active workloads to remain uninterrupted.
    • TF-Cold cloning requires application inactivity due to rapid data changes during migration.
    • V2V migration converts a VM from one platform to another.
    • VMware tools do not enhance memory utilization.
    • TF-A VMM's virtual environment should ideally match the physical environment for fidelity.
    • Hyperthreading improves CPU utilization by doubling the visible CPUs, potentially boosting performance by 30%.
    • When creating a snapshot, the original disk is locked, changes are written to a child disk. Reverting to the snapshot deletes the child disk, merging changes to the original disk.
    • Virtual appliances are pre-built and tested VMs that include application components, deployed quickly with patching.
    • TF-VMware Tools installation is not mandatory in a VMware environment.
    • On Linux systems, a system process is called a daemon.
    • TF-VMware Tools on a Linux VM must be installed by a root user.

    Hypervisor Architectures

    • Type 1 hypervisors use a bare-metal architecture.
    • Type 2 hypervisors use a hosted architecture.

    Provisioning and Storage

    • With thick provisioning, VM1 pre-allocates 30GB of storage.
    • With thin provisioning, if VMs 2 and 3 use 50% storage, a total of 130GB of physical storage is consumed.
    • Using thin provisioning for a VM that consumes its allocated storage may require reallocation, which could potentially crash the hypervisor.

    Virtual CPU Allocation

    • With 4 processors and 8 cores per processor, allocating 8 vCPUs per pCPU results in 256 vCPUs.

    Clones and Templates

    • A clone is a copy of an existing VM.
    • A template is a baseline for creating new VMs.

    Network Types

    • External access for the sales team requires a bridged network type (unique IP address).
    • Internal communication for the finance team requires a NAT network type (isolation from external access).

    Live Migration

    • Live migration allows running VMs to move.
    • It helps with scheduled downtime without disrupting users.

    Fault Tolerance and High Availability

    • Fault tolerance prevents application interruptions.
    • High availability restarts VMs after a server crash.

    Network I/O Control

    • Network I/O control guarantees bandwidth for VMs, even under high usage.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Test your knowledge on Virtual Machine Monitors (VMMs) and hypervisors with this quiz. Explore key concepts such as scalability, consolidation, and snapshots. Perfect for those studying virtualization technologies and principles.

    More Like This

    Virtual Machine Resources in Azure
    7 questions
    Virtual Machine Resources in Azure
    10 questions
    Quiz on Type 2 Hypervisors 01
    28 questions
    Azure Monitor Data Collection for VMs
    40 questions
    Use Quizgecko on...
    Browser
    Browser