Profit-driven Cloud Service Request Scheduling Under SLA Constraints

Size: px
Start display at page:

Download "Profit-driven Cloud Service Request Scheduling Under SLA Constraints"

Transcription

1 Journal of Information & Computational Science 9: 14 (2012) Available at Profit-driven Cloud Service Request Scheduling Under SLA Constraints Zhipiao Liu, Qibo Sun, Shangguang Wang, Hua Zou, Fangchun Yang State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications, Beijing 10086, China Abstract As cloud computing becomes widely deployed, more and more cloud services are offered to end users in a pay-as-you-go manner. How to schedule the dynamic user service requests more cost-effectively with less SLA violations is one of the most intractable problems of cloud service providers. To deal with this challenge, we first establish a cloud service request model with SLA constraints, and then present a new optimization algorithm for profit-driven service request scheduling based on dynamic reuse, which takes account of the personalized SLA characteristics of user requests and current system workload. Our proposed algorithm builds a dynamic virtual machine resource pool on demand, achieves optimal cloud service request scheduling in reasonable time, and thus significantly reduces operational costs of cloud service providers and increase profits of cloud service providers. Our simulation experiments show that our proposed algorithm improves virtual resource utilization and increases profits of cloud service providers compared with several baseline algorithms. Keywords: Cloud Service; SLA; VM; Request Scheduling Optimization; Binary Integer Programming 1 Introduction As a promising computing paradigm, cloud computing has drawn extensive attention from academia and industry in recent years. Cloud computing is formally defined as an IT resource supply model which provides users with configurable computing resources (e.g., servers, storage, applications) over network in the form of services [1, 2]. Nowadays almost every leading IT companies such as Amazon, Google and IBM, have introduced related cloud services. Compared with traditional desktop computing, cloud computing presents many advantages, such as flexible scalability, pay-as-you-use, high power conservation and economies of scale. Deploying traditional business services on Virtual Machine (VM) instances rented from one or more Project supported by the Specialized Research Fund for the Doctoral Program of Higher Education (No ); China Postdoctoral Science Foundation (No. 2011M500226); New Century Excellent Talents in University (No ); National 863 High-tech Project of China (No. 2011AA01A102). Corresponding author. address: liuzp@bupt.edu.cn (Zhipiao Liu) / Copyright 2012 Binary Information Press November 15, 2012

2 4066 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) infrastructure service providers can cut down up-front investment and lower daily operating cost [3]. Due to these benefits, it is becoming a trend to migrate existing enterprise applications into the IaaS (Infrastructure as a Service) cloud [4]. Therefore, more and more cloud services hosted by cloud service providers (e.g., SaaS providers) will be provided to interested end users, which are deployed on Virtual Machine (VM) instances rented from one or more third-party infrastructure vendors. As a result, a three-tier cloud service provision structure has been formed involving three typical parties: infrastructure service providers, cloud service providers and end users. The cloud service provisioning process can be simply described as follows: above all, the end user sends his/her service request to the cloud service provider; the cloud service provider accepts the user request and applies to the underlying cloud infrastructure vendors such as Amazon for virtual resources on demand; The cloud infrastructure vendor responds to resource lease request, and then allocates VM instances to the corresponding cloud service provider for processing the cloud user request; Finally, the cloud service provider charges end user for processing his/her service request and pays the cloud infrastructure vendor for renting VM instances to deploy service capacity. In this paper, we only care about the interests of end users and cloud service providers. Earning profit is the principal driving force for service providers, and SLA (Service Level Agreement) is the focus of users attention. Therefore, much research has been done in terms of these two themes. Young Choon Lee et al. [5] develop a pricing model using processing-sharing and propose two sets of profit-driven scheduling algorithms for composite services in clouds. However, the scheduling algorithms proposed cannot completely eliminate the occurrence of SLA violation event. J. L. Chen et al. [3] introduce utility theory leveraged from economics, investigate the interaction of service profit and customer satisfaction, but the proposed scheduling algorithms based on resource bid do not respond to end users requests until the next time interval. Due to the fact that the bid time interval cannot be too short in practice, the long waiting time increases the probability of SLA violation in cloud computing environment, where cloud consumers need to be served immediately, and thus reduces significantly the profits of cloud service providers. However, most previous scheduling approaches do not take into consideration the personalized features of the user request and the elasticity of SLA properties in cloud computing scenario, which can be used for increase the profit of cloud service providers. In order to improve this situation, We first establish a cloud service request model with SLA constraints, and then present a new optimization algorithm named PSRSDR (Profit-driven Service Request Scheduling based on Dynamic Reuse) to achieve optimal request scheduling, which intends to take full advantage of the divisibility of user request and the elasticity of SLA, so that the VM rental cost can be minimized while still ensuring that the service performance can meet SLAs expectation of end user requests. Simulation experiments show that our proposed algorithm outperforms other revenue-aware algorithms in terms of virtual resource utilization and operation profit. The rest of this paper is organized as follows: Section 2 presents the cloud service request model with SLA constraints and the revenue function of cloud service provider; Section 3 describes our cloud service request scheduling approach in detail; Section 4 presents the simulation experiment results and comparative analysis; Section 5 concludes the paper.

3 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) Cloud Service Request Modeling In order to design a cost-effective user request scheduling algorithm, a reasonable user request model has to be established firstly in order to quantify the critical SLA property constraints. 2.1 Cloud Service Request Model A SLA is a contract between a service provider and a user, which is a collection of service level requirements that formally specify the promised service performance and the corresponding profits (or penalties). Generally speaking, SLAs include such properties as response time, user budget and reliability, remedies for performance failures, etc. [6, 7]. In this paper, we focus on SLA constraints on request processing time (i.e., the time elapsed from accepting a user service request to completion) and cost (i.e., the user s budget for processing this request), which are directly associated with the profit of cloud service providers and cloud consumers. In addition, we assume that every request of end user is subject to corresponding SLA constraints. According to the above introduction, centered on the two main time and cost constraints, we quantified the other SLA properties related to profit, and then model the user service request as a five-parameter tuple as follows: req = (budget, t s, mbdt, deadline, pr) (1) budget: The maximum amount of currency that the user is willing to pay for the request to be completed, i.e., the maximum revenue acquired by the cloud service provider for processing the user request. t s : The time required to finish the request by a standard VM instance. mbdt: The maximum processing delay without any penalty incurred by service provider. In order to get the maximum revenue, the SaaS provider should try to complete the request processing before this time point. Otherwise, revenue loss is inevitable for this provider. deadline: The processing time upper limit. If the user request is finished after this limit, a SLA violation event occurred. The service provider will compensate the user for failure to meet the deadline of the request. pr: It establishes a correlation between processing time and revenue of service providers. Penalty rate. A greater penalty value means that the user requirement in term of request processing is more demanding. If the actual processing time is greater than the value of this user request, the reduced revenue should be calculated based on the penalty rate, which establishes a correlation between the request processing time and the revenue of SaaS providers. Without loss of generality, we model the penalty rate as linear, as shown in Fig. 1.

