Just in Time Clouds: Enabling Highly-Elastic Public Clouds over Low Scale Amortized Resources

Size: px
Start display at page:

Download "Just in Time Clouds: Enabling Highly-Elastic Public Clouds over Low Scale Amortized Resources"

Transcription

1 Just in Time Clouds: Enabling Highly-Elastic Public Clouds over Low Scale Amortized Resources Rostand Costa 1,2, Francisco Brasileiro 1 1 Federal University of Campina Grande Systems and Computing Department Distributed Systems Lab Av. Aprígio Veloso, Bloco CO Bodocongó Campina Grande, Paraíba, Brazil {rostand.costa, fubica}@lsd.ufcg.edu.br Abstract In this paper, we address the problem of capacity planning for the provision of cloud data centers. Inspired by the Toyota's Just in Time (JiT) philosophy, we propose an alternative approach to assemble the computational infrastructure of a cloud computing provider using resources whose costs have already been absorbed by the core businesses that use them. We introduce the concept of Just in Time Clouds, whose providers only allocate resources when they are demanded and only for the duration that they are needed by their clients. This obviates the necessity of anticipating capacity planning, and rules out the costs associated to both the over-provisioning and the under-provisioning of resources. A JiT cloud provider is able to offer cloud computing with more competitive prices and in a much more elastic way, since it is based on the discovery, recovery and resale of idle resources already amortized by other businesses and no upfront investment in infrastructure is required. We discuss particular scenarios of use for this approach that give evidences of its suitability for the case of applications that can be executed over spot instances of a best-effort infrastruture-as-a-service provider. 1 Introduction Cloud computing is an evolving paradigm that portrays computing as a product that can be purchased conveniently and on-demand by the clients, in a pay-per-use basis, and that can be rapidly provisioned and released by service providers. Moreover, clients enjoy elasticity, as they can easily scale up and down their service consumption, in a virtually unlimited way. From the client s perspective, the cloud computing model allows them to apply to their Information Technology (IT) investments the same principles of the Toyota Production System (TPS) [1]. Created by Toyota in the 50 s, the philosophy Just in Time (JiT) is based on a very simple idea: "what is needed, when it is needed, and in the amount needed". Cloud computing providers, in turn, do not have the same facility when assembling their infrastructure, and need to deal with the complexity and risks associated with longterm capacity planning. Indeed, a key difference of the cloud computing model, when compared to the traditional paradigm based on the local provisioning of the computing infrastructure by the client is that the costs associated to both the over-provisioning and the under-provisioning of the infrastructure are moved from the clients shoulders to those of the cloud computing providers [2]. Thus, the challenge for the providers is to maintain the quality of service negotiated with the client, at the same time that the operational Guido Lemos de Souza Filho 2, Dênio Mariz Sousa 2 2 Federal University of Paraíba, UFPB Informatics Department Digital Video Applications Lab Campus I - Cidade Universitária João Pessoa, Paraíba, Brazil {guido, denio}@lavid.ufpb.br costs are kept low enough to make their businesses profitable. The intrinsic liability of the cloud providers to fulfill the commitments kept with customers that have acquired their services and the necessity to attend spikes in demand are normally addressed by means of maintaining capacity surplus and limiting to a reasonable value the amount of service that each client can demand at a time [3]. On the other hand, costs are reduced by relying on the advantages that the economy of scale can give to them. For instance, the concentration of their structure in large, dedicated and centralized data centers, and the sharing of physical resources through virtualization are key strategies to effectively offer services in a much more economical way. Their competitiveness is also based on the ability of performing a statistical multiplexing of valleys and peaks in the simultaneous use of resources by a large number of clients. Another advantage is the level of automation achieved by the cloud providers that, among other things, allow them to substantially reduce their staff vs servers ratio. Additionally, providers may increase the utilization of their services by offering a portfolio of services with different pricing models [4]. Despite the facilities and advantages offered by the cloud computing paradigm, there still are obstacles to its adoption by some customers, at least in the short term [5]. Lack of a standard service provision API, difficulties in adapting applications for the architecture adopted by the selected provider, inappropriate levels of security, privacy and control currently available, strategic and commercial risks that are not fully covered by the SLAs offered, and legal and regulatory restrictions are some of the main causes that prevent these customers from using the services offered by cloud computing providers. Of course, part of these potential customers may still benefit from the cloud computing paradigm by adopting the same technologies and strategies used by cloud computing providers in order to reduce the Total Cost of Ownership (TCO) [6] of their own IT infrastructures. This is particularly suitable for customers with a large IT infrastructure that can benefit from similar economies of scale. The term private clouds 1, in opposition to the public infrastructure operated by cloud computing providers, has been used to describe this kind of infrastructure. Nevertheless, no matter whether they use a private cloud approach or not, these customers continue to maintain their own computing re- 1 There is a controversy that emerged in the latest edition of Interop, over the term Private Cloud. The providers of public clouds insist that cloud computing, by definition, implies in the existence of an external vendor specialized in providing IT services, usually with a differentiated pricing model. The private clouds would actually be fully virtualized data centers. This distinction is irrelevant to this paper, and we will use the term private clouds for the sake of simplicity.

