天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 計算機論文 >

基于Xen的虛擬機動態(tài)遷移策略研究

發(fā)布時間:2018-03-30 12:41

  本文選題:云計算 切入點:虛擬機 出處:《遼寧大學(xué)》2013年碩士論文


【摘要】:虛擬化技術(shù)采用隔離技術(shù)降低了云計算環(huán)境下集群的底層異構(gòu)性,通過虛擬資源設(shè)計提高了云計算環(huán)境下資源利用率,是云計算的核心技術(shù)之一,是云環(huán)境下目前的研究熱點。虛擬化中的動態(tài)遷移技術(shù)能夠?qū)μ摂M機進行無縫遷移,在保證業(yè)務(wù)運行的同時將虛擬機從源物理主機遷移到目的物理主機,保證遷移的安全性和高效性。目前,云計算環(huán)境下的動態(tài)遷移性能一般通過SaaS層的具體應(yīng)用的優(yōu)化來實現(xiàn),,這樣雖然提高了應(yīng)用的跨平臺適應(yīng)性,但是卻顯著降低了動態(tài)遷移性能。 本文針對Xen平臺環(huán)境,將實際應(yīng)用場景和Xen底層的遷移進行結(jié)合,提出了基于Xen虛擬機的動態(tài)遷移策略。具體工作如下: 首先,為了在云計算環(huán)境下進行虛擬機遷移,Xen遷移時采用比較傳遞頁位圖和跳過頁位圖的方式來判斷內(nèi)存頁是否重傳。針對頁位圖比較帶來多次重傳增加網(wǎng)絡(luò)傳送開銷,提出基于AR模型的內(nèi)存優(yōu)化算法,根據(jù)記錄的內(nèi)存頁所有修改時間間隔來預(yù)測內(nèi)存頁的下次修改時間,當(dāng)下次修改時間大于某個閾值時進行重傳。該內(nèi)存優(yōu)化算法縮短了虛擬機遷移的時間,減少了虛擬機遷移時的網(wǎng)絡(luò)開銷。 其次,在AR模型的基礎(chǔ)上,對縮短遷移時間的同時降低業(yè)務(wù)質(zhì)量的情況進行分析處理。針對RATE_IS_SAVE模式下遷移時網(wǎng)絡(luò)帶寬最大化分配帶來業(yè)務(wù)預(yù)留帶寬不足,對原模式進行自適應(yīng)優(yōu)化,提出基于指數(shù)平滑算法的網(wǎng)絡(luò)帶寬改進策略,依據(jù)迭代過程中的臟頁產(chǎn)生速率合理預(yù)測業(yè)務(wù)預(yù)留帶寬,再將剩余帶寬分配給遷移,有效縮短了遷移時間,保證了遷移時的業(yè)務(wù)質(zhì)量。 最后,通過對基于AR模型的內(nèi)存優(yōu)化算法、基于指數(shù)平滑算法的網(wǎng)絡(luò)帶寬分配策略以及兩者結(jié)合在多個應(yīng)用類型下的實驗數(shù)據(jù)收集,分析遷移時間、宕機時間和服務(wù)質(zhì)量等性能指標(biāo)。結(jié)果表明,本文提出的算法在縮短遷移時間的基礎(chǔ)上保證了遷移時的業(yè)務(wù)質(zhì)量。
[Abstract]:Virtualization technology, which is one of the core technologies of cloud computing, reduces the underlying heterogeneity of cluster in cloud computing environment by isolating technology, and improves the utilization ratio of resources in cloud computing environment through virtual resource design. Dynamic migration technology in virtualization can seamlessly migrate virtual machines and transfer virtual machines from source physical host to destination physical host while ensuring business operation. Ensure the security and efficiency of migration. At present, the dynamic migration performance in cloud computing environment is generally realized through the optimization of specific applications in the SaaS layer, although it improves the cross-platform adaptability of applications. However, dynamic migration performance is significantly reduced. In this paper, a dynamic migration strategy based on Xen virtual machine is proposed by combining the actual application scenario with the Xen underlying migration in the Xen platform environment. The specific work is as follows:. First of all, in order to judge whether the memory page is retransmitted by comparing the passing of page bitmap and skipping the page bitmap, the Xen migration of virtual machine in cloud computing environment brings multiple retransmissions to increase the network transmission overhead. A memory optimization algorithm based on AR model is proposed to predict the next modification time of the memory page according to all the modified time intervals of the recorded memory pages. The memory optimization algorithm shortens the migration time of virtual machine and reduces the network overhead of virtual machine migration. Secondly, on the basis of AR model, this paper analyzes and deals with the situation of shortening migration time and reducing service quality, aiming at the shortage of reserved bandwidth due to the maximum allocation of network bandwidth during migration in RATE_IS_SAVE mode. Based on the adaptive optimization of the original mode, a network bandwidth improvement strategy based on exponential smoothing algorithm is proposed. The reserved bandwidth is reasonably predicted according to the dirty page generation rate in the iterative process, and the remaining bandwidth is allocated to the migration. Effectively shorten the migration time, ensure the quality of the business migration. Finally, through the memory optimization algorithm based on AR model, the network bandwidth allocation strategy based on exponential smoothing algorithm and the experimental data collection under multiple application types, the migration time is analyzed. The results show that the proposed algorithm can guarantee the service quality of migration on the basis of shortening the migration time.
【學(xué)位授予單位】:遼寧大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2013
【分類號】:TP302

【參考文獻】

相關(guān)期刊論文 前10條

1 蔡一兵;王春峰;孫利民;李忠誠;;網(wǎng)絡(luò)移動支持研究[J];計算機科學(xué);2005年07期

2 向小軍;高陽;商琳;楊育彬;;基于Hadoop平臺的海量文本分類的并行化[J];計算機科學(xué);2011年10期

3 劉伯成;陳慶奎;;云計算中的集群資源模糊聚類劃分模型[J];計算機科學(xué);2011年S1期

4 曹立強;羅紅兵;張曉霞;;集群環(huán)境中影響NFS文件系統(tǒng)帶寬的測試與分析[J];計算機工程;2007年19期

5 溫研;王懷民;;基于本地虛擬化技術(shù)的隔離執(zhí)行模型研究[J];計算機學(xué)報;2008年10期

6 張彬彬;汪小林;楊亮;賴榮鳳;王振林;羅英偉;李曉明;;修改客戶操作系統(tǒng)優(yōu)化KVM虛擬機的I/O性能[J];計算機學(xué)報;2010年12期

7 李強;郝沁汾;肖利民;李舟軍;;云計算中虛擬機放置的自適應(yīng)管理與多目標(biāo)優(yōu)化[J];計算機學(xué)報;2011年12期

8 張偉哲;張宏莉;張迪;程濤;;云計算平臺中多虛擬機內(nèi)存協(xié)同優(yōu)化策略研究[J];計算機學(xué)報;2011年12期

9 葉可江;吳朝暉;姜曉紅;何欽銘;;虛擬化云計算平臺的能耗管理[J];計算機學(xué)報;2012年06期

10 蔡志平,殷建平,祝恩;在Windows中執(zhí)行Ring0特權(quán)級代碼的幾種方法[J];計算機應(yīng)用;2001年06期

相關(guān)碩士學(xué)位論文 前1條

1 李穎;時間序列指數(shù)平滑算法的改進研究[D];遼寧工程技術(shù)大學(xué);2009年



本文編號:1685957

資料下載
論文發(fā)表

本文鏈接:http://www.sikaile.net/kejilunwen/jisuanjikexuelunwen/1685957.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶1ca49***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com