Research Article

Biobjective VoIP Service Management in Cloud Infrastructure

Table 4

Call allocation strategies.

Description

KFRandAllocates job to VM randomly using a uniform distribution
RRAllocates job to VM using a Round Robin algorithm

UAFFitAllocates job to the first VM able to execute it
BFitAllocates job to VM with smallest utilization left
WFitAllocates job to VM with largest utilization left

TAMaxFTFitAllocates job to VM with farthest finish time
MidFTFitAllocates job to VM with finish time between farthest and closest
MinFTFitAllocates job to VM with closest finish time
RR_05Allocates job to VM that finishes not less than in 5, 10, and 15 minutes using the RR strategy
RR_10
RR_15

TA + UABFit_05Allocates job j to VM that finishes not less than in 5, 10, and 15 minutes using the WFit, BFit, and FFit strategies
BFit_10
BFit_15
FFit_05
FFit_10
FFit_15
WFit_05
WFit_10
WFit_15