2 sources and need to do capacity planning, usually having to bear the burden of maintaining excess resources to support their demand peaks. This implies in the existence of idle resources, but whose costs of acquisition and operation have already been covered by the core businesses that use them. From the scale standpoint, computational resource owners that have surplus of amortized resources can be broadly classified into two main categories: those with sufficient surplus capacity to be able to act as providers of public cloud computing, offering their idle resources to others, and those without sufficient spare resources that could allow them to profitably sell their excess capacity. In this paper we are interested in the latter category of resource owners, which we name low scale amortized resource owners. Note that this class includes the entire spectrum of scale immediately smaller than those that could profitably sell their surplus passing through small data centers, and going down to individual servers, desktops and even non-conventional computing resources. The low scale amortized resources we consider will normally be scattered and owned (or at least operated) by a large number of individuals and/or organizations. Also, they have a main usage that is not related to processing workloads of a public cloud built atop of them. Thus, the service they originally support should already compensate the costs incurred in acquiring and operating the resource. Therefore, the cost of using any spare computing capacity in these resources is substantially lower than the cost of using computing capacity of resources that are solely acquired and maintained to support cloud infrastructure provisioning. Organized in a production chain following the Just in Time philosophy, holders of amortized resources could act as suppliers of a particular type of cloud data centers, which we name JiT Data Centers. Such data centers can be assembled by providers only when requested by customers and exactly in the conditions required. Note that what we are proposing is not akin to other specialized cloud providers that build their services atop Infrastructure-as-a-Service providers and therefore do not need to deploy infrastructure of their own (e.g. rightscale.com [7]). The service the proposed intervenient broker offers is exactly the same provided by traditional public cloud providers, thus, it does not make sense to buy service from the latter and sell the same service without adding any value to it. By discovering, recovering and reselling spare resources whose costs have already been amortized, the intervenient broker is also able to operate under the Just in Time philosophy, decreasing its risks and, consequently, its cost of operation, at the same time that it avoids upfront investments in infrastructure. Moreover, this allows very large amounts of resources to be commissioned to a single client for a relatively short amount of time and later decommissioned, without imposing any extra costs to the JiT Cloud Provider. The remainder of the paper is organized as follows. In Section 2 we discuss in more detail the economics aspects involved in the operation of cloud data centers. Next, in Section 3, we formalize the concept of low scale amortized resources. In Section 4, we present Just in Time Clouds, an alternative approach for assembling a computational infrastructure to support cloud computing based on amortized resources. Possible scenarios for operating such systems are discussed in Section 5. Related work is surveyed in Section 6. Finally, we present our concluding remarks in Section 7. 2 Cloud Economics 2.1 Cost Challenges There is an expectation that public cloud providers can offer services at competitive prices and still make money. However, building cloud infrastructures requires enormous initial investments and involves high operational costs. As show in [8], the required investments include the costs of: purchasing servers, including hardware and software (45% of the total cost); setting up the infrastructure, including cooling and power distribution (25%); commissioning network resources such as rented or owned links and equipment (15%); and electricity consumption (15%). Figure 1 illustrates this distribution. 25% 15% Servers 15% 45% Network Infrastructure Power Figure 1: Cost distribution for data centers Li et al. present a further detailed discussion about the costs involved with the ownership and management of cloud data centers and how they compose the associated TCO. In Li et al.'s approach [9], the four main groups of cost aforementioned are expanded into eight classifications and, in addition to capital cost, it also includes costs related to the operation of the data center. They are: Servers, Software, Networking, Support and Maintenance, Power, Cooling, Facilities and Real State costs. The final data center TCO is obtained through the sum of these eight cost components. In addition to TCO, which addresses the cost of the data center itself, the Utilization Cost (UC) corresponds to the cost associated only with the resources being effectively used by customers, taking into account the elastic utilization supported. Considering virtualization as a standard among providers, the framework assumes that a virtual machine (VM) is the basic unit of consumption in cloud data centers and proposes the VM Density metric, which represents the amount of virtual machines supported per physical server. Thus, the cost on the total amount of potential VM (TVM = VM Density x physical servers) is independent of the level

3 of use and is included in the TCO, while the cost associated with the VM actually in use (1 to TVM) is captured by UC. In situations of high idleness in the data center, the UC may not be representative of the real TCO. The estimated range of use for conventional servers is 5-20% [2]. This low average level of CPU utilization is supported by a study conducted with 5,000 servers for six months [10]. With the adoption of virtualization, the average utilization may reach 35% (38% for Google) [11]. In the case of cloud providers, there is little available information about utilization level, but it is estimated that Amazon had servers in August 2009 with a target of 75% utilization [12]. On the other hand, the idle potential on virtualized servers can reach 65% in private data centers. A special feature of Li et al. s framework is the adoption of an Amortizable Rate Parameter, obtained by applying a depreciation period and the cost of money on the values of each investment or expenditure so that they can be reflected in shorter time intervals such as one hour of use, for example. Amortization of the TCO of cloud data centers must be made with the proceeds from the sale of resources. Then each VM in use on a server in a specified period of time must amortize the costs over the same period, of all possible VM (VM Density) on the same server. Thus, there is a balance point in which the amounts of VM that are in use overcome the total costs. Above that, the provider is operating profitably. The unused VM in this case is the stock availability of the cloud, since it represents the product marketed as such by the provider - their sale (or not) impacts directly on business results and in their own amortization. Among the proposals to reduce the costs of cloud data centers that start to emerge [8][13][14], we can cite: a) harmonization and optimal placement among super and micro data centers; b) network agility to dynamically grow and shrink resources to meet demand; c) resilience in geodiverse micro data centers level, working mirrored but without power generators or UPS; and, mainly, d) increase server utilization: servers should be engaged in revenue production. 2.2 The (Un)limited Elasticity The theoretical unlimited elasticity that is associated with cloud computing services would potentially allow the customer to freely decide whether to use 1 resource for 1,000 hours or 1,000 resources for 1 hour, paying the same price in both cases. Of course, this level of flexibility places insurmountable challenges for the capacity planning that needs to be done by cloud computing providers. Thus, in practice, the elasticity allowed is limited by a maximum number of instances that can be simultaneously acquired by any given customer. Current providers allow only a few virtual machines to be automatically instantiated. For larger systems, off-line negotiation is required [15]. The ability to simultaneously instantiate a large number of resources for a relatively short period of time is a crucial requirement for an increasingly popular class of applications, called high throughput computing (HTC) applications [16]. Although very flexible and simple to set up, achieving extremely high-throughput computing in cloud infrastructures is not possible, considering the available implementations. In particular, none of the current providers are able to accept the instantiation of a system with thousands of virtual machines for the short period of time required to run a typical HTC application. The Belle II Monte Carlo [15], for instance, requires 20,000 to 120,000 cores for the execution of a three-month workload. Dealing with the demands of extremely high scalability of HTC applications or even with flash crowds [17], when a very large number of users simultaneously access an instantaneously popular Web site, is not a trivial task. To handle these workloads, cloud providers would probably face utilization levels of their structures even smaller than those experienced today, with strong impact on their profitability. Yet, there is a whole range of applications that are not well served by the service currently provided by cloud computing providers. In the next section, we present a different category of idle resources: those that have their costs covered regardless of their utilization level; we then argue that these can provide the basis for the provision of cloud computing services target to this underserved audience. 3 Low Scale Amortized Resources 3.1 Definition We say that a resource is amortized if its fixed costs are fully covered, over time, by the original purpose for which it was acquired, considering both the periods of full operation and idleness. In other words, a resource is said amortized if its TCO does not vary (or varies little) due to its utilization rate. The concept of amortized resource proposed here is rather common and present in several contexts. We can cite as an example, a renowned restaurant that opens only for dinner on certain days of the week. In spite of being scheduled to open in a few moments, the capacity of its structure should be sufficient to tolerate (and take advantage) the peak demand that these few periods represent. The entire operation of the restaurant, therefore, must be sustained by the profits earned in the windows of time during which the structure is being fully utilized. In this example, concepts like exclusivity and prestige can support charging higher prices that allow the sustainability of the business, despite the fact is that the lounge, kitchen, equipments and fixtures of the restaurant, although necessary and adequate in quantity to support an extreme demand are not fully exploited. Of course, depending on the context, there may be strategic or technical limitations that prevent any attempt to maximize the utilization level of amortized resources. In the restaurant example, the specialization of the equipments might restrict their potential use for other purposes. Likewise, the adoption of initiatives that could boost sales in

