Virtual Machine Migration Planning in Software-Defined Networks
Huandong Wang, Yong Li, Ying Zhang, Depeng Jin

TL;DR
This paper introduces an efficient approximation algorithm for VM migration planning in SDN, optimizing migration sequences and bandwidth to minimize total migration time and service downtime in large data centers.
Contribution
It formulates the VM migration scheduling as an NP-hard problem and proposes a polynomial-time approximation scheme with proven performance bounds.
Findings
FPTA algorithm approaches optimal solutions within 10% variation.
Reduces migration time by up to 40%.
Decreases service downtime by up to 20%.
Abstract
In this paper, we examine the problem of how to schedule the migrations and how to allocate network resources for migration when multiple VMs need to be migrated at the same time. We consider the problem in the Software-defined Network (SDN) context since it provides flexible control on routing. More specifically, we propose a method that computes the optimal migration sequence and network bandwidth used for each migration. We formulate this problem as a mixed integer programming, which is NP-hard. To make it computationally feasible for large scale data centers, we propose an approximation scheme via linear approximation plus fully polynomial time approximation, and obtain its theoretical performance bound. Through extensive simulations, we demonstrate that our fully polynomial time approximation (FPTA) algorithm has a good performance compared with the optimal solution and two state…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware-Defined Networks and 5G · Cloud Computing and Resource Management · Caching and Content Delivery
