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

面向SDN的軟件定義硬件計(jì)數(shù)器研究

發(fā)布時(shí)間:2018-11-11 16:06
【摘要】:軟件定義網(wǎng)絡(luò)(SDN)將數(shù)據(jù)平面與控制平面解耦,使網(wǎng)絡(luò)變得更加靈活可控。在SDN架構(gòu)中,為了支持SDN控制器獲取全局網(wǎng)絡(luò)統(tǒng)計(jì)信息從而高效管理整個(gè)網(wǎng)絡(luò),同時(shí)支持網(wǎng)絡(luò)測(cè)量、入侵檢測(cè)、流量工程等上層應(yīng)用,SDN交換機(jī)需要維護(hù)大量多樣的統(tǒng)計(jì)計(jì)數(shù)器。然而,目前這些SDN計(jì)數(shù)器通常是基于ASIC實(shí)現(xiàn)且只支持“請(qǐng)求響應(yīng)”的被動(dòng)統(tǒng)計(jì)模式,其實(shí)現(xiàn)面臨一些嚴(yán)峻挑戰(zhàn):1)存儲(chǔ)資源開銷高;2)靈活性差;3)統(tǒng)計(jì)精度低。針對(duì)SDN計(jì)數(shù)器的這三大挑戰(zhàn),本文通過將計(jì)數(shù)器的定義與實(shí)現(xiàn)解耦提出了面向SDN的軟件定義硬件計(jì)數(shù)器SDHC(Software Defined Hardware Counters)。本文的主要工作和創(chuàng)新點(diǎn)包括:1.提出了軟件定義硬件計(jì)數(shù)器的概念和模型。SDHC模型通過將計(jì)數(shù)器處理分為三段,將計(jì)數(shù)器定義的管理實(shí)現(xiàn)在軟件上來控制計(jì)數(shù)器的行為,實(shí)現(xiàn)了計(jì)數(shù)器定義與實(shí)現(xiàn)解耦,有效解決了傳統(tǒng)實(shí)現(xiàn)方式的問題。利用按需分配思想,有效提高計(jì)數(shù)器利用率,從而減少存儲(chǔ)開銷;通過提供靈活便捷的SDHC南北向接口,允許控制器靈活控制計(jì)數(shù)器,從而提高了靈活性;通過引入主動(dòng)上報(bào)計(jì)數(shù)器值的主動(dòng)統(tǒng)計(jì)模式,避免了訪問延時(shí)引起的統(tǒng)計(jì)誤差,提高了統(tǒng)計(jì)精度。2.對(duì)SDHC關(guān)鍵技術(shù)進(jìn)行深入研究。對(duì)軟硬件間的消息定義及壓縮方法進(jìn)行深入研究,提高了軟硬件之間的傳輸效率,減少了傳輸帶寬需求。研究SDHC統(tǒng)計(jì)模式的分類和實(shí)現(xiàn)機(jī)制,提出了基于更新觸發(fā)的實(shí)時(shí)模式和基于定時(shí)器觸發(fā)的定時(shí)模式,有效地滿足了多樣化應(yīng)用的高精度統(tǒng)計(jì)需求。同時(shí),研究實(shí)時(shí)模式下計(jì)數(shù)器值返回消息的壓縮方法,避免流的突發(fā)引起的高網(wǎng)絡(luò)帶寬問題。3.對(duì)SDHC實(shí)現(xiàn)模型進(jìn)行詳細(xì)設(shè)計(jì)。對(duì)SDHC實(shí)現(xiàn)模型中各模塊的具體功能和實(shí)現(xiàn)進(jìn)行詳細(xì)設(shè)計(jì),有效提高了各模塊的工作效率,從而提高了SDHC整體性能。通過分析SDHC的相關(guān)行為,對(duì)SDHC南北向接口進(jìn)行詳細(xì)設(shè)計(jì),使得控制器及上層應(yīng)用能夠靈活控制計(jì)數(shù)器。4.實(shí)現(xiàn)了SDHC原型系統(tǒng),并對(duì)原型系統(tǒng)進(jìn)行測(cè)試評(píng)價(jià)。結(jié)果表明,SDHC可以提供很高的更新性能和統(tǒng)計(jì)精度,同時(shí)SDHC造成的更新延時(shí)相比于控制器與交換機(jī)之間的傳輸延時(shí)可以忽略不計(jì)。綜上所述,為了解決目前SDN計(jì)數(shù)器存在的問題,本文提出了面向SDN的軟件定義硬件計(jì)數(shù)器SDHC。由于該模型具有低存儲(chǔ)資源開銷、高靈活性和高統(tǒng)計(jì)精度,對(duì)于SDN交換機(jī)的設(shè)計(jì)實(shí)現(xiàn)具有理論意義和實(shí)用價(jià)值。
[Abstract]:The software defined network (SDN) decouples the data plane from the control plane and makes the network more flexible and controllable. In SDN architecture, in order to support the SDN controller to obtain the global network statistics information and manage the whole network efficiently, it also supports the upper layer applications such as network measurement, intrusion detection, traffic engineering and so on. SDN switches need to maintain a large variety of statistical counters. However, at present, these SDN counters are usually based on the ASIC implementation and only support the passive statistical mode of "request response". The implementation of these counters faces some severe challenges: 1) high cost of storage resources, 2) poor flexibility, and 3) low precision of statistics. In view of these three challenges of SDN counter, this paper proposes a software defined hardware counter SDHC (Software Defined Hardware Counters). For SDN by decoupling the definition and implementation of the counter. The main work and innovation of this paper are as follows: 1. The concept and model of hardware counter defined by software are put forward in this paper. By dividing counter processing into three sections, SDHC model realizes the management of counter definition to control the behavior of counter on software, and realizes the decoupling of counter definition and implementation. It effectively solves the problem of traditional realization. By using the idea of according to demand distribution, the counter utilization ratio can be improved effectively, and the storage overhead can be reduced, and the controller is allowed to control the counter flexibly by providing flexible and convenient SDHC interface from north to south, thus improving the flexibility. By introducing the active statistical model of actively reporting the counter value, the statistical error caused by the access delay is avoided and the statistical accuracy is improved by 2. 2. The key technology of SDHC is studied deeply. The definition and compression method of message between software and hardware are studied in depth, which improves the transmission efficiency between software and hardware, and reduces the requirement of transmission bandwidth. In this paper, the classification and implementation mechanism of SDHC statistical pattern are studied, and the real-time mode based on update trigger and the timing mode based on timer trigger are proposed, which can effectively meet the needs of high precision statistics in various applications. At the same time, the compression method of counter value return message in real time mode is studied to avoid the problem of high network bandwidth caused by the burst of flow. The implementation model of SDHC is designed in detail. The specific function and implementation of each module in the SDHC implementation model are designed in detail, which effectively improves the working efficiency of each module and thus improves the overall performance of SDHC. By analyzing the related behavior of SDHC, the interface of SDHC is designed in detail, so that the controller and the upper application can control the counter flexibly. The prototype system of SDHC is implemented, and the prototype system is tested and evaluated. The results show that SDHC can provide high update performance and statistical accuracy, and the update delay caused by SDHC is negligible compared with the transmission delay between controller and switch. In conclusion, in order to solve the problems existing in SDN counters, this paper proposes a software defined hardware counter SDHC. for SDN. Because the model has low storage resource overhead, high flexibility and high statistical precision, it is of theoretical significance and practical value for the design and implementation of SDN switch.
【學(xué)位授予單位】:國(guó)防科學(xué)技術(shù)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP393.02