4 4068 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) budget submit time mbdt pr=tanθ θ penalty function deadline delay time Fig. 1: Cloud service request model under SLA constraints 2.2 Revenue Function of Cloud Service Providers Based on the above established request model, we can easily get the revenue function of service providers. budget, t a mbdt revenue = budget delay pr, mbdt < t a deadline (2) delay pr, t a > deadline revenue: The revenue of the service provider after the user request processing is completed. t a : The actual execution time of this user request. delay: The execution delay introduced to calculate the incurred penalty of service providers, which can be figured out as follows: As a result, we can obtain the final revenue of the cloud service provider for processing this user request by formula (2). { ta mbdt, if mbdt < t a deadline delay = t a deadline, if t a > deadline (3) 3 Profit-driven Cloud Service Request Scheduling Algorithm In order to meet diverse market needs, the leading IaaS vendors including Amazon offer VM instances of different configurations and prices. Cloud service providers run their cloud services on behalf of paying cloud users using leased virtual machine resources from cloud infrastructure vendors. From the viewpoint of cloud service providers, due to the considerable diversity in performance and prices of different types of instances, processing a request on different types of VM instances results in different processing time, and hence different profits. To quantify the performance difference of different instance types, we adopt the performance index introduced by [3]. Based on this parameter, the time of processing the same user request on different types VM instances can be figured out. Furthermore, we assume that all user requests can be divided into multiple

5 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) independent subtasks without precedence constraints between them in the context of this paper. In fact, many cloud service requests such as data-intensive text processing, image processing and video encoding are all divided [8, 9]. On the basis of the above ideas, we present PSRSDR, which tries to optimize the strategies of renting VM instances of different types and dispatching user requests to reuse these instances for minimizing operational cost while meeting SLAs. The algorithm can be described in Fig. 2. Cloud service request accepting Request dividing experimentally (s subtasks) VM filtering Enough qualified VMs in pool? No VM leasing VM combination choosing s the upper limit value of s? Determining optimal combination and request dispatching Yes Yes Legend I/O data I/O of a phase Fig. 2: The procedure of PSRSDR algorithm 1) Accepting Request: As an important part of our cloud service resource provision platform, the Cloud Service Request Scheduling System is responsible for running the PSRSDR algorithm and receiving user requests derived from access control model, which takes charge of user authentication and request access. In this paper, we assume that the request s execution time t s is known [10]. 2) Dividing Request Tentatively: PSRSDR intends to make full use of the divisibility of user requests and divides every request into s independent homogeneous subtasks (i.e., these subtasks have equal execution time on the same VM instance) for parallel processing, so that the unexpired idle VM instances in the resource pool rented from IaaS vendors can be reused effectively. Let s l = t h /deadline and s u = t l /mbdt where t h /t l is the time required to finish the request by the VM instance with highest/lowest performance in the candidate resource set and can be calculated via P I k. Above all, according to the SLA constraints in the user request model, initializing the number of divided subtasks s, and let s = s l. And then, executing the following steps 3)-5) iteratively until s > s u to determine the most profitable number of divided subtasks. 3) Filtering VM Instances: The primary purpose of this step is to narrow the VM set to accelerate the following problem solving. Traversing the rented resource pool (initially empty) to find out the VM instances meeting the following conditions: a) the current status is idle; b) t k /s < deadline, where t k is the time required to finish the request by a k type VM instance. c) rmrt > t k /s, where rmrt is the remaining lease time. Those qualified VM instances form the valid resource set V RS. If the number of VM instances in the valid pool is less than s, go to 4), or else to 5). 4) Leasing New VM Instances: When m < s, leasing new most profitable VM instances from infrastructure vendors to join the valid resource set V RS for parallel processing. Lease principle is to choose the most profitable VM instances per time unit in terms of this user request, and the lease number is s m.

6 4070 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) Let utprofit k req denotes the estimated profit per time unit obtained by processing s subtasks of the request with s VM instances of type c k, which can be calculated as below: utprofit k req = (revenue k req uc k t k )/(t k /s) (4) where uc k is the rent cost per time unit of a type c k VM instance, and t k /s is the processing time of the user request which is equal to the execution time of every subtask due to the homogeneity of all substaks of the same request. revenue k req is the estimated revenue, which can be figured out based on the request processing time using formula (2). Firstly, calculating all the expected profits per time unit of different instance types in the valid resource set which must satisfy the type requirement in 3) so that the deadline constaint of this request is not violated. Secondly, finding out the most profitable instance type which has maximum expected profit per unit time through comparison and leasing s m instances to join the valid resource set. The lease period is (t k /s)/t u t u, where t u is the pricing time unit of the instance type specified by the infrastructure vendor, usually hour. 5) Choosing the Optimal Combination: The optimal VM combination consists of s VM instances from the valid resource set, which enables the SaaS provider to obtain the maximum expected profit for processing the s subtasks of the user request in parallel. The expected profit exprofit is the expected revenue exrevenue minus the expected cost ex cos t. This can be expressed as the following binary integer programming problem. max exprofit = exrevenue ex cos t (5) subject to s n cos t = x ij uc j t ij (6) i=1 j=1 s x ij = 1, j = 1, 2,..., n (7) i=1 n x ij = 1, i = 1, 2,..., s (8) j=1 where s is the number of subtasks derived from the same request, and n is the number of VM instances in the valid resource set. x ij = 1 denotes that the subtask i is executed on the VM j, 0 otherwise. t ij is the completion time of subtask i run on the VM j. The formula (7) ensures that a VM instance can only accept a subtask at the same time. The formula (8) ensures that a subtask can only be allocated to an instance for execution. The expected revenue exrevenue can be calculated using formula (2) according to max{t ij }, because the processing time of this user request is the maximum execution time of all subtasks. 6) Request Scheduling: Determining the most profitable number of subtasks s best and the corresponding VM combination among all the division schemes by comparing the maximum expected profits of different request division schemes (i.e., different s ). Finally, the user request is divided into s best subtasks, and dispatched to the optimal VM combination for parallel execution. In this section, we describe our scheduling approach for dynamically provisioning virtual resource on demand. Our proposed approach maximizes a cloud provider s profit by reducing the leased infrastructure cost and ensuring that all requests finish before their respective deadlines.

