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

基于OpenFlow的負(fù)載均衡的改進(jìn)與優(yōu)化

發(fā)布時(shí)間:2018-11-14 08:28
【摘要】:隨著大數(shù)據(jù)、云計(jì)算以及網(wǎng)絡(luò)虛擬化技術(shù)的飛速發(fā)展,網(wǎng)絡(luò)中的業(yè)務(wù)流量急劇增長(zhǎng),為了避免網(wǎng)絡(luò)擁塞,提升網(wǎng)絡(luò)系統(tǒng)的容錯(cuò)性以及魯棒性,對(duì)于負(fù)載均衡技術(shù)的研究變得至關(guān)重要。負(fù)載均衡技術(shù)可以在一定程度上改善網(wǎng)絡(luò)節(jié)點(diǎn)流最分配不均,部分節(jié)點(diǎn)過(guò)載,而其他節(jié)點(diǎn)處于空閑狀態(tài)的情況。由于傳統(tǒng)網(wǎng)絡(luò)架構(gòu)網(wǎng)絡(luò)配置復(fù)雜,實(shí)施負(fù)載均衡靈活性差,而且無(wú)法充分利用全局網(wǎng)絡(luò)資源進(jìn)行流量調(diào)度。因此,亟待提出一種新型網(wǎng)絡(luò)架構(gòu)進(jìn)行革新;贠penFlow協(xié)議的軟件定義網(wǎng)絡(luò),其核心理念就是控制平面與轉(zhuǎn)發(fā)平面的分離。SDN架構(gòu)打破了傳統(tǒng)網(wǎng)絡(luò)的層次化概念,以扁平化的方式實(shí)現(xiàn)全局的網(wǎng)絡(luò)控制。OpenFlow控制器位于控制平面,主要實(shí)現(xiàn)網(wǎng)絡(luò)的集中化管理,制定轉(zhuǎn)發(fā)策略。其向上提供API供應(yīng)用程序調(diào)用,向下通過(guò)標(biāo)準(zhǔn)的南向接口協(xié)議下發(fā)流表。OpenFlow交換機(jī)位于轉(zhuǎn)發(fā)平面,主要根據(jù)控制器下發(fā)的轉(zhuǎn)發(fā)決策機(jī)制進(jìn)行高速數(shù)據(jù)轉(zhuǎn)發(fā)。控制平面和轉(zhuǎn)發(fā)平面的解耦,可以靈活把控全局網(wǎng)絡(luò),提升負(fù)載均衡的有效性。為此,本文提出了一種基于OpenFlow的負(fù)載均衡改進(jìn)方案。本文針對(duì)數(shù)據(jù)中心中典型的胖樹(shù)網(wǎng)絡(luò)拓?fù)浣Y(jié)構(gòu),首先確定影響負(fù)載均衡的兩個(gè)關(guān)鍵問(wèn)題:業(yè)務(wù)請(qǐng)求分配和尋找最短路徑。然后針對(duì)這兩個(gè)問(wèn)題進(jìn)行改進(jìn)和優(yōu)化,進(jìn)而提出新的負(fù)載均衡方案。首先根據(jù)全局網(wǎng)絡(luò)拓?fù)湫畔⒁约胺⻊?wù)器負(fù)載情況,設(shè)計(jì)出一種通配符規(guī)則AWR對(duì)業(yè)務(wù)請(qǐng)求進(jìn)行分配,進(jìn)而獲取到請(qǐng)求主機(jī)和處理服務(wù)器之間的配對(duì)信息。該規(guī)則的核心思想即根據(jù)服務(wù)器權(quán)重優(yōu)先級(jí)進(jìn)行請(qǐng)求聚合,實(shí)現(xiàn)流規(guī)則最小化。然后,根據(jù)得到的配對(duì)信息,提出一種基于原始Dijkstra算法的改進(jìn)算法AD,對(duì)多條路徑進(jìn)行選路,找出最短路徑。該算法改進(jìn)的關(guān)鍵在于綜合考慮路徑瓶頸帶寬及權(quán)重等信息來(lái)作出選路策略,進(jìn)而實(shí)現(xiàn)帶寬利用率和時(shí)延的優(yōu)化。本文最后采用在虛擬實(shí)驗(yàn)平臺(tái)Mininet上搭建Fat-Tree拓?fù)浣Y(jié)構(gòu),分別針對(duì)多種不同場(chǎng)景進(jìn)行測(cè)試,得出實(shí)驗(yàn)相關(guān)數(shù)據(jù)。然后根據(jù)帶寬利用率和數(shù)據(jù)包往返時(shí)延兩項(xiàng)性能指標(biāo),驗(yàn)證本文提出的負(fù)載均衡方案的優(yōu)越性。
[Abstract]:With the rapid development of big data, cloud computing and network virtualization technology, traffic in the network has increased dramatically. In order to avoid network congestion and improve the fault tolerance and robustness of network system, It is very important for the research of load balancing technology. Load balancing technology can improve the situation that the network node flow is most unevenly distributed, some nodes are overloaded, and other nodes are idle. Because of the complexity of network configuration in traditional network architecture, the flexibility of load balancing is poor, and the global network resources can not be fully utilized for traffic scheduling. Therefore, it is urgent to propose a new network architecture for innovation. The core idea of the software definition network based on OpenFlow protocol is to separate the control plane from the forwarding plane. The SDN architecture breaks the hierarchical concept of traditional network. The OpenFlow controller is located in the control plane, which mainly realizes the centralized management of the network and formulates the forwarding strategy. The OpenFlow switch is located in the forwarding plane, which is mainly based on the forwarding decision mechanism of the controller to carry out high-speed data forwarding. The decoupling of control plane and forwarding plane can flexibly control the global network and enhance the effectiveness of load balancing. Therefore, an improved load balancing scheme based on OpenFlow is proposed in this paper. In this paper, two key problems affecting load balancing are first identified for the typical fat tree network topology in the data center: traffic request allocation and finding the shortest path. Then the two problems are improved and optimized, and a new load balancing scheme is proposed. Firstly, according to the global network topology information and server load, a wildcard rule AWR is designed to allocate business requests, and then the matching information between the request host and the processing server is obtained. The core idea of this rule is to aggregate requests according to the weight priority of the server to minimize the flow rules. Then, according to the pairing information, an improved algorithm based on the original Dijkstra algorithm, AD, is proposed to select paths and find the shortest path. The key to the improvement of the algorithm is to consider the path bottleneck bandwidth and weight information to make the routing strategy, and then to optimize the bandwidth utilization and delay. In the end, the Fat-Tree topology is built on the virtual experimental platform Mininet, and the experimental data are obtained by testing the different scenarios. Then according to the bandwidth utilization and packet round-trip delay, the superiority of the proposed load balancing scheme is verified.
【學(xué)位授予單位】:北京郵電大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP393.0