4 other schedules, such as reduced prices and the use of simplified menus may be incompatible with the exclusivity model adopted. Such limitations, however, occur on a smaller scale with computational resources whose application and use are potentially more generic and flexible. Recent advances in the techniques for virtualization, automation and management of computational resources also increased the potential for reusing and sharing them in a widely connected world. Our approach considers that part of the computational resources used to support various business operations fall into the category of amortized resources, representing a capacity provisioned and available for periods of high demand, but remaining idle during most of their time. For such resources already amortized, any possibility of utilization in moments of idleness, even for a purpose other than that originally specified, can lead to additional profit or at least to the reduction of its TCO. We do not consider, in this approach, the idle computational resources of a public cloud or a commercial data center to be amortized resources, since in both cases the amortization of the costs associated with their resources depends crucially on the sales of these resources. On the other hand, the computational resources installed and not used to support the operation of a large chain store or a large bank are resources genuinely amortized. The subtle difference is that selling such computer resources is not the main activity of the bank, which derives its earnings through other ways. 3.2 Model The calculation of the potential surplus should take into consideration the historical peak demand for short and long term that allows the creation of a comfortable safety margin for operation of the original business. Let C be the total capacity of computing resources installed in the environment E to support the business B. The appropriate value for C is obtained by means of capacity planning that considers the operational and strategic needs of the business for a certain period of time. The level of use of E is the fraction of C consumed by the operation of the business B, refered to as u. Due to the specific dynamics of each context, u can vary depending on the time and u t represents the maximum utilization (load peak anticipated) of C at time t. The amortized surplus S over E at the moment t, denoted as, is obtained by applying to C the complement of the percentile of actual use in t: = (1 ) (1) Hence, S t is a fraction of existing and amortized capacity C of environment E at the time t and may be used for a specific duration for a purpose other than B. This relationship is illustrated in Figure 2. Utilization (%) Time Figure 2: Surplus of amortized resources In this work, we are focusing in contexts where the amount of available amortized resources (S t ) does not reach a magnitude M that allows their owner to act as a public cloud computing provider, i.e. they are low scale amortized resources. In the following sections, we present an approach in which a third party acts as a binding agent to allow different contexts where low scale amortized resources can offer together public clouds of magnitude at least as large as M in a federated way. 4 Just in Time Clouds Capacity Surplus Utilization Level Our proposal addresses an alternative to build computational infrastructure to support cloud computing which is not based on traditional capacity planning. Inspired by the Toyota's Just in Time Philosophy (JiT) [1], we introduce the concept of Just in Time Clouds for representing a new service category in which the provider allocates resources only when demanded and until there is use for them. Built upon the amortized resources from a supply chain, JiT Clouds may represent an attractive alternative for many types of clients and applications both in price and in scalability. 4.1 JiT Providers and JiT Data Centers In our approach, the Just in Time Provider is a public cloud computing provider that instead of assembling and maintaining a structure of data centers for supporting its own service makes use of a federation of low scale amortized resources already existing into private contexts. Unlike proxies of conventional providers of cloud computing (e.g. rightscale.com), a Just in Time Provider does not represent any public cloud provider, but acts as a legitimate and fully autonomous provider that takes advantage of resources that would be irretrievably wasted without its intervention. A JiT Provider adds value by offering cloud computing without needing to take care of capacity planning, but simply discovering, recovering and reselling resources already amortized and idle. The advantage is to decrease its risk and operational cost, as no large investments in infrastructure are made. Moreover, scalability is only limited by the capacity of the provider to assemble a large enough supply chain of idle resources. The user of the cloud, in turn, benefits from potentially lower costs, as the traditional providers need to

