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

基于速度縮放與休眠喚醒策略的網(wǎng)絡(luò)節(jié)能機(jī)制的設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-11-25 10:57
【摘要】:隨著互聯(lián)網(wǎng)的飛速發(fā)展和網(wǎng)絡(luò)設(shè)備的不斷更新,當(dāng)前網(wǎng)絡(luò)日益暴露出能耗高、效率低、浪費(fèi)多等諸多問(wèn)題,因此網(wǎng)絡(luò)節(jié)能問(wèn)題引起了越來(lái)越多的關(guān)注。本文基于這種背景,通過(guò)合理的設(shè)計(jì),提出了基于速度縮放與休眠喚醒相結(jié)合的網(wǎng)絡(luò)節(jié)能機(jī)制。本文設(shè)計(jì)并實(shí)現(xiàn)了該網(wǎng)絡(luò)節(jié)能機(jī)制,該機(jī)制共包括四個(gè)模塊,分別是信息收集模塊、流量預(yù)測(cè)模塊、決策模塊和拓?fù)涓履K。信息收集模塊分為三個(gè)部分,初始拓?fù)湫畔⒌氖占、關(guān)節(jié)點(diǎn)標(biāo)記和流量信息收集,主要負(fù)責(zé)對(duì)網(wǎng)絡(luò)的初始拓?fù)湫畔⑦M(jìn)行建立,在此基礎(chǔ)上對(duì)位置關(guān)鍵的節(jié)點(diǎn)進(jìn)行標(biāo)記,再將拓?fù)湫畔鬟f給決策模塊,同時(shí)對(duì)網(wǎng)絡(luò)中的流量進(jìn)行收集、統(tǒng)計(jì)和分析,將流量信息傳遞給流量預(yù)測(cè)模塊,當(dāng)網(wǎng)絡(luò)中的流量突變時(shí),并對(duì)決策模塊起到反饋的作用。流量預(yù)測(cè)模塊根據(jù)收集到的流量信息,使用流量預(yù)測(cè)算法對(duì)網(wǎng)絡(luò)中的流量進(jìn)行預(yù)測(cè),并將預(yù)測(cè)的流量信息傳遞給決策模塊。決策模塊首先根據(jù)信息收集模塊中的關(guān)節(jié)點(diǎn)標(biāo)記,對(duì)網(wǎng)絡(luò)進(jìn)行主鏈路確定,然后當(dāng)網(wǎng)絡(luò)中流量減少時(shí),決策模塊根據(jù)節(jié)能算法對(duì)網(wǎng)絡(luò)中的設(shè)備進(jìn)行節(jié)能,當(dāng)網(wǎng)絡(luò)中的流量增加時(shí),決策模塊根據(jù)喚醒策略對(duì)休眠的設(shè)備進(jìn)行喚醒。拓?fù)涓履K主要負(fù)責(zé)當(dāng)網(wǎng)絡(luò)設(shè)備狀態(tài)改變或者網(wǎng)絡(luò)設(shè)備出現(xiàn)故障時(shí),對(duì)網(wǎng)絡(luò)中的拓?fù)淝闆r進(jìn)行及時(shí)的處理,避免路由控制器做出誤操作。本文使用Java語(yǔ)言在Eclipse平臺(tái)上對(duì)該網(wǎng)絡(luò)節(jié)能機(jī)制設(shè)計(jì)了可視化界面,將每步關(guān)鍵技術(shù)在界面中展示,加深對(duì)本設(shè)計(jì)的了解,并對(duì)設(shè)計(jì)的節(jié)能機(jī)制進(jìn)行了能耗和性能的仿真。實(shí)驗(yàn)結(jié)果表明,本文設(shè)計(jì)的網(wǎng)絡(luò)節(jié)能機(jī)制在不影響網(wǎng)絡(luò)的性能前提下,可以有效的降低網(wǎng)絡(luò)的能耗。
[Abstract]:With the rapid development of the Internet and the continuous updating of network equipment, the current network increasingly exposed many problems, such as high energy consumption, low efficiency, much waste and so on. Therefore, more and more attention has been paid to the problem of network energy saving. Based on this background and reasonable design, this paper proposes a network energy saving mechanism based on speed scaling and sleep wake-up. This paper designs and implements the network energy-saving mechanism, which includes four modules, namely, information collection module, traffic prediction module, decision module and topology update module. The information collection module is divided into three parts: the collection of initial topology information, the collection of node marking and traffic information collection, which is mainly responsible for establishing the initial topology information of the network, and marking the key nodes on this basis. Then the topology information is transferred to the decision-making module, and the traffic in the network is collected, counted and analyzed, and the traffic information is transferred to the traffic prediction module. When the traffic in the network changes suddenly, it plays a feedback role to the decision-making module. According to the traffic information collected, the traffic prediction module uses the traffic prediction algorithm to predict the traffic in the network, and transmits the traffic information to the decision-making module. The decision module first determines the main link of the network according to the node mark in the information collection module, and then, when the flow in the network is reduced, the decision module saves energy on the equipment in the network according to the energy-saving algorithm. When the traffic in the network increases, the decision module wakes up the dormant devices according to the wake-up strategy. The topology update module is mainly responsible for the timely processing of the topology in the network when the state of the network equipment changes or the network equipment fails to avoid the wrong operation of the routing controller. In this paper, the visual interface of the energy saving mechanism of the network is designed by using Java language on the Eclipse platform. The key technologies of each step are displayed in the interface to deepen the understanding of the design, and the energy consumption and performance of the energy saving mechanism are simulated. The experimental results show that the energy saving mechanism designed in this paper can effectively reduce the energy consumption of the network without affecting the performance of the network.
【學(xué)位授予單位】:東北大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP393.02

