基于MapReduce蚁群算法的多租户SaaS服务定制与部署方法研究
发布时间:2018-09-10 08:34
【摘要】:云计算的兴起正在逐渐地改变整个计算机产业界和学术界。云计算将大量硬件资源、软件资源和信息资源链接在一起,形成一个规模巨大的虚拟的共享资源池,为远程计算机终端用户提供“召之即来,挥之即去”,并且似乎是“能力无限”的各种服务。云计算中的服务可分为3个层次:基础设施即服务(IaaS),平台即服务(PaaS),软件即服务(SaaS)。 软件即服务SaaS将软件和基础设施的运营、管理、维护及软件所有权等由用户转向外部运营商,用户不直接拥有软件和添置硬件,而是通过互联网以付费方式租赁和使用软件服务。SaaS软件交付模式将应用软件以服务的形式提供给用户,用户通过租用软件减少构造、使用和维护软件应用的成本,增强业务变化的灵活性。 数据中心是云计算的基础,随着数据中心规模的扩展,能量消耗已经成为数据中心运营和维护的最大成本。日益显露的能耗问题严重阻碍了云计算技术的普及和发展。许多云计算厂商都在积极研究绿色节能技术,通过快速抢占节能技术领域的制高点来攫取最大利益。 云计算中的关键技术主要有:MapReduce编程模式、大规模数据的分布式存储及管理技术、虚拟化技术、云计算平台管理技术等。云计算和群体智能算法(如蚁群算法、粒子群算法、遗传算法等)有着天然的联系,云计算MapReduce编程模式中的Map和Reduce单元起源于智能领域;群体智能算法,如蚁群算法、遗传算法、模拟退火算法等,因为大量采用Monto Carlo方法,具有很高的并行性,可以在云计算系统中实现分布式并行计算,并行计算可以充分发挥云计算平台中强大的运算、存储等处理能力,智能算法将会在云计算平台中得到很好的应用。 蚁群算法具有自组织性、正反馈性,很强的通用性、鲁棒性和高的隐含并行性。 为此,本文研究云计算环境下面向SaaS服务的蚁群算法及其在SaaS平台中的应用,包括在多租户服务定制问题中的应用和在能量感知的服务放置问题中的应用。论文研究的主要内容和创新点如下。 1、研究云计算环境下的蚁群算法。融合云计算的关键技术和蚁群算法,设计出云计算环境下分布式并行化的蚁群算法,提出了基于MapReduce的改进背包问题蚁群算法(MIAM)。研究该算法求解问题的一般思路、方法、特点、框架及性能,充分发挥云计算平台强大的计算能力、分布式存储和管理能力,为问题的分布式、并行化和智能化求解以及云计算平台的科学化、智能化管理提供新的思路和方法。应用MapReduce编程模式实现蚁群优化算法的并行化计算,应用轮盘赌、交叉、变异等方法来改进蚁群算法,通过改变概率计算时机等来降低蚁群算法的计算复杂度。并应用该算法在云计算环境中分布式并行地求解大规模多维背包问题。 2、将云计算环境下的蚁群算法应用于解决SaaS平台中多租户服务定制问题。多租户服务定制能够满足租户不断变化的个性化服务需求,也是实现灵活的SaaS多租户软件体系结构的核心技术之一。研究SaaS中多租户服务的有关理论、关键技术和实现方法,给出多租户服务定制的层次结构图和定制流程,拓宽蚁群算法在SaaS中的智能应用,提高SaaS平台的服务质量与效益,具有理论意义和实际应用价值。提出了基于MapReduce和多目标蚁群算法的多租户服务定制算法(MSCMA)。MSCMA算法从众多业务流程和海量服务中为租户定制出最适合的业务流程和优化的服务组合。MSCMA算法设计了多目标蚁群算法,应用MapReduce云计算技术,在云计算环境中分布式并行地运行优化任务,并采用优良解保持策略和解多样性保持策略。仿真实验结果表明,MSCMA算法在求解多租户个性化服务定制问题时表现出良好的收敛性和扩展性;该算法具有处理海量数据和大规模问题的能力。 3、将云计算环境下的蚁群算法应用于解决能量感知的服务放置问题。设计SaaS平台中服务的分组部署策略及部署算法,来产生闲置服务器,使用户的服务请求能分发到数据中心适量的服务器上,通过关闭不用的服务器来减少能耗,降低数据中心的运维成本,具有重要的应用价值,符合云计算的低碳经济与绿色计算的发展理念及总体发展趋势。设计服务部署算法,提出了基于MapReduce和蚁群算法的服务部署算法。SDMA融合装箱问题的装箱策略、蚁群算法、MapReduce、HDFS等云计算技术,将服务部署到尽可能少的服务器上,来进一步实现节能目标,同时考虑了部署代价最小目标、服务器负载均衡目标。SDMA运行在云计算环境中分布式并行地求解海量服务的部署问题,并且能适用不同场景的服务部署问题。
[Abstract]:The rise of cloud computing is gradually changing the entire computer industry and academia. Cloud computing links a large number of hardware resources, software resources and information resources together to form a large-scale virtual pool of shared resources for remote computer end-users to provide "call-and-go" and seems to be "incompetent." Services in cloud computing can be divided into three levels: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).
Software as a Service SaaS transfers software and infrastructure operations, management, maintenance and software ownership from users to external operators. Instead of directly owning software and adding hardware, users rent and use software services through the Internet at a fee. SaaS software delivery model provides application software to users in the form of services. By leasing software, users reduce the cost of building, using and maintaining software applications, and enhance the flexibility of business changes.
Data center is the foundation of cloud computing. With the expansion of the scale of data center, energy consumption has become the biggest cost of operation and maintenance of data center. The commanding heights of the field are to gain the best interests.
The key technologies in cloud computing are: MapReduce programming mode, distributed storage and management of large-scale data, virtualization technology, cloud computing platform management technology, etc. Cloud computing and swarm intelligence algorithms (such as ant colony algorithm, particle swarm optimization, genetic algorithm, etc.) have a natural relationship, cloud computing MapReduce programming mode Map. And Reduce unit originated in the field of intelligence; swarm intelligence algorithm, such as ant colony algorithm, genetic algorithm, simulated annealing algorithm, because a large number of Monto Carlo method, has a high degree of parallelism, can be implemented in the cloud computing system distributed parallel computing, parallel computing can give full play to the powerful computing and storage in the cloud computing platform. Intelligent algorithm will be well applied in cloud computing platform.
The ant colony algorithm is self-organizing, positive and negative feedback, strong versatility, robustness and high implicit parallelism.
Therefore, this paper studies the ant colony algorithm for SaaS service in cloud computing environment and its application in SaaS platform, including multi-tenant service customization problem and energy-aware service placement problem.
1. Study the ant colony algorithm in cloud computing environment. Fuse the key technology of cloud computing and ant colony algorithm, design a distributed and parallel ant colony algorithm in cloud computing environment. Propose an improved backpack ant colony algorithm (MIAM) based on MapReduce. Cloud computing platform has powerful computing ability, distributed storage and management ability, which provides new ideas and methods for distributed, parallel and intelligent problem solving, scientific and intelligent management of cloud computing platform. The algorithm improves the ant colony algorithm and reduces the computational complexity of the ant colony algorithm by changing the time of probability calculation.
2. Applying ant colony algorithm in cloud computing environment to solve the multi-tenant service customization problem in SaaS platform. Multi-tenant service customization can meet the changing personalized service requirements of tenants, and is also one of the core technologies to realize flexible SaaS multi-tenant software architecture. This paper presents the hierarchical structure diagram and customization process of multi-tenant service customization, expands the intelligent application of ant colony algorithm in SaaS, and improves the service quality and efficiency of SaaS platform. It has theoretical and practical value. A multi-tenant service customization algorithm based on MapReduce and multi-objective ant colony algorithm (MSCMA) is proposed. The MSCMA algorithm designs a multi-objective ant colony algorithm, and uses MapReduce cloud computing technology to run optimization tasks in a distributed and parallel manner in a cloud computing environment. The simulation results show that the MSCMA algorithm has good convergence and scalability in solving multi-tenant personalized service customization problem, and it has the ability to deal with massive data and large-scale problems.
3. Ant Colony Algorithm in Cloud Computing Environment is applied to solve the problem of energy-aware service placement. Packet deployment strategy and deployment algorithm of services in SaaS platform are designed to generate idle servers, so that users'service requests can be distributed to a moderate number of servers in the data center. By shutting down unused servers, energy consumption can be reduced and the number of servers can be reduced. According to the operation and maintenance cost of the center, it has important application value and conforms to the development concept and overall development trend of low-carbon economy and green computing of cloud computing.The service deployment algorithm is designed and a service deployment algorithm based on MapReduce and Ant Colony Algorithm is proposed. SDMA runs in a cloud computing environment to solve the deployment of massive services in a distributed and parallel manner, and can be applied to different scenarios of service deployment.
【学位授予单位】:合肥工业大学
【学位级别】:博士
【学位授予年份】:2014
【分类号】:TP18;TP393.09
本文编号:2233931
[Abstract]:The rise of cloud computing is gradually changing the entire computer industry and academia. Cloud computing links a large number of hardware resources, software resources and information resources together to form a large-scale virtual pool of shared resources for remote computer end-users to provide "call-and-go" and seems to be "incompetent." Services in cloud computing can be divided into three levels: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).
Software as a Service SaaS transfers software and infrastructure operations, management, maintenance and software ownership from users to external operators. Instead of directly owning software and adding hardware, users rent and use software services through the Internet at a fee. SaaS software delivery model provides application software to users in the form of services. By leasing software, users reduce the cost of building, using and maintaining software applications, and enhance the flexibility of business changes.
Data center is the foundation of cloud computing. With the expansion of the scale of data center, energy consumption has become the biggest cost of operation and maintenance of data center. The commanding heights of the field are to gain the best interests.
The key technologies in cloud computing are: MapReduce programming mode, distributed storage and management of large-scale data, virtualization technology, cloud computing platform management technology, etc. Cloud computing and swarm intelligence algorithms (such as ant colony algorithm, particle swarm optimization, genetic algorithm, etc.) have a natural relationship, cloud computing MapReduce programming mode Map. And Reduce unit originated in the field of intelligence; swarm intelligence algorithm, such as ant colony algorithm, genetic algorithm, simulated annealing algorithm, because a large number of Monto Carlo method, has a high degree of parallelism, can be implemented in the cloud computing system distributed parallel computing, parallel computing can give full play to the powerful computing and storage in the cloud computing platform. Intelligent algorithm will be well applied in cloud computing platform.
The ant colony algorithm is self-organizing, positive and negative feedback, strong versatility, robustness and high implicit parallelism.
Therefore, this paper studies the ant colony algorithm for SaaS service in cloud computing environment and its application in SaaS platform, including multi-tenant service customization problem and energy-aware service placement problem.
1. Study the ant colony algorithm in cloud computing environment. Fuse the key technology of cloud computing and ant colony algorithm, design a distributed and parallel ant colony algorithm in cloud computing environment. Propose an improved backpack ant colony algorithm (MIAM) based on MapReduce. Cloud computing platform has powerful computing ability, distributed storage and management ability, which provides new ideas and methods for distributed, parallel and intelligent problem solving, scientific and intelligent management of cloud computing platform. The algorithm improves the ant colony algorithm and reduces the computational complexity of the ant colony algorithm by changing the time of probability calculation.
2. Applying ant colony algorithm in cloud computing environment to solve the multi-tenant service customization problem in SaaS platform. Multi-tenant service customization can meet the changing personalized service requirements of tenants, and is also one of the core technologies to realize flexible SaaS multi-tenant software architecture. This paper presents the hierarchical structure diagram and customization process of multi-tenant service customization, expands the intelligent application of ant colony algorithm in SaaS, and improves the service quality and efficiency of SaaS platform. It has theoretical and practical value. A multi-tenant service customization algorithm based on MapReduce and multi-objective ant colony algorithm (MSCMA) is proposed. The MSCMA algorithm designs a multi-objective ant colony algorithm, and uses MapReduce cloud computing technology to run optimization tasks in a distributed and parallel manner in a cloud computing environment. The simulation results show that the MSCMA algorithm has good convergence and scalability in solving multi-tenant personalized service customization problem, and it has the ability to deal with massive data and large-scale problems.
3. Ant Colony Algorithm in Cloud Computing Environment is applied to solve the problem of energy-aware service placement. Packet deployment strategy and deployment algorithm of services in SaaS platform are designed to generate idle servers, so that users'service requests can be distributed to a moderate number of servers in the data center. By shutting down unused servers, energy consumption can be reduced and the number of servers can be reduced. According to the operation and maintenance cost of the center, it has important application value and conforms to the development concept and overall development trend of low-carbon economy and green computing of cloud computing.The service deployment algorithm is designed and a service deployment algorithm based on MapReduce and Ant Colony Algorithm is proposed. SDMA runs in a cloud computing environment to solve the deployment of massive services in a distributed and parallel manner, and can be applied to different scenarios of service deployment.
【学位授予单位】:合肥工业大学
【学位级别】:博士
【学位授予年份】:2014
【分类号】:TP18;TP393.09
【参考文献】
相关期刊论文 前10条
1 汪德帅;张一川;张斌;刘莹;;支持多租约SaaS应用按需服务的负载均衡策略[J];东北大学学报(自然科学版);2011年03期
2 范小芹;蒋昌俊;方贤文;丁志军;;基于离散微粒群算法的动态Web服务选择[J];计算机研究与发展;2010年01期
3 李伯虎;张霖;任磊;柴旭东;陶飞;罗永亮;王勇智;尹超;黄刚;赵欣培;;再论云制造[J];计算机集成制造系统;2011年03期
4 姜红红;杨小虎;徐远;柯杰瑞;;基于变长基因算法的服务质量驱动多路径Web服务组合[J];计算机集成制造系统;2011年06期
5 喻学才;张田文;;多维背包问题的一个蚁群优化算法[J];计算机学报;2008年05期
6 林海略;韩燕波;;多租户应用的性能管理关键问题研究[J];计算机学报;2010年10期
7 史玉良;栾帅;李庆忠;董晋利;刘方方;;基于TLA的SaaS业务流程定制及验证机制研究[J];计算机学报;2010年11期
8 林闯;田源;姚敏;;绿色网络和绿色评价:节能机制、模型和评价[J];计算机学报;2011年04期
9 李亚琼;宋莹;黄永兵;;一种面向虚拟化云计算平台的内存优化技术[J];计算机学报;2011年04期
10 朱勇;罗军舟;李伟;;一种工作流环境下能耗感知的多路径服务组合方法[J];计算机学报;2012年03期
相关博士学位论文 前1条
1 孔兰菊;SaaS应用交付平台中多租户云数据管理关键技术研究[D];山东大学;2011年
,本文编号:2233931
本文链接:https://www.wllwen.com/guanlilunwen/ydhl/2233931.html