排序方式: 共有112条查询结果,搜索用时 0 毫秒
1.
In IaaS Cloud,different mapping relationships between virtual machines(VMs) and physical machines(PMs) cause different resource utilization,so how to place VMs on PMs to reduce energy consumption is becoming one of the major concerns for cloud providers.The existing VM scheduling schemes propose optimize PMs or network resources utilization,but few of them attempt to improve the energy efficiency of these two kinds of resources simultaneously.This paper proposes a VM scheduling scheme meeting multiple resource constraints,such as the physical server size(CPU,memory,storage,bandwidth,etc.) and network link capacity to reduce both the numbers of active PMs and network elements so as to finally reduce energy consumption.Since VM scheduling problem is abstracted as a combination of bin packing problem and quadratic assignment problem,which is also known as a classic combinatorial optimization and NP-hard problem.Accordingly,we design a twostage heuristic algorithm to solve the issue,and the simulations show that our solution outperforms the existing PM- or network-only optimization solutions. 相似文献
2.
With an increasing number of cloud computing offerings in the market, migrating an existing computational infrastructure to the cloud requires comparison of different offers in order to find the most suitable configuration. Cloud providers offer many configuration options, such as location, purchasing mode, redundancy, and extra storage. Often, the information about such options is not well organised. This leads to large and unstructured configuration spaces, and turns the comparison into a tedious, error-prone search problem for the customers. In this work we focus on supporting customer decision making for selecting the most suitable cloud configuration—in terms of infrastructural requirements and cost. We achieve this by means of variability modelling and analysis techniques. Firstly, we structure the configuration space of an IaaS using feature models, usually employed for the modelling of variability-intensive systems, and present the case study of the Amazon EC2. Secondly, we assist the configuration search process. Feature models enable the use of different analysis operations that, among others, automate the search of optimal configurations. Results of our analysis show how our approach, with a negligible analysis time, outperforms commercial approaches in terms of expressiveness and accuracy. 相似文献
3.
4.
5.
6.
云计算系统中laaS层通过对虚拟化后的基础设施进行池化管理来完成云内基础设施资源的管理.资源的池化为云服务提供按需索取的资源供应以及动态的资源配给.针对现有云计算平台缺乏对资源供应量的自动调整机制的问题,研究了云计算平台中基础设施资源供给的自适应性.通过二次平均时间序列预测法对未来一个时段内的业务负载峰值进行预测,并将预测值交予云平台转化为资源需求.对给定的资源需求,模型通过不断寻找最小虚拟机所能提供的资源与预期资源需求量之差的向量长度,做出虚拟机调度决策.仿真实验表明,本文提出的云计算自适应模型具有良好的精确性及稳定性. 相似文献
7.
以IaaS为切入点,对国内外IaaS发展状况及特点进行梳理,通过对比分析,总结我国包括IaaS在内的公共云服务发展面临的主要问题,提出推动公共云发展的具体建议,并简要介绍国内产业界为此进行的努力。 相似文献
8.
云计算是当前IT业界热门的新型商业模式,得到了广泛关注和应用,并能够大大减少企业运行成本。IaaS作为云计算最基础的一种服务模式,通过将计算、存储、网络等资源虚拟化,按需提供给用户。资源池作为IaaS中最核心的组成部分,管理了大量各式各样的硬件设备,对这些硬件的自动配置,就成了资源池的一个核心工作。本文提出并实现了一个基于命令行接口的硬件自动配置方案,实现了对资源池中多种硬件的自动配置,并达到了高通用性和高可维护性,具有重要的实践意义。 相似文献
9.
Server Consolidation is one of the foremost concerns associated with the effective management of a Cloud Data Center as it has the potential to accomplish significant reduction in the overall cost and energy consumption. Most of the existing works on Server Consolidation have focused only on reducing the number of active physical servers (PMs) using Virtual Machine (VM) Live Migration. But, along with reducing the number of active PMs, if a consolidation approach reduces residual resource fragmentation, the residual resources can be efficiently used for new VM allocations, or VM reallocations, and some future migrations can also be reduced. None of the existing works have explicitly focused on reducing residual resource fragmentation along with reducing the number of active PMs to the best of our knowledge. We propose RFAware Server Consolidation, a heuristics based server consolidation approach which performs residual resource defragmentation along with reducing the number of active PMs in cloud data centers. 相似文献
10.
Cloud brokering mechanisms for optimized placement of virtual machines across multiple providers 总被引:1,自引:0,他引:1
Johan TordssonAuthor Vitae Rubén S. MonteroAuthor Vitae 《Future Generation Computer Systems》2012,28(2):358-367
In the past few years, we have witnessed the proliferation of a heterogeneous ecosystem of cloud providers, each one with a different infrastructure offer and pricing policy. We explore this heterogeneity in a novel cloud brokering approach that optimizes placement of virtual infrastructures across multiple clouds and also abstracts the deployment and management of infrastructure components in these clouds. The feasibility of our approach is evaluated in a high throughput computing cluster case study. Experimental results confirm that multi-cloud deployment provides better performance and lower costs compared to the usage of a single cloud only. 相似文献