Responsive image
博碩士論文 etd-0617117-145853 詳細資訊
Title page for etd-0617117-145853
論文名稱
Title
感知車載網路中應用網路編碼之合作式媒介存取控制協定
Network-Coding-Assisted Cooperative MAC Protocols for Cognitive Vehicular Networks
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
103
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2017-07-25
繳交日期
Date of Submission
2017-07-26
關鍵字
Keywords
感知車載網路、網路編碼、整數規劃、媒介存取控制、貪婪演算法
NP-complete, integer programming,, network coding, medium access control, greedy algorithm, Cognitive vehicular networks
統計
Statistics
本論文已被瀏覽 5648 次,被下載 26
The thesis/dissertation has been browsed 5648 times, has been downloaded 26 times.
中文摘要
本論文考慮一種運作在感知無線電環境下的車載網路(cognitive vehicular network)應用問題:假設roadside unit(簡寫成RSU)會週期性地廣播一些資料給傳輸範圍內的車輛。受限於處在不同地理位置的車輛有不同的可供傳輸或接收頻道的條件下,RSU該如何選擇哪些收到全部或部分資料的車輛去使用哪些頻道以便「同時」轉播(relay)「一筆」原始或網路編碼後的資料給哪些鄰近未完全收到資料的車輛。我們稱此一問題為maximum interference-free multi-relay(簡稱為MIM)問題。此一問題的目標是要使得RSU和轉送資料的車輛能發揮最大的空間再利用率(spatial reusability),讓所有車輛所收到的資料封包總量的期望值達到最大。本論文的主要貢獻有三:一、我們首先將MIM問題建模為整數規劃(integer programing)問題,由此可知此一問題為NP-complete問題。二、針對MIM問題,我們首先提出集中式的媒介存取控制(medium access control,簡稱MAC)協定,稱為network-coding-assisted cooperative MAC(簡稱NC-MAC)。NC-MAC使用貪婪演算法來對付MIM問題。三、我們將集中式NC-MAC協定轉換成分散式NC-MAC協定。如果出於data offloading的考量,RSU不願意暫存已經傳送過的資料封包,那麼分散式協定便能派上用場。模擬實驗結果顯示:集中式NC-MAC協定和分散式NC-MAC協定在不同的網路環境下的效能表現各有優劣。網路規劃者可根據自身的需求來選擇合適的NC-MAC通訊協定。
Abstract
This thesis considers an application scenario in a cognitive vehicular network: The roadside unit (RSU) periodically broadcasts a number of data packets. The vehicles in different locations may have different available licensed channels. We want to study the problem that how does the RSU determine which vehicles that correctly received some data packets from the RSU choose which channels to concurrently relay the original data or network-coded data to which vehicles that did not receive all data packets from the RSU such that the network throughput can be maximized. We call this problem the MIM (maximum interference-free multi-relay) problem. To the best of our knowledge, this problem has never been seriously studied before. The contributions of this thesis are mainly three-fold: First, we formally model the MIM problem as an integer programming problem, which is NP-complete in general. Second, we design a centralized MAC (medium access control), named NC-MAC (network-coding-assisted cooperative MAC), which employs a greedy algorithm to efficiently tackle the MIM problem. Third, on the basis of centralized NC-MAC, we design a distributed one which can work in a condition that the RSU does not want to buffer its transmitted data perhaps due to the consideration of data offloading. Simulation results show that in terms of throughput, centralized NC-MAC outperforms the distributed one, while in terms of algorithm execution time, distributed NC-MAC outperforms the centralized one. The network planner clearly can select the appropriate NC-MAC according to his needs.
目次 Table of Contents
目錄
論文審定書............................................................................................................i
誌謝......................................................................................................................ii
摘要.....................................................................................................................iii
Abstract...............................................................................................................iv
目錄......................................................................................................................v
圖次....................................................................................................................vii
表次 .....................................................................................................................x
第一章 緒論………………………………………….………………………………....1
1.1 研究問題…………………………………………………………………….......4
1.2 目標與貢獻………………………………………………………………….......8
第二章 相關研究...................................................................................................9
2.1 無線感知網路上的媒介存取控制協定.........................................................9
2.2 感知車載網路上的媒介存取控制協定.......................................................10
2.3 車載網路上的合作式通訊協定…………...…………………………….....…11
第三章 整數規劃模型………………………………………………………………...13
3.1 網路結構模型……………………………………………………………........13
3.2 通道模型………………………………………………………………...….....14
3.3 轉播端模型………………………………………………………………........16
3.4資料排程模型………………………………………………………….…........19
第四章 集中式NC-MAC協定…………………………………………………..….....20
4.1 RSU資料廣播期……………..……………………………………………......20
4.2 頻道偵測期……………...………………………………………………….....21
4.3 車輛beacon廣播期…………………….……………………………….........22
4.4 回報與請求期……………………………………………………………........23
4.5資料轉送期……………….………………………………………………........25
第五章 分散式NC-MAC協定……………………………………………………......33
5.1 RSU資料廣播期………………………………………………………….......33
5.2 車輛beacon廣播期……………………………………………………….......34
5.3 回報與請求期……………………………………………………………........35
5.4 轉播端選擇期與資料轉送期……………………………………………........36
5.5 每個時期的時間長度……………………………………………………........40
第六章 模擬實驗…………………………………………………………………......43
6.1 實驗環境與參數設定……………………………………………………........43
6.2 模擬器設計與實作.……………………………………………………….......48
6.3 模擬實驗結果……………………………………………………………........50
6.3.1 車輛傳輸半徑對效能的影響………………………………………..........51
6.3.2 最大編碼長度對效能的影響………………………………………..........53
6.3.3 Run-time throughput……………………………………………...…......57
6.3.4 Primary user數量對效能的影響…………………………………….......59
6.3.5 車輛數量對效能的影響…………………………………………...…......63
6.3.6 車輛速差對效能的影響…………………………………………….........67
第七章 結論…………………………………………………………………….........73
附錄………………………………………………………………………………......74
參考文獻……………………………………………………………………………..89
參考文獻 References
參考文獻
[1] R. Ahlswede, N. Cai, S. R. Li, and R. W. Yeung. “Network Information Flow,” IEEE Transactions on Information Theory, Vol. 46, No.4, pp. 1204–1216, July 2000.
[2] I. F. Akyildiz, W.-Y. Lee, M. C. Vuran, and S. Mohanty, “Next Generation Dynamic Spectrum Access Cognitive Radio Wireless Networks: A Survey,” Computer Networks, Vol. 50, No. 13, pp. 2127–2159, September 2006.
[3] O. Awoniyi and F. A. Tobagi. “Effect of Fading on the Performance of VoIP in IEEE 802.11a WLANs,” IEEE International Conference on Communications, vol. 6, pp. 3712–3717, June 2004.
[4] Q. Chen, Y.-C. Liang, M. Motani, and W.-C. Wong, “A Two-Level MAC Protocol Strategy for Opportunistic Spectrum Access in Cognitive Radio Networks,” IEEE Transactions on Vehicular Technology, vol. 60, no. 5, pp. 2164-2180, June 2011.
[5] Y.-S. Chen and K.-W. Hung, “VC2-MAC: A Two-Cycle Cooperative MAC Protocol in Vehicular Networks,” Computer Communications, Vol. 35, No. 7, pp. 861-874, April 2012.
[6] T. H. Charles, E. Leiserson, R. L. Rivest, and C. Stein, Introduction to Algorithms, MIT Press, 2009.
[7] A. De Domenico, E. C. Strinati, and M.-G. Di Benedetto, “A Survey on MAC Strategies for Cognitive Radio Networks,” IEEE Communications Surveys and Tutorials, Vol. 14, No. 1, pp. 21–44, 2012.
[8] N. Eude, B. Ducourthial, and M. Shawsky, “Enhancing ns-2 Simulator for High Mobility Ad Hoc Networks in Car-to-Car Communication Context,” IFIP International Conference on Mobile and Wireless Communications Networks (MWCN), September 2005.
[9] Federal Communications Commission, “FCC, ET Docket No 03-222 Notice of Proposed Rule Making and Order,” Technical Report, December 2003.
[10] M. Di Felice, R. Doost-Mohammady, K. R. Chowdhury, and L. Bononi, “Smart Radios for Smart Vehicles: Cognitive Vehicular Networks,” IEEE Vehicular Technology Magazine, Vol. 7, No. 2, pp. 26–33, June 2012.
[11] IEEE Standard 802.11, Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, November 1999.
[12] IEEE Standard 802.11p. Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications; Amendment 6: Wireless Access in Vehicular Environments, June 2010.
[13] IEEE Standard 802.22, Cognitive Wireless RAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Policies and Procedures for Operation in the TV Bands , July 2011
[14] S. Katti, H. Rahul, W. Hu, D. Katabi, M. Medard, and J. Crowcrof, “Xors in The Air: Practical Wireless Network Coding,”, IEEE Transactions on Networking, Vol. 16, No. 3, pp. 497–510, June 2008.
[15] T. Korakis, S. Narayanan, A. Bagri, and S. Panwar, “Implementing a Cooperative MAC Protocol for Wireless LANs,” IEEE International Conference on Communications, pp. 4805–4810, June 2006.
[16] P. Liu, Z. Tao, and S. Panwar, “A Cooperative MAC Protocol for Wireless Local Area Networks,” IEEE International Conference on Communications, Vol. 5, pp. 2962–2968, June 2005.
[17] K. Liu, J. K.-Y. Ng, J. Wang, V. C. S. Lee, W. Wu, and S. H. Son, “Network-Coding-Assisted Data Dissemination via Cooperative Vehicle-to-Vehicle/-Infrastructure Communications,” IEEE Transactions on Intelligent transportation system, Vol. 17, No.6, pp. 1509–1520, June 2016.
[18] K. Liu, J. K. Y. Ng, V. C. S. Lee, S. H. Son, and I. Stojmenovic, “Cooperative Data Scheduling in Hybrid Vehicular Ad Hoc Networks: VANET as a Software Defined Network,” IEEE Transactions on Networking, Vol. 24, No.3, pp. 1759–1773, June 2016.
[19] H. Moustafa and Y. Zhang, Vehicular Networks: Techniques, Standards, and Applications. CRC Press, Taylor & Francis Group, 2009.
[20] R. Maheshwari, H. Gupta, and S. R. Das, “Multichannel MAC Protocols for Wireless Networks,” Proceedings of the 3rd Annual IEEE Sensor and Ad Hoc Communications and Networks, pp. 393-401, September 2006.
[21] A. Nosratinia, T. E. Hunter, and A. Hedayat, “Cooperative Communication in Wireless Networks,” IEEE Communications Magazine, Vol. 42, No. 10, pp. 74–80, October 2004.
[22] J. Nzouonta, N. Rajgure, G. Wang, and C. Borcea, “VANET Routing on City Roads Using Real-Time Vehicular Traffic Information,” IEEE Transactions on Vehicular Technology, Vol. 58, No. 7, pp. 3609-3626, September 2009.
[23] D. Niyato, E. Hossain, and P. Wang, “Optimal Channel Access Management with QoS Support for Cognitive Vehicular Networks,” IEEE Transactions on Mobile Computing, Vol. 10, No. 5, pp. 573-591, April 2011.
[24] Q. Pang, C. M. Leung, and S. C. Liew, “An Enhanced Auto rate Algorithm for Wireless Local Area Networks Employing Loss Differentiation,” IEEE Transactions on Vehicular Technology, Vol. 57, No. 1, pp. 521-531, January 2008.
[25] T. S. Rappaport, Wireless Communications: Principles and Practices. 2nd Edition, Prentice-Hall, 1996.
[26] P. K. Singh and K. Lego, “Comparative Study of Radio Propagation and Mobility Models in Vehicular Ad-Hoc Network,” International Journal of Computer Applications, Vol. 16, No. 8, pp. 37–42, February 2011.
[27] M. Timmers, S. Pollin, A. Dejonghe, L. Van der Perre, and F. Catthoor, “A Distributed Multichannel MAC Protocol for Multihop Cognitive Radio Networks,” IEEE Transactions on Vehicular Technology, Vol. 59, No. 1, pp. 446–459, January 2010.
[28] S.-L. Wu, P.-C. Tseng, and Zi-Tsan Chou, “Distributed Power Management Protocols for Multi-Hop Mobile Ad Hoc Networks,” Computer Networks, Vol. 47, No. 1, pp. 63–85, January 2005.
[29] Q. Xu, T. Mak, J. Ko, and R, Sengupta, “Medium Access Control Protocol Design for Vehicle-Vehicle Safety Messages,” IEEE Transactions on Vehicular Technology, Vol. 56, No. 2, pp. 499–518, March 2007.
[30] W. H. Yuen, R. D. Yates, and S.-C. Mau, “Noncooperative Content Distribution in Mobile Infostation Networks,” IEEE Wireless Communications and Networking, Vol. 2, pp. 1344–1349, March 2003.
[31] J. Zhang, Q. Zhang, and W. Jia, “VC-MAC: A Cooperative MAC Protocol in Vehicular Networks,” IEEE Transactions on Vehicular Technology, Vol. 58, No. 3, pp. 1561–1571, March 2009.
[32] Independent set (graph theory). [Online] https://en.wikipedia.org/wiki/Independent_set_(graph_theory)
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code