【相似文獻(xiàn)】

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

1 黃海峰;;2012年企業(yè)網(wǎng)絡(luò)趨向“云”化 應(yīng)對(duì)安全挑戰(zhàn)業(yè)界看好SDN架構(gòu)[J];通信世界;2012年17期

2 ;2012 SDN與開放網(wǎng)絡(luò)高峰會(huì)議將于12月在京舉行[J];辦公自動(dòng)化;2012年21期

3 ;2012 SDN與開放網(wǎng)絡(luò)高峰會(huì)議將于12月在京舉行[J];計(jì)算機(jī)與網(wǎng)絡(luò);2012年21期

4 阿呆;;話說SDN:勢(shì)在必行的網(wǎng)絡(luò)變革?[J];通訊世界;2012年12期

5 ;全球有97%的運(yùn)營(yíng)商擬部署SDN[J];移動(dòng)通信;2014年08期

6 張彤;;SDN讓網(wǎng)絡(luò)更加有所作為 專訪華為技術(shù)有限公司企業(yè)網(wǎng)絡(luò)產(chǎn)品線總裁 劉少偉[J];中國(guó)教育網(wǎng)絡(luò);2013年08期

7 陳文華;;基于SDN技術(shù)的互聯(lián)網(wǎng)發(fā)展與運(yùn)營(yíng)探討[J];廣東通信技術(shù);2013年12期