5 embed the risks, costs and investments in their prices, as well as access to a potentially much more scalable service. The resources to be operated by the JiT Provider may come from sources as diverse as a single-tenant of a virtualized data center with excess capacity maintained to support peak demands from its own business (as it is speculated that was the motivation for the emergence of Amazon's AWS), and users of a TV network federated by the broadcaster, that frank the use of their set-top-boxes [18]. Each resource pool amortized over a given environment represents an abstraction called Just in Time Data Center (JiT DC). Each JiT DC brings some amount of resources with certain characteristics and capabilities, called JiT Resources, which must be raised and finely graded by the JiT Provider. Depending on the type, a JiT Resource can be appropriately specialized as, for example, a JiT VM to represent a specific virtual machine within a specific JiT DC. Among the general characteristics of a JiT DC, there is the level of service supported by its resources and conditions negotiated or arbitrated by the owner for its use. A Just in Time Cloud (Figure 3) consists of the set of JiT DC incorporated and coordinated by the JiT Provider for provision of public cloud services to third parties. Amortized Pool A Just in Time Data Center A Private Data Center Amortized Pool B Just in Time Data Center B Digital TV Receivers Amortized Pool C Just in Time Data Center C Mobile Devices Figure 3: Composition of a JiT Cloud Just in Time Cloud The JiT Resources that are integrating in JiT Data Centers can be classified into dedicated, when they are fully allocated for use by the JiT Provider for a certain period of time, and non-dedicated, when their assignment is partial, being shared in an opportunistic fashion, and with the possibility of being reclaimed by their corresponding owners without any prior warning. In the first case, there are reservation and levels of availability traded. In the second case, the resources are volatile and can suffer from failures or relocation at any time. In both cases, the provider needs to deal with migration issues and take into account the necessary time to commission and decommission the resources. 4.2 Implementation Challenges The concept of Just in Time Clouds proposed here can be considered as an alternative to the standard model of centralized data centers adopted in public and private clouds nowadays. When considering the use of heterogeneous amortized resources, with different settings and levels of service, some current assumptions for the construction of cloud infrastructures tend to not be fully applicable. Thus, some concerns that are not present in the deployment of traditional cloud data centers need to be considered for assembling and operating JiT Data Centers to construct a JiT Cloud. One of the main requirements is the ability to perform a proper partitioning of amortized resources between the priority operation of the core business of the owner of the resources and the utilization of the idle capacity by the JiT Provider. This coexistence in practice means maintaining two logical pools of resources built on the same physical resources. The first logical pool consists of the resources of C represented by the maximum utilization expected for each period of time t, namely u t. The second pool is formed by the amortized resources available, S t. This segregation can be fully supported by the technologies currently available and the dynamics for the transition of resources between the two pools can be made operational through mechanisms of prioritization. Moreover, although the standardization/interoperation (or commoditization) is a constraint on cloud computing today, some initiatives are starting to emerge in the search of ways to fill this gap [19]. Other aspects also need to be analyzed. What are the architectural requirements for building JiT Clouds? How to control the resources in each JiT DC? What classes of applications are best suited for JiT Clouds? How to ensure scalability and availability for the JiT Cloud based on heterogeneous JiT DC? Which mechanisms for provisioning and reallocation of resources are needed? Is the overhead of control and coordination effort involved acceptable? What are the applicable business models that reconcile the attractiveness of service to customers with the motivation for the suppliers together with the profitability of JiT Provider? Some of these issues will be addressed in the next section for particular scenarios. 5 Possible Scenaries of Use JiT Clouds can be assembled over resources with levels of granularity distributed by the entire spectrum of low scale amortized resources. One of the missions of the JiT Provider is to discover and explore the potential of available resources aligning them with the needs of customer applications. Depending on their characteristics and granularity, resources amortized may provide different levels of service and scalability. The level of QoS offered by a JiT DC is totally dependent on the level of QoS supported by the resources used. When resources are concentrated in data centers and their granularity is located closer to the top of the magnitude that limits low scale amortized resources, the QoS levels offered are consistent with the traditional providers of cloud computing. Thus, JiT Data Centers based on such resources can be used to host applications traditionally supported by cloud computing. On the other side of the scale spectrum, when the amortized resources are fine-grained and distributed, they need to be grouped and coordinated by the JiT Provider for their exploitation. These resources can be conventional ones, represented by the common facilities and processing devices, and non-conventional ones, including PDA, mobile

6 phones and Digital TV receivers. All these non-conventional devices are equipped with reasonably powerful processors and fairly large memory, allowing them to support the execution of applications. However, as these devices are typically non-dedicated and volatile resources, the JiT DC based on them are likely to be less reliable than one that is built over private resources. Nevertheless, there are enough evidences that there are clients willing to use such best-effort service: for one side, the mere existence of the AWS spotinstance is a good indication of this; on the other side, the abundance of e-science and industrial HTC applications, which are amenable to be executed in cloud environments with QoS equivalent to that provided by AWS spot instances, provide further evidence that a highly-scalable cloud computing service is very useful. In this session, we focus on the use of non-conventional resources for supporting the operation of a JiT Cloud that is able to provide the high scalability required by HTC application. This setting is particularly interesting because these applications are short-lived, and normally require an enormous amount of resources at once this is most challenging scenario for traditional providers. On the other hand, they require a less strong quality of service from the cloud computing provider. 5.1 Building JiT Data Centers on Demand In order to build a JiT Data Center capable of meeting the requirements of HTC applications (high scalable and short-lived infrastructures), it is necessary to provide a way to access a potentially enormous quantity of processors, send to all of them programs and possibly data, remotely trigger the execution of the code staged, gather the results produced, and finally release the allocated resources so that other applications can use them. The question is then, where to find dozens of millions of available processors and to configure them accordingly and instantaneously for the use in JiT Clouds? Moreover, how to perform this difficult task with minimum delay? In a previous work, we proposed OddCI [20], a novel architecture for generic Distributed Computing Infrastructures (DCI) that can be instantiated on demand to be, at the same time, flexible and highly-scalable. The characteristics of fast setup, fast initialization and fast dismantle of customized DCI supported by both dedicated and shared underlying infrastructures, allows OddCI to be an alternative to create instantaneous JiT Data Centers. For that, we consider a special category of amortized devices, namely those that may be organized as a broadcast network. A broadcast network has the potential to access simultaneously all the connected devices that can be coordinated to accomplish some action. By transmitting a piece of software through the broadcast channel to be loaded simultaneously and indistinctly by all processors embedded in the devices connected at a given time, it is possible to build, in a very fast 2 and controlled way, a JiT DC, capable of running HTC applica- 2 In fact, how fast the software will be uploaded depends on the size of the software footprint and on the capacity of the broadcast channel. tions in general, and bag-of-tasks (BoT) [21] applications in particular. A noticeable characteristic of this approach is that, differently from any other alternative for distributed computing, no previous identification and registering procedures are, necessarily, required for the amortized resources. Put simply, the OddCI instance does not exist until it is requested and activated through the broadcast channel. Costa et al. have discussed in detail how an OddCI system can be instantiated over a traditional Digital TV network (OddCI-DTV). They have shown how the software needed can be developed on top of the existing technologies used for DTV, in particular the middleware technologies that follow the standards established for Digital TV [20]. The performance evaluation of the OddCI-DTV system considered the efficiency of the system, and the performance that it can yield to different classes of HTC applications. It was shown that as the suitability 3 of the application grows, so does the efficiency of the system. Moreover, even for applications with very low suitability, an appropriate selection of parameters may be enough to yield very high efficiency for most practical applications. 5.2 Performance of Non-Conventional Devices One of the great unknowns about cloud computing providers is what level of performance IT organizations will actually get when adopting this model. However, in the wake of debates about the merits of public versus private cloud computing models, real performance benchmarks begin to replace philosophical discussion. One of these initiatives is CloudSleuth [22], a new free service for monitoring cloud applications sponsored by Compuware. CloudSleuth uses the Gomez Performance Network (GPN) to measure the performance of an identical and simple target application running on several cloud service providers. The GPN tools and techniques are used to run test transactions on the deployed applications and monitor the response time and availability gathering data from more than 140,000 points of presence on the Web. The benchmarking results for the standard test (accessing a site with two pages) are presented in a continuously updated view of the performance on both Platform-as-a-Service (PaaS) and Infrastructure-as-a-Service (IaaS) providers. The service also offers the ability to monitor private applications. Another study about the performance of cloud computing was also sponsored by a testing and monitoring company - Neustar/Webmetrics [23]. Conducted by the Bitcurrent s team [24], the benchmarking evaluated the network throughput (download of a small and a large image) in five cloud computing platforms, and also conducted tests with CPU-intensive tasks and I/O intensive tasks. The complete results of the benchmarking are consolidated in a report [25]. Table I presents a summary of these results. 3 This is measured as the ratio between the amount of data that needs to be transferred and the average processing time of the tasks that comprise a given HTC application.

7 Table I: Bitcurrent s Cloud Benchmarking Results Public PaaS/IaaS Services (in seconds) Test Salesforce Google Rackspace Amazon Terremark 1-pixel GIF MByte GIF CPU Test IO Test To assess the actual processing power of unconventional devices, we performed the same tests of CPU (1,000,000 sin and sum operations) and I/O (sequential search for a record in a 500,000-record file with 128MB of size) on Digital TV receivers (set top boxes) and cell phones. We have implemented and tested the applications in low and high-end devices from each category. The results are consolidated in Table II (average in seconds with confidence level of 95% and maximum error of 2%). Table II: Non-Conventional Devices Benchmarking Set Top Box Cell Phone Test ST 7109 CE3100 Nokia 5530 Nokia E72 CPU Test IO Test As can be seen, the unconventional devices performed similar or superior to conventional IaaS and PaaS platforms, specially for the CPU test. This can be explained by the powerful processors present in these devices and the fact that they are dedicated to processing the tests. Although the tests have been conducted considering that the devices were idle, we also tested the Digital TV receivers during their normal operation (when the user is watching TV). The performance loss observed was 33% for low-end Digital TV receiver (STB based on STI Microeletronics processor ST7109 with 32MB of memory flash and 256 MB of RAM) and 15% for a top Digital TV receiver (STB based on Intel processor CE 3100 with 1.06 GHz and 256 MB of RAM), but the results remained compatible with those found in cloud providers. Despite the fact that tests of network latency of sites were not applicable in our case, we also performed the two download tests proposed by the Bitcurrent s benchmarking in cell phones to evaluate how these devices handle data transfer. The average was 0.27s to download the small picture (1x1 pixel) and 14.24s for the big one (2 Mbytes) in low-end cell phone (Nokia 5530). Again, unconventional devices perform at levels equivalent or close to those of resources provided by conventional cloud computing providers. The huge amount of existing non-conventional devices and their processing capacity indicates that it is possible to assemble powerful and highly elastic cloud structures to meet specific demands. 5.3 Market Perspective There are several challenges involved with the use of resources with very low granularity owned by individuals to build clouds. The failure of companies (e.g. Distributed.net [26]) that try to sell (and not donate, as in the case of Voluntary Computing initiatives like SETI@Home [27] and others [28][29]) suggests that there is a marketing component that must be considered in the use of very small grains. One of the obstacles is the transactional cost involved in the identification, ticketing and valuation of a very large amount of transactions related to a too large number of small suppliers. In addition to control costs faced by the service provider, there are the operational costs of carrying out the actual remuneration of suppliers who can, in most cases, supplant the payment amount itself. There is also the fact that the gains earned by the owners of individual resources can be very small or negligible and serve as disincentives for participation. Together, these factors impose limits on the bottom of the scale of amortized resources that may be utilized. However, in specific scenarios, the grain can be as small as possible. This is the case when there is a "glue service" that absorbs or amortizes also the transactional cost. In the case of nonconventional devices like Digital TV receivers and mobile phones, they can be grouped and coordinated at an appropriate scale by TV station and telephone system operators, respectively. Incentive measures already existing in these contexts, as well as channels of billing and charging can be fully reused, reducing or eliminating the transactional cost of the JiT Provider. For instance, in the case of the JiT Cloud based on STB, the STB owner can be rewarded in the form of pay-per-view credits, representing a reward with higher added value than the payment of very small amounts of money. By purchasing bulk lots of pay-per-view credits, the JiT Provider increases sales of TV station operators, helping in covering the return of the structure of the network TV. 6 Related Work The RESERVOIR Project [30] presents an architecture that allows providers of cloud infrastructure to dynamically partner with each other to create a virtually infinite pool of resources. Its model for Federated Cloud Computing is based in the separation between the functional roles of service providers and infrastructure providers, where the latter can lease resources dynamically and transparently to the former. However, unlike JiT Clouds, the infrastructure providers must keep dedicated resources to meet the demands of service providers. The InterClouds [31] approach addresses the problem of cloud provisioning using a market-driven federation of clouds for resource leasing. Based on intermediation via an Exchange Market, Cloud Brokers organize the relationship between service consumers and Cloud Coordinators in distributed cloud environments. However, gaps in integration and interoperability between cloud providers limit its viability. Experiences like Ad hoc cloud [32] that allow partial virtualization of non-dedicated hardware, and Nebulas [33], based in distributed voluntary resources, confirm the possibility of using general-purpose resources with very small granularity for building JiT Clouds.

8 Nano Data Centers (NaDa) [34] aims at enabling a distributed hosting edge infrastructure for data storage and content distribution. As JiT Clouds, NaDa is also based on unused resources but with more specific purposes. The two main applications envisioned for NanodataCenters are video-on-demand and multiplayer games. 7 Conclusion We address the problem of capacity planning for the provision of cloud data centers by obviating the costs and risks associated with both the over-provision and underprovision of resources. Inspired by the Toyota s Just in Time philosophy we propose an alternative approach to build highly-elastic computational infrastructures for supporting cloud computing by using existing low scale amortized resources. We introduce the concept of Just in Time Clouds (JiT Clouds) as a new service category in which the provider allocates resources only when they are demanded and for the duration they are needed. The added value is to offer public cloud computing with more competitive prices since it is based on the discovery, recovery and resale of idle resources already amortized by other business. Moreover, since no infrastructure needs to be permanently acquired, much high scalability can be reached in practice. The advantage to the provider is the decreasing of risk and cost of operation and avoiding initial investment in infrastructure, which are common costs of traditional providers, hence directly benefiting the user of the cloud. The advantage to the resource suppliers themselves is the ability to obtain additional profit with the idle time of assets whose costs are already absorbed by the purpose of their core business. Acknowledgment The authors wish to thank the staff of Embedded ( LAVID ( and Dynavideo ( for their valuable help with the STB and cell phones experiments. Francisco Brasileiro is a CNPq/Brazil researcher (grant /2007-1). References [1] Just in Time. Toyota Production System (TPS). [2] M. Armbrust, A. Fox, R. Griffith et al. "Above the Clouds: A Berkeley View of Cloud computing." Technical Report No. UCB/EECS , University of California. February [3] Amazon Web Services. [4] Amazon EC2 Spot Instances. [5] B. Golden. The Case Against Cloud Computing. Available in uting_part_one [6] L. Mieritz, B. Kirwin. "Defining Gartner Total Cost of Ownership". Gartner Group Available in [7] Rightscale Cloud Management Platform. [8] A. Greenberg, J. Hamilton, D.A. Maltz. "The Cost of a Cloud: Research Problem in Data Center Networks". In ACM SIGCOMM CCR. January [9] X. Li, Y. Li, T. Liu, J. Qiu, F. Wang. The Method and Tool of Cost Analysis for Cloud Computing. In IEEE International Conference on Cloud Computing (CLOUD-II 2009). September [10] L. A. Barroso, U. Hlzle. The case for energy-proportional computing. IEEE Computer, 40, December [11] K. Stanoevska-Slabeva, T. Wozniak. Cloud Basics An Introduction to Cloud Computing. Grid and Cloud Computing, 2010 Springer. [12] "Amazon s EC2 Generating 220M+ Annually". generating-220m-annually. [13] C. D. Patel, A.J. Shah. Cost Model for Planning, Development and Operation of a Data Center. - Hewlett-Packard Laboratories Technical Report Citeseer. June [14] The Green Grid. URL [15] M..Sevior, T. Fifield and N. Katayama. "Belle monte-carlo production on the Amazon EC2 cloud," Journal of Physics: Conference Series. Volume 219, Part 1, [16] M. Litzkow, M. Livny, M. Mutka. Condor - a hunter of idle workstations. In: Proc. 8th Int'l Conf. Distributed Computing Systems [17] J. Jung, B. Krishnamurthy, M. Rabinovich. "Flash Crowds and Denial of Service Attacks: Characterization and Implications for CDNs and Web Sites". In Proceedings of the 11th International Conference on World Wide Web. May, [18] Batista, C.E.C.F. et al. TVGrid: A Grid Architecture to use the idle resources on a Digital TV network. In Proceedings of the Seventh IEEE International Symposium on Cluster Computing and the Grid (The Latin America Grid Workshop) Rio de Janeiro, p , [19] Open Stack Open Source Cloud Computing Software. [20] R. Costa, F. Brasileiro, G.L. de Souza Filho, and D.M. Sousa, "OddCI: on-demand distributed computing infrastructure." In Proceedings of the 2nd Workshop on Many-Task Computing on Grids and Supercomputers. November, 2009). [21] W. Cirne, D. Paranhos, L. Costa, E. Santos-Neto, F. Brasileiro, J. Sauvé, F. Alves, C. Osthoff, C. Silveira, Running Bag-of-Tasks Applications on Computational Grids: The MyGrid Approach, Proceedings of the ICCP' International Conference on Parallel Processing, [22] The CloudSleuth Mission. [23] Neustar Webmetrics. [24] Bitcurrent. [25] Bitcurrent Team. The performance of clouds. Available in [26] M. May. "Idle Computing Resources as Micro-Currencies - Bartering CPU Time for Online Content". Citeseer. WebNet, [27] D. P. Anderson, et al, SETI@Home An Experiment in Public- Resource Computing, Communications of the ACM Archive, vol. 45(11), pp , November [28] Folding@home Distributed Computing, [29] FightAIDS@home, [30] The Reservoir Project. [31] R. Buyya, R. Ranjan, R. N. Calheiros. InterCloud: Utility-Oriented Federation of Cloud Computing Environments for Scaling of Application Services". Springer ebook. May [32] G Kirby, A Dearle, A Macdonald, A Fernandes. "An Approach to Ad hoc Cloud Computing". Technical report:arxiv Feb, [33] A. Chandra, J. Weissman. "Nebulas: Using Distributed Voluntary Resources to Build Clouds". Usenix.org. Proceedings of HotCloud, [34] NanoDataCenters Project.

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

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

More information

Just in Time Clouds. Universidade Federal da Paraíba 3. Instituto Federal de Educação, Ciência e Tecnologia da Paraíba

Just in Time Clouds. Universidade Federal da Paraíba 3. Instituto Federal de Educação, Ciência e Tecnologia da Paraíba Just in Time Clouds Rostand Costa 1,2, Francisco Brasileiro 1 Guido Lemos Filho 2, Dênio Mariz Sousa 2,3 1 Universidade Federal de Campina Grande 2 Universidade Federal da Paraíba 3 Instituto Federal de

More information

Cloud Computing and Amazon Web Services

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

More information

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

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

More information

IAAS CLOUD EXCHANGE WHITEPAPER

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

More information

SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS

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

More information

Computing in a virtual world Cloud Computing

Computing in a virtual world Cloud Computing Computing in a virtual world Cloud Computing Just what is cloud computing anyway? Skeptics might say it is nothing but industry hyperbole, visionaries might say it is the future of IT. In realty, both

More information

Grid Computing Vs. Cloud Computing

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

More information

CHAPTER 8 CLOUD COMPUTING

CHAPTER 8 CLOUD COMPUTING CHAPTER 8 CLOUD COMPUTING SE 458 SERVICE ORIENTED ARCHITECTURE Assist. Prof. Dr. Volkan TUNALI Faculty of Engineering and Natural Sciences / Maltepe University Topics 2 Cloud Computing Essential Characteristics

More information

Rise of RaaS: the Resource-as-a-Service Cloud

Rise of RaaS: the Resource-as-a-Service Cloud Agmon Ben-Yehuda, Ben-Yehuda, Schuster, Tsafrir Resource-as-a-Service (RaaS) 1/22 Rise of RaaS: the Resource-as-a-Service Cloud Orna Agmon Ben-Yehuda Muli Ben-Yehuda Assaf Schuster Dan Tsafrir Department

More information

Optimal Service Pricing for a Cloud Cache

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

More information

Auto-Scaling Model for Cloud Computing System

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

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

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

More information

Sistemi Operativi e Reti. Cloud Computing

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 ogervasi@computer.org 2 Introduction Technologies

More information

Security Considerations for Public Mobile Cloud Computing

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

More information

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study DISTRIBUTED SYSTEMS AND CLOUD COMPUTING A Comparative Study Geographically distributed resources, such as storage devices, data sources, and computing power, are interconnected as a single, unified resource

More information

The Advantages of Using Agmon Ben-Yehuda

The Advantages of Using Agmon Ben-Yehuda Agmon Ben-Yehuda, Ben-Yehuda, Schuster, Tsafrir Resource-as-a-Service (RaaS) 1/18 The Resource-as-a-Service (RaaS) Cloud Orna Agmon Ben-Yehuda Muli Ben-Yehuda Assaf Schuster Dan Tsafrir Department of Computer

More information

Creative Configurations

Creative Configurations Creative Configurations Mixing and Matching Public, Private and Hybrid Clouds for Maximum Benefits Through this year-long series of whitepapers and webinars, independent analyst Ben Kepes is creating a

More information

An Overview on Important Aspects of Cloud Computing

An Overview on Important Aspects of Cloud Computing An Overview on Important Aspects of Cloud Computing 1 Masthan Patnaik, 2 Ruksana Begum 1 Asst. Professor, 2 Final M Tech Student 1,2 Dept of Computer Science and Engineering 1,2 Laxminarayan Institute

More information

CLOUD COMPUTING IN HIGHER EDUCATION

CLOUD COMPUTING IN HIGHER EDUCATION Mr Dinesh G Umale Saraswati College,Shegaon (Department of MCA) CLOUD COMPUTING IN HIGHER EDUCATION Abstract Technology has grown rapidly with scientific advancement over the world in recent decades. Therefore,

More information

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD M. Lawanya Shri 1, Dr. S. Subha 2 1 Assistant Professor,School of Information Technology and Engineering, Vellore Institute of Technology, Vellore-632014

More information

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

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

More information

Cloud Computing Capacity Planning. Maximizing Cloud Value. Authors: Jose Vargas, Clint Sherwood. Organization: IBM Cloud Labs

Cloud Computing Capacity Planning. Maximizing Cloud Value. Authors: Jose Vargas, Clint Sherwood. Organization: IBM Cloud Labs Cloud Computing Capacity Planning Authors: Jose Vargas, Clint Sherwood Organization: IBM Cloud Labs Web address: ibm.com/websphere/developer/zones/hipods Date: 3 November 2010 Status: Version 1.0 Abstract:

More information

In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale?

In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale? In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale? Lei Wang, Jianfeng Zhan, Weisong Shi, Yi Liang, Lin Yuan Institute of Computing Technology, Chinese Academy of Sciences Department

More information

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

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

More information

The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor

The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor The Benefits of POWER7+ and PowerVM over Intel and an x86 Hypervisor Howard Anglin rhbear@us.ibm.com IBM Competitive Project Office May 2013 Abstract...3 Virtualization and Why It Is Important...3 Resiliency

More information

Cloud deployment model and cost analysis in Multicloud

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

More information

Consumption IT. Michael Shepherd Business Development Manager. Cisco Public Sector May 1 st 2014

Consumption IT. Michael Shepherd Business Development Manager. Cisco Public Sector May 1 st 2014 Consumption IT Michael Shepherd Business Development Manager Cisco Public Sector May 1 st 2014 Short Bio Cloud BDM in Public Sector (SLED + FED) Cisco for 14 + years Focused on cloud for 4 + years Awareness,

More information

Kent State University s Cloud Strategy

Kent State University s Cloud Strategy Kent State University s Cloud Strategy Table of Contents Item Page 1. From the CIO 3 2. Strategic Direction for Cloud Computing at Kent State 4 3. Cloud Computing at Kent State University 5 4. Methodology

More information

Understanding Data Locality in VMware Virtual SAN

Understanding Data Locality in VMware Virtual SAN Understanding Data Locality in VMware Virtual SAN July 2014 Edition T E C H N I C A L M A R K E T I N G D O C U M E N T A T I O N Table of Contents Introduction... 2 Virtual SAN Design Goals... 3 Data

More information

How To Understand Cloud Computing

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

More information

Cloud Computing. Bringing the Cloud into Focus

Cloud Computing. Bringing the Cloud into Focus Cloud Computing Bringing the Cloud into Focus November 2011 Introduction Ken Cochrane CEO, IT/NET Partner, KPGM Performance and Technology National co-leader IT Advisory Services KPMG Andrew Brewin Vice

More information

Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database

Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database JIOS, VOL. 35, NO. 1 (2011) SUBMITTED 02/11; ACCEPTED 06/11 UDC 004.75 Comparison of Cloud vs. Tape Backup Performance and Costs with Oracle Database University of Ljubljana Faculty of Computer and Information

More information

INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD

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

More information

PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM

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

More information

In a dynamic economic environment, your company s survival

In a dynamic economic environment, your company s survival Chapter 1 Cloud Computing Defined In This Chapter Examining the reasons for cloud Understanding cloud types Defining the elements of cloud computing Comparing private and public clouds In a dynamic economic

More information

Emerging Technology for the Next Decade

Emerging Technology for the Next Decade Emerging Technology for the Next Decade Cloud Computing Keynote Presented by Charles Liang, President & CEO Super Micro Computer, Inc. What is Cloud Computing? Cloud computing is Internet-based computing,

More information

1 Introduction. 2 What is Cloud Computing?

1 Introduction. 2 What is Cloud Computing? 1 Introduction Table of Contents 1 Introduction 2 What is Cloud Computing? 3 Why is Cloud Computing important? 4 Why Cloud deployments fail? 5 Holistic Approach to cloud computing implementation 6 Conclusion

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

White Paper on CLOUD COMPUTING

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

More information

Environments, Services and Network Management for Green Clouds

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

More information

Energy-Aware Multi-agent Server Consolidation in Federated Clouds

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

More information

Cloud Computing Services and its Application

Cloud Computing Services and its Application Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 1 (2014), pp. 107-112 Research India Publications http://www.ripublication.com/aeee.htm Cloud Computing Services and its

More information

Realizing the Value Proposition of Cloud Computing

Realizing the Value Proposition of Cloud Computing Realizing the Value Proposition of Cloud Computing CIO s Enterprise IT Strategy for Cloud Jitendra Pal Thethi Abstract Cloud Computing is a model for provisioning and consuming IT capabilities on a need

More information

FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS

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.

More information

Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing

Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing Problem description Cloud computing is a technology used more and more every day, requiring an important amount

More information

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing

XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing International Journal of Computational Engineering Research Vol, 03 Issue, 10 XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing Kamlesh Lakhwani 1, Ruchika Saini 1 1 (Dept. of Computer

More information

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 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

More information

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise 2 Executive Summary The growth of Software- as-

More information

Today: Data Centers & Cloud Computing" Data Centers"

Today: Data Centers & Cloud Computing Data Centers Today: Data Centers & Cloud Computing" Data Centers Cloud Computing Lecture 25, page 1 Data Centers" Large server and storage farms Used by enterprises to run server applications Used by Internet companies

More information

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How Enterprise Cloud Computing: What, Why and How Andrew Sutherland SVP, Middleware Business, EMEA he following is intended to outline our general product direction. It is intended for

More information

Chao He he.chao@wustl.edu (A paper written under the guidance of Prof.

Chao He he.chao@wustl.edu (A paper written under the guidance of Prof. 1 of 10 5/4/2011 4:47 PM Chao He he.chao@wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Cloud computing is recognized as a revolution in the computing area, meanwhile, it also

More information

How Solace Message Routers Reduce the Cost of IT Infrastructure

How Solace Message Routers Reduce the Cost of IT Infrastructure How Message Routers Reduce the Cost of IT Infrastructure This paper explains how s innovative solution can significantly reduce the total cost of ownership of your messaging middleware platform and IT

More information

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012)

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012) Cloud Native Advantage: Multi-Tenant, Shared Container PaaS Version 1.1 (June 19, 2012) Table of Contents PaaS Container Partitioning Strategies... 03 Container Tenancy... 04 Multi-tenant Shared Container...

More information

managing Cost in the cloud

managing Cost in the cloud managing Cost in the cloud Executive Summary Leveraging cloud computing, specifically Infrastructure-as-a-Service (IaaS), has the potential to substantially lower an organization s infrastructure costs.

More information

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

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

More information

Migration Scenario: Migrating Batch Processes to the AWS Cloud

Migration Scenario: Migrating Batch Processes to the AWS Cloud Migration Scenario: Migrating Batch Processes to the AWS Cloud Produce Ingest Process Store Manage Distribute Asset Creation Data Ingestor Metadata Ingestor (Manual) Transcoder Encoder Asset Store Catalog

More information

Secure Cloud Computing through IT Auditing

Secure Cloud Computing through IT Auditing Secure Cloud Computing through IT Auditing 75 Navita Agarwal Department of CSIT Moradabad Institute of Technology, Moradabad, U.P., INDIA Email: nvgrwl06@gmail.com ABSTRACT In this paper we discuss the

More information

6 Cloud strategy formation. 6.1 Towards cloud solutions

6 Cloud strategy formation. 6.1 Towards cloud solutions 6 Cloud strategy formation 6.1 Towards cloud solutions Based on the comprehensive set of information, collected and analysed during the strategic analysis process, the next step in cloud strategy formation

More information

Infrastructure as a Service (IaaS)

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.,

More information

CLOUD COMPUTING An Overview

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

More information

Hadoop in the Hybrid Cloud

Hadoop in the Hybrid Cloud Presented by Hortonworks and Microsoft Introduction An increasing number of enterprises are either currently using or are planning to use cloud deployment models to expand their IT infrastructure. Big

More information

This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 12902

This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 12902 Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited

More information

Relocating Windows Server 2003 Workloads

Relocating Windows Server 2003 Workloads Relocating Windows Server 2003 Workloads An Opportunity to Optimize From Complex Change to an Opportunity to Optimize There is much you need to know before you upgrade to a new server platform, and time

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing

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

More information

Cloud, Community and Collaboration Airline benefits of using the Amadeus community cloud

Cloud, Community and Collaboration Airline benefits of using the Amadeus community cloud Cloud, Community and Collaboration Airline benefits of using the Amadeus community cloud Index Index... 2 Overview... 3 What is cloud computing?... 3 The benefit to businesses... 4 The downsides of public

More information

System Models for Distributed and Cloud Computing

System Models for Distributed and Cloud Computing System Models for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Classification of Distributed Computing Systems

More information

A Study on Service Oriented Network Virtualization convergence of Cloud Computing

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

More information

The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service

The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service Jinesh Varia and Jose Papo March 2012 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1

More information

How To Understand The Individual Competences Of An It Manager

How To Understand The Individual Competences Of An It Manager ORGANIZATIONS ARE GOING TO THE CLOUD: WHICH COMPETENCES FOR THE IT MANAGER? Luca Sabini, Stefano Za, Paolo Spagnoletti LUISS Guido Carli University Rome Italy {lsabini, sza, pspagnoletti}@luiss.it ABSTRACT

More information

Relational Databases in the Cloud

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

More information

OVERVIEW Cloud Deployment Services

OVERVIEW Cloud Deployment Services OVERVIEW Cloud Deployment Services Audience This document is intended for those involved in planning, defining, designing, and providing cloud services to consumers. The intended audience includes the

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

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

More information

Chapter 19 Cloud Computing for Multimedia Services

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

More information

IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications

IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications Open System Laboratory of University of Illinois at Urbana Champaign presents: Outline: IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications A Fine-Grained Adaptive

More information

The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption. Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware

The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption. Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware 1 Foreword Datacenter (DC) energy consumption is significant

More information

Cloud Computing Trends

Cloud Computing Trends UT DALLAS Erik Jonsson School of Engineering & Computer Science Cloud Computing Trends What is cloud computing? Cloud computing refers to the apps and services delivered over the internet. Software delivered

More information

Introduction to AWS Economics

Introduction to AWS Economics Introduction to AWS Economics Reducing Costs and Complexity May 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

Introduction to Cloud Computing

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

More information

GETTING THE MOST FROM THE CLOUD. A White Paper presented by

GETTING THE MOST FROM THE CLOUD. A White Paper presented by GETTING THE MOST FROM THE CLOUD A White Paper presented by Why Move to the Cloud? CLOUD COMPUTING the latest evolution of IT services delivery is a scenario under which common business applications are

More information

Future of Cloud Computing. Irena Bojanova, Ph.D. UMUC, NIST

Future of Cloud Computing. Irena Bojanova, Ph.D. UMUC, NIST Future of Cloud Computing Irena Bojanova, Ph.D. UMUC, NIST No Longer On The Horizon Essential Characteristics On-demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity Measured Service

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

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

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

More information

The Massachusetts Open Cloud (MOC)

The Massachusetts Open Cloud (MOC) The Massachusetts Open Cloud (MOC) October 11, 2012 Abstract The Massachusetts open cloud is a new non-profit open public cloud that will be hosted (primarily) at the MGHPCC data center. Its mission is

More information

Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges.

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

More information

The New Virtualization Management. Five Best Practices

The New Virtualization Management. Five Best Practices The New Virtualization Management Five Best Practices Establish a regular reporting schedule to keep track of changes in your environment. Optimizing Capacity, Availability and Performance in a Modern

More information

ASCETiC Whitepaper. Motivation. ASCETiC Toolbox Business Goals. Approach

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

More information

Prof. Luiz Fernando Bittencourt MO809L. Tópicos em Sistemas Distribuídos 1 semestre, 2015

Prof. Luiz Fernando Bittencourt MO809L. Tópicos em Sistemas Distribuídos 1 semestre, 2015 MO809L Tópicos em Sistemas Distribuídos 1 semestre, 2015 Introduction to Cloud Computing IT Challenges 70% of the budget to keep IT running, 30% available to create new value that needs to be inverted

More information

Figure 1 Cloud Computing. 1.What is Cloud: Clouds are of specific commercial interest not just on the acquiring tendency to outsource IT

Figure 1 Cloud Computing. 1.What is Cloud: Clouds are of specific commercial interest not just on the acquiring tendency to outsource IT An Overview Of Future Impact Of Cloud Computing Shiva Chaudhry COMPUTER SCIENCE DEPARTMENT IFTM UNIVERSITY MORADABAD Abstraction: The concept of cloud computing has broadcast quickly by the information

More information

Load balancing model for Cloud Data Center ABSTRACT:

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

More information

I D C T E C H N O L O G Y S P O T L I G H T. I m p r o ve I T E f ficiency, S t o p S e r ve r S p r aw l

I D C T E C H N O L O G Y S P O T L I G H T. I m p r o ve I T E f ficiency, S t o p S e r ve r S p r aw l I D C T E C H N O L O G Y S P O T L I G H T Optimizing Blade Ser ve r s f o r V irtualization: I m p r o ve I T E f ficiency, S t o p S e r ve r S p r aw l August 2011 Adapted from IDC Blade Market Survey:

More information

Server virtualization overview

Server virtualization overview overview Virtualization within the IT environment helps you make more efficient use of existing software and hardware resources. You can use popular virtualization software to create VMs (virtual machines)

More information

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 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

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

More information

How cloud computing can transform your business landscape

How cloud computing can transform your business landscape How cloud computing can transform your business landscape Introduction It seems like everyone is talking about the cloud. Cloud computing and cloud services are the new buzz words for what s really a not

More information