Week 1 Assignment 01
Week 1 Assignment 01
_________________________________________________________________________
Q. 3 True or False ?
Live migration refers to the process of moving a running virtual machine or application
between different physical machines without disconnecting the client or application.
A. True
B. False
Answer: A) True
Explanation: In Live Migration, a VM can be moved from one physical machine to another
even as it continues to execute.
Q. 4 True or False ?
A. True
B. False
Answer: A) True
Solution: Cloud computing is a distributed computing model.
Statement-1: Moore’s law indicates that processor speed doubles every 18 months.
Statement-2: Gilder’s law indicates that network bandwidth has doubled each year in the
past.
Statement-1: Moore’s law indicates that processor speed doubles every 18 months.
Statement-2: Gilder’s law indicates that network bandwidth has doubled each year in the
past.
A. Fidelity
B. Performance
C. Safety & isolation
D. All of the mentioned
Answer: D) All of the mentioned
Explanation: A Virtual Machine Monitor (VMM) is a software program that enables the
creation, management and governance of virtual machines (VM) and manages the operation
of a virtualized environment on top of a physical host machine. VMM is also known as Virtual
Machine Manager and Hypervisor. The goals of virtual machine monitor (VMM) are: Fidelity,
Performance, Safety & isolation
A. Type 1
B. Type 2
C. Type 3
D. All of the mentioned
Answer: A) Type 1
Explanation: A Type 1 hypervisor runs directly on the host machine's physical hardware,
and it's referred to as a bare-metal hypervisor; it doesn't have to load an underlying OS first.
Hypervisors such as VMware ESXi, Microsoft Hyper-V server and open source KVM are
examples of Type 1 hypervisors.
Explanation:
A. Paravirtualization
B. Full virtualization
C. Emulation
D. None of the mentioned
Answer: A) Paravirtualization
Explanation: It is the host operating system that is performing the I/O through a
para-API.