7 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) Experiment Evaluation In order to verify the effectiveness of PSRSDR approach proposed in this paper, we construct the following simulation experiments. 4.1 Experimental Setup All the simulations are conducted on the same computer with Intel Core2 Duo CPU 2.1 GHz processor, 2.0 GB of RAM, Windows XP Professional SP3, and Matlab (2010b). All approaches are run for 10 times and all results are reported, on average. The candidate VM instance resource pool in this paper is composed of three types of Amazon EC2 On-Demand Instances, i.e., Small, Large and Extra Large (Windows Usage, California, US) [11]. In our experiment, we model 1000 cloud user requests with different SLA constraints. Every user request is divisible and arrives in a Poisson process. The SLA parameters of different user requests are different. According to the budget constraint budget in the user request model, user requests are divided into two categories: high budget class and low budget class. 20% of the requests belong to high budget class. 80% of the requests belong to low budget class [12]. The budget values in each category follow a normal distribution. The category of next user request is random. The execution time constraint t s specified in user request model follows a exponential distribution The two time constraints mbdt and deadline are generated referred to the execution time t s. Here we let mbdt = α t s, deadline = β t s, α < β. The last constraint is determined jointly by the above three property constraints. We evaluate our approach based on the following measurement metrics: Number of leased instances: The number of on demand VM instances leased for processing user requests. Because the rental cost of instances is calculated based on time unit, here the number of initiated instances is counted according to instance-time unit. For example, if instances are leased for time units, then the number of initiated instances is. VM utilization rate: The total time used for processing user requests divided by the total lease time, i.e., the proportion of time that instances are busy processing requests. Operating profit: The net profit of the cloud service provider obtained from operating cloud services, which can be calculated using the formula, where is the total revenue charged for processing requests, is the total cost for renting instances. 4.2 Experimental Results Based on the performance indices of the candidate instance types obtained by profiling and benchmarking, we evaluate our algorithm through comparison with three baseline algorithms that use homogeneous instances, RFS, RFL and RFEL, which always choose Small, Large and Extra Large on demand instances from the candidate VM instance type set to process user request respectively. The three algorithms all guarantee that the user request is completed before the end of the property constraint mbdt by leasing enough new instances to maximize the revenue of cloud service providers, and hence they can be defined as revenue-aware scheduling algorithms. The simulation results are shown in Fig. 3.

8 4072 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) Number of leased VM Small instance Large instance Extra large instance VM utilization (%) RFS RFL RFEL PSRSDR RFEL RFL RFS PSRSDR RFEL RFL RFS PSRSDR (a) Number of leased VM (b) Utilization (c) Profit Fig. 3: Algorithm comparison in terms of different measurement metrics Operating profit As is indicated in Fig. 3 (a), our proposed algorithm PSRSDR leases fewer instances than RFS and RFL, but leases a little more than RFEL algorithm. The reason is that our algorithm takes the divisibility feature of requests into account and reuses those idle instances in the valid resource set as far as possible. On the contrary, the baseline algorithms always rent new instances for processing each new request ignoring resource reuse. As for RFEL, it always rent the most powerful VM instances (Extra Large) to handle user requests, and hence initiates the leased instances. Fig. 3 (b) shown that PSRSDR achieves higher resource utilization (approximately 80% in terms of our simulated request data), which lies in the fact that our algorithm always manages to utilize the unexpired idle VM resource for processing divided multiple subtasks in parallel. Only when the current idle instances cannot meet the subtask processing requirement do we rent the most profitable instances on demand. Fig. 3 (c) indicates that our proposed approach enables the cloud provider to achieve more profit than other algorithms. On the one hand, the three revenue-aware algorithms intend to lease more instances to finish every request. As a result, the cloud provider can maximize its revenue without incurring any penalty, but pay much more resource rental cost, which can be seen from Fig. 3 (a). On the other hand, due to taking no account of resource reuse, the VM instance utilization rate is significantly low compared to PSRSDR, which can be observed from Fig. 3 (b). Moreover, in the On-Demand provision pattern, infrastructure vendors charge cloud providers for leasing VM instances only based on the type and number of leased instances regardless of VM utilization rate. Therefore, all these factors make these revenue-aware algorithms operational profits are lower than that of PSRSDR. The goal of our proposed PSRSDR is also to maximize the profits of cloud service providers, but it aims to increase profit by reducing the resource rental cost instead of maximizing revenue. Taking into consideration the divisibility of user requests and the pricing model of On-Demand instances, PSRSDR makes full use of idle VM instances in the valid resource pool to achieve optimal subtasks dispatching. This may bring some penalties to cloud service providers, because of the fact that the finishing time of certain requests is greater than the constraint budget. However, the number of initiated VM instance is dramatically reduced and the VM utilization rate is significantly improved. In other words, our proposed PSRSDR balances operational revenue and resource rental cost, and hence achieves more operational profit compared with other revenueaware algorithms. To sum up, the simulation experiment results show that PSRSDR provides a more cost-effective

