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

可靠虛擬數(shù)據(jù)設(shè)計(jì)及研究

發(fā)布時(shí)間:2019-05-23 11:38
【摘要】:面向云計(jì)算的虛擬數(shù)據(jù)中心(Virtual data center: VDC)以其低廉的價(jià)格和非常有吸引力的按需付費(fèi)模式受到了廣泛的關(guān)注。越來越多的企業(yè)從部署專用服務(wù)器的傳統(tǒng)運(yùn)營(yíng)模式轉(zhuǎn)向租用云數(shù)據(jù)中心的資源來滿足企業(yè)日常的IT應(yīng)用需求,,以此擺脫維護(hù)和管理基礎(chǔ)設(shè)施網(wǎng)絡(luò)的高昂開支。通過虛擬化技術(shù),這些租戶可以高效地共享同一個(gè)基礎(chǔ)設(shè)施的資源,獲得了更經(jīng)濟(jì)的基礎(chǔ)設(shè)施即服務(wù)(InfrastructureAsServices: IaaS)。與傳統(tǒng)的數(shù)據(jù)中心模式相比,云計(jì)算環(huán)境下資源虛擬化技術(shù)在提高資源的利用率以及降低能耗等方面都展現(xiàn)出了巨大的優(yōu)勢(shì)。但是其高度整合的資源組織和管理方式也帶來了潛在的危機(jī)。全球每年都有成百上千的數(shù)據(jù)中心發(fā)生服務(wù)中斷事件,導(dǎo)致重大損失。同時(shí),為降低成本,云數(shù)據(jù)中心通常采用商用而非電信級(jí)的底層硬件,其可靠性本身就存在問題,虛擬數(shù)據(jù)中心的高可靠性已成為目前學(xué)術(shù)和產(chǎn)業(yè)界都亟待解決的問題。 本文的研究了以下三個(gè)問題:(1)當(dāng)鏈路發(fā)生故障時(shí)虛擬數(shù)據(jù)中心的冗余設(shè)計(jì),目的是保證任意單鏈路失效場(chǎng)景下虛擬數(shù)據(jù)中心的可用性;(2)當(dāng)虛擬機(jī)發(fā)生故障(虛擬機(jī)本身故障或承載虛擬機(jī)的物理服務(wù)器故障)時(shí)虛擬數(shù)據(jù)中心的冗余設(shè)計(jì),目的是實(shí)現(xiàn)單虛擬機(jī)失效時(shí)虛擬數(shù)據(jù)中心的可用性;(3)利用開源軟件Pacemaker完成高可靠性虛擬數(shù)據(jù)中心平臺(tái)的搭建,通過不同的冗余設(shè)置,實(shí)現(xiàn)應(yīng)用級(jí)和虛擬機(jī)級(jí)的高可靠性。 針對(duì)鏈路失效場(chǎng)景,本文提出了一種基于保護(hù)的可生存虛擬數(shù)據(jù)中心映射算法(Protection Based Survivable Virtual Datacenter Mapping Algorithm: P-SVDMA),該算法通過預(yù)設(shè)鏈路分離的冗余鏈路實(shí)現(xiàn)對(duì)鏈路失效的容忍。為了盡量減少冗余資源開銷,本文還提出了基于遷移保護(hù)的可生存虛擬數(shù)據(jù)中心映射算法(MigrationProtection Based Survivable Virtual Datacenter Mapping Algorithm: MP-SVDMA)。MP-SVDAMA算法的基本思想是當(dāng)出現(xiàn)鏈路失效后對(duì)虛擬數(shù)據(jù)中心資源進(jìn)行重新配置,將與失效鏈路相關(guān)的虛擬機(jī)由原來的位置遷移到一個(gè)新的可用位置,以達(dá)到繞開失效鏈路的目的。 針對(duì)虛擬機(jī)失效的問題,本文提出了單節(jié)點(diǎn)冗余算法和K節(jié)點(diǎn)冗余算法。通過對(duì)原始的虛擬數(shù)據(jù)中心進(jìn)行冗余增強(qiáng),并將其映射到合理的物理資源上,確保當(dāng)虛擬機(jī)發(fā)生失效時(shí)(虛擬機(jī)失效或者放置虛擬機(jī)的物理服務(wù)器故障),對(duì)外提供給租戶的虛擬數(shù)據(jù)中心仍然可用,從而提高虛擬數(shù)據(jù)中心的可靠性。并且通過合理的資源配置和共享機(jī)制,提高了數(shù)據(jù)中心的資源效用。 針對(duì)高可靠性虛擬數(shù)據(jù)中心的搭建問題,本文采用開源集群管理軟件Pacemaker進(jìn)行了基于云的高可靠性虛擬數(shù)據(jù)中心搭建。文中首先介紹了平臺(tái)搭建中用到的相關(guān)技術(shù),接著對(duì)Pacemaker的功能和特征做了簡(jiǎn)單描述,然后詳細(xì)介紹了平臺(tái)的搭建流程,最后分別針對(duì)虛擬數(shù)據(jù)中心應(yīng)用級(jí)(MySQL)和虛擬機(jī)級(jí)的高可靠性進(jìn)行實(shí)例說明。
[Abstract]:Virtual data center (VDC) for cloud computing is subject to a wide range of concerns with its low price and a very attractive, on-demand mode of payment. A growing number of businesses move from the traditional operating model of deploying dedicated servers to the resources of the leased cloud data center to meet the business's day-to-day IT application needs, thereby freeing up the high cost of maintaining and managing infrastructure networks. By virtualization technology, these tenants can efficiently share the resources of the same infrastructure and gain a more economical infrastructure as a service (IaaS). Compared with the traditional data center model, the resource virtualization technology in the cloud computing environment has a great advantage in improving the utilization ratio of resources and reducing energy consumption and the like. But its highly integrated resource organization and management approach also lead to a potential crisis. There are hundreds of data centers each year with service interruption events leading to heavy losses. At the same time, in order to reduce the cost, the cloud data center generally adopts commercial and non-telecom-level bottom-layer hardware, and the reliability of the cloud data center is a problem, and the high reliability of the virtual data center has become a problem to be solved urgently in the academic and industrial circles. The following three problems are studied in this paper: (1) The redundant design of the virtual data center when the link fails, the purpose is to ensure the availability of the virtual data center under any single-link failure scenario Sexual; (2) The redundant design of the virtual data center when the virtual machine fails (the virtual machine itself fails or the physical server of the virtual machine is hosting the virtual machine) for the purpose of achieving the availability of the virtual data center when the single virtual machine fails (3) Complete the construction of high-reliability virtual data center platform by using the open source software, Pacemaster, and realize the high reliability of application level and virtual machine level through different redundancy settings In view of the link failure scenario, a protection-based Virtual Datacenter Mapping Algorithm (P-SVDMA) is proposed in this paper. In order to minimize the overhead of redundant resources, a migration-protected Virtual Datacenter Mapping Algorithm (MP-SVD) is also proposed in this paper. the basic idea of the MP-SVDAMA algorithm is to reconfigure the virtual data center resource after the link failure, to migrate the virtual machine associated with the failed link from the original location to a new available location to achieve the bypass of the failed link To solve the problem of virtual machine failure, a single-node redundancy algorithm and a K-section are proposed in this paper. Point-to-point redundancy algorithm. By providing redundancy to the original virtual data center and mapping it to a reasonable physical resource, make sure that when the virtual machine fails (the virtual machine fails or the physical server on which the virtual machine is placed), the virtual data provided to the tenant is externally provided The heart is still available, increasing the virtual data The reliability of the heart is improved, and the data center is improved through reasonable resource allocation and sharing mechanism In order to solve the problem of high reliability virtual data center, this paper uses the open source cluster management software, Packeaker, to carry on the cloud-based high-reliability virtual data center. The paper first introduces the related technologies used in the platform construction, then briefly describes the functions and features of the Packeker, and then introduces the building process of the platform in detail, and finally the high reliability of the virtual data center application level (MySQL) and the virtual machine level respectively.
【學(xué)位授予單位】:電子科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2013
【分類號(hào)】:TP308

