博碩士論文 106523604 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:59 、訪客IP:18.223.114.142
姓名 蘇卡(Sod-Erdene Khuukhenbaatar)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 軟體定義網路中改善多路徑傳輸控制協定的效能 之研究
(Improving Multipath TCP Routing Performance in Software-Defined Networks)
相關論文
★ 非結構同儕網路上以特徵相似度為基準之搜尋方法★ 以階層式叢集聲譽為基礎之行動同儕網路拓撲架構
★ 線上RSS新聞資料流中主題性事件監測機制之設計與實作★ 耐延遲網路下具密度感知的路由方法
★ 整合P2P與UPnP內容分享服務之家用多媒體閘道器:設計與實作★ 家庭網路下簡易無縫式串流影音播放服務之設計與實作
★ 耐延遲網路下訊息傳遞時間分析與高效能路由演算法設計★ BitTorrent P2P 檔案系統下載端網路資源之可調式配置方法與效能實測
★ 耐延遲網路中利用訊息編碼重組條件之資料傳播機制★ 耐延遲網路中基於人類移動模式之路由機制
★ 車載網路中以資料匯集技術改善傳輸效能之封包傳送機制★ 適用於交叉路口環境之車輛叢集方法
★ 車載網路下結合路側單元輔助之訊息廣播機制★ 耐延遲網路下以靜態中繼節點(暫存盒)最佳化訊息傳遞效能之研究
★ 耐延遲網路下以動態叢集感知建構之訊息傳遞機制★ 跨裝置影音匯流平台之設計與實作
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 多路徑傳輸控制協定(MPTCP)是一個提升網路效能的新興技術,透過將TCP之連線建立多條子通道來提升網路頻寬。由於缺乏來自較底層的網路資訊與狀態,多路徑傳輸控制協定無法調整各個子通道的數量。當所有子通道集結於同一條路徑時,可能會造成網路效能低落並降低吞吐量。為了解決此問題,本論文提出了一種基於軟體定義網路的多路徑傳輸控制協定方案來提升網路吞吐量。在這個設計中,透過軟體定義網路控制器,根據即時的網路流量情況來計算最佳路徑,並分配各個多重路徑傳輸協定子通道。最後實驗透過Mininet與ONOS控制器證明本論文的設計優於現有的解決方案。
摘要(英) Multipath Transmission Control Protocol (MPTCP) is a encouraging technique that enhances the network performance by aggregating bandwidth of multiple paths corresponding to multiple subflows based on TCP connections. Although, because of the absence of the network status and information from lower layers, MPTCP incapable of actively optimize the number of subflows, which can cause a waste of network resource and throughput reduction when numerous subflows routed on the same path. In order to address this problem, we propose an SDN-based MPTCP scheme for enhanced throughput performance. In this design, a centralized SDN
controller can compute optimal paths for MPTCP subflows and adaptively allocate the number of subflows based on instant network conditions. Simulation results show the proposed scheme outperforms existing solutions by examining performance based on the Mininet emulator and ONOS controller.
關鍵字(中) ★ 軟體定義網路
★ 多路徑傳輸
關鍵字(英) ★ SDN
★ MPTCP
論文目次 Chinese Abstract iv
Abstract v
Acknowledgements vi
I Introduction 1
1.1 SDN based MPTCP Approach . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Our study and Contribution . . . . . . . . . . . . . . . . . . . . . . . . 4
II Preliminary and Related Work 7
2.1 Background Knowledge . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 Classical MPTCP Protocol Design . . . . . . . . . . . . . . . . . . . . 12
2.3 SDN-based MPTCP Design . . . . . . . . . . . . . . . . . . . . . . . . 14
III Approach Design 18
3.1 The System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
3.2 Design Abstraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.3 Route Calculation Module . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.4 Optimal Subflow Allocation Module . . . . . . . . . . . . . . . . . . . 25
3.5 Window Size Adjustment . . . . . . . . . . . . . . . . . . . . . . . . . 26
IV Performance Evaluation 30
4.1 Experiment Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
4.2 Experiment Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
2.1 Throughput - Abilene Topology . . . . . . . . . . . . . . . . . 32
2.2 Throughput - ESnet Topology . . . . . . . . . . . . . . . . . . . 38
2.3 Latency - Abiline Topology . . . . . . . . . . . . . . . . . . . . 42
2.4 Latency - ESnet Topology . . . . . . . . . . . . . . . . . . . . . 46
V Conclusion 51
參考文獻 [1] Jon Postel. Transmission control protocol. RFC 793, September 1981.
[2] Jana Iyengar, Costin Raiciu, Sebastien Barre, Mark J. Handley, and Alan Ford. Architectural guidelines for multipath TCP development. Review of Scientific Instruments, 72:4477–4479, December 2001.
[3] Damon Wischik, Costin Raiciu, Adam Greenhalgh, and Mark Handley. Design, implementation and evaluation of congestion control for multipath TCP.In Proceedings of the 8th USENIX conference on Networked systems design and implementation, pages 1–14, March 2011.
[4] Ramin Khalili, Nicolas Gast, Miroslav Popovic, and Jean-Yves Le Boudec. MPTCP is not pareto-optimal: Performance issues and a possible solution. IEEE/ACM Transactions on Networking, 21:1651–1665, October 2013.
[5] Costin Raiciu, Mark Handley, and DamonWischik. Coupled congestion control for multipath transport protocols. IETF RFC, 6356:1–12, 2011.
[6] Samaresh Bera, Sudip Misra, and Athanasios V. Vasilakos. Software-defined networking for Internet of Things: A survey. IEEE Internet of Things Journal,
pages 1994–2008, December 2017.
[7] Zhuo Jiang, Qian Wu, Hewu Li, and Jianping Wu. scMPTCP: SDN cooperated multipath transfer for satellite network with load awareness. IEEE Access,6:19823–19832, 2018.
[8] Ting Wang and Mounir Hamdi. eMPTCP: Towards high performance multipath data transmission by leveraging SDN. In Proceedings of IEEE Global Communications Conference (GLOBECOM), pages 1–6, December 2018.
[9] Kai Gao, Changqiao Xu, Jiuren Qin, Shujie Yang, Lujie Zhong, and Gabriel-Miro Muntean. QoS-driven path selection for MPTCP: A scalable SDN-assisted approach. In IEEE Wireless Communications and Networking Conference (WCNC),
April 2019.
[10] Savvas Zannettou, Michael Sirivianos, and Fragkiskos Papadopoulos. Exploiting path diversity in datacenters using MPTCP-aware SDN. In IEEE Symposium on Computers and Communication (ISCC), pages 539–546, June 2016.
[11] Faisal Alharbi and Zongming Fei. An SDN architecture for improving throughput of large flows using multipath TCP. In Proceedings of 5th IEEE International Conference on Cyber Security and Cloud Computing (CSCloud), pages 111–116, June 2018.
[12] Olivier Bonaventure, Mark Handley, and Costin Raiciu. An overview of multipath TCP. Login Usenex Mag Article, 37:1–7, October 2012.
[13] Bruno Kimura and Antonio Loureiro. Mptcp linux kernel congestion controls. Technical report, Arxiv, December 2018.
[14] Honda Michio, Yoshifumi Nishida, Lars Eggert, Pasi Sarolahti, and Hideyuki Tokuda. Multipath congestion control for shared bottleneck. In Protocols for Fast Long-Distance Networks (PFLDNeT ) workshop, volume pp, pages 19–24, May
2009.
[15] Kévin Phemius and Mathieu Bouet. Monitoring latency with openflow. In
Proceedings of the 9th International Conference on Network and Service Management (CNSM 2013), pages 122–125, October 2013.
[16] Min Hu, Jun-Na Gan, and Ya-Nan Guo. The research of adaptive weighted congestion control in MPTCP. In Proceedings of the International Conference on Electrical and Control Engineering, pages 1350–1353, September 2011.
[17] Wenzhong Li, Han Zhang, Shaohua Gao, Chaojing Xue, Xiaoliang Wang, and Sanglu Lu. Smartcc: A reinforcement learning approach for multipath TCP congestion control in heterogeneous networks. IEEE Journal on Selected Areas in
Communications, 37:2621–2633, November 2019.
[18] Shih-Hao Ou, Chih-Wei Huang, Tzu-Kuan Lee, and Chih-Yang Huang. Outof-order transmission enabled congestion and scheduling control for multipath TCP. In Proceedings of the International Wireless Communications and Mobile Computing
Conference (IWCMC), pages 1069–1073, September 2016.
[19] Yeon sup Lim, Erich M. Nahum, Don Towsley, and Richard J. Gibbens. ECF: An MPTCP path scheduler to manage heterogeneous paths. In Proceedings of the 2017 ACM SIGMETRICS / International Conference on Measurement and Modeling of Computer Systems, page 33–34, June 2017.
[20] Subhrendu Chattopadhyay, Samar Shailendra, Sukumar Nandi, and Sandip Chakraborty. Improving MPTCP performance by enabling sub-flow selection over an SDN supported network. In Preceedings of the 14th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), pages 1–8, October 2018.
[21] Marcus Sandri, Alan Silva, Lucio A. Rocha, and Fabio L. Verdi. On the benefits of using multipath (tcp) and openflow in shared bottlenecks. In Proceedings ofIEEE 29th International Conference on Advanced Information Networking and Applications, pages 9–16, March 2015.
[22] S Thomas Valerrian Pasca, Siva Sairam Prasad Kodali, and Kotaro Kataoka. AMPS: Application aware multipath flow routing using machine learning in SDN. In Procedings of the Twenty-third National Conference on Communications (NCC), pages 1–6, March 2016.
[23] Ohmmar Min Mon and Myat Thida Mon. Quality of service sensitive routing for software defined network using segment routing. In Proceedings of the 18th International Symposium on Communications and Information Technologies (ISCIT), pages 180–185, September 2018.
[24] Diego Leonel Cadette Dutra, Miloud Bagaa, Tarik Taleb, and Konstantinos Samdanis. Ensuring end-to-end QoS based on multi-paths routing using SDN technology. In Proceedings of IEEE Global Communications Conference GLOBECOM 2017, December 2017.
[25] Jingpu Duan, Zhi Wang, and Chuan Wu. Responsive multipath TCP in SDNbased datacenters. In Proceedings of IEEE International Conference on Communications
(ICC), pages 5296–5301, June 2015.
[26] Vaibhav Aggarwal, Vaibhav Gupta, Prayag Singh, Kiran Sharma, and Neetu Sharma. Detection of spatial outlier by using improved z-score test. In 3rd International Conference on Trends in Electronics and Informatics (ICOEI), pages 788–790, 2019.
[27] Vern Paxson, Mark Allman, H.K. Jerry Chu, and Matt Sargent. Computing tcp’s retransmission timer. IETF RFC 6298, pages 1–11, June 2011.
[28] Multipath Linux Kernel Implementation, https://www.multipath-tcp.org.
[29] Topology Zoo, http://www.topology-zoo.org.
指導教授 胡誌麟(Chih-Lin Hu) 審核日期 2020-7-17
推文 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聯絡  - 隱私權政策聲明