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

基于置信度傳播的網(wǎng)絡編碼安全方法的研究

發(fā)布時間:2018-07-23 19:16
【摘要】:網(wǎng)絡編碼是一種全新的網(wǎng)絡傳輸形式,它提供了使網(wǎng)絡吞吐量達到理論最大值的可能,還可以有效降低網(wǎng)絡傳輸數(shù)據(jù)的能源消耗,提高網(wǎng)絡中數(shù)據(jù)傳輸?shù)目煽啃浴?在網(wǎng)絡編碼方法中,前向節(jié)點接收到數(shù)據(jù)分組后,會將其進行緩存并編碼混合,得到新的數(shù)據(jù)分組后再向下游節(jié)點轉(zhuǎn)發(fā)。因為網(wǎng)絡編碼所固有的特性,應用網(wǎng)絡編碼的系統(tǒng)在遭受污染攻擊時十分脆弱,F(xiàn)有的應對污染攻擊的處理機制會造成較大的計算量開銷并削弱網(wǎng)絡的編碼的作用,因此提出了基于置信度傳播的安全方案。 本文針對網(wǎng)絡編碼的安全性問題進行了以下研究。 (1)介紹了安全網(wǎng)絡編碼的研究背景,對污染攻擊的主要形式及其對網(wǎng)絡編碼系統(tǒng)的危害進行了分析。著重論述了基于生日悖論構(gòu)造hash碰撞的過程、基于置信度傳播的安全方案及所存在的問題。 (2)針對基于置信度傳播安全方案的不足提出一種改進方案。在改進方案中,中間節(jié)點依據(jù)前向節(jié)點的置信度值來濾除污染數(shù)據(jù)。同時,通過將置信節(jié)點與中間節(jié)點間的連接方式改為網(wǎng)狀連接,擴大網(wǎng)絡區(qū)域的覆蓋范圍,提高安全方案在實際應用中的靈活性。采用基于對數(shù)函數(shù)的延遲轉(zhuǎn)發(fā)算法對置信度取值區(qū)間進行劃分,依據(jù)其置信度值對應的區(qū)間選取轉(zhuǎn)發(fā)概率,如不轉(zhuǎn)發(fā)則計算延遲時間并調(diào)整轉(zhuǎn)發(fā)概率,直到分組被轉(zhuǎn)發(fā)為止。該算法通過延遲低置信度分組的轉(zhuǎn)發(fā),起到抑制污染數(shù)據(jù)傳播、提高網(wǎng)絡吞吐量的作用。 在此基礎上提出基于DSDV的改進路由協(xié)議。通過將置信度信息寫入DSDV協(xié)議的路由更新分組,使前向節(jié)點通過該分組獲得其在下游節(jié)點中的置信度值。節(jié)點轉(zhuǎn)發(fā)數(shù)據(jù)時,依據(jù)其置信度值選擇合適的路由路徑,進而達到加速可信分組的轉(zhuǎn)發(fā),阻滯不可信分組,提高網(wǎng)絡吞吐量的目的。 (3)通過引入基于同態(tài)hash函數(shù)的快速簽名算法改進安全方案的性能與執(zhí)行效率。在基于置信度傳播的安全方案中,由置信節(jié)點通過校驗數(shù)字簽名來判斷數(shù)據(jù)分組是否為污染數(shù)據(jù)。因此,本文采用比原方案中有更低計算復雜度的簽名算法,可以減小置信節(jié)點執(zhí)行基于該算法的簽名方案時的計算延時,進而提高安全方案總體運行效率。通過有效提高網(wǎng)絡區(qū)域中置信節(jié)點檢驗污染數(shù)據(jù)的速度和效率,加快安全方案中受污染數(shù)據(jù)影響的中間節(jié)點置信度的收斂速度,達到更迅速有效的濾除污染數(shù)據(jù)、提高數(shù)據(jù)傳輸中有效數(shù)據(jù)的吞吐量并降低網(wǎng)絡延時的目的。
[Abstract]:Network coding is a new form of network transmission. It provides the possibility that the network throughput can reach the maximum theoretical value. It can also effectively reduce the energy consumption of network data transmission and improve the reliability of data transmission in the network. In the network coding method, after the forward node receives the data packet, it will cache and encode the new data packet, and then forward the data packet to the downstream node. Because of the inherent characteristics of network coding, the system with network coding is vulnerable to pollution attack. The existing mechanism to deal with pollution attack will cause large computational overhead and weaken the role of network coding. Therefore, a security scheme based on confidence propagation is proposed. In this paper, the security of network coding is studied as follows. (1) the research background of secure network coding is introduced, and the main forms of pollution attack and its harm to network coding system are analyzed. In this paper, the process of constructing hash collision based on birthday paradox, the security scheme based on confidence propagation and the existing problems are discussed. (2) an improved scheme is proposed to overcome the shortcomings of the security scheme based on confidence propagation. In the improved scheme, the intermediate node filters the contaminated data according to the confidence value of the forward node. At the same time, by changing the connection mode between the confidence node and the middle node into a mesh connection, the coverage of the network area is expanded, and the flexibility of the security scheme in practical application is improved. The delay forwarding algorithm based on logarithmic function is used to divide the interval of confidence value, and the forwarding probability is selected according to the interval corresponding to the confidence value. If it is not forwarded, the delay time is calculated and the forwarding probability is adjusted until the packet is forwarded. By delaying the forwarding of low confidence packet, the algorithm can restrain the transmission of contaminated data and improve the network throughput. Based on this, an improved routing protocol based on DSDV is proposed. By writing the confidence information into the routing update packet of the DSDV protocol, the forward node obtains its confidence value in the downstream node through the packet. When the node forwards the data, it selects the appropriate routing path according to its confidence value, and then accelerates the forwarding of trusted packets and blocks the untrusted packets. The purpose of improving network throughput is to improve the performance and execution efficiency of the security scheme by introducing a fast signature algorithm based on homomorphic hash function. In the security scheme based on confidence propagation, the confidence node verifies the digital signature to determine whether the data packet is contaminated or not. Therefore, by using a signature algorithm with lower computational complexity than the original scheme, the computational delay of the confidence node in executing the signature scheme based on the algorithm can be reduced, and the overall efficiency of the security scheme can be improved. By effectively improving the speed and efficiency of testing contaminated data by confidence nodes in network regions, the convergence speed of confidence degree of intermediate nodes affected by contaminated data in safety schemes is accelerated, and the filtering of contaminated data is achieved more quickly and effectively. The purpose of improving the throughput of effective data and reducing the network delay in data transmission.
【學位授予單位】:遼寧大學
【學位級別】:碩士
【學位授予年份】:2014
【分類號】:TP393.08

