Posts

Showing posts from April, 2020

What is VM Migration in Cloud computing?

Image
By: Sarthak Goyal and Vishal Gupta What is Virtual Machine migration? Virtual Machine migration is a technique of shifting a working virtual machine between different other physical machines while having a connection with the client and application. It means that we should not disconnect the client. Memory, storage, Network connectivity of a virtual machine is transferred from the original guest machine to destination.             Why is it needed? a)      Load balancing:       Move VMs to a less busy host.       Make use of newly added capacity. b)      Recovery from host failure Types of VM Migration:  a )    Cold Migration                     ...