9 Z. Liu et al. / Journal of Information & Computational Science 9: 14 (2012) solution for cloud service request scheduling, and hence verify its effectiveness. 5 Conclusion In this paper, we establish a user request model under SLA constraints and present the cloud service request scheduling optimization algorithm PSRSDR, which uses binary integer programming to identify the most profitable VM combination to cost-effectively handle user requests in reasonable time. The simulation results show that our proposed scheduling algorithm can bring higher profit while meeting SLAs constraints compared with other revenue-aware scheduling algorithm. References [1] M. Armbrust, A. Fox, R. Griffith, A. Joseph et al., A view of cloud computing, Communications of the ACM, 53(4), 2010, [2] P. Mell, T. Grance, A NIST definition of cloud computing, Technical Report, Special Publication , National Institute of Standards and Technology, Sep [3] J. L. Chen, C. Wang, B. B. Zhou et al., Tradeoffs between profit and customer satisfaction for service provisioning in the cloud, in: Proceedings of HPDC 2011, [4] M. Hajjat, X. Sun, Y. E. Sung et al., Cloudward bound: Planning for beneficial migration of enterprise applications to the cloud, in Proceedings of SIGCOMM 2010, [5] Y. C. Lee, C. Wang, A. Y. Zomaya, B. B. Zhou, Profit-driven scheduling for cloud services with data access awareness, Journal of Parallel Distrib. Comput., 72(4), 2012, [6] F. Liu, J. Tong, J. Mao et al., NIST cloud computing reference achitecture, Technical Report, National Institute of Standards and Technology, Sep 2011 [7] P. C. Xiong, Y. Chi, S. H. Zhu et al., ActiveSLA: A profit-oriented admission control framework for database-as-a-service providers, in Proceedings of SOCC 2011, 1-14 [8] J. Berlińska, M. Drozdowski, Scheduling divisible mapreduce computations, Journal of Parallel Distrib. Comput., 71(3), 2011, [9] S. Yi, A. Andrzejak, Derrick Kondo, Monetary cost-aware checkpointing and migration on Amazon cloud spot instances, IEEE Transactions on Services Computing, in press [10] S. K. Garg, C. S. Yeo, A. Anandasivam, R. Buyya, Environment-conscious scheduling of HPC application on distributed cloud-oriented data centers, Journal of Parallel Distrib. Comput., 71(6), 2011, [11] Amazon EC2 Pricing, Jan 2012, 18 [12] A. AuYoung, L. Grit, J. Wiener, J. Wilkes, Service contracts and aggregate utility functions, in: Proceedings of HPDC 2006,

Cost-aware Cloud Service Request Scheduling for SaaS Providers

Cost-aware Cloud Service Request Scheduling for SaaS Providers 1 Cost-aware Cloud Service Request Scheduling for SaaS Providers 2 3 4 5 6 Zhipiao Liu, Shangguang Wang*, Qibo Sun, Hua Zou, Fangchun Yang State Key Laboratory of Networking and Switching Technology Beijing

More information

SLA-based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments

SLA-based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments SLA-based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments Linlin Wu, Saurabh Kumar Garg, and Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Laboratory

More information

Maximizing Profit and Pricing in Cloud Environments

Maximizing Profit and Pricing in Cloud Environments Maximizing Profit and Pricing in Cloud Environments FACULTY OF ENGINEERING & INFORMATION TECHNOLOGIES Albert Y. Zomaya Chair Professor of High Performance Computing & Networking Centre for Distributed

More information

Load balancing model for Cloud Data Center ABSTRACT:

Load balancing model for Cloud Data Center ABSTRACT: Load balancing model for Cloud Data Center ABSTRACT: Cloud data center management is a key problem due to the numerous and heterogeneous strategies that can be applied, ranging from the VM placement to

More information

Cost-effective Resource Provisioning for MapReduce in a Cloud

Cost-effective Resource Provisioning for MapReduce in a Cloud 1 -effective Resource Provisioning for MapReduce in a Cloud Balaji Palanisamy, Member, IEEE, Aameek Singh, Member, IEEE Ling Liu, Senior Member, IEEE Abstract This paper presents a new MapReduce cloud

More information

Journal of Computer and System Sciences

Journal of Computer and System Sciences Journal of Computer and System Sciences 78 (2012) 1280 1299 Contents lists available at SciVerse ScienceDirect Journal of Computer and System Sciences www.elsevier.com/locate/jcss SLA-based admission control

More information

An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment

An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment Daeyong Jung 1, SungHo Chin 1, KwangSik Chung 2, HeonChang Yu 1, JoonMin Gil 3 * 1 Dept. of Computer

More information

Optimizing the Cost for Resource Subscription Policy in IaaS Cloud

Optimizing the Cost for Resource Subscription Policy in IaaS Cloud Optimizing the Cost for Resource Subscription Policy in IaaS Cloud Ms.M.Uthaya Banu #1, Mr.K.Saravanan *2 # Student, * Assistant Professor Department of Computer Science and Engineering Regional Centre

More information

Towards an understanding of oversubscription in cloud

Towards an understanding of oversubscription in cloud IBM Research Towards an understanding of oversubscription in cloud Salman A. Baset, Long Wang, Chunqiang Tang sabaset@us.ibm.com IBM T. J. Watson Research Center Hawthorne, NY Outline Oversubscription

More information

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004

More information

Profit Maximization for Service Providers using Hybrid Pricing in Cloud Computing

Profit Maximization for Service Providers using Hybrid Pricing in Cloud Computing Profit Maximization for Service Providers using Hybrid in Cloud Computing N.Ani Brown Mary Anna University Tirunelveli, India Abstract: Cloud computing has recently emerged as one of the buzzwords in the

More information

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b

Reallocation and Allocation of Virtual Machines in Cloud Computing Manan D. Shah a, *, Harshad B. Prajapati b Proceedings of International Conference on Emerging Research in Computing, Information, Communication and Applications (ERCICA-14) Reallocation and Allocation of Virtual Machines in Cloud Computing Manan

More information

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University

More information

Resource Allocation Avoiding SLA Violations in Cloud Framework for SaaS

Resource Allocation Avoiding SLA Violations in Cloud Framework for SaaS Resource Allocation Avoiding SLA Violations in Cloud Framework for SaaS Shantanu Sasane Abhilash Bari Kaustubh Memane Aniket Pathak Prof. A. A.Deshmukh University of Pune University of Pune University

More information

A Hybrid Load Balancing Policy underlying Cloud Computing Environment

A Hybrid Load Balancing Policy underlying Cloud Computing Environment A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349

More information

Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud Computing

Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud Computing www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 8 Aug 2015, Page No. 13822-13827 Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud

More information

Perspectives on Moving to the Cloud Paradigm and the Need for Standards. Peter Mell, Tim Grance NIST, Information Technology Laboratory 7-11-2009

Perspectives on Moving to the Cloud Paradigm and the Need for Standards. Peter Mell, Tim Grance NIST, Information Technology Laboratory 7-11-2009 Perspectives on Moving to the Cloud Paradigm and the Need for Standards Peter Mell, Tim Grance NIST, Information Technology Laboratory 7-11-2009 2 NIST Cloud Computing Resources NIST Draft Definition of

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate

More information

Workload Predicting-Based Automatic Scaling in Service Clouds

Workload Predicting-Based Automatic Scaling in Service Clouds 2013 IEEE Sixth International Conference on Cloud Computing Workload Predicting-Based Automatic Scaling in Service Clouds Jingqi Yang, Chuanchang Liu, Yanlei Shang, Zexiang Mao, Junliang Chen State Key