【相似文獻(xiàn)】

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

1 王士平;;數(shù)據(jù)中心的發(fā)展趨勢(shì)[J];中國(guó)信息界(e醫(yī)療);2010年08期

2 李雪;;Radware業(yè)務(wù)智能數(shù)據(jù)中心戰(zhàn)略啟動(dòng)[J];信息安全與通信保密;2008年11期

3 本刊編輯部;;為中國(guó)金融業(yè)強(qiáng)“心”——2009中國(guó)金融業(yè)數(shù)據(jù)中心大會(huì)側(cè)記[J];金融電子化;2009年05期

4 ;Radware深度挖掘業(yè)務(wù)智能數(shù)據(jù)中心市場(chǎng)的巨大潛力[J];計(jì)算機(jī)安全;2008年11期

5 ;下一代數(shù)據(jù)中心之關(guān)鍵:網(wǎng)絡(luò)虛擬化[J];電腦與電信;2009年12期

6 ;3PAR:未來10年企業(yè)數(shù)據(jù)中心4大發(fā)展趨勢(shì)[J];通訊世界;2010年05期

7 ;電信級(jí)數(shù)據(jù)中心市場(chǎng)面臨變革[J];通訊世界;2009年07期

8 ;如何為虛擬化數(shù)據(jù)中心添加自動(dòng)化能力[J];現(xiàn)代商業(yè);2010年34期

