博碩士論文 103553006 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:22 、訪客IP:18.188.178.203
姓名 歐明鑫(Ming-Shin Ou)  查詢紙本館藏   畢業系所 通訊工程學系在職專班
論文名稱 以ROHC封包壓縮概念提升SDN switch TCAM使用效率之實作與研究
(Study on Effective Usage of TCAM in SDN Switch by Applying ROHC for Packets)
相關論文
★ 應用MSPP至DWDM都會光纖網路的設計★ 光網路與WiMAX整合架構研究及其簡化雛型實驗
★ 以Linux系統為基礎之NAT效能優化研究及其實作★ 光波長劃分多工網路之路徑保護機制研究
★ 標籤交換網路下具有服務品質路由安排之研究★ 以訊務相關性為基礎的整合性服務可調整QoS排程器之研究
★ 以群體播送支援IPv6環境下移動式網路連結更新之研究★ 無線區域網路資源動態分配之效能研究
★ 在微觀移動環境下有效資源保留之路徑管理研究★ 無線網路交握程序之預先認證方法分析與比較
★ 無線區域網路虛擬允入控制之研究★ IPv6環境下移動網路之連結更新程序及其效能之研究
★ 具有限數量波長轉換節點的分波多工網路之群播波長分配與容量計算研究★ 階層化行動式IPv6移動錨點選擇機制研究
★ 具高能量移動節點之叢集式感測網路 效能研究★ 預先註冊之快速換手階層化行動式IPv6研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在大型資料的網路環境中,既有的分散式網路架構管理與頻寬使用效率隨著拓樸的規模增大而顯得更加成效不彰,為了提升網路效率,簡化管理模式,Google、Yahoo、Facebook等多家指標型的大企業投入了新一代的軟體定義式網路SDN(Software Defined Networking)的架構與技術發展。

SDN 將網路集中管理,並提供可程式化的機制,對於企業或網路資料中心來說,可以藉此獲得自動處理與動態因應變化的好處,為網路資源的調度提供靈活度與彈性,但為此目的,SDN交換機需要設置更快更昂貴的TCAM,來應對存取頻繁,資料更新迅速的SDN流表(flow table),且為了節省交換機成本,TCAM的容量往往有其上限,若達使用上限時將自動移除優先度較低的流向(flow entry) ,但這往往無法有效率的使用TCAM中的規則空間(rule space),本論文探討利用ROHC壓縮封包時的封包標頭合併傳送與解壓縮機制,使得企業網路各區網間的SDN switch達到有效減少flow table中的rule數量,進而增進TCAM使用效率,在不提高switch記憶體成本的情況下,維持路由的正常工作,提高flow entry的hit rate,更可降低區域網路間的流量。
摘要(英) The distributed networks will be lower performance and harder to management when the network topology expansion in the public network. The iconic network businesses: Google、Yahoo and Facebook start into research and development the SDN(Software Defined Networking) for improve the network efficiency and simplify the network management system. Network intelligence is centralized in SDN that maintain the network, the SDN also provide the programmatically configured. The SDN for the enterprises and network data centers can get the benefit of the network automated and dynamically adjust network-wide traffic flow to meet changing needs. The SDN switch need the faster but more expensive TCAM(Ternary Content Addressable Memory) for the SDN flow table or refresh the network data and access data constantly. In order to lower the SDN switch cost, it always need to limit the TCAM size of the switch, when the flow entries exceed the TCAM maximum size, the SDN switch must need to remove the lower priority flow entry automatically, it will let the SDN TCAM’s rule space get lower efficiency. This thesis is using the ROHC to compress the network packet’s head for reduce the TCAM size usage. The ROHC will improve the TCAM efficiency but no need increase the SDN switch cost base on the same TCAM size, it still can let network work stable, higher flow entry rate and reduce the network traffic.
關鍵字(中) ★ 軟體定義網路
★ ROHC
★ Open vSwitch
★ Docker
關鍵字(英) ★ SDN
★ Open vSwitch
★ Docker
★ ROHC
論文目次 摘要 I
ABSTRACT II
目錄 III
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 2
1.3 章節概要 3
第二章 相關背景研究 4
2.1 SDN軟體定義網路 4
2.2 Open Flow簡介 5
2.3 相關文獻探討 9
2.4 ROHC封包標頭壓縮的工作原理 11
第三章 研究方法 15
3.1 Open vSwitch 15
3.1.1 Open vSwitch架構簡介 16
3.1.2 Open vSwitch datapath上的實作: 18
3.1.3 Open vSwitch flow table: 21
3.2 實驗系統架構介紹 24
3.2.1 模擬測試工具Docker 25
3.2.2 模擬測試工具iPerf 32
3.2.3 實驗設計 33
第四章 模擬結果分析 37
4.1 固定flow entry timeout 並調整flow table size之測試 37
4.2 固定flow entry timeout並調整client數量之測試 39
4.3 固定flow table size 與client數量調整rule timeout之測試 41
第五章 結論 42
參考文獻 44
參考文獻 [1]. 網路資料:https://www.ithome.com.tw/node/77353
[2]. 網路資料:https://www.ithome.com.tw/tech/87693
[3]. 網路資料:https://www.sdxcentral.com/sdn/definitions/inside-sdn-architecture/
[4]. http://www.informit.com/articles/article.aspx?p=2451956&seqNum=2 "Foundations of Modern Networking: Background and Motivation of Software-Defined Networks (SDN) By William Stallings", Dec 3, 2015
[5] “OpenFlow Switch Specification. Version 1.4.0 (Wire Protocol 0x05)”, October 14, 2013
[6]. 網路資料:https://www.netadmin.com.tw/article_content.aspx?sn=1610070003
[7]. “OpenFlow Switch Specification Version 1.4.0”, Open Networking Foundation, Oct 14, 2013
[8]. Subhasis Banerjee and Kalapriya Kannan, "Tag-In-Tag: Efficient flow table management in SDN switches", Proc. Of 2014 10th CNSM, pp. 17-21, Nov. 2014
[9]. Kun Qiu, Jing Yuan, Jin Zhao, Xin Wang, Stefano Secci and Xiaoming Fu, "Fast Lookup Is Not Enough: Towards Efficient and Scalable
Flow Entry Updates for TCAM-based OpenFlow Switches", Proc. Of 2018 IEEE 38th ICDCS , pp. 2-6, July 2018
[10]. RObust Header Compression (ROHC): Framework and four profiles: RTP, UDP, ESP, and uncompressed , IETF RFC 3095, 2001.
[11]. 網路資料:http://www.effnet.com/products/ROHC-v2/
[12]. Li Li-fu, Li Hai-wen, Li Hong-liang, Gu Yong-jun, “Research of ROHC for PoC Service Based on 3G Cellular Network”,
2017 IEEE 2nd Advanced Information Technology, Electronic and Automation Control Conference (IAEAC), pp. 900-904, Mar. 2017.
[13]. 厲群、王春曉,「ROHC協議分析與建模」,計算机工程与設計, CSCD 北大核心 2008年第13期 3309-3312
[14] 網路資料:http://www.sharetechnote.com/html/Handbook_LTE_ROHC.html
[15]. 網路資料:https://slideplayer.com/slide/7844260/
[16]. 網路資料: https://www.slideshare.net/kentaroebisawa/fpgax-open-flowfpga20150201english
[17]. Open vSwitch:https://www.openvswitch.org/
[18] 網路資料:https://www.rightscale.com/blog/cloud-management-best-practices/docker-vs-vms-combining-both-cloud-portability-nirvana
指導教授 陳彥文 審核日期 2019-1-18
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明