More information

An Architecture Model of Sensor Information System Based on Cloud Computing

An Architecture Model of Sensor Information System Based on Cloud Computing An Architecture Model of Sensor Information System Based on Cloud Computing Pengfei You, Yuxing Peng National Key Laboratory for Parallel and Distributed Processing, School of Computer Science, National

More information

On the Amplitude of the Elasticity Offered by Public Cloud Computing Providers

On the Amplitude of the Elasticity Offered by Public Cloud Computing Providers On the Amplitude of the Elasticity Offered by Public Cloud Computing Providers Rostand Costa a,b, Francisco Brasileiro a a Federal University of Campina Grande Systems and Computing Department, Distributed

More information

Permanent Link: http://espace.library.curtin.edu.au/r?func=dbin-jump-full&local_base=gen01-era02&object_id=154091

Permanent Link: http://espace.library.curtin.edu.au/r?func=dbin-jump-full&local_base=gen01-era02&object_id=154091 Citation: Alhamad, Mohammed and Dillon, Tharam S. and Wu, Chen and Chang, Elizabeth. 2010. Response time for cloud computing providers, in Kotsis, G. and Taniar, D. and Pardede, E. and Saleh, I. and Khalil,

More information

Game Theory Based Iaas Services Composition in Cloud Computing

Game Theory Based Iaas Services Composition in Cloud Computing Game Theory Based Iaas Services Composition in Cloud Computing Environment 1 Yang Yang, *2 Zhenqiang Mi, 3 Jiajia Sun 1, First Author School of Computer and Communication Engineering, University of Science

More information

Study of Knowledge Based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments

Study of Knowledge Based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments Study of Knowledge Based Admission Control for a Software-as-a-Service Provider in Cloud Computing Environments R.S.Mohana a, *, Dr. P. Thangaraj b,1, S.Kalaiselvi c,1 Abstract - Software as a Service

More information

The Hidden Extras. The Pricing Scheme of Cloud Computing. Stephane Rufer

The Hidden Extras. The Pricing Scheme of Cloud Computing. Stephane Rufer The Hidden Extras The Pricing Scheme of Cloud Computing Stephane Rufer Cloud Computing Hype Cycle Definition Types Architecture Deployment Pricing/Charging in IT Economics of Cloud Computing Pricing Schemes

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 6, June 2015 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Energy Constrained Resource Scheduling for Cloud Environment

Energy Constrained Resource Scheduling for Cloud Environment Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering

More information

SLA-aware Resource Scheduling for Cloud Storage

SLA-aware Resource Scheduling for Cloud Storage SLA-aware Resource Scheduling for Cloud Storage Zhihao Yao Computer and Information Technology Purdue University West Lafayette, Indiana 47906 Email: yao86@purdue.edu Ioannis Papapanagiotou Computer and

More information

A Survey on Resource Provisioning in Cloud

A Survey on Resource Provisioning in Cloud RESEARCH ARTICLE OPEN ACCESS A Survey on Resource in Cloud M.Uthaya Banu*, M.Subha** *,**(Department of Computer Science and Engineering, Regional Centre of Anna University, Tirunelveli) ABSTRACT Cloud

More information

OPTIMAL MULTI SERVER CONFIGURATION FOR PROFIT MAXIMIZATION IN CLOUD COMPUTING

OPTIMAL MULTI SERVER CONFIGURATION FOR PROFIT MAXIMIZATION IN CLOUD COMPUTING OPTIMAL MULTI SERVER CONFIGURATION FOR PROFIT MAXIMIZATION IN CLOUD COMPUTING Abstract: As cloud computing becomes more and more popular, understanding the economics of cloud computing becomes critically

More information

Exploiting Performance and Cost Diversity in the Cloud

Exploiting Performance and Cost Diversity in the Cloud 2013 IEEE Sixth International Conference on Cloud Computing Exploiting Performance and Cost Diversity in the Cloud Luke M. Leslie, Young Choon Lee, Peng Lu and Albert Y. Zomaya Centre for Distributed and

More information

On the Performance-cost Tradeoff for Workflow Scheduling in Hybrid Clouds

On the Performance-cost Tradeoff for Workflow Scheduling in Hybrid Clouds On the Performance-cost Tradeoff for Workflow Scheduling in Hybrid Clouds Thiago A. L. Genez, Luiz F. Bittencourt, Edmundo R. M. Madeira Institute of Computing University of Campinas UNICAMP Av. Albert

More information

Privacy-Aware Scheduling for Inter-Organizational Processes

Privacy-Aware Scheduling for Inter-Organizational Processes Privacy-Aware Scheduling for Inter-Organizational Processes Christoph Hochreiner Distributed Systems Group, Vienna University of Technology, Austria c.hochreiner@infosys.tuwien.ac.at Abstract Due to the

More information

Auto-Scaling Model for Cloud Computing System

Auto-Scaling Model for Cloud Computing System Auto-Scaling Model for Cloud Computing System Che-Lun Hung 1*, Yu-Chen Hu 2 and Kuan-Ching Li 3 1 Dept. of Computer Science & Communication Engineering, Providence University 2 Dept. of Computer Science

More information

Dynamic Resource Pricing on Federated Clouds

Dynamic Resource Pricing on Federated Clouds Dynamic Resource Pricing on Federated Clouds Marian Mihailescu and Yong Meng Teo Department of Computer Science National University of Singapore Computing 1, 13 Computing Drive, Singapore 117417 Email:

More information

Optimal Service Pricing for a Cloud Cache

Optimal Service Pricing for a Cloud Cache Optimal Service Pricing for a Cloud Cache K.SRAVANTHI Department of Computer Science & Engineering (M.Tech.) Sindura College of Engineering and Technology Ramagundam,Telangana G.LAKSHMI Asst. Professor,

More information

Cloud Computing and Amazon Web Services

Cloud Computing and Amazon Web Services Cloud Computing and Amazon Web Services Gary A. McGilvary edinburgh data.intensive research 1 OUTLINE 1. An Overview of Cloud Computing 2. Amazon Web Services 3. Amazon EC2 Tutorial 4. Conclusions 2 CLOUD

More information

Minimal Cost Data Sets Storage in the Cloud

Minimal Cost Data Sets Storage in the Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.1091

More information

INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD

INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD M.Rajeswari 1, M.Savuri Raja 2, M.Suganthy 3 1 Master of Technology, Department of Computer Science & Engineering, Dr. S.J.S Paul Memorial

