博碩士論文 945302028 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:38 、訪客IP:3.17.128.129
姓名 賴仲秋(Chung-chiu Lai)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 在行動無線隨意網路上實作多重頻道媒體存取控制技術
(Implementation of the Multi-Channel MAC Protocol in Mobile Ad-Hoc Networks)
相關論文
★ 無線行動隨建即連網路上之廣播與繞徑問題★ 熱門電影的高效能廣播演算法
★ 無線行動隨建即連網路上之媒體存取問題★ 使用功率調整來增加多節點封包無線網路
★ 在無線行動隨建即用網路下Geocast 之設計與實做經驗★ 一個適用於熱門隨選視訊服務之快速排程廣播策略
★ 應用數位浮水印技術於影像之智慧財產權保護與認證★ 在寬頻分碼多重擷取技術上分配及再分配多重正交可變展頻係數碼
★ 無線行動隨建即連網路上之廣播排程協定★ 在無線行動隨建即連網路下支援即時多媒體傳送的媒介存取協定
★ 以樹狀結構為基礎的Scatternet建構協定★ 在無線感應器網路中具有省電機制並且採用對角線路徑的方向性擴散
★ 隨意型無線網路上一個具有能量保存的GRID繞徑協定★ 在無線感應器網路中具有省電機制的傳輸協定
★ 隨意型無線網路上一個具有能量保存以及平衡的繞徑協定★ 環形藍芽網路:一個藍芽通訊網路的新拓樸及其繞徑協定
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) IEEE 802.11規範提供多重頻道給無線區域網路使用,但是它的MAC通訊協定只設計成只使用單一頻道進行資料傳輸。在眾多討論中皆指出若將MAC通訊協定修改成支援多重頻道的情況下,可以將主機分散在不同的頻道上進行資料傳輸,以避免因過度競爭而使傳輸容量降低,亦可讓不同的主機即使在相同的空間中也可以在同一時間內使用不同的頻道傳送資料且不會互相干擾。但是這些討論大多是以模擬的方式來證明他們的理論,缺乏在無線網路卡上實作來強化他們的論點,所以我們在論文中是以實作的方式來證明使用多重頻道是可行的。
在論文中,我們使用Ralink RT2661無線網路卡於隨意存取網路模式中,來實現多重頻道媒體存取控制(Multi-channel MAC, MMAC)協定。我們於驅動程式模組中修改了IEEE 802.11 DCF的MAC協定,使其可以同時使用多個頻道,讓主機可以在多重頻道模式下動態的切換頻道並傳送資料。主要的構想就是利用IEEE 802.11 DCF在隨意存取網路模式中提供給電源管理機制所使用的ATIM window,取代電源管理機制於ATIM window中所使用的溝通協定,讓主機可以在這段時間內利用ATIM的訊息來協調並選擇欲使用的頻道。在實驗時,我們會使用六台及十二台支援multi-channel MAC通訊協定的嵌入式系統裝置,分別測量出使用單一頻道及多重頻道的無線網路傳輸容量,並將實驗的結果相互作比較,來證明在現有的無線網路卡上實作MMAC通訊協定是可行的,並可以印證MMAC通訊協定可以比IEEE 802.11 MAC協定提供更好的傳輸容量。
摘要(英) IEEE 802.11 standard provides multiple channels for wireless local area network (WLAN), but its MAC protocol is designed only for a single channel. A lot of works have been done to improve the throughput of WLANs with multiple channels access in which multiple transmissions can take place simultaneously without interfering each other. However, most of them use the simulations to verify their works. In this thesis, we implement the multi-channel MAC protocol in a real network to prove that the use of multiple channels is feasible.
We use Ralink RT2661 wireless network interface in ad-hoc mode to implement the multi-channel MAC protocol. We modify IEEE 802.11 DCF protocol to enable mobile hosts to utilize multiple channels by switching channels dynamically in Linux device module. The main idea is that hosts can use the ATIM windows of IEEE 802.11 Power Saving Mechanism to negotiate and select the intended channel. In our experiments, we compare the performance of the MAC protocols with single channel and multiple channels. The experiment results show that the performance of multi-channel MAC protocol is better than the single channel MAC protocol.
關鍵字(中) ★ 無線區域網路
★ 傳輸容量
★ 行動隨意存取網路
★ 多重頻道
★ 省電機制
關鍵字(英) ★ wireless networks
★ Mobile ad-hoc networks
★ multiple channels
★ power saving mechanism
★ throughput
論文目次 第一章、簡介...........................................1
第二章、相關研究.......................................3
2.1 IEEE 802.11 Power Saving Mechanism (PSM)...........4
2.2 A Multi-channel MAC Protocol for Ad Hoc Wireless Networks.........................5
第三章、MMAC 協定技術實作..............................8
3.1 Ralink無線網路卡軟硬體架構.........................9
3.2 MMAC實作...........................................13
3.2.1 新增MMAC控制命令.................................15
3.2.2 MMAC設計說明.....................................18
第四章、實驗結果和比較.................................24
4.1 MMAC連線測試模型...................................27
4.2 實驗效能測試結果...................................31
第五章、結論...........................................45
參考文獻...............................................47
參考文獻 [1] IEEE standard for Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications, ISO/IEC 8802-11: 1999(E), Aug. 1999
[2] J. So and N. H. Vaidya, “A Multi-channel MAC Protocol for Ad Hoc Wireless Networks”, Univ. Illinois Technical Report, January 2003.
http://www.crhc.uiuc.edu/wireless/groupPubs.html
[3] Ralink “RT2661 Dual Band Smart Antenna MAC/BBP Preliminary Data Sheet, version 1.1” Ralink Technology Corporation
http://www.ralinktech.com.tw
[4] S. -L. Wu, C. -Y. Lin, Y. -C. Tesng and J. -P. Sheu, “A New Multi-Channel MAC Protocol with On-Demand Channel Assignment for Multi-Hop Mobile Ad Hoc Networks,” Proc. of the International Symposium on Parallel Architectures, Algorithms and Networks (I-SPAN), pp.232-237, Dallas, TX, USA, Dec. 2000.
[5] Iperf measure network performance tool.
http://dast.nlanr.net/Projects/Iperf
[6] Z. Tang and J. J. Garcia-Luna-Aceves, “Hop-Reservation Multiple Access (HRMA) for Ad-Hoc Networks,” Proc. of IEEE INFOCOM, New York, NY, USA, pp. 194-201, March 1999.
[7] Linksys WAP200 Wireless-G Access Point with Power over Ethernet and RangeBooster.
http://www.linksys.com
[8] S. -L. Wu, Y. -C. Tseng, C. -Y. Lin and J. -P. Sheu, “A Multi-Channel MAC Protocol with Power Control for Multi-hop Mobile Ad Hoc Networks,” The Computer Journal, Vol. 45, No. 1, pp. 101-110, 2002.
[9] W. -C. Hung, K. L. E. Law, and A. Leon-Garcia, “A Dynamic Multi-Channel MAC for Ad Hoc LAN,” Proc. of 21st Biennial Symposium on Communications, pp. 31-25, Kingston, Canada, June 2002.
[10] A. Tzamaloukas and J. J. Garcia-Luna-Aceves, “A Receiver-Initiated Collision-Avoidance Protocol for Multi-Channel Networks,” Proc. of IEEE INFOCOM, Vol. 1, pp. 189-198, Anchorage, AK, USA, April 2001.
[11] A. Tzamaloukas and J. J. Garcia-Luna-Aceves, “Channel-Hopping Multiple Access,” Proc. of IEEE International Conference on Communications, Vol. 1, pp. 415-419, New Orleans, LA, USA, June 2000.
[12] A. Tzamaloukas and J.J. Garcia-Luna-Aceves, “Channel hopping Multiple Access with Packet Trains for Ad Hoc Networks”, Proc. IEEE Mobile Multimedia Communications, Tokyo, Japan, November 2000.
[13] J. Chen, S. Tsong and C.-A. Yang, “A New Multichannel Access Protocol for IEEE 802.11 Ad Hoc Wireless LANs,” Proc. of Personal, Indoor and Mobile Radio Communications (PIMRC), Vol. 3, pp. 2291-2296, Beijing, China, September 2003.
[14] J. Corbet, A. Rubini, and G. Kroah-Hartman, “Linux Device Drivers, Third Edition”, O’Reilly, February 2005.
http://lwn.net/Kernel/LDD3/
指導教授 許健平(Jang-Ping Sheu) 審核日期 2008-3-7
推文 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聯絡  - 隱私權政策聲明