Research Article

A Novel Resource Productivity Based on Granular Neural Network in Cloud Computing

Algorithm 1

The proposed algorithm.
Result: Host Detection
Let be the list of Vms;
Call PABFD Algorithm to allocate each Vm to physical hosts.;
Suppose Host be the physical host;
Host = Call Algorithm 4 to construct GNN structure.;
if Host = = overloaded then
Apply VM selection policy;
Transfer selected VM to ;
else
if Host = = underloaded then
while There exists Vm in the Host do
transfer the Vm to ;
Turn off the Host;