More information

MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT

MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT 1 SARIKA K B, 2 S SUBASREE 1 Department of Computer Science, Nehru College of Engineering and Research Centre, Thrissur, Kerala 2 Professor and Head,

More information

CLOUD computing has become an important computing

CLOUD computing has become an important computing IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. XX, NO. XX, XX XX 1 Transformation-based Optimizations for Workflows in the Cloud Amelie Chi Zhou and Bingsheng He Abstract Recently, performance and monetary

More information

Research on Job Scheduling Algorithm in Hadoop

Research on Job Scheduling Algorithm in Hadoop Journal of Computational Information Systems 7: 6 () 5769-5775 Available at http://www.jofcis.com Research on Job Scheduling Algorithm in Hadoop Yang XIA, Lei WANG, Qiang ZHAO, Gongxuan ZHANG School of

More information

CLOUD computing has emerged as a new paradigm for

CLOUD computing has emerged as a new paradigm for IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 7, NO. 3, JULY-SEPTEMBER 2014 465 SLA-Based Resource Provisioning for Hosted Software-as-a-Service Applications in Cloud Computing Environments Linlin Wu,

More information

ITL BULLETIN FOR JUNE 2012 CLOUD COMPUTING: A REVIEW OF FEATURES, BENEFITS, AND RISKS, AND RECOMMENDATIONS FOR SECURE, EFFICIENT IMPLEMENTATIONS

ITL BULLETIN FOR JUNE 2012 CLOUD COMPUTING: A REVIEW OF FEATURES, BENEFITS, AND RISKS, AND RECOMMENDATIONS FOR SECURE, EFFICIENT IMPLEMENTATIONS ITL BULLETIN FOR JUNE 2012 CLOUD COMPUTING: A REVIEW OF FEATURES, BENEFITS, AND RISKS, AND RECOMMENDATIONS FOR SECURE, EFFICIENT IMPLEMENTATIONS Shirley Radack, Editor Computer Security Division Information

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

International Journal of Engineering Research & Management Technology

International Journal of Engineering Research & Management Technology International Journal of Engineering Research & Management Technology March- 2015 Volume 2, Issue-2 Survey paper on cloud computing with load balancing policy Anant Gaur, Kush Garg Department of CSE SRM

More information

Multifaceted Resource Management for Dealing with Heterogeneous Workloads in Virtualized Data Centers

Multifaceted Resource Management for Dealing with Heterogeneous Workloads in Virtualized Data Centers Multifaceted Resource Management for Dealing with Heterogeneous Workloads in Virtualized Data Centers Íñigo Goiri, J. Oriol Fitó, Ferran Julià, Ramón Nou, Josep Ll. Berral, Jordi Guitart and Jordi Torres

More information

Data Integrity Check using Hash Functions in Cloud environment

Data Integrity Check using Hash Functions in Cloud environment Data Integrity Check using Hash Functions in Cloud environment Selman Haxhijaha 1, Gazmend Bajrami 1, Fisnik Prekazi 1 1 Faculty of Computer Science and Engineering, University for Business and Tecnology

More information

Provisioning Spot Market Cloud Resources to Create Cost-Effective Virtual Clusters

Provisioning Spot Market Cloud Resources to Create Cost-Effective Virtual Clusters Provisioning Spot Market Cloud Resources to Create Cost-Effective Virtual Clusters William Voorsluys, Saurabh Kumar Garg, and Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Laboratory

More information

An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution

An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution An Energy-aware Multi-start Local Search Metaheuristic for Scheduling VMs within the OpenNebula Cloud Distribution Y. Kessaci, N. Melab et E-G. Talbi Dolphin Project Team, Université Lille 1, LIFL-CNRS,

More information

Green Cloud Computing: Balancing and Minimization of Energy Consumption

Green Cloud Computing: Balancing and Minimization of Energy Consumption Green Cloud Computing: Balancing and Minimization of Energy Consumption Ms. Amruta V. Tayade ASM INSTITUTE OF MANAGEMENT & COMPUTER STUDIES (IMCOST), THANE, MUMBAI. University Of Mumbai Mr. Surendra V.

More information

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more 36326584 Li Sheng Virtual Machine Technology for Cloud Computing Li Sheng lsheng1@uci.edu Abstract: Nowadays, with the booming development of network-based computing, more and more Internet service vendors

More information

How To Create A Scheduling System For A Network On A Paas (Networking) With A Time Slot (Time Slot) On A Network (Netware) On An Ipa (Network) On The Pcode) On Your Computer

How To Create A Scheduling System For A Network On A Paas (Networking) With A Time Slot (Time Slot) On A Network (Netware) On An Ipa (Network) On The Pcode) On Your Computer Towards a PaaS Architecture for Resource Allocation in IaaS Providers Considering Di erent Charging Models Cristiano C. A. Vieira 1, Luiz F. Bittencourt 2, and Edmundo R. M. Madeira 2 1 Federal University

More information

Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment

Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment Reverse Auction-based Resource Allocation Policy for Service Broker in Hybrid Cloud Environment Sunghwan Moon, Jaekwon Kim, Taeyoung Kim, Jongsik Lee Department of Computer and Information Engineering,

More information

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing

Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing Sla Aware Load Balancing Using Join-Idle Queue for Virtual Machines in Cloud Computing Mehak Choudhary M.Tech Student [CSE], Dept. of CSE, SKIET, Kurukshetra University, Haryana, India ABSTRACT: Cloud

More information

Run-time Resource Management in SOA Virtualized Environments. Danilo Ardagna, Raffaela Mirandola, Marco Trubian, Li Zhang

Run-time Resource Management in SOA Virtualized Environments. Danilo Ardagna, Raffaela Mirandola, Marco Trubian, Li Zhang Run-time Resource Management in SOA Virtualized Environments Danilo Ardagna, Raffaela Mirandola, Marco Trubian, Li Zhang Amsterdam, August 25 2009 SOI Run-time Management 2 SOI=SOA + virtualization Goal:

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition

More information

A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems

A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems Aysan Rasooli Department of Computing and Software McMaster University Hamilton, Canada Email: rasooa@mcmaster.ca Douglas G. Down

More information

Green Cloud Computing 班 級 : 資 管 碩 一 組 員 :710029011 黃 宗 緯 710029021 朱 雅 甜