【共引文獻】

相關期刊論文 前6條

1 張祥麗;;一種基于指紋識別的云安全登錄系統(tǒng)設計[J];電視技術(shù);2013年13期

2 陳春良;陳新;;密集節(jié)點區(qū)域的自組織網(wǎng)絡路由算法研究[J];單片機與嵌入式系統(tǒng)應用;2014年10期

3 裴恒利;尚濤;劉建偉;;融合時間戳和同態(tài)簽名的安全網(wǎng)絡編碼方法[J];通信學報;2013年04期

4 屈天剛;;網(wǎng)絡編碼在戰(zhàn)術(shù)數(shù)據(jù)鏈中的應用[J];通信技術(shù);2013年05期

5 潘魯遠;周亞建;郭玉翠;徐國愛;;基于網(wǎng)絡編碼的ARQ機制在WiFi單播中的應用[J];北京電子科技學院學報;2013年04期

6 尚濤;裴恒利;劉建偉;;基于格簽名的安全網(wǎng)絡編碼(英文)[J];中國通信;2014年01期

相關會議論文 前1條

1 陳海勇;朱詩兵;童菲;;基于網(wǎng)絡編碼的軍事物聯(lián)網(wǎng)防竊聽研究[A];2011年全國電子信息技術(shù)與應用學術(shù)會議論文集[C];2011年

相關博士學位論文 前3條

1 劉光軍;安全網(wǎng)絡編碼及其應用[D];西安電子科技大學;2013年

2 李博;物理層網(wǎng)絡編碼及其在非對稱雙向中繼通信中的性能研究[D];哈爾濱工業(yè)大學;2013年

3 梁滿;網(wǎng)絡編碼污染攻擊的防御技術(shù)研究[D];復旦大學;2013年

,

本文編號:2140390

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

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


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

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