【相似文獻(xiàn)】

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

1 江小云;;建立基于服務(wù)器群集的負(fù)載均衡架構(gòu)[J];重慶科技學(xué)院學(xué)報(bào)(自然科學(xué)版);2007年02期

2 聶曉文;盧顯良;李梁;徐海湄;蒲汛;;DHT負(fù)載均衡的必要性[J];計(jì)算機(jī)科學(xué);2009年09期

3 黃向忠;袁捷;;基于JXTA的均衡負(fù)載模式[J];計(jì)算機(jī)工程與設(shè)計(jì);2005年12期

4 黃穎;謝忠;吳亮;郭明強(qiáng);;基于聚類調(diào)度負(fù)載均衡的WebGIS模型[J];地球科學(xué)(中國(guó)地質(zhì)大學(xué)學(xué)報(bào));2010年03期

5 周偉;;基于興趣區(qū)域搜索的云設(shè)備資源優(yōu)化調(diào)度方法[J];科技通報(bào);2012年12期

6 盧欣;;在集群系統(tǒng)中實(shí)現(xiàn)均衡負(fù)載[J];科技信息(科學(xué)教研);2008年22期

7 胡凡瑋;;網(wǎng)絡(luò)流量均衡負(fù)載策略的分析與簡(jiǎn)單控制技術(shù)[J];科技廣場(chǎng);2007年09期

8 許逸飛;;OpenFlow網(wǎng)絡(luò)中虛擬網(wǎng)絡(luò)分片的動(dòng)態(tài)遷移[J];網(wǎng)絡(luò)安全技術(shù)與應(yīng)用;2013年09期

9 李紀(jì)云,董小社,童端;“負(fù)載路由器”實(shí)現(xiàn)動(dòng)態(tài)負(fù)載均衡的研究[J];微電子學(xué)與計(jì)算機(jī);2003年07期

10 蔡進(jìn)科;顧華璽;盧冀;余曉杉;;基于Openflow網(wǎng)絡(luò)的高可靠性虛擬網(wǎng)絡(luò)映射算法[J];電子與信息學(xué)報(bào);2014年02期

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

1 吳舜;蘇丹;吳佳;李坤;杜劍雯;聶正璞;;OpenFlow分布式多控制器設(shè)計(jì)與實(shí)現(xiàn)[A];2013電力行業(yè)信息化年會(huì)論文集[C];2013年