Green Cloud Computing 班 級 : 資 管 碩 一 組 員 :710029011 黃 宗 緯 710029021 朱 雅 甜 Green Cloud Computing 班 級 : 資 管 碩 一 組 員 :710029011 黃 宗 緯 710029021 朱 雅 甜 Outline Introduction Proposed Schemes VM configuration VM Live Migration Comparison 2 Introduction (1/2) In 2006, the power consumption

More information

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster

A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster , pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing

More information

VIRTUAL RESOURCE MANAGEMENT FOR DATA INTENSIVE APPLICATIONS IN CLOUD INFRASTRUCTURES

VIRTUAL RESOURCE MANAGEMENT FOR DATA INTENSIVE APPLICATIONS IN CLOUD INFRASTRUCTURES U.P.B. Sci. Bull., Series C, Vol. 76, Iss. 2, 2014 ISSN 2286-3540 VIRTUAL RESOURCE MANAGEMENT FOR DATA INTENSIVE APPLICATIONS IN CLOUD INFRASTRUCTURES Elena Apostol 1, Valentin Cristea 2 Cloud computing

More information

Comparing major cloud-service providers: virtual processor performance. A Cloud Report by Danny Gee, and Kenny Li

Comparing major cloud-service providers: virtual processor performance. A Cloud Report by Danny Gee, and Kenny Li Comparing major cloud-service providers: virtual processor performance A Cloud Report by Danny Gee, and Kenny Li Comparing major cloud-service providers: virtual processor performance 09/03/2014 Table

More information

A COMPARATIVE STUDY OF SECURE SEARCH PROTOCOLS IN PAY- AS-YOU-GO CLOUDS

A COMPARATIVE STUDY OF SECURE SEARCH PROTOCOLS IN PAY- AS-YOU-GO CLOUDS A COMPARATIVE STUDY OF SECURE SEARCH PROTOCOLS IN PAY- AS-YOU-GO CLOUDS V. Anand 1, Ahmed Abdul Moiz Qyser 2 1 Muffakham Jah College of Engineering and Technology, Hyderabad, India 2 Muffakham Jah College

More information

Cloud Management: Knowing is Half The Battle

Cloud Management: Knowing is Half The Battle Cloud Management: Knowing is Half The Battle Raouf BOUTABA David R. Cheriton School of Computer Science University of Waterloo Joint work with Qi Zhang, Faten Zhani (University of Waterloo) and Joseph

More information

Federation of Cloud Computing Infrastructure

Federation of Cloud Computing Infrastructure IJSTE International Journal of Science Technology & Engineering Vol. 1, Issue 1, July 2014 ISSN(online): 2349 784X Federation of Cloud Computing Infrastructure Riddhi Solani Kavita Singh Rathore B. Tech.

More information

Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment

Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment Masnida Hussin, Azizol Abdullah, and Rohaya Latip deployed on virtual machine (VM). At the same time, rental cost is another

More information

Figure 1. The cloud scales: Amazon EC2 growth [2].

Figure 1. The cloud scales: Amazon EC2 growth [2]. - Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 shinji10343@hotmail.com, kwang@cs.nctu.edu.tw Abstract One of the most important issues

More information

WORKFLOW ENGINE FOR CLOUDS

WORKFLOW ENGINE FOR CLOUDS WORKFLOW ENGINE FOR CLOUDS By SURAJ PANDEY, DILEBAN KARUNAMOORTHY, and RAJKUMAR BUYYA Prepared by: Dr. Faramarz Safi Islamic Azad University, Najafabad Branch, Esfahan, Iran. Workflow Engine for clouds

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS Survey of Optimization of Scheduling in Cloud Computing Environment Er.Mandeep kaur 1, Er.Rajinder kaur 2, Er.Sughandha Sharma 3 Research Scholar 1 & 2 Department of Computer

More information

A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers

A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers Yanzhi Wang, Xue Lin, and Massoud Pedram Department of Electrical Engineering University of Southern California

More information

PROFIT MAXIMIZATION FOR SAAS USING SLA BASED SPOT PRICING IN CLOUD COMPUTING

PROFIT MAXIMIZATION FOR SAAS USING SLA BASED SPOT PRICING IN CLOUD COMPUTING PROFIT MAXIMIZATION FOR SAAS USING SLA BASED SPOT PRICING IN CLOUD COMPUTING N. Ani Brown Mary (M.E) Computer Science, Anna University of Technology, Tirunelveli, India. anibrownvimal@gmail.com Abstract

More information

Cloud Computing Architecture: A Survey

Cloud Computing Architecture: A Survey Cloud Computing Architecture: A Survey Abstract Now a day s Cloud computing is a complex and very rapidly evolving and emerging area that affects IT infrastructure, network services, data management and

More information

The Probabilistic Model of Cloud Computing

The Probabilistic Model of Cloud Computing A probabilistic multi-tenant model for virtual machine mapping in cloud systems Zhuoyao Wang, Majeed M. Hayat, Nasir Ghani, and Khaled B. Shaban Department of Electrical and Computer Engineering, University

More information

Security Considerations for Public Mobile Cloud Computing

Security Considerations for Public Mobile Cloud Computing Security Considerations for Public Mobile Cloud Computing Ronnie D. Caytiles 1 and Sunguk Lee 2* 1 Society of Science and Engineering Research Support, Korea rdcaytiles@gmail.com 2 Research Institute of

More information

T-110.5121 Mobile Cloud Computing (5 cr)

T-110.5121 Mobile Cloud Computing (5 cr) T-110.5121 Mobile Cloud Computing (5 cr) Assignment 1 details 18 th September 2013 M.Sc. Olli Mäkinen, course assistant Targets The main objective is to understand the cost differences between public,

More information

An Approach to Load Balancing In Cloud Computing

An Approach to Load Balancing In Cloud Computing An Approach to Load Balancing In Cloud Computing Radha Ramani Malladi Visiting Faculty, Martins Academy, Bangalore, India ABSTRACT: Cloud computing is a structured model that defines computing services,

More information

Secured Storage of Outsourced Data in Cloud Computing

Secured Storage of Outsourced Data in Cloud Computing Secured Storage of Outsourced Data in Cloud Computing Chiranjeevi Kasukurthy 1, Ch. Ramesh Kumar 2 1 M.Tech(CSE), Nalanda Institute of Engineering & Technology,Siddharth Nagar, Sattenapalli, Guntur Affiliated

More information

Group Based Load Balancing Algorithm in Cloud Computing Virtualization

