- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘要
摘要
云计算是一种服务的交付和使用模式,能够将各种 IT 资源以服务的形式提供
给用户按需使用。作为一种新兴的商业计算模型,云计算极有可能为 IT 行业带来
一次新的变革。因此,如何构建灵活、高效、健壮的云计算平台也成为国内外各
大 IT 企业的研究热点。
本文设计的云计算平台基于服务器虚拟化技术,能够对外提供基础设施即服
务(IaaS )。系统建立在由大量服务器组成的计算机集群之上,通过虚拟化技术实
现了资源的按需分割和动态分配,并利用虚拟机的快速部署和实时迁移能力实现
了系统的高可用性和负载均衡。
对多种虚拟化技术的支持是本系统的一大特点。通过使用 XML-RPC 、SOAP、
libvirt 库等不同的方式,实现了对 Citrix Xen、VMware 、Redhat KVM 和 Redhat Xen
四种类型的虚拟机的管理操作。文章最后通过几组用例对虚拟机的管理操作进行
了测试,测试结果表明系统对以上四种类型的虚拟机提供了良好的支持。
关键词: 云计算 虚拟化技术 基础设施即服务
负载均衡 高可用性
Abstract
Abstract
Cloud computing is a service delivery and usage pattern, which can provide the IT
resources as a service for users on-demand use. As a new business model, cloud
computing is very likely to bring a new change for the IT industry, so how to build a
flexible, efficient, robust cloud computing platform has become a major research focus
for domestic and foreign IT companies.
The paper designed a cloud computing platform based on server virtualization
technology to offer infrastructure as a service(IaaS). The system is established on a
computer cluster which includes a large number of servers. It achieved the on-demand
division and dynamic allocation of resources though the virtualization technology, and
also achieved high availability and load balancing by using the rapid deployment and
real-time migration capability of the virtual machines.
Supporting several virtualization technologies is a major feature of the system.
The system can management the virtual machine of Citrix Xen, VMware, Redhat
KVM and Redhat Xen though XML-RPC, SOAP or libvirt library. The management
operations are tested at the end of the paper. The test r
文档评论(0)