Research Article
Biobjective VoIP Service Management in Cloud Infrastructure
Algorithm 2
Admissible VMs list (AVML).
| Input: Voice node list (VNlist), time and threshold. | | Output: A voice node list for processing call. | | () Create new_VNlist | | () For each node_voices on VNlist | | () If time_end(node_voice) <= time + threshold | | () Add node_voice to new_VNlist | | () endfor | | () return new_VNlist |
|