Group Based Load Balancing Algorithm in Cloud Computing Virtualization Group Based Load Balancing Algorithm in Cloud Computing Virtualization Rishi Bhardwaj, 2 Sangeeta Mittal, Student, 2 Assistant Professor, Department of Computer Science, Jaypee Institute of Information

More information

Future Generation Computer Systems. Energy-efficient and multifaceted resource management for profit-driven

Future Generation Computer Systems. Energy-efficient and multifaceted resource management for profit-driven Future Generation Computer Systems 28 (2012) 718 731 Contents lists available at SciVerse ScienceDirect Future Generation Computer Systems journal homepage: www.elsevier.com/locate/fgcs Energy-efficient

More information

ENERGY EFFICIENT VIRTUAL MACHINE ASSIGNMENT BASED ON ENERGY CONSUMPTION AND RESOURCE UTILIZATION IN CLOUD NETWORK

ENERGY EFFICIENT VIRTUAL MACHINE ASSIGNMENT BASED ON ENERGY CONSUMPTION AND RESOURCE UTILIZATION IN CLOUD NETWORK International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 1, Jan-Feb 2016, pp. 45-53, Article ID: IJCET_07_01_006 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=1

More information

Dynamic Resource Allocation to Maximize the Profits in Cloud Environment

Dynamic Resource Allocation to Maximize the Profits in Cloud Environment Dynamic Resource Allocation to Maximize the Profits in Cloud Environment 1 K.R Dilip Department of Computer Science and Engineering, JNTUA, Anantapur/ Annamacharya Institute of Technology and Sciences,Tirupathi,

More information

Cloud deployment model and cost analysis in Multicloud

Cloud deployment model and cost analysis in Multicloud IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735. Volume 4, Issue 3 (Nov-Dec. 2012), PP 25-31 Cloud deployment model and cost analysis in Multicloud

More information

Load Balancing in cloud computing

Load Balancing in cloud computing Load Balancing in cloud computing 1 Foram F Kherani, 2 Prof.Jignesh Vania Department of computer engineering, Lok Jagruti Kendra Institute of Technology, India 1 kheraniforam@gmail.com, 2 jigumy@gmail.com

More information

Optimal Multi Server Using Time Based Cost Calculation in Cloud Computing

Optimal Multi Server Using Time Based Cost Calculation in Cloud Computing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,

More information

Evaluation Model for Internet Cloud Data Structure Audit System

Evaluation Model for Internet Cloud Data Structure Audit System Evaluation Model for Internet Data Structure Audit System Wang Fan School of Accounting Zhejiang Gongshang University Hangzhou, 310018, P. R.China wangfanswcd@126.com Journal of Digital Information Management

More information

Adapting Market-Oriented Scheduling Policies for Cloud Computing

Adapting Market-Oriented Scheduling Policies for Cloud Computing Adapting Market-Oriented Scheduling Policies for Cloud Computing Mohsen Amini Salehi Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Laboratory, Department of Computer Science and Software

More information

1. Simulation of load balancing in a cloud computing environment using OMNET

1. Simulation of load balancing in a cloud computing environment using OMNET Cloud Computing Cloud computing is a rapidly growing technology that allows users to share computer resources according to their need. It is expected that cloud computing will generate close to 13.8 million

More information

Chapter 19 Cloud Computing for Multimedia Services

Chapter 19 Cloud Computing for Multimedia Services Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5

More information

The allocation algorithm for data centers in cloud computing architecture from security perspective

The allocation algorithm for data centers in cloud computing architecture from security perspective The allocation algorithm for data centers in cloud computing architecture from security perspective *Chuan-Gang Liu 1,Hsin-Yi Lin, Kun-Ta Hsien Deparament of Information Technology, Chia Nan University

More information

Green Cloud Framework For Improving Carbon Efficiency of Clouds

Green Cloud Framework For Improving Carbon Efficiency of Clouds Green Cloud Framework For Improving Carbon Efficiency of Clouds Saurabh Kumar Garg 1, Chee Shin Yeo 2 and Rajkumar Buyya 1 1 Cloud Computing and Distributed Systems Laboratory Department of Computer Science

More information

Energy-Aware Multi-agent Server Consolidation in Federated Clouds

Energy-Aware Multi-agent Server Consolidation in Federated Clouds Energy-Aware Multi-agent Server Consolidation in Federated Clouds Alessandro Ferreira Leite 1 and Alba Cristina Magalhaes Alves de Melo 1 Department of Computer Science University of Brasilia, Brasilia,

More information

DataCenter optimization for Cloud Computing

DataCenter optimization for Cloud Computing DataCenter optimization for Cloud Computing Benjamín Barán National University of Asuncion (UNA) bbaran@pol.una.py Paraguay Content Cloud Computing Commercial Offerings Basic Problem Formulation Open Research

More information

Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems

Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems 215 IEEE International Conference on Big Data (Big Data) Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems Guoxin Liu and Haiying Shen and Haoyu Wang Department of Electrical

More information

Technology & Business Overview of Cloud Computing

Technology & Business Overview of Cloud Computing Your Place or Mine? In-House e-discovery Platform vs. Software as a Service Technology & Business Overview of Cloud Computing Janine Anthony Bowen, Esq. Jack Attorneys & Advisors www.jack-law.com Atlanta,

More information

SCHEDULING IN CLOUD COMPUTING

SCHEDULING IN CLOUD COMPUTING SCHEDULING IN CLOUD COMPUTING Lipsa Tripathy, Rasmi Ranjan Patra CSA,CPGS,OUAT,Bhubaneswar,Odisha Abstract Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism

More information

Task Scheduling for Efficient Resource Utilization in Cloud

Task Scheduling for Efficient Resource Utilization in Cloud Summer 2014 Task Scheduling for Efficient Resource Utilization in Cloud A Project Report for course COEN 241 Under the guidance of, Dr.Ming Hwa Wang Submitted by : Najuka Sankhe Nikitha Karkala Nimisha

More information

What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos

What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos Research Challenges Overview May 3, 2010 Table of Contents I 1 What Is It? Related Technologies Grid Computing Virtualization Utility Computing Autonomic Computing Is It New? Definition 2 Business Business

More information

Conceptual Approach for Performance Isolation in Multi-Tenant Systems

Conceptual Approach for Performance Isolation in Multi-Tenant Systems Conceptual Approach for Performance Isolation in Multi-Tenant Systems Manuel Loesch 1 and Rouven Krebs 2 1 FZI Research Center for Information Technology, Karlsruhe, Germany 2 SAP AG, Global Research and

More information