Virtual Machine Migration
Virtual Machine Migration
MIGRATION
AMBRISH GANGAL
VM migration - TYPES
• Virtual machine migration is the migration of virtual machine
from one physical host to another without disrupting the users.
It is categorized as:
• (a) Non-live or Off-line Virtual Machine Migration: In it, Virtual
machine at the source host is paused and then transfer all
states of source host to the target or destination host and then
finally resume the working of virtual machine at the target host.
The major drawback of it is that it results in larger down time.
• (b) Live Virtual Machine Migration: In it, Virtual machine is
transferred from one host to another with minimum possible
disruption of services.
Live migration
• Live migration refers to the process of moving
a running virtual machine or application
between different physical machines without
disconnecting the client or application.
Memory, storage, and network connectivity of
the virtual machine are transferred from the
original guest machine to the destination.
Virtual Machine migration Techniques