9 ;Radware為下一代數(shù)據(jù)中心提供自動(dòng)化的資源優(yōu)化[J];計(jì)算機(jī)安全;2008年10期

10 徐成達(dá);;開放式網(wǎng)絡(luò)自動(dòng)化對(duì)構(gòu)建虛擬數(shù)據(jù)中心至關(guān)重要[J];通訊世界;2010年12期

相關(guān)會(huì)議論文 前10條

1 段翼真;王曉程;;可信安全虛擬機(jī)平臺(tái)的研究[A];第26次全國(guó)計(jì)算機(jī)安全學(xué)術(shù)交流會(huì)論文集[C];2011年

2 戴俊;;虛擬機(jī)技術(shù)在冶金模型平臺(tái)中的應(yīng)用[A];中國(guó)計(jì)量協(xié)會(huì)冶金分會(huì)2011年會(huì)論文集[C];2011年

3 俞乃博;;云計(jì)算—IaaS服務(wù)模式探討[A];中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)2011年年會(huì)論文集(上冊(cè))[C];2011年

4 陳景君;;基于可信計(jì)算的云計(jì)算基礎(chǔ)設(shè)施安全集成方案[A];天津市電視技術(shù)研究會(huì)2012年年會(huì)論文集[C];2012年

5 顧軍;;網(wǎng)絡(luò)技術(shù)在大型綜合體育賽事網(wǎng)絡(luò)制播業(yè)務(wù)中的應(yīng)用與技術(shù)特點(diǎn)——中央電視臺(tái)北京奧運(yùn)會(huì)基礎(chǔ)網(wǎng)絡(luò)系統(tǒng)設(shè)計(jì)與應(yīng)用概述[A];2009中國(guó)電影電視技術(shù)學(xué)會(huì)影視技術(shù)文集[C];2010年

6 湯正瑜;;淺論“云計(jì)算”在企業(yè)信息化建設(shè)中的實(shí)現(xiàn)[A];2010年MIS/S&A學(xué)術(shù)交流會(huì)議論文集(中國(guó)造船工程學(xué)會(huì)學(xué)術(shù)論文集)[C];2010年

7 林曄;徐穎;;利用虛擬化存儲(chǔ)技術(shù)實(shí)現(xiàn)數(shù)據(jù)中心機(jī)房的安全搬遷[A];中國(guó)新聞技術(shù)工作者聯(lián)合會(huì)2011年學(xué)術(shù)年會(huì)論文集(上篇)[C];2011年

8 張大華;丁輝;吳向陽(yáng);趙毅強(qiáng);孫毓忠;;面向智能電網(wǎng)的電力云計(jì)算架構(gòu)[A];2011電力通信管理暨智能電網(wǎng)通信技術(shù)論壇論文集[C];2011年

9 馬行空;王意潔;鄭重;;一種鄰居狀態(tài)感知的快速數(shù)據(jù)分發(fā)方法[A];2010年第16屆全國(guó)信息存儲(chǔ)技術(shù)大會(huì)(IST2010)論文集[C];2010年

10 羅銳;呂凌芳;;云計(jì)算在業(yè)務(wù)平臺(tái)和運(yùn)營(yíng)支撐系統(tǒng)應(yīng)用淺談[A];中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)2011年年會(huì)論文集(上冊(cè))[C];2011年

相關(guān)重要報(bào)紙文章 前10條

1 《網(wǎng)絡(luò)世界》記者 周源;盤點(diǎn)五款構(gòu)建虛擬數(shù)據(jù)中心關(guān)鍵軟件[N];網(wǎng)絡(luò)世界;2011年

