Cost-aware Cloud Service Request Scheduling for SaaS Providers
|
|
|
- Barnaby Blake
- 10 years ago
- Views:
Transcription
1 1 Cost-aware Cloud Service Request Scheduling for SaaS Providers Zhipiao Liu, Shangguang Wang*, Qibo Sun, Hua Zou, Fangchun Yang State Key Laboratory of Networking and Switching Technology Beijing University of Posts and Telecommunications Beijing , China {liuzp, sgwang, qbsun, hzou, fcyang}@bupt.edu.cn 7 Corresponding author: [email protected] Abstract As cloud computing becomes widely deployed, more and more cloud services are offered to end users in a pay-as-you-go manner. Today s increasing number of end user-oriented cloud services are generally operated by SaaS (Software as a Service) providers using rental virtual resources from third-party infrastructure vendors. As far as SaaS providers are concerned, how to process the dynamic user service requests more cost-effectively without any SLA violation is an intractable problem. To deal with this challenge, we first establish a cloud service request model with SLA constraints, and then present a cost-aware service request scheduling approach based on genetic algorithm. According to the personalized features of user requests and the current system load, our approach can not only lease and reuse virtual resources on demand to achieve optimal scheduling of dynamic cloud service requests in reasonable time, but also can minimize the rental cost of the overall infrastructure for maximizing SaaS providers profits while meeting SLA constraints. The comparison of simulation experiments indicates that our proposed approach outperforms other revenue-aware algorithms in terms of virtual resource utilization, rate of return on investment and operation profit, and provides a cost-effective solution for service request scheduling in cloud computing environments. Keywords: Cloud computing; Cloud service; Cost; SaaS; Service request scheduling; Virtual machine 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]. These services are made available on a subscription basis using pay-as-you-use model to cloud users, regardless of their location. Nowadays almost every well-known IT company, including Amazon, Google, IBM and Salesforce, has introduced related cloud services. Compared with traditional desktop computing, cloud computing presents many advantages, such as better resource utilization, rapid elasticity, higher power conservation and economies of scale, which can save the up-front investment of enterprise information system and reduce the daily operation and maintenance costs significantly in the long run. With the advancement of cloud computing technologies including virtualization, security, SOA (Service-Oriented Architectures) and high bandwidth network access, it is becoming a trend that
2 large numbers of existing business applications from companies and institutes will be migrated into clouds and deployed as cloud services due to the above-mentioned benefits [3,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. Hereafter, the terms cloud service provider and SaaS provider are used interchangeably in the context of this paper. As a result, a three-tier cloud service provision structure has been formed involving three typical parties: end user, cloud service provider and cloud infrastructure vendors [5, 6]. An end user is the cloud consumer which represents a person or organization that maintains a business relationship with, and requests the cloud service from a business service provider [7]. A cloud service provider such as Force.com is the business service provider which deploys and runs the business applications on a rented cloud infrastructure so that the cloud services are offered to end users through network access. A cloud infrastructure vendor such as Amazon is the entity which provisions virtual resources such as processing, storage, networks, and other fundamental computing resources to clients in a pay-as-you-go manner. The service provision procedure can be briefly described as follows: Above all, the end user browses the service catalog from a SaaS provider and sends the appropriate service request to the cloud service provider. The cloud service provider accepts the service request of end user and applies to the underlying cloud infrastructure vendors such as Amazon for virtual resources on demand. The cloud infrastructure vendor responds to the resource lease request, and then allocates VM instances to the corresponding SaaS provider for processing the end user request. Finally, the SaaS provider charges end user for processing his/her service request and pays the cloud infrastructure vendor for renting VM instances to deploy service capacity. The involved parties and their interaction can be illustrated in Figure Figure 1 Three-tier cloud service provision structure In this paper, we only care about the interests of end users and SaaS providers. From the end user s viewpoint, a service request for a business application is always accompanied by SLA (Service Level Agreement) constraints specifying the performance requirements [7]. From the viewpoint of a SaaS provider, the operational goal is to lease as little virtual resource as possible while still ensure that the cloud service is provisioned at the expected service levels to end users. The profits of SaaS providers derive from the margin between the revenue generated from cloud end users and the rental cost of infrastructure.
3 As can be seen from Figure1, the cloud service provider plays an important role in cloud service provision procedure. For a SaaS provider, how to schedule virtual resources leased from third party infrastructure to process dynamic cloud service requests more cost-effectively without violating the SLA constraints while maximizing operational profit is an intractable problem. On the one hand, service request scheduling strategies in cloud computing environments should balance service performance and the cost of leasing resources to satisfy the objectives of both end users and SaaS providers. On the other hand, it must also recognize and reflect the different options for computing resources (e.g., multiple infrastructure vendors offer many types of virtual machines, each with different capabilities at a different price) [8]. Furthermore, the current pricing model of virtual resources specified by infrastructure vendors should be taken into consideration. All these factors make cost-effective service request scheduling a challenging problem to solve in cloud computing scenario. In order to deal with this challenge, we stand in the position of cloud service providers and propose an effective solution to achieve optimal cloud service request scheduling. Above all, a cloud service request model with SLA constraints is established. And then, based on the request model, we present a novel optimization scheduling approach, i.e., cost-aware service request scheduling based on genetic algorithm (called CSRSGA). Taking into consideration the divisibility feature of cloud service requests and the elasticity of SLA, CSRSGA intends to maximize the overall infrastructure leasing cost while still ensuring that the service performance can meet SLAs expectation of end user requests. Given the fluctuating service request volume and the huge searching space of virtual resource pool, genetic algorithm is adopted by our approach to improve the efficiency of problem solving and respond to users requests in reasonable time. In order to verify the effectiveness of our proposed scheduling approach, extensive simulations are conducted based on Amazon EC2 on demand instances. The experiment results show that CSRSGA outperforms other revenue-aware algorithms in terms of virtual resource utilization, rate of return on investment and operation profit. The main contributions of our work are listed as follows: We develop a cloud service request model with SLA constraints based on previous work to identify the main concerns of both cloud consumers and cloud service providers. On the basis of the divisible features of the user request and the current system load, we propose an effective service request scheduling approach for maximizing profit by cost and revenue optimization without any SLA violation, and thus reach win-win solution which will help to build a long-term profitable cloud service market. As a parallelizable modern intelligent optimization algorithm, genetic algorithm is adopted for achieving optimized request dispatching in reasonable time by incorporating the heterogeneity of virtual resource (e.g., VMs) in terms of their configuration, performance and price. The rest of the paper is organized as follows: Section 2 introduces the prior work related to service request scheduling; Section 3 presents the cloud service request model with SLA constraints and the revenue function of cloud service providers; Section 4 describes our cloud service request scheduling approach; Section 5 presents the simulation results and comparative analysis; Section 6 concludes the paper and proposes future work.
4 Related Work Earning profit is the principal driving force for service providers, and SLA is the focus of users attention. Therefore, much research has been done related to the two themes in distributed computing environment. In [9], a computational economy driven scheduling system called Libra was presented to support allocation of resources based on the users quality of service requirements, which offers market-based economy driven service for managing batch jobs on clusters by scheduling CPU time according to user-perceived utility, but pays little attention to system performance. In [10], a sigmoidal utility model was introduced, and several allocation policies for resource allocation on computational grids were proposed. The authors of [11] focus on the profit-based scheduling and admission control policies to address the resource allocation problem from the viewpoint of resource providers, but ignore the user side. In addition, there have been several recent related efforts in the area of service request scheduling in cloud computing scenarios. The authors of [5] 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. In [6], a pricing model using processing-sharing was developed, and two profit-driven scheduling algorithms for composite services in clouds were proposed. In [12], a decentralized economic approach for dynamically adapting the cloud resources of various applications considering the varying workloads or failures was presented. The authors of [13] propose resource allocation algorithms for SaaS providers who want to minimize infrastructure cost and SLA violations. However, the scheduling algorithms proposed in the above three papers cannot completely eliminate the occurrence of SLA violation event. Our proposed request scheduling approach differs from the prior work mainly in the cloud user request model we introduce, and the optimized scheduling strategy based on the personalized feature of user requests and dynamic resource reuse. Our approach builds and dynamically maintains a virtual resource pool, achieves optimal request scheduling in reasonable time, and thus significantly improves resource utilization and reduces operational cost to increases profits of cloud service providers while meeting end users performance requirements, which is absent from most previous works in cloud computing environments User Request Modeling In order to design a cost-effective cloud service request scheduling algorithm, a reasonable service request model has to be established firstly in order to quantify the critical SLA property constraints. 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 revenue (or penalty). Generally speaking, SLAs include such predefined properties as response time, user budget, reliability, remedies for performance failures, etc. [7].
5 In cloud computing environments, SaaS providers need SLAs to regulate user behavior for achieving expected benefits. From a cloud user s point of view, it is also necessary to signing a legal contract covered SLA constraints to specify the technical performance requirements fulfilled by a cloud service provider [7]. Failure to achieve these performance objectives over a period of time binds the SaaS provider to pay a penalty to the cloud user based on the clauses defined in the SLA contract. For example, if the cloud user gets the corrective responsive result within the promised time from the corresponding SaaS provider, then the user arranges payment for the service provisioned accordingly. However, if the user request is not addressed correctly on time, then the SaaS provider will incur penalty. Therefore, SaaS providers always manage to reduce SLA violations to maximize its net profit, that is, the total fees (e.g., revenue) charged by the SaaS provider to its customer minus the cost for renting resource from the infrastructure vendors and the penalties for violating SLA constraints agreed by both parties. 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 SaaS 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 quantify the other SLA properties related to profit, and then model the user service request request as a five-parameter tuple as follows: request = ( budget, t, mbdt, deadline, pr) (1) s 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 SaaS provider for processing this user request. t : The standard execution time required to finish the request by a standard VM instance. s mbdt: The maximum processing delay without any penalty incurred by service providers. 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 cloud service 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 failing to meet the deadline of this request. The amount of compensation depends on the delay time, which can be calculated based on the above mentioned two time constraints specified in SLA and the actual processing time. pr : Penalty rate. A greater penalty value means that the user requirement in term of request processing time is more demanding. If the actual processing time is greater than the mbdt 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. For simplicity, we model the SLA violation penalty rate as linear [14], as shown in Figure 2.
6 Figure 2 Cloud service request model with SLA constraints According to the above established cloud service request model, we can easily get the revenue function of service providers. 199 budget, ta mbdt revenue = budget delay pr, mbdt < ta deadline delay pr, ta > deadline 200 revenue: The revenue of the cloud service provider after the user request processing is 201 completed. 202 t a: The actual execution time of this user request. 203 delay: The execution delay introduced to calculate the incurred penalty of service 204 providers, which can be figured out as follows: 205 ta mbdt, if mbdt < ta deadline delay = ta deadline, if ta > deadline 206 As a result, we can obtain the final revenue of the cloud service provider for processing 207 this user request by formula (2). (2) (3) Our Proposed Cloud Service Request Scheduling Approach In order to meet diverse market needs, the popular infrastructure vendors such as Amazon and Microsoft offer multiple types of VM instances, which have different configurations, different capacities at different prices. From the viewpoint of SaaS 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. For example, as the leading cloud infrastructure provider, Amazon EC2 currently offers many on-demand VM instance types that differ in computing/memory capacity, OS type, pricing scheme and geographic location for rent on an hourly basis, such as standard VMs (including Small, Large and Extra Large instances) designed for most types of applications, high-cpu VMs for compute intensive services and high-memory VMs for data storage services [5,15]. In this context of resource heterogeneity, processing a user request on different types of VM instances results in different processing time and revenue, and hence different profits because of the considerable discrepancy in performance and prices of different types of instances. It is in the cloud service provider's interests to determine that what types of VM instances and how many
7 instances are leased to minimize infrastructure cost and optimize operational profit. Therefore, it is particularly important to design a cost-aware service request scheduling algorithm for processing highly dynamic user requests in the context of resource heterogeneity. Next, we first introduce a parameter named virtual machine capacity quantity ratio, and then describe our proposed cost-aware cloud service request scheduling approach in detail. 4.1 Capacity Quantity Ratio To quantify the performance difference of different types of VM instances, we introduce the following conception based on the work of reference [5]. Definition 1 Virtual machine capacity quantity ratio: let rw i and rw s denote the request workload that a standard VM instance vmsand a type ivm instance vm i can process in a time unit respectively. The virtual machine capacity quantity ratio denoted by qris i defined as follows: qr = rw / rw (4) i i s Based on this parameter, the time of processing the same user request on different types of VM instances can be figured out. The qr i value of various instance types can be determined through profiling and benchmarking. If the required processing time of certain user request on a standard instance is t s, then the required processing time on a type i instance can be calculated as follows: t = t / qr (5) i s i where the greater value of qrmeans i more powerful processing capacity of this instance type, and hence shorter processing time for the same user request. 4.2 Proposed Scheduling Algorithm-CSRSGA SaaS providers run their cloud services to profit from users using leased virtual machine resources from cloud infrastructure vendors. In this paper, we only consider the classical On-Demand Instances provision pattern such as Amazon EC2 on demand instances, which is more popular compared to Reserved Instances and Spot Instances. On-Demand provision pattern enable SaaS providers to pay for compute capacity by the time unit with no long-term commitments. In other words, SaaS providers do not have to reserve VMs in advance, and only apply for them when needed. In this pattern, a running virtual machine instance is charged by the time it runs at a flat rate per time unit. Generally speaking, pricing is per instance-hour consumed for each instance, from the time an instance is launched until it is terminated. Each partial instance-hour consumed will be billed as a full hour [8]. In addition, we only focus on the divisible user service requests in the context of this paper, i.e., the requested load that can be continuously divided into multiple independent subtasks without precedence constraints between them. In fact, many typical cloud service related to big data sets, such as video encoding, image processing and biological sequence search (BLAST, for example), are all divisible [16,17]. Applications on platforms BOINC and distributed.net also fulfill the divisibility and independence of load grains assumptions [16]. Finally, without loss of generality, we assume the operational cost of SaaS providers only consists of the rental expense of VM instances and the penalties for violating SLA constraints. On the basis of the above statements, we present CSRSGA (Cost-aware Service Request Scheduling based on Genetic Algorithm) to achieve optimized request scheduling by addressing
8 the problem of leasing virtual resources, selecting an optimal subset of those resources, and mapping of user request subtasks onto selected resources. Taking into account the divisibility of user requests and the current system load, combined with the pricing model of on demand instances, CSRSGA is designed to maximize the profit by minimizing the cost of leasing resource, which depends on the number and type of initiated VM instances. Based on genetic algorithm, CSRSGA dispatches the multiple divided subtasks to the optimal VM combination in the dynamic resource pool composed of leased VM instances, and thus significantly reduces operational costs of cloud service providers without any SLA violation. It should be noted that the CSRSGA algorithm is only applicable to those divisible cloud service applications, especially those batch processing applications based on large data sets, instead of such transaction-centric cloud service as CRM or ERP. The procedures of CSRSGA can be illustrated in Figure Figure 3 The procedure of CSRSGA Next, we describe every step of CSRSGA scheduling approach in detail. 1) Accepting user request. As an important part of our cloud service resource provision platform, the Cloud Service Request Scheduling System is responsible for running the CSRSGA algorithm and receiving the user requests as input 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 tsis known [5,18]. 2) Dividing request experimentally. CSRSGA aims to make full use of the divisibility feature of user requests and divides every request into sindependent 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 rented from infrastructure vendors can be reused effectively. The candidate VM instance type set used to process the user service requests is denoted by
9 CVMT c1 c2 c l = {,,..., }. Let sl = th / deadline, which is the minimum number of VM instances used for executing the user request so as not to violate the deadline constraint specified in the corresponding cloud service request model, and su = tl / mbdt, which is the maximum number of VM instances used for executing the user request to obtain maximum revenue, i.e., the budget value specified in the corresponding request model, where t / h t l is the time required to finish the request by the VM instance with highest/lowest performance in CVMT, which can be figured out by formula (4) and (5). Above all, according to the SLA constraints in the user request model, initializing the number of divided subtaskss, and let s = sl. Then, repeating step 3 to step 5) until s > su to determine the most profitable number of divided subtasks. 3) VM filtering. The primary goal of this step is to reduce the number of candidate VM instances used to execute subtasks to narrow down the problem search space. Let VRP = { vm1, vm2,..., vm n }, where VRPis the resource pool consisting of unexpired VM instances leased for processing user requests from third-party infrastructure vendors, n is the ID number of the VM instance in the pool. Traversing orderly VRP (initially empty) to find out all the VM instances meeting the following three conditions: a) Status requirement: unexpired and idle, because only those instances satisfying this requirement are likely to accept new subtask right now. b) Type requirement: tk / s < deadline, k = 1,2,..., l, where t k is the time required to finish the request by a cktype VM instance. The processing time of the subtask executed by this VM instance does not violate the promised deadline constraint only when the type of candidate VM instance meets this requirement. c) Time requirement: rmrt > t / s, where rmrt is the remaining lease time of this instance. k If the candidate instance cannot satisfy the time constraint, SLA violation will occur due to VM instance expiry. Those qualified VM instances form a valid resource set denoted byvrs = { vm1, vm2,..., vm m }, where m is the number of instances in the set, and m n go to 5).. If m < s, go to step 4), or else 4) Leasing VM instances. When m < s, leasing new most profitable VM instances from infrastructure vendors to join the valid resource set VRSfor 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. Let profit_ ptu denotes the estimated profit per time unit obtained by processing s subtasks of the request with svm instances of type c k, which can be calculated as below: profit_ ptu = ( revenue uc t )/( t / s) (6) k k k k where uckis the rent cost per time unit of a type ckvm instance, and tk / 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 subtasks of the same request. revenue is the expected revenue, which can be figured out based on the request processing time using formula (2). Firstly, calculating all the estimated profits per time unit of different instance types in the k
10 valid resource set which must satisfy the type requirement in 3) so that the deadline constraint of this request is not violated. Secondly, finding out the most profitable instance type which has maximum estimated profit per unit time through comparison and leasing s m instances to join the valid resource set 336 VRS. The lease period is ( tk / s)/ tu t u is the pricing time unit of the instance type 337 specified by the infrastructure vendor, usually hour ) Choosing the optimal VM 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 ssubtasks of the user request in parallel. The expected profit exprofit is the expected revenue exprevenue minus the expected cost expcost. This optimization problem can be expressed as the following binary integer programming problem. Max exprofit = exprevenue exp cost (7) subject to 345 s n = i= 1 j = 1 ij j ij (8) ex cos t x * uc * t 346 s x 1, 1,2,..., i 1 ij = j = m (9) = n xij = 1, i = 1,2,..., s (10) j = 1 where s is the number of subtasks derived from the same request, and m is the number of VM instances in the valid resource set. x ij=1 denotes that the subtask i is executed on the instance j, 0 otherwise. uc j is the rent cost of instance j per time unit. tijis the required execution time of subtask irun on the instance j. Supposing that c k denotes the VM type of instance j, we can get tij = tk / s, and t k is the processing time of the request using a type ckinstance. The formula (9) ensures that a VM instance can only accept a subtask at the same time. The formula (10) ensures that a subtask can only be allocated to an instance for execution. The expected revenue exprevenue 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. For the public cloud service operated by a SaaS provider, especially when the service becomes extremely popular all at a once, the cloud service request scheduling algorithm should respond to the high volume of user requests as soon as possible to reduce the probability of SLA violation. Therefore, genetic algorithm is introduced to accelerate the optimization problem solving process. As a modern intelligent optimization algorithm, genetic algorithm has been widely used as an effective meta-heuristics for obtaining high quality solutions for a broad range of combinatorial optimization problems including the task scheduling problem. An important merit of genetic search is that its inherent parallelism can be exploited to further reduce its running time [19]. The solving procedure of optimal VM combination problem is shown in Figure 4. In the context of this optimization problem, the fitness function is defined as the expected profit exprofit, and every VM combination from the valid resource set is modeled as a chromosome (e.g., individual). The length of every chromosome is equal tom, which is the size
11 of the valid resource set. Binary encoding is adopted, and every chromosome is a string of bits, 0 or 1. Every bit in the chromosome is a gene, which is associated with a VM instance from the valid resource set. 1 denotes that the corresponding instance is selected and 0 otherwise. As for every individual, it must conform to the sum constraint of gene value as below, m gene_ value i 1 i = s, (11) = where gene_ value i is the bit value in the individual. This algorithm is started with an initial population of feasible solutions randomly generated based on first-fit algorithm. Every individual in initial population must satisfy the above sum constraint, or else is considered as unfeasible solution. All of the individuals in the population are evaluated based on their fitness value, with a larger fitness value being a better mapping. Then, by applying selection, crossover and mutation operators, the best solution with maximum value of the fitness function can be found after some generations [19]. The s VM instances identified by decoding the best solution are the optimal VM combination of the current valid resource set in terms of this division scheme of this user request Figure 4 The optimal combination solving procedure 6) Dispatching request. Let s max be the most profitable number of subtasks among all the division schemes in terms of this user request, and let the optimal VM combination composed of s instances be denoted OVMC, which is a subset of the valid resource set defined in the previous step. Then smaxand OVMCcan be determined by comparing the maximum expected profits of different request division schemes (i.e., different s). Finally, the user request is divided into s max subtasks, and dispatched to the optimal VM combination OVMC for parallel execution. The time complexity of CSRSGA algorithm mainly consists of three parts. The complexity of VM filtering is O( n ), where n is the size of VRP. For the initialization of GA, the algorithm performs first-fit on a random permutation of VMs obeying the sum constraint of gene value. The complexity of initialization is O( N m log m), where N is the initial solution size and m is the size of VRS. The algorithm adopts classical roulette selection operator, and the time complexity of iteration operation is O( N G m), where G is the number of generations. Therefore, the complexity of CSRSGA is S ( O( n) + O( N m log m) + O( N G m)), which yields a polynomial execution time, where S is the times of request dividing. In this section, we describe our scheduling approach for provisioning virtual resource on demand. The proposed approach exploits genetic algorithm to select the most profitable VM combination for processing user requests in reasonable time, and maximize a SaaS provider s
12 profit by reducing the infrastructure cost and ensure that all requests are finished before their deadlines Performance Evaluation In order to verify the effectiveness of CSRSGA algorithm proposed in this paper, we construct the following simulation experiments. Above all, we introduce the experiment setup, and then present the performance metrics for evaluation. Finally, we compare CSRSGA with three revenue-aware baseline algorithms to demonstrate the benefits of our proposed approach. 5.1 Experiment Setup In our experiment, we model 1000 cloud service 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. 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 an exponential distribution. The two time constraints mbdt and deadline are generated based on the execution time t s. Here we let mbdt= α ts, deadline= β ts,α < β. The last constraint pris determined jointly by the three property constraints budget,mbdt and deadline. The candidate instance set 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) [5]. The experiments are based on the capacity quantity ratio of the candidate instance types obtained by profiling and benchmarking. 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 The simulation program is written in Java based on eclipse-java-indigo-sr2-win32, and the runtime environment is JDK 1.6.0_ Performance metric A SaaS provider leases VM instances from third-party infrastructure vendors to handle user requests. Under the circumstances, the type and number of initiated instances, along with their utilization rate are all associated with the operational cost and profit of the SaaS provider. Therefore, we focus on the following performance measurement metrics to evaluate our approach: 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 m instances are leased for n time units, then the number of initiated instances is m n. 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. Operational profit: The net profit of the SaaS provider obtained from operating cloud services, which can be calculated using the formula profit = revenue cost, where revenueis the total revenue charged for processing requests,cost is the total cost for renting VM instances.
13 RRI: The rate of return on investment, which denotes the investment value. It can be calculated by using the formula RRI = revenue/ cost. 5.3 Simulation results We evaluate our algorithm through comparison with three baseline algorithms introduced by [5] 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 requests respectively. The three algorithms all guarantee that the user request be completed before the end of the property constraint mbdt by leasing enough new instances to maximize the revenue of SaaS providers, and hence they can be defined as revenue-aware scheduling algorithms. In the simulation, the population size and the number of iteration are set to be 20 and 30 respectively. The crossover rate and the mutation rate are set to be 100% and 10% respectively. The average execution time is about 1.5 second, which is mainly determined by the SLA property constraints of user request and request arrival rate. Taking into account our simulation program is far from optimal and the inherent parallelism of genetic algorithm, the execution time can be further reduced. All approaches are run for 10 times in terms of different user request data sets and all results are reported, on average Comparison on number of leased instances We measure the number of leased VM instances of CSRSGA and compare it with the number of instances leased through three baseline algorithms in Figure 5. Our proposed approach 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. Only when the current idle instances cannot meet the subtask processing requirement do we rent the most profitable instances on demand. 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 least instances Figure 5 The number of leased instances Comparison on VM utilization As is shown in Figure 6, CSRSGA achieves higher resource utilization (approximately 80% in terms of our simulated request data set), which is mainly because that our algorithm always manages to reuse the unexpired idle VM resource for processing divided multiple subtasks in parallel. However, the three revenue-aware algorithms only focus on leasing certain type instances
14 to maximize revenue without considering resource reuse, and thus lead to lower utilization rate (approximately 31%, 35% and 45%, on average). It should be noted that the VM utilization rate of our proposed approach is the average value of the utilization rate of three instance types Figure 6 VM utilization Comparison on operational profit Fig 7 indicates that the proposed approach CSRSGA enables the SaaS 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 SaaS provider can maximize its revenue without incurring any penalty, but pay much more resource rental cost, which can be seen from Figure 5. On the other hand, due to taking no account of resource reuse, the VM instance utilization rate is significantly low compared to CSRSGA, which can be observed from Figure 6. Moreover, in the On-Demand provision pattern, the infrastructure vendor charges SaaS 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 CSRSGA. The goal of our proposed CSRSGA is also to maximize the profits of SaaS 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, CSRSGA makes full use of idle VM instances in the valid resource pool to achieve optimal subtasks dispatching. This may bring some penalties to SaaS providers, because of the fact that the finishing time of certain requests is greater than the mbdt constraint. However, the number of initiated VM instance is dramatically reduced and the VM utilization rate is significantly improved. In other words, our proposed CSRSGA balances operational revenue and resource rental cost, and hence achieves more operational profit compared with other revenue-aware algorithms Comparison on RRI Figure 7 Operational profit
15 From Figure 8, we can see that CSRSGA outperforms greatly the alternative algorithms in RRI, which was mainly derived from the cost savings resulting from high VM utilization. Therefore, our proposed scheduling approach is more attractive to SaaS providers Figure 8 RRI To sum up, the simulation experiment results show that CSRSGA provides a more cost-effective solution for user service request scheduling, and hence verify its effectiveness Conclusion SLA is the focus of users attention, and earning profit is the principal driving force for SaaS providers. In order to satisfy the benefits of both SaaS providers and end users, it is of importance to design a cost-effective user service request scheduling algorithm in cloud computing scenario. To deal with this problem, we first establish a user request model under SLA constraints, and then present a cost-aware service request scheduling approach CSRSGA, which takes the divisibility feature of user requests and dynamic resource reuse into consideration. It can identify the most profitable VM combination of the valid resource set using genetic algorithm to achieve optimal subtask dispatching in reasonable time, and thus maximizes the operational profits of SaaS providers without violating any SLA constraint. The experiment results indicate that our proposed CSRSGA is superior to the alternative revenue-aware algorithms and provides a cost-effective solution for cloud service request scheduling. In building on the research undertaken in this paper in the future, we will investigate the cost-aware service request scheduling problem taking into account user satisfaction and SLA negotiation process in cloud computing environment. In addition, we plan to consider other pricing strategies such as Amazon spot pricing for maximizing a SaaS provider s profit Acknowledgements The work is supported by the NSFC ( ), NSFC ( ), SRFDP ( ), FIRGNNSFC ( ), NCET (100263), BMNSF ( ) and CPSF (2011M500226). 530 References [1] Armbrust, M., et al. (2010) A view of cloud computing. Communications of the ACM, 53, [2] NIST Special Publication (2011) A NIST definition of cloud computing. National Institute of Standards and Technology, Gaithersburg, MD , USA.
16 [3] Hajjat,M., Sun, X., Sung, Yu-Wei. E., Maltz, D. and Rao S. (2010) Cloudward Bound: Planning for Beneficial Migration of Enterprise Applications to the Cloud. Proceedings of SIGCOMM 2010, New Delhi, India, Aug 30-Sep 3, pp. ~ ACM, NewYork. [4] S.C. Yu, C.,Wang, K. Ren, and W.J., Lou. (2010) Achieving Secure, Scalable, and Fine-grained Data Access Control in Cloud Computing. Proceedings of INFOCOM 2010, San Diego, CA, USA, March, pp.~ IEEE, Piscataway, NJ. [5] J.C., Chen, C., Wang., B.B., Zhou, L. Sun, Y. C., Lee and A. Y. Zomaya. (2011) Tradeoffs between Profit and Customer Satisfaction for Service Provisioning in the Cloud. Proceedings of HPDC 2011, San Jose, California, USA, 8-11 June, pp.~ ACM, NewYork. [6] Y.C., Lee, C., Wang, A. Y., Zomaya and B. B., Zhou. (2012) Profit-driven scheduling for cloud services with data access awareness. J. Parallel Distrib. Comput. 72, [7] NIST Special Publication (2011) NIST Cloud Computing Reference Architecture. National Institute of Standards and Technology, Gaithersburg, MD , USA. [8] M., Mao, Humphrey, M. (2011) Auto-Scaling to Minimize Cost and Meet Application Deadlines in Cloud Workflows. Proceedings of SC 2011, Seattle, Washington, USA, November, pp.~1-12. ACM, NewYork. [9] Sherwani1, J., Ali, N., Lotia1 N., Hayat, Z. and Buyya, R.(2004) Libra: a computational economy-based job scheduling system for clusters. Softw. Pract. Exper, 34, [10] Vanderster, D.C., Dimopoulos, N.J., Rafael P.H. and Sobie, R.J. (2009) Resource allocation on computational grids using a utility model and the knapsack problem. Future Generation Computer Systems, 25, [11] Popovici, F.I. and Wilkes, J. (2005) Profitable services in an uncertain world. Proceedings of SC 2005, Seattle, Washington, USA, November, pp.~36. IEEE, Piscataway, NJ. [12] Bonvin, N., Papaioannou, T.G. and Aberer, K. (2011) Autonomic SLA-driven Provisioning for Cloud Applications. Proceedings of CCGrid 2011, Newport Beach, CA, USA, March, pp.~ IEEE, Piscataway, NJ. [13] Wu, L.L., Garg, S.K., Buyya, R. (2011) SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environment. Proceedings of CCGrid 2011, Newport Beach, CA, USA, March, pp.~ IEEE, Piscataway, NJ. [14] AuYoung, A., Grit, L., Wiener, J. and Wilkes, J. (2006) Service contracts and aggregate utility functions. Proceedings of HPDC 2006, Paris, France, June, pp.~ IEEE, Piscataway, NJ. [15] Zhu, Q. and Agrawal, G. (2010) Resource Provisioning with Budget Constraints for Adaptive Applications in Cloud Environments. Proceedings of HPDC 2010, Chicago, Illinois, USA, June, pp.~ ACM, NewYork. [16] J. Berlińska, M. Drozdowski. (2011) Scheduling divisible MapReduce computations. J. Parallel Distrib. Comput., 71, [17] Sangho Yi, Artur Andrzejak, and Derrick Kondo. Monetary Cost-Aware Checkpointing and Migration on Amazon Cloud Spot Instances. IEEE Transactions on Services Computing, 5, [18] Garg, S.K., Yeo, C.S., Anandasivam, A, Buyya, R. (2011) Environment-conscious scheduling of HPC application on distributed cloud-oriented data centers. J. Parallel Distrib. Comput., 71, [19] Omara, F.A., and Arafa, M.M. (2010) Genetic algorithms for task scheduling problem. J. Parallel Distrib. Comput., 70,
Profit-driven Cloud Service Request Scheduling Under SLA Constraints
Journal of Information & Computational Science 9: 14 (2012) 4065 4073 Available at http://www.joics.com Profit-driven Cloud Service Request Scheduling Under SLA Constraints Zhipiao Liu, Qibo Sun, Shangguang
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
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
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
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
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
A Service Revenue-oriented Task Scheduling Model of Cloud Computing
Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,
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
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
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,
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
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
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
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
CLOUD COMPUTING An Overview
CLOUD COMPUTING An Overview Abstract Resource sharing in a pure plug and play model that dramatically simplifies infrastructure planning is the promise of cloud computing. The two key advantages of this
Efficient Qos Based Resource Scheduling Using PAPRIKA Method for Cloud Computing
Efficient Qos Based Resource Scheduling Using PAPRIKA Method for Cloud Computing Hilda Lawrance* Post Graduate Scholar Department of Information Technology, Karunya University Coimbatore, Tamilnadu, India
Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.
Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement
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,
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,
How To Create A Knowledge Based Admission Control For Cloud Computing
Motavaselalhagh et al. Human-centric Computing and Information Sciences (2015) 5:16 DOI 10.1186/s13673-015-0031-4 RESEARCH Knowledge-based adaptable scheduler for SaaS providers in cloud computing Farzaneh
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
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
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
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 [email protected], [email protected] Abstract One of the most important issues
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:
A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION
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. 2, February 2014,
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. [email protected] Abstract
Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad
Cloud Computing: Computing as a Service Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad Abstract: Computing as a utility. is a dream that dates from the beginning from the computer
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING Neethu M.S 1 PG Student, Dept. of Computer Science and Engineering, LBSITW (India) ABSTRACT Cloud computing is emerging as a new paradigm for manipulating, configuring,
Task Placement in a Cloud with Case-based Reasoning
Task Placement in a Cloud with Case-based Reasoning Eric Schulte-Zurhausen and Mirjam Minor Institute of Informatik, Goethe University, Robert-Mayer-Str.10, Frankfurt am Main, Germany {eschulte, minor}@informatik.uni-frankfurt.de
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: [email protected] Ioannis Papapanagiotou Computer and
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
21/09/11. Introduction to Cloud Computing. First: do not be scared! Request for contributors. ToDO list. Revision history
Request for contributors Introduction to Cloud Computing https://portal.futuregrid.org/contrib/cloud-computing-class by various contributors (see last slide) Hi and thanks for your contribution! If you
Soft Computing Models for Cloud Service Optimization
Soft Computing Models for Cloud Service Optimization G. Albeanu, Spiru Haret University & Fl. Popentiu-Vladicescu UNESCO Department, University of Oradea Abstract The cloud computing paradigm has already
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
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,
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
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany {foued.jrad, jie.tao, achim.streit}@kit.edu
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
Service allocation in Cloud Environment: A Migration Approach
Service allocation in Cloud Environment: A Migration Approach Pardeep Vashist 1, Arti Dhounchak 2 M.Tech Pursuing, Assistant Professor R.N.C.E.T. Panipat, B.I.T. Sonepat, Sonipat, Pin no.131001 1 [email protected],
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,
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
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
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,
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs Mahdi Ghamkhari and Hamed Mohsenian-Rad Department of Electrical Engineering University of California at Riverside,
Lecture 02a Cloud Computing I
Mobile Cloud Computing Lecture 02a Cloud Computing I 吳 秀 陽 Shiow-yang Wu What is Cloud Computing? Computing with cloud? Mobile Cloud Computing Cloud Computing I 2 Note 1 What is Cloud Computing? Walking
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
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Ensuring Reliability and High Availability in Cloud by Employing a Fault Tolerance Enabled Load Balancing Algorithm G.Gayathri [1], N.Prabakaran [2] Department of Computer
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
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
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
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
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
A Cloud Data Center Optimization Approach Using Dynamic Data Interchanges
A Cloud Data Center Optimization Approach Using Dynamic Data Interchanges Efstratios Rappos Institute for Information and Communication Technologies, Haute Ecole d Ingénierie et de Geston du Canton de
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
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
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.
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
Towards an understanding of oversubscription in cloud
IBM Research Towards an understanding of oversubscription in cloud Salman A. Baset, Long Wang, Chunqiang Tang [email protected] IBM T. J. Watson Research Center Hawthorne, NY Outline Oversubscription
Cost Effective Automated Scaling of Web Applications for Multi Cloud Services
Cost Effective Automated Scaling of Web Applications for Multi Cloud Services SANTHOSH.A 1, D.VINOTHA 2, BOOPATHY.P 3 1,2,3 Computer Science and Engineering PRIST University India Abstract - Resource allocation
White Paper on CLOUD COMPUTING
White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples
Experimental Study of Bidding Strategies for Scientific Workflows using AWS Spot Instances
Experimental Study of Bidding Strategies for Scientific Workflows using AWS Spot Instances Hao Wu, Shangping Ren Illinois Institute of Technology 10 w 31 St. Chicago, IL, 60616 hwu28,[email protected] Steven
Near Sheltered and Loyal storage Space Navigating in Cloud
IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 8 (August. 2013), V2 PP 01-05 Near Sheltered and Loyal storage Space Navigating in Cloud N.Venkata Krishna, M.Venkata
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
Cloud Computing Simulation Using CloudSim
Cloud Computing Simulation Using CloudSim Ranjan Kumar #1, G.Sahoo *2 # Assistant Professor, Computer Science & Engineering, Ranchi University, India Professor & Head, Information Technology, Birla Institute
Architectural Implications of Cloud Computing
Architectural Implications of Cloud Computing Grace Lewis Research, Technology and Systems Solutions (RTSS) Program Lewis is a senior member of the technical staff at the SEI in the Research, Technology,
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
Affinity Aware VM Colocation Mechanism for Cloud
Affinity Aware VM Colocation Mechanism for Cloud Nilesh Pachorkar 1* and Rajesh Ingle 2 Received: 24-December-2014; Revised: 12-January-2015; Accepted: 12-January-2015 2014 ACCENTS Abstract The most of
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:
A Secure Strategy using Weighted Active Monitoring Load Balancing Algorithm for Maintaining Privacy in Multi-Cloud Environments
IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X A Secure Strategy using Weighted Active Monitoring Load Balancing Algorithm for Maintaining
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
USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES
USING VIRTUAL MACHINE REPLICATION FOR DYNAMIC CONFIGURATION OF MULTI-TIER INTERNET SERVICES Carlos Oliveira, Vinicius Petrucci, Orlando Loques Universidade Federal Fluminense Niterói, Brazil ABSTRACT In
FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS
International Journal of Computer Engineering and Applications, Volume VIII, Issue II, November 14 FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS Saju Mathew 1, Dr.
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
A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem
A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical
Elasticity in Multitenant Databases Through Virtual Tenants
Elasticity in Multitenant Databases Through Virtual Tenants 1 Monika Jain, 2 Iti Sharma Career Point University, Kota, Rajasthan, India 1 [email protected], 2 [email protected] Abstract -
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load Pooja.B. Jewargi Prof. Jyoti.Patil Department of computer science and engineering,
Simulation-based Evaluation of an Intercloud Service Broker
Simulation-based Evaluation of an Intercloud Service Broker Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, SCC Karlsruhe Institute of Technology, KIT Karlsruhe, Germany {foued.jrad,
Performance Gathering and Implementing Portability on Cloud Storage Data
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1815-1823 International Research Publications House http://www. irphouse.com Performance Gathering
Introduction to Cloud Computing
Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services
A Proposed Framework for Ranking and Reservation of Cloud Services Based on Quality of Service
II,III A Proposed Framework for Ranking and Reservation of Cloud Services Based on Quality of Service I Samir.m.zaid, II Hazem.m.elbakry, III Islam.m.abdelhady I Dept. of Geology, Faculty of Sciences,
A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Journal of Information & Computational Science 9: 16 (2012) 4801 4809 Available at http://www.joics.com A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Grid Computing Vs. Cloud Computing
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration
Efficient Scheduling Of On-line Services in Cloud Computing Based on Task Migration 1 Harish H G, 2 Dr. R Girisha 1 PG Student, 2 Professor, Department of CSE, PESCE Mandya (An Autonomous Institution under
Cloud Computing Architectures and Design Issues
Cloud Computing Architectures and Design Issues Ozalp Babaoglu, Stefano Ferretti, Moreno Marzolla, Fabio Panzieri {babaoglu, sferrett, marzolla, panzieri}@cs.unibo.it Outline What is Cloud Computing? A
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
