Resource Utilization in Cloud Computing as an Optimization Problem
Resource Utilization in Cloud Computing as an Optimization Problem
复制标题
云计算中的资源利用作为优化问题
DOI:
10.14569/ijacsa.2016.070643
复制
发表时间:
2016
影响因子:
0.9
通讯作者:
Azzam Sleit
中科院分区:
文献类型:
--
作者:
A. Al;Hebatallah Khattab;A. Sharieh;Azzam Sleit
In this paper, an algorithm for resource utilization problem in cloud computing based on greedy method is presented. A privately-owned cloud that provides services to a huge number of users is assumed. For a given resource, hundreds or thousands of requests accumulate over time to use that resource by different users worldwide via the Internet. A prior knowledge of the requests to use that resource is also assumed. The main concern is to find the best utilization schedule for a given resource in terms of profit obtained by utilizing that resource, and the number of time slices during which the resource will be utilized. The problem is proved to be an NP-Complete problem. A greedy algorithm is proposed and analyzed in terms of its runtime complexity. The proposed solution is based on a combination of the 0/1 Knapsack problem and the activity-selection problem. The algorithm is implemented using Java. Results show good performance with a runtime complexity O((F-S)nLogn)