Research Article

SRAF: A Service-Aware Resource Allocation Framework for VM Management in Mobile Data Networks

Algorithm 5

Vertical-scaling algorithm.
(1)Begin
(2)if all the VMs are busy and then
(3) Creates new VM;
(4)else
(5) Releases the idle VM;
(6)end if
(7)End