【相似文獻(xiàn)】

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

1 ;從節(jié)點(diǎn)為無(wú)線傳感器網(wǎng)絡(luò)節(jié)能[J];每周電腦報(bào);2006年31期

2 趙喜清;秦奮濤;范青;張延軍;李博;楊潔;;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能的高效路由算法[J];微計(jì)算機(jī)信息;2007年19期

3 孫艷峰;劉毓;徐永安;;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能轉(zhuǎn)發(fā)策略的改進(jìn)與實(shí)現(xiàn)[J];計(jì)算機(jī)工程與設(shè)計(jì);2008年17期

4 丁海霞;;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能路由算法研究[J];微型機(jī)與應(yīng)用;2010年21期

5 姚美菱;李明;;移動(dòng)通信網(wǎng)絡(luò)節(jié)能探討[J];電信快報(bào);2012年06期

6 呂元海;朱妮;郭新明;;教室無(wú)線傳感器網(wǎng)絡(luò)節(jié)能路由研究[J];咸陽(yáng)師范學(xué)院學(xué)報(bào);2011年04期

7 王東升;畢俊蕾;;一種新型無(wú)線傳感器網(wǎng)絡(luò)節(jié)能覆蓋方案[J];計(jì)算機(jī)工程與應(yīng)用;2009年25期

8 衛(wèi)琪;馬禮;;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能路由研究[J];工業(yè)控制計(jì)算機(jī);2011年02期

9 周立廣;王高才;;基于分簇的無(wú)線傳感器網(wǎng)絡(luò)節(jié)能路由算法研究與應(yīng)用探討[J];網(wǎng)絡(luò)安全技術(shù)與應(yīng)用;2014年01期

10 劉剛;何英;稽英華;;一種無(wú)線傳感器網(wǎng)絡(luò)節(jié)能算法的研究[J];傳感器與微系統(tǒng);2008年11期

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

1 諶麗;李國(guó)慶;;電信無(wú)線網(wǎng)絡(luò)中的網(wǎng)絡(luò)節(jié)能技術(shù)[A];中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)2011年年會(huì)論文集(下冊(cè))[C];2011年

2 張一兵;;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能MAC協(xié)議和算法研究[A];2008中國(guó)儀器儀表與測(cè)控技術(shù)進(jìn)展大會(huì)論文集(Ⅲ)[C];2008年

3 溫永強(qiáng);;Ad Hoc網(wǎng)絡(luò)節(jié)能技術(shù)[A];江蘇省通信學(xué)會(huì)2004年學(xué)術(shù)年會(huì)論文集[C];2004年

4 溫永強(qiáng);;Ad Hoc網(wǎng)絡(luò)節(jié)能技術(shù)[A];江蘇省通信學(xué)會(huì)2004年學(xué)術(shù)年會(huì)論文集[C];2004年

5 才虹麗;何凌志;;結(jié)合網(wǎng)絡(luò)演進(jìn)穩(wěn)步推進(jìn)固定TDM網(wǎng)絡(luò)節(jié)能降耗[A];四川省通信學(xué)會(huì)2011年學(xué)術(shù)年會(huì)論文集[C];2011年

6 張建明;何熊熊;馮遠(yuǎn)靜;;一種新的無(wú)線傳感器網(wǎng)絡(luò)節(jié)能路由算法[A];PCC2009—第20屆中國(guó)過(guò)程控制會(huì)議論文集[C];2009年

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

1 王曉東;無(wú)線傳感器網(wǎng)絡(luò)節(jié)能算法研究[D];浙江大學(xué);2007年

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

1 譚俊;基于動(dòng)態(tài)拓?fù)涞木W(wǎng)絡(luò)節(jié)能機(jī)制研究[D];東北大學(xué);2013年

2 宋男;基于速度縮放與休眠喚醒策略的網(wǎng)絡(luò)節(jié)能機(jī)制的設(shè)計(jì)與實(shí)現(xiàn)[D];東北大學(xué);2014年

3 張帥;基于網(wǎng)絡(luò)優(yōu)化方法的移動(dòng)網(wǎng)絡(luò)節(jié)能研究[D];電子科技大學(xué);2013年

4 張娟;基于粒子群優(yōu)化算法的無(wú)線傳感器網(wǎng)絡(luò)節(jié)能覆蓋研究[D];華東理工大學(xué);2014年

5 張陽(yáng);基于資源柵格分配的異構(gòu)無(wú)線網(wǎng)絡(luò)節(jié)能接入選擇算法研究[D];吉林大學(xué);2013年

6 解志斌;移動(dòng)WiMAX和LTE/LTE-A無(wú)線網(wǎng)絡(luò)節(jié)能研究[D];北京交通大學(xué);2013年

7 孟金濤;無(wú)線網(wǎng)絡(luò)節(jié)能協(xié)議設(shè)計(jì)與優(yōu)化[D];華中師范大學(xué);2008年

8 吳鵬;混合智能優(yōu)化算法在Ad Hoc網(wǎng)絡(luò)節(jié)能中的研究[D];華東交通大學(xué);2011年

9 廖勇超;Ad hoc網(wǎng)絡(luò)節(jié)能問(wèn)題研究[D];中南大學(xué);2009年

10 王全理;綠色網(wǎng)絡(luò)節(jié)能技術(shù)的研究[D];電子科技大學(xué);2013年

,

本文編號(hào):2355849

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

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


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

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