HotRestore: A Fast Restore System for Virtual Machine Cluster

Due to the frequency of failures in virtual machines and to enhance the reliability of virtualized environments, current systems restore failed virtual machine to last known state by using snapshots. This method requires a long time to restore the virtual machine due to the large size of snapshot file, in clustered environment the problem even worse since one restored virtual machine may send a packet to currently restoring virtual machine which leads to TCP backoff problem. This paper presents HotRestore which aims to restore virtual machine cluster rapidly and mitigate the TCP backoff problem.

Read the Research Discussion


For Programmers Series are documents provided by ResearchCoders that explain the ideas of the paper for the programmers, you can download them from here. Please note that we always recommend to read the original paper also for better understanding.

If you've got an idea that has not mentioned in the original research and you think adding it to implemenations can be useful, you can share your idea here.

Share an Idea