Smart Cloud Federation Simulations with CloudSim
|
|
|
- Percival Armstrong
- 10 years ago
- Views:
Transcription
1 Smart Cloud Federation Simulations with CloudSim Gaetano F. Anastasi Information Science and Technologies Institute CNR, Pisa, Italy Emanuele Carlini Information Science and Technologies Institute CNR, Pisa, Italy Patrizio Dazzi Information Science and Technologies Institute CNR, Pisa, Italy ABSTRACT In the last few years the broad diffusion of Cloud Computing has encouraged the proliferation of cloud computing providers. However, providers often propose their services using proprietary management software, interfaces and virtualization technologies. This strongly hinders the applications interoperability and migration across providers boundaries. Organizing providers in federations seems promising for addressing such issues, but it introduces other challenges to be faced, often requiring innovative approaches. Unfortunately, the evaluation of new solutions in a repeatable manner and under several configurations is a hard task to achieve using real Clouds platforms. For these reasons we propose SmartFed, a simulator for cloud federations that is able to model the richness typical of an environment with multiple cloud providers. We show the capability of SmartFed by simulating a sample mapping process for assigning applications to providers. Categories and Subject Descriptors D.2.11 [Software Engineering]: Domain-specific architectures General Terms Design Keywords Cloud Computing, Cloud Federation, Simulator 1. INTRODUCTION Cloud computing is an infrastructural paradigm that eliminates the need for maintaining and managing expensive computing hardware, and represents a concrete instantiation of the long-held dream of computing as a utility. Cloud computing allows the exploitation of resources as services according to a pay-per-use paradigm that relies on the existence of a Service Level Agreement (SLA) between the user and the provider, and suitable for expressing Quality of Service (QoS) terms that needs to be accounted, monitored and enforced. Currently, almost all IT behemoths offer their own cloud computing solution: Amazon 1, Google 2, Microsoft 3, to cite only the most popular. Most of the existing solutions come with their own management software and proprietary APIs, forcing users to operate according to specific communication protocols and virtualization technologies and, as a consequence, limiting the portability of the solutions. This phenomenon is known as vendor lock-in and strongly limits the migration of application and services across provider boundaries. For overcoming this issue, several standards e.g. Open Cloud Computing Interface (OCCI) [2], Open Virtualization Format (OVF) [1] have been recently proposed to foster the cooperation across different Cloud platforms and infrastructures. Unfortunately, these standards cover only specific aspects of the Cloud management stack, and none of them is yet universally adopted by cloud providers. On the other hand, Clouds Federation [8] is one of the most promising approach both for abstracting the heterogeneity of different technologies adopted by different providers and for integrating multiple resources owned by different providers in a unified platform. Such approach has been adopted in Contrail 4, an ongoing EU project where we are conceiving and developing the federation-support, i.e. the components and the services supporting the cloud federation. In this paper, the terms federation and federationsupport will be used interchangeably, by referring to the Contrail approach. The federation role is not just to perform interface adaptation towards providers, instead it can be considered as a bridge linking cloud users and cloud providers, acting as a mediator between them. For instance, the federationsupport manages user identities for accessing to different cloud providers and reports information about the usage of resources (i.e. accounting, billing). Also, users can submit applications and negotiate SLAs by exploiting at the same time and in a transparent manner all the federated providers. By focusing on the application submission, the main task of the federation is to select the proper Cloud providers to run submitted applications. The input to the federation is composed by applications, i.e. a set of interconnected appliances, and SLAs providing the user requirements on a per-appliance basis. With the term appliance we identify a set of Virtual Machines (VMs) strictly cooperating to realize the fundamental block of an application (like a pool of web servers or the combination of firewall and database). The SLA associated to an appliance defines a set of requirements that must be addressed and enforced in order to properly execute the appliances. Upon the reception of the pairs application-sla, the federation selects the proper Cloud providers to run the appliances according to the user 4
2 requirements, the characteristics of the appliances and the related SLA. In order to effectively achieve this goal the federation exploits both static (e.g. cost-models) and dynamic information regarding the resources of Cloud providers. Finding the best approach for resources selection and their allocation for running applications is a difficult task. Indeed, often it does not exist the best approach in general, but instead a most suitable approach given certain resources and applications. This implies the need of a careful design and a proper contextualization of either existing or new solutions to the considered environment. Besides the design, development and contextualization phase, there is the need of an evaluation aimed at testing different solutions on different target environment. Unfortunately, the evaluation can be both expensive and complex in a real federation of Clouds. A suitable solution can be represented by simulation tools, which offers the possibility of evaluating hypothesis prior to software development in a reproducible environment. This paper presents SmartFed, a simulator specifically tailored for cloud federations built on top of CloudSim [7]. SmartFed employs a collection of software entities, which programmers can exploit to properly model a federation of Clouds. The whole framework has been designed for: (a) easing the testing of different Cloud configurations in repeatable and controllable environment, free of cost; (b) facilitating the finding of performance bottlenecks of the employed solutions before implementing them. The main contribution of this paper is the presentation of our simulator and the associated framework. For this purpose, a federation of Clouds has been also modeled and presented. Moreover, we performed an initial analysis of the simulator by using a sample scheduling algorithm to allocate a predefined application on multiple datacenters. The paper is organized as follows. In Section 2 we present the model of cloud applications and resources considered in SmartFed. Section 3 describes the architecture of SmartFed, including the relationship with CloudSim. A sample resource allocation strategy is presented in Section 4 for showing the viability of the proposed simulation solution. Finally, Section 5 presents the related work and Section 6 draws the conclusions. 2. MODELING FEDERATIONS In this section we present our proposal for modeling a cloud federation. For the sake of clarity, the discussion is divided in the following sections, which broadly represents the components of SmartFed: Application Model Resource Model Application Queue Model Resource Monitoring Resource Allocation Model The first three components represent the main entities of the simulator: what to execute, where to execute, when the information needed to decide about the execution is available. The Resource Monitoring component aims to express the quantity and the quality of the information available for the allocation choices decision. The Resource Allocation Model component expresses how resources are associated with cloud applications, namely, it models the allocation strategies in the shape of mapping algorithms. 2.1 Application Model Applications can be submitted to Clouds following very different approaches that are usually organized in three levels: Software-as-a-Service (SaaS), Platform-as-a-Service (PaaS), Infrastructure-as-a-Service (IaaS). In fact, besides this common classification, each cloud provider can in principle support a different degree of expressiveness for the application description. A promising proposal for a unifying standard description is represented by OVF, that describes applications at IaaS level using a configurable XML structure organized in different sections. Simplifying, OVF permits to describe applications as a hierarchical set of nodes, each one composed by a set of virtual machines inter-connected by virtual networks. Both machines and networks can be characterized by resources requirements. In order to provide an expressiveness similar to the one represented by OVF, in our model each cloud application submitted to the federation is represented by an undirected graph G N, E M, where G represents the set of N vertices and E represents the set of M edges connecting the vertices. Each vertex g i G embodies an appliance, that can be composed by multiple correlated VMs (vm 1..k g i), each one potentially providing different services, e.g. one VM provides a firewall and another one provides a backend database. Each edge e i,j E represents an undirected communication path connecting vertices g i and g j. Both vertices and edges are characterized by a set of functional (e.g. amount of available memory) and non-functional (e.g. reliability degree) requirements that must be addressed in order to run the application. In particular, for each vm i g i, in our model we limit the functional requirements req i presented in Table 1. The first column reports the feature, whilst the second column indicates the condition for the requirement to be satisfied, with respect to the resource capacity. For instance, if the number of cores required by the VM image is equal or less to the number of core provided by the host machine then the requirement is satisfied. As a consequence the requirements associated to a vertex g i consist in the sum of the requirements of the VMs composing it. Table 1: Functional requirements of a VM image VM functional features satisfied if: CPU Type Exact match CPU Frequency Equal or less Number of cores Equal or less RAM size Equal or less Each vertex is also characterized by non-functional requirements sla i that are expressed as a combination of SLA terms. In our model, we consider the SLA terms indicated in Table 2, where for each SLA term indicated in first column is also specified the satisfactory condition in the second column. For instance, if the Resource Price (the price a user accepts to pay for using that resource) is equal to 3$ perhour then the SLA term is satisfied if the price made by that provider is equal or less to $3 per-hour.
3 Regarding the other terms of Table 2, the Reliability Degree is defined as the probability that a certain resource will be up and running in a defined portion of time t, e.g. a resource that has been working properly for 362 days of the last year has a year-reliability around the 99%. Finally, the Elasticity Range is defined as the range of instances associated to a VM during the application life-cycle, e.g. a VM that requires an elasticity range from 4 to 10 will be allowed to vary the number of its instances in the correspondent range of values. Table 2: SLA terms SLA terms satisfied if: Resource price Equal or less Reliability degree Equal or greater Elasticity range In the range An edge e i,j is an interconnection link connecting vertex g i to vertex g j. The edge e i,i with i N can be also defined. In this case, it represents the characterization of the network connecting VMs of the same vertex. An edge is characterized by some non-functional requirements sla i,j, that are the same defined in Table 2 and some functional requirements nreq i,j that are indicated in Table 3. Table 3: Network features Network features satisfied if: Bandwidth Equal or less Latency Equal or greater Security capability Exact match The first column of Table 3 reports the features, whilst the second column indicates the condition for the requirement to be satisfied, with respect to the link capacity. For instance, if the bandwidth required by the application link is equal or less to the bandwidth of the provider link, then the requirement is satisfied. Please note that the Security capability term indicates if and how the network link supports mechanisms for securing the connection, e.g. the RSA algorithm. 2.2 Resource Model As it happens for Applications, Cloud Resources can be seen at different levels of abstraction depending on the approach followed, e.g. the amount of spreadsheets that can be stored is a resource bound described at the level of SaaS, the number of rows that can be stored in a database is a typical PaaS level resource description, whereas the total size of a volume expressed in Terabytes is an information at the IaaS level. In this work we concentrate on modeling resources at the IaaS level. Each IaaS provider is modeled with a datacenter c i. We assume that each datacenter is composed by a set of hosts, that can run one or more virtual machines depending on their resources availability. The resources of each datacenter are interconnected by a network characterized by a specific set of features. Depending on its performance capabilities each datacenter can run a different number of applications, i.e. set of virtual machines. In our model we assume that the allocation units associated to a datacenter are defined in terms of virtual machines slots. The features of each slot as well as their number can vary datacenter by datacenter. More formally, a datacenter is defined as: c i = {c feat i, c ava i, c nfeat i,i, c sla i} where c feat i indicates the functional features (listed in Table 1) of the VM slots provided by the datacenter c i. The c ava i represents the number of VM slots for the datacenter c i. As an example, a datacenter physically composed of 8 nodes having a quad-core i7 and 8 GBytes of RAM could provide 16 VM slots characterized by a dual-core i7 with 4 GBytes of RAM. The symbol c nfeat i,i represents the functional features of the network interconnecting two vertices. If the two input indexes are the same, the functional features are related to the internal interconnection network of the datacenter. Such features are defined as in Table 3. Last, c sla i is the non-functional features provided by the datacenter c i. In this case, the considered features are only Resource Price and Reliability Degree, as the Elasticity Range term is meaningless for datacenters. We assume datacenters to be connected to each others with internet-based network connections. Clearly, not all the network interconnection links provide the same features, e.g. bandwidth, latency, etc. Moreover, the actual usage of a link affects its performances. The usage of a link can vary either in a predictable way or in a completely unforeseeable manner depending on several factors. In order to model this complexity, we introduced an Internet Estimator entity that estimates the properties of the network link interconnecting two datacenters. Such properties can be represented with the symbols c nfeat i,j and c sla i,j, indicating the functional and non-functional requirements of the network link interconnecting datacenter c i and datacenter c j. 2.3 Application Queue Model To be executed in one or more Clouds, each application needs to be associated with a set of proper resources. To find the most appropriated resources, the allocation algorithm shall consider the requirements of the application and evaluate the best assignments depending on the actual resources availability. Consequently, the time at which the application is submitted to the system is a relevant element for evaluating the ability of the allocation algorithm to map the applications to resources. Straightforwardly, an algorithm having a complete knowledge about all the application that will be submitted to the system can take better decisions than an algorithms that has only a partial view on the next applications that will be provided in input to the system. The aim of the Application Queue Model is to define both the inter-arrival behavior followed by input applications and the information provided to the allocation algorithm regarding the application in input to the system. 2.4 Resource Monitoring If the Application Queue Model defines the amount of information available to the allocation algorithm about the input applications, than similarly the monitoring subsystem defines the amount and the quality of information about the resources availability of the federated cloud providers. The idea behind is to have a way to model both the frequency at which the information is updated and the way it is aggregated, thus simplifying its management and reducing the amount of data to transfer from the providers to the fed-
4 eration. Our model allows to define the frequency of the updates and the behavior of data aggregators. 2.5 Resource Allocation Model The Cloud Federation is associated to a set of providers and a set of applications. In this context, an allocation strategy defines a mapping between the resources belonging to federated Clouds and the applications submitted to the Federation. In our model, we do not require that each application runs as a whole in the same datacenter, rather each appliance g i a can be executed by different datacenters. In other words, we do not consider the suitability of a Cloud to run an entire application but the ability to run an appliance, in isolation with respect to the other appliances. The analysis of appliances in isolation allows to reduce the complexity required to compute a suitable mapping that otherwise would require, in the worst case, an exponential number of comparisons between the fractions of the application and the available resources. This reduces the amount of time for computing the allocation of resources to appliances, gaining in terms of scalability. The mapping can be defined as a function map(a) = Y that receives in input an application a and returns the matrix c 1,1 c 1,P Y = c N,1 c N,P where the element c i,j represents the j-th datacenter suitable for running the i-th appliance of a. Thus, each row vector can be seen as the ranked list of datacenters (with P K) suitable for running that appliance. In order to compute this mapping, the federation needs information about the Cloud resources as well as about the network infrastructure interconnecting them. This information is composed by a static part that rarely changes (e.g. CPU type, installed memory) and a dynamic part that changes frequently (e.g. available memory, available network bandwidth). Static information can be gathered very often with low overheads and thus the probability of being up-to-date is very high. Dynamically changing information is instead gathered with an higher sampling time for not incurring in high overheads and thus it is available with some delay. One of the consequences is that a mapping computed by the federation could result valid on the basis of the information shared by the federation without being valid when actually enacted in the application deployment phase. A cloud federation simulator should provide the necessary abstractions to model these aspects. 3. SIMULATOR ARCHITECTURE In this section we present the architecture of SmartFed. It extends and reuses several facilities of the CloudSim Simulator, which is described in more detail in the following. Then, Section 3.2 enters into the details of our implementation, discussing how all its components collaborate together to simulate cloud federations. 3.1 CloudSim Simulator The CloudSim framework is one of the most known simulator for Cloud Computing environments. It is a discrete event simulator initially conceived in 2009 and it has been continuously extended with additional modules and features across the years, proven to be well-conceived for reusing and flexibility. For this main reason it has been chosen in this work for simulating the Contrail cloud federation model. The CloudSim architecture is structured in three main layers. The bottom layer is the simulation engine, that supports the core functionalities of the simulation, such as the queuing and processing of events, the creation of software entities and the clock simulation management. The CloudSim layer, that stands in the middle, provides support for the modeling and the management of cloud datacenters, allowing the simulation of VM provisioning, application execution management and providers monitoring. The User Code layer is the top-most one and provides support for high-level modeling of application workloads and Cloud resources. Moreover, it provides tenants for implementing scheduling policies through the broker entities. For the purpose of modeling the Contrail Federation, the Broker is the most interesting one to extend. In fact, the broker s task is to assign virtual machines to cloud providers, referred to as Datacenter in CloudSim. This task is one of the key roles of a Federation, along with all the decisions that involves the run-time support, such as elasticity or live migration. These datacenters are taken at federation level and should be implemented at the top-most level of CloudSim. The relevant point for simulating Cloud Federations is a proper representation of applications. Plain CloudSim essentially represents all the input applications as entities (referred to as CloudLet) that are independent one from each others. This hampers the task of properly representing the relationships among VMs composing complex Cloud applications, which happen to have peculiar requirements related to links interconnecting VMs that can also be hierarchically organized, as we described in Section 2. These are the main differences that distinguish the Contrail cloud federation model from the federation model embedded in CloudSim. In fact, federated cloud datacenters are seen as peers in CloudSim and thus they can cooperate for implementing policies like compensation or inter-cloud load balancing. It is clear that such model does not fit the Contrail one, as each Contrail Cloud is an autonomous system that competes with the others belonging to the same Cloud Federation. 3.2 Federation Simulator This section describes the entities composing SmartFed (see Figure 1). The entities are reported by specifying their role and the programming model that should be followed to implement peculiar aspects of cloud federations. The rest of this section is organized in five subsections devoted to describing the entities supporting, respectively, the implementation of Cloud Applications, the Application Queue, the Internet Estimator, the Monitoring Hub and the Allocator Application Each cloud application is modeled as a graph, according to the model described in Section 2. Each vertex is represented by an ApplicationVertex (AV) entity consisting in a set of Cloudlets (CLs). Each AV is also associated with a set
5 Monitoring Federation Datacenter Reputation Datacenter SLA SmartFed Storage Allocator allocate Broker CloudSim Queue Application Vertex Application CloudLet Figure 1: Main entities of SmartFed Application Edge of homogeneous VM, one for each Cloudlet. Each edge of the graph is represented by an ApplicationEdge (AE) entity that defines the requirements associated with the communication link interconnecting the CLs, more in detail in our model we consider bandwidth, latency and channel security requirements. As an example, let us consider an application where {CL 1, CL 2} AV 1 and {CL 3} AV 2, where AV 1 and AV 2 are connected through AE 1. This indicates that the application requires CL 1 and CL 2 to be connected with CL 3 with a link satisfying the characteristics defined in AE Application Queue In SmartFed, the arrival of the applications into the Federation can be properly defined and tuned. In particular, this can be done exploiting the Application Queue entity. It provides the support for defining the inter-arrival of applications into the Federation. From an operative point of view, the programmer has to specify the arrival time of each application in the system either choosing a standard distribution among the ones available in the simulator (e.g. the α distribution), or to directly provide the logic for a custom one. This last possibility can be exploited by simply implementing a method that takes in input all the Applications to consider during the simulation and returns back for each of them a timestamp describing the arrival time of the Application in the Federation Internet Estimator As we anticipated in Section 2, SmartFed provides a support for modeling the network bandwidth across datacenters. The Internet Estimator provides this support by describing the links between federation datacenters, associating for each link the corresponding latency, bandwidth and security mechanisms. The Internet Estimator derives from the CloudSim s NetworkTopology, but it adds the ability of pre-reservation of links during the mapping phase. Basically, it provides the primitives for: (i) defining the links inter-connecting couples of datacenters, (ii) getting information about links, and (iii) reserving and releasing bandwidth. It is worth to point out that our Internet Estimator assumes that the link connecting two datacenters is not influenced by other allocations not explicitly involving that link, i.e. we assume that each link is dedicated Monitoring Hub The ability of modeling the amount and the quality of the information available for the federation about datacenters resources is particularly useful to model this kind of systems. Cloud federations are expected to deal with notable amounts of highly distributed resources, organized in several different datacenters. It is not realistic to assume the federation to have all the up-to-date information about the actual usage of cloud providers. In fact, in order to model realistic simulations it is fundamental to have the possibility to specify the frequency (w.r.t. the time units) of polling requests issued by federation to retrieve information about cloud providers. Moreover, it is also useful a support that allows to specify the amount of past usage information about datacenters at federation side. The SmartFed extension allows programmers to characterize this information by customizing the Monitoring Hub entity, that is devoted to this end Allocator The central entity of our CloudSim extension is the Allocator. By customizing it, the programmer can implement the allocation algorithm, i.e. the functional code that determines the associations between applications and datacenters. In literature there exist several different algorithms that have been proposed to this end. Almost all of them consider the features associated to applications and the datacenters (and their resources). Finer solutions also consider the networks interconnecting datacenters to optimize the allocations also considering the communications among the components of an application (in our case expressed by the edge of the graph). Some solutions also consider long-term information about datacenters, e.g. their workload or their reputation. All these information are available to programmers exploiting our CloudSim extension. Indeed, the Allocator entity can access the Application Queue, the Internet Estimator and the Monitoring Hub. It also provide a persistent storage in which can be stored long-term information about datacenters. 4. HANDS ON SMARTFED The purpose of this section is to present some preliminary results obtained with the proposed simulator. We generate different simulation scenarios differentiated by the following elements: (i) number of CLs for each application; (ii) number of datacenters; (iii) distribution of hosts in datacenters; (iv) resource allocation algorithm. We consider a 3-tier web application composed by: (i) a web front-end tier for accessing the application; (ii) an application tier running the business logic; (iii) a persistence tier handling the storage. Such application, depicted in Figure 3, is modeled as a graph G 3, E 2 (see Section 2.1). Each g i is composed by a set of homogeneous VMs with the same hardware requirements, as defined in Table 1, whereas each e i,j has associated the set of network requirements defined in Table 3. The particular values used in these experiments are also depicted in Figure 3. For the sake of simplicity, we do not consider SLA terms in this use case. First, the number of CLs is varied for the entire application, taking the following values: 10, 100 and Without loss of generality, we assume that each CL runs on a single VM, thus the two entities correspond one each other. The
6 Time (milliseconds) plain, Normal graph-aware, Normal plain, Uniform graph-aware, Uniform Time (milliseconds) plain, Normal graph-aware, Normal plain, Uniform graph-aware, Uniform Number of VMs per application Number of VMs per application Figure 2: Mapping time obtained with D = 10 (left) and D = 100 (right) Latency Bandwidth Security Web Frontend (Presentation tier) 1000 ms 1024 Kb/s SSL ApplicationServer (Business logic tier) Latency Bandwidth Security 1000 ms 512 Kb/s SSL Database (Persistency tier) CPU type CPU Freq. Cores RAM CPU type CPU Freq. Cores RAM CPU type CPU Freq. Cores RAM x64 2 Ghz 2 2 GB x64 3 Ghz 4 16 GB x64 2 Ghz 2 4 GB Figure 3: The 3-tier application used in the simulation number of VMs per tier is assigned so that the web frontend and the database have each 20% of the VMs, and the application server has the remaining 60%. Second, the federation manages a set of D datacenters each one corresponding to a cloud (DCs), that can be seen as collections of hosts. In these experiments, D assumes the following values: 10, 100. The total number of hosts (H) assigned to DCs is roughly a 4x the number of VMs in the application. Third, the number of hosts in a DC may impact on the mapping algorithm. As an example, consider the case in which the first datacenter has a number of hosts that is sufficiently large for containing all the VMs. In this case no optimization can be enacted for a greedy approach, as all the variants of this algorithm will map the application on that datacenter. For this reason, we employ two strategies for assigning hosts to DCs. In the first strategy, DCs have an uniform number of hosts, i.e. every DC has H hosts. D In the other strategy we distributes hosts according to a normal distribution N (m, σ 2 ), with m = D/2 and σ 2 = D/4, forcing DCs to have at least one host. Fourth, the algorithm used for testing the simulator follows a greedy strategy but we implemented two versions of it, denoted as plain and graph-aware. In the plain version, a DC is selected by checking whether it can run the VM and if the network requirement can be met. This process is repeated for each VM, regardless of the previous assignments. Such approach is the one commonly exploited by CloudSim. On the other hand, the graph-aware version exploits the application as a graph. Indeed, it tries to allocate VMs belonging to the same type (and hence, the same tier of the application) in a DC. If the DC cannot manage all the VMs, the algorithm tries to place all the remaining VM in an another DC, and so on until the tier is not fully allocated. The algorithm terminates successfully when all the VMs are assigned and running. Some simulations have been run on a machine equipped with Java 7, 16GB of RAM, an Intel i quad Ghz and the mapping times obtained with SmartFed have been measured. Figure 2 shows (in log-scale) the mapping time as a function of the number of VMs. In particular, the left graph of Figure 2 shows results obtained when D = 10, whilst the right graph shows results obtained when D = 100. Results are plotted for the combinations of the discussed configurations regarding the mapping algorithm and the distribution of hosts. It can be noticed that the mapping time slightly increases with more DCs but results are of the same magnitude order. In general, the graph-aware algorithm obtains lower mapping times with respect to the plain one, especially with D = 10. In fact, the graph-aware version tries, once that a suitable DC has been found, to map all the VMs of a vertex in the same DC, avoiding to tries on unfitting DCs that may be in the beginning of the ranked list. Figure 2 also highlights that the distribution strategy of hosts to DCs affects the mapping time. By using the uniform distribution, each DC have a fair amounts of hosts, which prevents them to be filled soon. On the other side, by using the normal distribution, only few DCs have an high amount of hosts, and the other DCs are filled very early. Such results show that SmartFed can easily support simulation and confrontation of different algorithms and configurations in the context of cloud federations.
7 5. RELATED WORK This section briefly analyzes related work in the fields realated to this paper, being cloud federation, resource allocation and cloud simulation. As already discussed in Section 1, our approach to cloud federation is the Contrail one. Other works exist that aim at integrating multiple and heterogeneous clouds. For instance, InterCloud [6] is a federated cloud computing environment that aims at provisioning application in a scalable computing environment, achieving QoS under variable workload, resource and network conditions. This work exploits a central coordinator that exposes basic functionalities for resource management such as scheduling, allocation, workload and performance models. In the Reservoir project [13], the authors propose an architecture for an open federated cloud computing platform. In such architecture, each resource provider is an autonomous entity with its own business goals. A provider has the ability to choose the other providers to federate with. In the work by Celesti et al. [9], the Dynamic Cloud Collaboration is proposed, an approach for setting up highly dynamic cloud federations. In order to dynamically federate a new provider, a distributed agreement must be reach among the already federate partners. Conversely from these approaches, Contrail aims at adopting a more cloud-independent approach, where the federation component plays a central role, incorporating functionalities such as SLA management and advanced mapping. The problem of allocating physical resources to applications has been tackled many times in the past, especially in the Grid and service-oriented communities [3, 11, 5, 12, 10]. In the work by Blythe et al. [5] two families of resource allocation algorithms are identified: task-based algorithms, that greedily allocate tasks to resources, and workflow-based algorithms, that search for an efficient allocation for the entire workflow. Mika et al. [12] propose an application model similar to the one proposed in this paper. Indeed, they consider computing and networking resources in the grid and workflows represented as a directed acyclic graph (DAG) of communicating tasks, with associated computing and networking requirements, similarly to what we do. With respect to the Grid, in the Clouds an additional issue must be considered. In fact, services are encapsulated in VMs and thus scheduling services may comprise finding enough resources for a VM to be deployed. As an example, the work by Wang et al. [14] addresses the problem of scheduling parallel tasks within a SOA by taking into account multiple resources (software, CPU, memory) required by the corresponding VMs and each service is scheduled when all the required resources are available. As we already discussed in the paper, the simulation of a cloud is an indispensable tool to test scheduling and mapping algorithm. In this work we have exploited CloudSim [7], since it has proved to be efficient and flexible enough to support heterogeneous systems and evaluations. In fact, some works exist that have proficiently used this simulator. For instance, the work by Wu et al. [15] discusses an SLAdriven mapping on Software as a Service platform, measuring through CloudSim the performances in terms of SLA violations and economical cost. Also the work by Beloglazov and Buya [4] uses CloudSim for measuring performances of an energy-aware resource management algorithm for Infrastructure as a Service platforms. 6. CONCLUSION The exploitation of cloud federations, like the one proposed by the Contrail platform, requires a deep analysis in term of correctness and performances. Considering the large scale of the cloud infrastructure and applications, simulations help as a tool for evaluating the feasibility of a solution. In this context, this paper proposes a model of the application and cloud resources targeting the Contrail platforms. These concepts were analysed with simulations performed by exploiting the CloudSim simulator. To this end, we developed additional modules supporting a richer model of SLA both in applications and in the cloud resources, and additional mechanisms to support off-line mapping of applications before their actual deployment. The paper proposed an evaluation of the scalability of application mapping in a simulated contrail federation, demonstrating the feasibility of the approach. Other issues, such as user authentication and authorization, are left as future work. 7. ACKNOWLEDGMENTS The authors acknowledge the support of Project FP , Contrail: Open Computing Infrastructures for Elastic Services ( ). 8. REFERENCES [1] Open Virtualization Format Specification, Version 1.1. Specification, DMTF, Jan [2] Open Cloud Computing Interface - Core. Specification, Open Grid Forum, June [3] D. Batista and N. da Fonseca. A brief survey on resource allocation in service oriented grids. In Globecom Workshops, 2007 IEEE, pages 1 5, nov [4] A. Beloglazov and R. Buyya. Optimal online deterministic algorithms and adaptive heuristics for energy and performance efficient dynamic consolidation of virtual machines in cloud data centers. Concurrency and Computation: Practice and Experience, [5] J. Blythe, S. Jain, E. Deelman, Y. Gil, K. Vahi, A. Mandal, and K. Kennedy. Task scheduling strategies for workflow-based applications in grids. In Cluster Computing and the Grid, CCGrid IEEE International Symposium on, volume 2, pages Vol. 2, may [6] R. Buyya, R. Ranjan, and R. N. Calheiros. Intercloud: Utility-oriented federation of cloud computing environments for scaling of application services. Algorithms and Architectures for Parallel Processing, 6081/2010(LNCS 6081):20, [7] R. Calheiros, R. Ranjan, A. Beloglazov, C. De Rose, and R. Buyya. Cloudsim: a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms. Software: Practice and Experience, 41(1):23 50, [8] E. Carlini, M. Coppola, P. Dazzi, L. Ricci, and G. Righetti. Cloud federations in contrail. In Euro-Par 2011: Parallel Processing Workshops, volume 7155 of Lecture Notes in Computer Science, pages Springer Berlin Heidelberg, [9] A. Celesti, F. Tusa, M. Villari, and A. Puliafito. How to enhance cloud architectures to enable
8 cross-federation. In 3rd International Conference on Cloud Computing, pages IEEE, [10] T. Cucinotta and G. F. Anastasi. A heuristic for optimum allocation of real-time service workflows. In Service-Oriented Computing and Applications (SOCA), 2011 IEEE International Conference on, pages 1 4, dec [11] K. Krauter, R. Buyya, and M. Maheswaran. A taxonomy and survey of grid resource management systems for distributed computing. Software: Practice and Experience, 32(2): , [12] M. Mika, G. Waligora, and J. Weglarz. Modelling and solving grid resource allocation problem with network resources for workflow applications. Journal of Scheduling, 14: , [13] B. Rochwerger, D. Breitgand, E. Levy, A. Galis, K. Nagin, I. M. Llorente, R. Montero, Y. Wolfsthal, E. Elmroth, and J. Caceres. The reservoir model and architecture for open federated cloud computing. IBM Journal of Research and Development, 53(4):4, [14] L. Wang, G. von Laszewski, M. Kunze, and J. Tao. Schedule distributed virtual machines in a service oriented environment. In Proceedings of the th IEEE International Conference on Advanced Information Networking and Applications, AINA 10, pages , Washington, DC, USA, IEEE Computer Society. [15] L. Wu, S. Garg, and R. Buyya. SLA-based resource allocation for software as a service provider (SaaS) in cloud computing environments. In Cluster, Cloud and Grid Computing (CCGrid), th IEEE/ACM International Symposium on, pages IEEE, 2011.
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
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,
QoS Resource Management for Cloud Federations
QoS Resource Management for Cloud Federations Gaetano F. Anastasi National Council of Research (CNR), Pisa, Italy Pisa, June 16th, 2014 [email protected] QoS Management for Cloud Federations
Cloud Federations in Contrail
Cloud Federations in Contrail Emanuele Carlini 1,3, Massimo Coppola 1, Patrizio Dazzi 1, Laura Ricci 1,2, GiacomoRighetti 1,2 " 1 - CNR - ISTI, Pisa, Italy" 2 - University of Pisa, C.S. Dept" 3 - IMT Lucca,
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms Rodrigo N. Calheiros, Rajiv Ranjan, Anton Beloglazov, César A. F. De Rose,
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
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
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
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
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
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
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
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction
Key Research Challenges in Cloud Computing
3rd EU-Japan Symposium on Future Internet and New Generation Networks Tampere, Finland October 20th, 2010 Key Research Challenges in Cloud Computing Ignacio M. Llorente Head of DSA Research Group Universidad
DynamicCloudSim: Simulating Heterogeneity in Computational Clouds
DynamicCloudSim: Simulating Heterogeneity in Computational Clouds Marc Bux, Ulf Leser {bux leser}@informatik.hu-berlin.de The 2nd international workshop on Scalable Workflow Enactment Engines and Technologies
CLEVER: a CLoud-Enabled Virtual EnviRonment
CLEVER: a CLoud-Enabled Virtual EnviRonment Francesco Tusa Maurizio Paone Massimo Villari Antonio Puliafito {ftusa,mpaone,mvillari,apuliafito}@unime.it Università degli Studi di Messina, Dipartimento di
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
VM Provisioning Policies to Improve the Profit of Cloud Infrastructure Service Providers
VM Provisioning Policies to mprove the Profit of Cloud nfrastructure Service Providers Komal Singh Patel Electronics and Computer Engineering Department nd ian nstitute of Technology Roorkee Roorkee, ndia
Cloud computing: the state of the art and challenges. Jānis Kampars Riga Technical University
Cloud computing: the state of the art and challenges Jānis Kampars Riga Technical University Presentation structure Enabling technologies Cloud computing defined Dealing with load in cloud computing Service
IaaS Federation. Contrail project. IaaS Federation! Objectives and Challenges! & SLA management in Federations 5/23/11
Cloud Computing (IV) s and SPD Course 19-20/05/2011 Massimo Coppola IaaS! Objectives and Challenges! & management in s Adapted from two presentations! by Massimo Coppola (CNR) and Lorenzo Blasi (HP) Italy)!
Multilevel Communication Aware Approach for Load Balancing
Multilevel Communication Aware Approach for Load Balancing 1 Dipti Patel, 2 Ashil Patel Department of Information Technology, L.D. College of Engineering, Gujarat Technological University, Ahmedabad 1
Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis
Dynamic Resource Allocation in Software Defined and Virtual Networks: A Comparative Analysis Felipe Augusto Nunes de Oliveira - GRR20112021 João Victor Tozatti Risso - GRR20120726 Abstract. The increasing
ASCETiC Whitepaper. Motivation. ASCETiC Toolbox Business Goals. Approach
ASCETiC Whitepaper Motivation The increased usage of ICT, together with growing energy costs and the need to reduce greenhouse gases emissions call for energy-efficient technologies that decrease the overall
OpenNebula An Innovative Open Source Toolkit for Building Cloud Solutions
Cloud Computing and its Applications 20th October 2009 OpenNebula An Innovative Open Source Toolkit for Building Cloud Solutions Distributed Systems Architecture Research Group Universidad Complutense
IAAS CLOUD EXCHANGE WHITEPAPER
IAAS CLOUD EXCHANGE WHITEPAPER Whitepaper, July 2013 TABLE OF CONTENTS Abstract... 2 Introduction... 2 Challenges... 2 Decoupled architecture... 3 Support for different consumer business models... 3 Support
CLOUD COMPUTING: A NEW VISION OF THE DISTRIBUTED SYSTEM
CLOUD COMPUTING: A NEW VISION OF THE DISTRIBUTED SYSTEM Taha Chaabouni 1 and Maher Khemakhem 2 1 MIRACL Lab, FSEG, University of Sfax, Sfax, Tunisia [email protected] 2 MIRACL Lab, FSEG, University
Inter-cloud Introduction. Yisheng Wang
Inter-cloud Introduction Yisheng Wang Agenda Introduction Summer Updates Future Work Introduction Cloud Introduction Cloud Federation Researches on Cloud Federation Conclusion Cloud Introduction Definition
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
Georgiana Macariu, Dana Petcu, CiprianCraciun, Silviu Panica, Marian Neagul eaustria Research Institute Timisoara, Romania
Open source API and platform for heterogeneous Cloud computing environments Georgiana Macariu, Dana Petcu, CiprianCraciun, Silviu Panica, Marian Neagul eaustria Research Institute Timisoara, Romania Problem
OpenNebula Leading Innovation in Cloud Computing Management
OW2 Annual Conference 2010 Paris, November 24th, 2010 OpenNebula Leading Innovation in Cloud Computing Management Ignacio M. Llorente DSA-Research.org Distributed Systems Architecture Research Group Universidad
Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction
Vol. 3 Issue 1, January-2014, pp: (1-5), Impact Factor: 1.252, Available online at: www.erpublications.com Performance evaluation of cloud application with constant data center configuration and variable
Dynamic Round Robin for Load Balancing in a 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. 2, Issue. 6, June 2013, pg.274
CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications
CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications Bhathiya Wickremasinghe 1, Rodrigo N. Calheiros 2, and Rajkumar Buyya 1 1 The Cloud Computing
The OpenNebula Standard-based Open -source Toolkit to Build Cloud Infrastructures
Jornadas Técnicas de RedIRIS 2009 Santiago de Compostela 27th November 2009 The OpenNebula Standard-based Open -source Toolkit to Build Cloud Infrastructures Distributed Systems Architecture Research Group
Lecture 02b Cloud Computing II
Mobile Cloud Computing Lecture 02b Cloud Computing II 吳 秀 陽 Shiow-yang Wu T. Sridhar. Cloud Computing A Primer, Part 2: Infrastructure and Implementation Topics. The Internet Protocol Journal, Volume 12,
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
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING. Carlos de Alfonso Andrés García Vicente Hernández
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING Carlos de Alfonso Andrés García Vicente Hernández 2 INDEX Introduction Our approach Platform design Storage Security
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
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing
DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE. Darko ANDROCEC
RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2013 Special Number DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE Darko ANDROCEC
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
Performance Analysis of VM Scheduling Algorithm of CloudSim in Cloud Computing
IJECT Vo l. 6, Is s u e 1, Sp l-1 Ja n - Ma r c h 2015 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Performance Analysis Scheduling Algorithm CloudSim in Cloud Computing 1 Md. Ashifuddin Mondal,
Aneka: A Software Platform for.net-based Cloud Computing
Aneka: A Software Platform for.net-based Cloud Computing Christian VECCHIOLA a, Xingchen CHU a,b, and Rajkumar BUYYA a,b,1 a Grid Computing and Distributed Systems (GRIDS) Laboratory Department of Computer
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
CloudSim: A Novel Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services
CloudSim: A Novel Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services Rodrigo N. Calheiros 1,2, Rajiv Ranjan 1, César A. F. De Rose 2, and Rajkumar Buyya 1 1 Grid Computing
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,
Cloud Computing Utility and Applications
Cloud Computing Utility and Applications Pradeep Kumar Tiwari 1, Rajesh Kumar Shrivastava 2, Satish Pandey 3, Pradeep Kumar Tripathi 4 Abstract Cloud Architecture provides services on demand basis via
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 An Introduction
Cloud Computing An Introduction Distributed Systems Sistemi Distribuiti Andrea Omicini [email protected] Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università di
Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture
Dynamic Resource management with VM layer and Resource prediction algorithms in Cloud Architecture 1 Shaik Fayaz, 2 Dr.V.N.Srinivasu, 3 Tata Venkateswarlu #1 M.Tech (CSE) from P.N.C & Vijai Institute of
A Middleware Strategy to Survive Compute Peak Loads in Cloud
A Middleware Strategy to Survive Compute Peak Loads in Cloud Sasko Ristov Ss. Cyril and Methodius University Faculty of Information Sciences and Computer Engineering Skopje, Macedonia Email: [email protected]
Software-Defined Networks Powered by VellOS
WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible
Cloud Computing from an Institutional Perspective
15th April 2010 e-infranet Workshop Louvain, Belgium Next Generation Data Center Summit Cloud Computing from an Institutional Perspective Distributed Systems Architecture Research Group Universidad Complutense
Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing
Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms
CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms Rodrigo N. Calheiros 1, 3, Rajiv Ranjan 2, Anton Beloglazov 1, César A.
Performance Management for Cloudbased STC 2012
Performance Management for Cloudbased Applications STC 2012 1 Agenda Context Problem Statement Cloud Architecture Need for Performance in Cloud Performance Challenges in Cloud Generic IaaS / PaaS / SaaS
Profit Based Data Center Service Broker Policy for Cloud Resource Provisioning
I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 and Computer Engineering 5(1): 54-60(2016) Profit Based Data Center Service Broker Policy for Cloud Resource Provisioning
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
Comparison of Request Admission Based Performance Isolation Approaches in Multi-tenant SaaS Applications
Comparison of Request Admission Based Performance Isolation Approaches in Multi-tenant SaaS Applications Rouven Kreb 1 and Manuel Loesch 2 1 SAP AG, Walldorf, Germany 2 FZI Research Center for Information
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
Essential Characteristics of Cloud Computing: On-Demand Self-Service Rapid Elasticity Location Independence Resource Pooling Measured Service
Cloud Computing Although cloud computing is quite a recent term, elements of the concept have been around for years. It is the maturation of Internet. Cloud Computing is the fine end result of a long chain;
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
CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com
` CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS Review Business and Technology Series www.cumulux.com Table of Contents Cloud Computing Model...2 Impact on IT Management and
Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,
Efficient Service Broker Policy For Large-Scale Cloud Environments
www.ijcsi.org 85 Efficient Service Broker Policy For Large-Scale Cloud Environments Mohammed Radi Computer Science Department, Faculty of Applied Science Alaqsa University, Gaza Palestine Abstract Algorithms,
SCORE BASED DEADLINE CONSTRAINED WORKFLOW SCHEDULING ALGORITHM FOR CLOUD SYSTEMS
SCORE BASED DEADLINE CONSTRAINED WORKFLOW SCHEDULING ALGORITHM FOR CLOUD SYSTEMS Ranjit Singh and Sarbjeet Singh Computer Science and Engineering, Panjab University, Chandigarh, India ABSTRACT Cloud Computing
Load Balancing using DWARR Algorithm in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 12 May 2015 ISSN (online): 2349-6010 Load Balancing using DWARR Algorithm in Cloud Computing Niraj Patel PG Student
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
Modeling and Simulation of Scalable Cloud Computing Environments and the CloudSim Toolkit: Challenges and Opportunities
Modeling and Simulation of Scalable Cloud Computing Environments and the CloudSim Toolkit: Challenges and Opportunities Rajkumar Buyya 1, Rajiv Ranjan 2 and Rodrigo N. Calheiros 1,3 1 Grid Computing and
Cloud Infrastructure Pattern
1 st LACCEI International Symposium on Software Architecture and Patterns (LACCEI-ISAP-MiniPLoP 2012), July 23-27, 2012, Panama City, Panama. Cloud Infrastructure Pattern Keiko Hashizume Florida Atlantic
How To Compare Cloud Computing To A Business Computer
International Journal of Advancements in Research & Technology, Volume 2, Issue3, March-2013 1 Class Base Cloud Structure for Effective Cloud Computing Rakesh Chandra Verma,Asst. Professor IMT, [email protected]
International Journal of Digital Application & Contemporary research Website: www.ijdacr.com (Volume 2, Issue 9, April 2014)
Green Cloud Computing: Greedy Algorithms for Virtual Machines Migration and Consolidation to Optimize Energy Consumption in a Data Center Rasoul Beik Islamic Azad University Khomeinishahr Branch, Isfahan,
A Study on Service Oriented Network Virtualization convergence of Cloud Computing
A Study on Service Oriented Network Virtualization convergence of Cloud Computing 1 Kajjam Vinay Kumar, 2 SANTHOSH BODDUPALLI 1 Scholar(M.Tech),Department of Computer Science Engineering, Brilliant Institute
Sistemi Operativi e Reti. Cloud Computing
1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi [email protected] 2 Introduction Technologies
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Comparison of Dynamic Load Balancing Policies in Data Centers
Comparison of Dynamic Load Balancing Policies in Data Centers Sunil Kumar Department of Computer Science, Faculty of Science, Banaras Hindu University, Varanasi- 221005, Uttar Pradesh, India. Manish Kumar
Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges.
Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges. B.Kezia Rani 1, Dr.B.Padmaja Rani 2, Dr.A.Vinaya Babu 3 1 Research Scholar,Dept of Computer Science, JNTU, Hyderabad,Telangana
Relational Databases in the Cloud
Contact Information: February 2011 zimory scale White Paper Relational Databases in the Cloud Target audience CIO/CTOs/Architects with medium to large IT installations looking to reduce IT costs by creating
CLOUD COMPUTING INTRODUCTION HISTORY
1 CLOUD COMPUTING INTRODUCTION 1. Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). The name comes from
Li Sheng. [email protected]. Nowadays, with the booming development of network-based computing, more and more
36326584 Li Sheng Virtual Machine Technology for Cloud Computing Li Sheng [email protected] Abstract: Nowadays, with the booming development of network-based computing, more and more Internet service vendors
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
FREE AND OPEN SOURCE SOFTWARE FOR CLOUD COMPUTING SERENA SPINOSO ([email protected]) FULVIO VALENZA (fulvio.valenza@polito.
+ FREE AND OPEN SOURCE SOFTWARE FOR CLOUD COMPUTING SERENA SPINOSO ([email protected]) FULVIO VALENZA ([email protected]) + OUTLINE INTRODUCTION OF CLOUD DEFINITION OF CLOUD BASIC CLOUD COMPONENTS
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
Planning the Migration of Enterprise Applications to the Cloud
Planning the Migration of Enterprise Applications to the Cloud A Guide to Your Migration Options: Private and Public Clouds, Application Evaluation Criteria, and Application Migration Best Practices Introduction
[email protected] [email protected]
1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work
RANKING OF CLOUD SERVICE PROVIDERS IN CLOUD
RANKING OF CLOUD SERVICE PROVIDERS IN CLOUD C.S. RAJARAJESWARI, M. ARAMUDHAN Research Scholar, Bharathiyar University,Coimbatore, Tamil Nadu, India. Assoc. Professor, Department of IT, PKIET, Karaikal,
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
Liferay Portal Performance. Benchmark Study of Liferay Portal Enterprise Edition
Liferay Portal Performance Benchmark Study of Liferay Portal Enterprise Edition Table of Contents Executive Summary... 3 Test Scenarios... 4 Benchmark Configuration and Methodology... 5 Environment Configuration...
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