8 高潔;;SDN網(wǎng)絡(luò)趨勢(shì)研究[J];信息與電腦(理論版);2014年03期

9 王茜;趙慧玲;解云鵬;王巖;;SDN在通信網(wǎng)絡(luò)中的應(yīng)用方案探討[J];電信網(wǎng)技術(shù);2013年03期

10 燕青;;SDN:傳統(tǒng)網(wǎng)絡(luò)的攪局者[J];通訊世界;2013年08期

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

1 張睿lm;汪洋;;一種面向云計(jì)算業(yè)務(wù)的SDN架構(gòu)[A];2013年中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)年會(huì)論文集[C];2013年

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

1 本報(bào)實(shí)習(xí)記者 張硯博;SDN:“去電信化”的突破口[N];通信產(chǎn)業(yè)報(bào);2013年

2 ;云計(jì)算、虛擬化和SDN 將增加未來防火墻安全的復(fù)雜性?[N];網(wǎng)絡(luò)世界;2013年

3 本報(bào)記者 陳寶亮;SDN混戰(zhàn):傳統(tǒng)設(shè)備商爭(zhēng)奪話語(yǔ)權(quán)[N];通信產(chǎn)業(yè)報(bào);2013年

4 《網(wǎng)絡(luò)世界》記者 蒙克;SDN重新定義網(wǎng)絡(luò)未來[N];網(wǎng)絡(luò)世界;2013年

5 ;SDN第一價(jià)值是支持業(yè)務(wù)創(chuàng)新[N];中國(guó)電子報(bào);2014年

6 波波 編譯;SDN戰(zhàn)略有何異同?[N];網(wǎng)絡(luò)世界;2013年

7 本報(bào)記者 楊娜;全球首創(chuàng)基于SDN技術(shù)的G/EPON方案亮相電力接入網(wǎng)會(huì)議[N];中國(guó)電力報(bào);2014年

8 本報(bào)記者 劉燕;思科推SDN策略確保競(jìng)爭(zhēng)優(yōu)勢(shì)延續(xù)[N];科技日?qǐng)?bào);2012年

9 中國(guó)電信北京研究院副院長(zhǎng) 趙慧玲;SDN應(yīng)用范圍和對(duì)電信網(wǎng)影響需深入研究[N];中國(guó)電子報(bào);2012年

10 本報(bào)記者 卜娜;思科:SDN與虛擬化需要開放式網(wǎng)絡(luò)環(huán)境[N];中國(guó)計(jì)算機(jī)報(bào);2012年

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

1 趙曜;基于SDN網(wǎng)絡(luò)構(gòu)架的硬件層網(wǎng)絡(luò)信息過濾系統(tǒng)的研究[D];電子科技大學(xué);2014年

2 張吉興;基于SDN的控制器集群技術(shù)的研究[D];電子科技大學(xué);2014年

3 徐賓偉;SDN與傳統(tǒng)IP網(wǎng)絡(luò)互聯(lián)架構(gòu)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2015年

4 徐艷紅;基于SDN的能源互聯(lián)網(wǎng)絡(luò)架構(gòu)設(shè)計(jì)及控制域分配研究[D];華北電力大學(xué);2015年

5 胡小燕;SDN架構(gòu)下VCF控制性能測(cè)試研究[D];西安電子科技大學(xué);2014年

6 陳世強(qiáng);基于多控制器的SDN一致性機(jī)制研究[D];北京理工大學(xué);2016年

7 劉帥;SDN網(wǎng)絡(luò)的控制器部署和云存儲(chǔ)分配問題研究[D];山東大學(xué);2016年

8 劉亞珍;一個(gè)支持SDN實(shí)驗(yàn)的網(wǎng)絡(luò)平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];內(nèi)蒙古大學(xué);2016年

9 楊思錦;SDN多控制器負(fù)載均衡算法的研究[D];鄭州大學(xué);2016年

10 郭東東;基于多控制器的SDN研究[D];青海師范大學(xué);2016年

,

本文編號(hào):2325387

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

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


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

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