2 本報(bào)記者 郭濤;虛擬數(shù)據(jù)中心是私有云的基礎(chǔ)[N];中國(guó)計(jì)算機(jī)報(bào);2009年

3 Force10網(wǎng)絡(luò)公司大中國(guó)區(qū)總裁 徐成達(dá);開放式網(wǎng)絡(luò)自動(dòng)化 迎戰(zhàn)虛擬數(shù)據(jù)中心[N];計(jì)算機(jī)世界;2010年

4 特約撰稿 周洪波;物聯(lián)網(wǎng):事物即服務(wù)[N];計(jì)算機(jī)世界;2010年

5 本報(bào)記者 邊歆;清晰的虛擬應(yīng)用交付[N];網(wǎng)絡(luò)世界;2010年

6 本報(bào)記者 張旭軍;博科負(fù)載均衡新品的四大優(yōu)勢(shì)[N];網(wǎng)絡(luò)世界;2010年

7 本報(bào)記者 郭濤;云計(jì)算的敲門磚[N];中國(guó)計(jì)算機(jī)報(bào);2009年

8 電腦商報(bào)記者 張戈;Radware開心做生意[N];電腦商報(bào);2009年

9 美《Network World》專欄作家 Jon Oltsik;VEPA除掉云計(jì)算一大障礙[N];網(wǎng)絡(luò)世界;2011年

10 本報(bào)記者 鄒大斌;VMware推出新虛擬機(jī)管理工具[N];計(jì)算機(jī)世界;2011年

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

1 劉海坤;虛擬機(jī)在線遷移性能優(yōu)化關(guān)鍵技術(shù)研究[D];華中科技大學(xué);2012年

2 馬飛;云數(shù)據(jù)中心中虛擬機(jī)放置和實(shí)時(shí)遷移研究[D];北京交通大學(xué);2013年

3 陳微;基于動(dòng)態(tài)二進(jìn)制翻譯的協(xié)同設(shè)計(jì)虛擬機(jī)關(guān)鍵技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2010年

4 王曉靜;I/O虛擬化的性能隔離和優(yōu)化[D];華中科技大學(xué);2012年

5 程戈;基于虛擬機(jī)架構(gòu)的可信計(jì)算環(huán)境構(gòu)建機(jī)制研究[D];華中科技大學(xué);2010年

6 陳彬;分布環(huán)境下虛擬機(jī)按需部署關(guān)鍵技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2010年

7 孟江濤;Xen虛擬機(jī)研究[D];電子科技大學(xué);2010年

8 曹文治;虛擬機(jī)網(wǎng)絡(luò)性能優(yōu)化研究[D];華中科技大學(xué);2013年

9 吳慶波;基于虛擬機(jī)的可信操作系統(tǒng)關(guān)鍵技術(shù)及應(yīng)用研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2010年

10 項(xiàng)國(guó)富;虛擬計(jì)算環(huán)境的安全監(jiān)控技術(shù)研究[D];華中科技大學(xué);2012年

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

1 蔡燕陽(yáng);可靠虛擬數(shù)據(jù)設(shè)計(jì)及研究[D];電子科技大學(xué);2013年

2 譚業(yè)騰;云計(jì)算中虛擬數(shù)據(jù)中心管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];上海交通大學(xué);2013年

3 鄭楚鋒;虛擬數(shù)據(jù)中心云管理平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];華南理工大學(xué);2012年

4 梁廷;采用初始化管理的公有云安全認(rèn)證研究與實(shí)現(xiàn)[D];華中科技大學(xué);2012年

5 李永達(dá);虛擬機(jī)應(yīng)用系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];西安電子科技大學(xué);2010年

6 童威;虛擬機(jī)高性能透明域間通信系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[D];湖南大學(xué);2010年

7 王忠儒;云環(huán)境下的虛擬機(jī)監(jiān)控和服務(wù)部署關(guān)鍵技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2010年

8 王曉睿;虛擬機(jī)監(jiān)控器體系結(jié)構(gòu)研究[D];解放軍信息工程大學(xué);2010年

9 李元;虛擬機(jī)域間高速通信技術(shù)的研究與實(shí)現(xiàn)[D];國(guó)防科學(xué)技術(shù)大學(xué);2011年

10 劉超;基于虛擬機(jī)內(nèi)存模板的云計(jì)算服務(wù)系統(tǒng)[D];華中科技大學(xué);2011年



本文編號(hào):2483864

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

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


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

版權(quán)申明:資料由用戶8f5ba***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com