2 吳舜;蘇丹;吳佳;李坤;杜劍雯;聶正璞;;OpenFlow分布式多控制器設(shè)計(jì)與實(shí)現(xiàn)[A];2013電力行業(yè)信息化年會(huì)論文集[C];2013年

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

1 山嵐;全面均衡負(fù)載[N];中國(guó)計(jì)算機(jī)報(bào);2002年

2 本報(bào)記者 陳曲;OpenFlow如何實(shí)現(xiàn)軟件定義網(wǎng)絡(luò)[N];中國(guó)信息化周報(bào);2013年

3 ;OpenFlow挖掘網(wǎng)絡(luò)綠色潛力[N];網(wǎng)絡(luò)世界;2008年

4 何寶宏;軟件定義的世界[N];人民郵電;2012年

5 本報(bào)記者 郭平;網(wǎng)絡(luò)向軟件定義融合演進(jìn)[N];計(jì)算機(jī)世界;2012年

6 鄧光青;軟件定義網(wǎng)絡(luò)風(fēng)頭正勁[N];中國(guó)質(zhì)量報(bào);2013年

7 本報(bào)記者 郭濤;軟件定義存儲(chǔ):市場(chǎng)“二八”開(kāi)[N];中國(guó)計(jì)算機(jī)報(bào);2013年

8 本報(bào)記者 郭濤 策劃;軟件定義未來(lái)[N];中國(guó)計(jì)算機(jī)報(bào);2013年

9 本報(bào)記者 李旭陽(yáng);軟件定義汽車[N];計(jì)算機(jī)世界;2013年

10 梁敏;軟件定義時(shí)代來(lái)臨[N];電腦報(bào);2013年

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

1 趙陽(yáng);基于OpenFlow的IP和光傳送網(wǎng)統(tǒng)一控制關(guān)鍵技術(shù)研究[D];北京郵電大學(xué);2017年

2 李索恒;軟件定義網(wǎng)絡(luò)中多媒體傳輸路由及緩存算法研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2016年

3 肖鵬;數(shù)據(jù)中心下軟件定義網(wǎng)絡(luò)的部署及應(yīng)用[D];大連海事大學(xué);2016年

4 唐思圓;軟件定義網(wǎng)絡(luò)中資源高效的多播傳輸研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2017年

5 王軍鋒;軟件定義物聯(lián)網(wǎng)路由研究[D];華中科技大學(xué);2016年

6 楊恩眾;軟件定義多媒體組播系統(tǒng)與傳輸策略研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2017年

7 朱明;高效軟件定義車載網(wǎng)絡(luò)關(guān)鍵技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2016年

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

1 呂浩;基于OpenFlow的負(fù)載均衡的改進(jìn)與優(yōu)化[D];北京郵電大學(xué);2017年

2 王永輝;基于Nginx高性能Web服務(wù)器性能優(yōu)化與負(fù)載均衡的改進(jìn)與實(shí)現(xiàn)[D];電子科技大學(xué);2015年

3 徐玲;CDN網(wǎng)絡(luò)中負(fù)載均衡的研究[D];上海交通大學(xué);2007年

4 劉漢邦;一種基于反饋機(jī)制的負(fù)載均衡改進(jìn)算法研究[D];青島理工大學(xué);2010年

5 袁碩;OpenFlow技術(shù)在SDN網(wǎng)絡(luò)中的實(shí)現(xiàn)與優(yōu)化[D];山東大學(xué);2015年

6 艾安健;基于OpenFlow網(wǎng)絡(luò)的自愈技術(shù)研究[D];北京工業(yè)大學(xué);2015年

7 江濤;基于OpenFlow的虛擬交換機(jī)的關(guān)鍵技術(shù)研究與實(shí)現(xiàn)[D];東南大學(xué);2015年

8 鮑方艷;OpenFlow交換機(jī)的遠(yuǎn)程管理系統(tǒng)設(shè)計(jì)[D];南京郵電大學(xué);2015年

9 杜楊;《OpenFlow交換機(jī)說(shuō)明書(shū)》英漢翻譯實(shí)踐報(bào)告[D];東南大學(xué);2016年

10 卞洪飛;OpenFlow交換機(jī)流緩存技術(shù)研究與實(shí)現(xiàn)[D];國(guó)防科學(xué)技術(shù)大學(xué);2014年

,

本文編號(hào):2330652

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

本文鏈接:http://sikaile.net/guanlilunwen/ydhl/2330652.html


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

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