Responsive image
博碩士論文 etd-0911108-060826 詳細資訊
Title page for etd-0911108-060826
論文名稱
Title
改善隨意行動網路之頻寬使用率
Enhancing the Channel Utilization in Mobile Ad Hoc Networks
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
66
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2008-06-19
繳交日期
Date of Submission
2008-09-11
關鍵字
Keywords
輪詢、頻寬使用率、藍芽、隨意行動網路、多重路徑
bandwidth utilization, multi-path, mobile ad hoc network, Bluetooth, polling
統計
Statistics
本論文已被瀏覽 5662 次,被下載 0
The thesis/dissertation has been browsed 5662 times, has been downloaded 0 times.
中文摘要
隨意行動網路(Mobile Ad Hoc Networks)是一種非集中式的無線網路架構,這種形式的網路適合使用在網路基礎建置不易的區域,例如沙漠和海洋。在隨意行動網路中,頻寬(bandwidth)是一項有限的資源,尤其對於具服務品質保證(quality-of-service, QoS)需求的多媒體串流,影響更大。當一個連線請求被拒絕時,通常意謂當時網路處於滿載的狀態,而無法再允許其他連線請求。此時,網路中的各連結通常剩餘了一些無法再配置使用的頻寬,若能將這些剩餘頻寬結合並給予配置使用,將可以提昇頻寬使用率,進而減少連線請求被拒的情況。論文中,我們提出以多重路徑(multi-path)的頻寬需求(bandwidth-constrained)繞徑(routing)演算法將各連結的剩餘頻寬結合起來,使之成為可用的路徑。在四種不同的分散策略中,除了考慮到頻寬需求外,還考慮到了路徑成本,冀以得到一條滿足需求且最低成本之多重路徑。由於隨意行動網路的網路拓樸是動態的,我們藉由逾時(timeout)機制和重新繞徑(re-routing)來維護該連線所需之路徑。由模擬結果可知,多重路徑的繞徑演算法可以有效提昇頻寬使用率,使系統可容許的連線數增加。
另一方面,我們也提出改善藍芽(Bluetooth)的媒體存取控制層(Media Access Control Layer)之輪詢(polling)機制。在藍芽的通訊協定中,Master必須透過輪詢機制詢問Slave是否需要傳送資料,而過多無謂的詢問造成頻寬使用上的浪費,所以輪詢間隔(polling interval)的長短將影響頻寬使用率與傳輸延遲。我們提出的「高使用率輪詢」(Efficient Utilization Polling, EUP)使用payload header中的「Flow」欄位,正確地反應Slave端佇列(queue)的隊列情況,Master再依得到的資訊去調整輪詢間隔,以達到頻寬有效使用與傳輸延遲之間的平衡。此外,在EUP的基礎上提出「滑動輪詢窗」(Shifting Polling Window, SPW),在維持相同的鏈結使用率之下,提供差別式服務。
Abstract
Mobile ad hoc networks are without centralized infrastructure, and suitable for the region that difficultly builds the basic network framework, for example, desert and ocean. The bandwidth in mobile ad hoc networks is likely to remain a scarce resource. A call request of a connection in a wireless network is blocked if there exits no bandwidth route. This blocking does not mean that the total system bandwidth capacity is less than the request, but that there is no path in which each link has enough residual unused bandwidth to satisfy the requirement. Like the routing in a datagram network, if packets of a virtual circuit can stream across multiple paths, we can select multiple bandwidth routes such that the total bandwidth can meet the requirement of a source-destination pair. Therefore, even though there is no feasible single path for a bandwidth-constrained connection, we may still have a chance to accept this one if we can find multiple bandwidth routes to meet the bandwidth constraint. In this dissertation, we propose a bandwidth-constrained routing algorithm to aggregate the bandwidth of multiple wireless links by splitting a data flow across multiple paths at the network layer. That is, it allows the packet flow of a source-destination pair to be delivered over multiple bandwidth routes with enough overall resources to satisfy a certain bandwidth requirement. Our algorithm considers not only the QoS requirement, but also the cost optimality of the routing paths to improve the overall network performance. Extensive simulations show that high call admission ratio and resource utilization are achieved with modest routing overheads. This algorithm can also tolerate the node moving, joining, and leaving.
We also propose an algorithm, named efficient utilization polling (EUP), to support asynchronous data traffic at MAC layer by using the characteristics of Bluetooth technology. The algorithm uses a single bit in the payload header to carry the knowledge of queues in slaves for dynamically adapting the polling intervals for achieving the goals of high channel utilization and power conserving. In addition, we propose a differentiation mechanism, named shift-polling window (SPW). Based on EUP, the SPW differentiates the throughput from various classes, and still keeps the link utilization high and almost the same as that of the best-effort services. Extensive simulations are experimented on the behavior of the EUP and SPW by tuning the related parameters, such as polling interval, buffer size, and queue threshold level, etc., in order to verify the expectation of these methods.
目次 Table of Contents
ACKNOWLEDGEMENTS II
摘要 III
ABSTRACT V
CONTENT VIII
LIST OF FIGURES X
CHAPTER 1 INTRODUCTION 1
1.1 MOTIVATION AND OBJECTIVES 1
1.2 SUMMARY OF THE DISSERTATION 5
1.3 ORGANIZATION OF THE DISSERTATION 6
CHAPTER 2 DISTRIBUTED BANDWIDTH-CONSTRAINED ROUTING 7
2.1 RELATED WORK 7
2.2 SYSTEM MODEL 9
2.3 BANDWIDTH-CONSTRAINED ROUTING 13
2.3.1 Route Discovery 13
2.3.2 Message Format 15
2.3.3 Splitting Algorithms 15
2.3.4 Rerouting 22
2.3.5 Soft State 23
2.4 SIMULATION AND RESULTS 25
2.4.1 Bandwidth Utilization 25
2.4.2 Splitting Observations 26
2.4.3 Mobility Observations 28
CHAPTER 3 THE CHANNEL UTILIZATION OF ASYNCHRONOUS TRAFFIC OVER BLUETOOTH 30
3.1 OVERVIEW OF THE BLUETOOTH TECHNOLOGY 30
3.1.1 Bluetooth Baseband 31
3.1.2 Link Manager Protocol and Logical Link Control and Adaptation Protocol 32
3.2 EFFICIENT UTILIZATION POLLING (EUP) SCHEDULING ALGORITHM AND OTHERS 33
3.2.1 EUP algorithm 33
3.2.2 Efficient Double Cycle (EDC) Algorithm 35
3.2.3 Adaptive Flow-based Polling (AFP) Algorithm 35
3.3 PERFORMANCE EVALUATION AND SIMULATION RESULTS 37
3.3.1 Simulation Model 37
3.3.2 Performance Metrics 38
3.3.3 Baseband Buffer Size 38
3.3.4 Dynamic Behavior 42
3.4 DIFFERENTIATION MECHANISM: SHIFT-POLLING WINDOW 45
CHAPTER 4 CONCLUSIONS 50
REFERENCES 51
參考文獻 References
[1] “Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications,” ANSI/IEEE Standard 802.11, Part 11, 1999 Edition.
[2] I. Aad and C. Castelluccia, ‘‘Introducing Service Differentiation into IEEE 802.11,’’ in Proceedings of the Fifth IEEE Symposium on Computers and Communications, pp. 438-443, July 2000.
[3] I. Aad and C. Castelluccia, ‘‘Differentiation Mechanisms for IEEE 802.11,’’ in Proceedings of IEEE INFOCOM 2001, Volume 1, pp. 209-218, April 2001.
[4] A.K. Arumugam, S.M.D. Armour, S.M.D., B.S. Lee, M.F. Tariq and A.R. Nix, ‘‘Consumer Electronics Application and Coverage Constraints Using Bluetooth and Proposed Bluetooth Evolution Technologies,’’ in IEEE Transactions on Consumer Electronics, pp. 283-293, August 2001.
[5] M. Barry, A.T. Campbell and A. Veres, ‘‘Distributed Control Algorithms for Service Differentiation in Wireless Packet Networks,’’ in Proceedings of IEEE INFOCOM 2001, Volume 1, pp. 582-590, April 2001.
[6] D. Bertsekas and R. Gallager, Data Networks, Pretice-Hall, Inc., 1987.
[7] P. Bhagwat, ‘‘Bluetooth: Technology for Short-range Wireless Apps,’’ in IEEE Internet Computing, pp. 96-103, May-June 2001.
[8] V. Bharghavan, A. Demers, S. Shenker, and L. Zhang, “MACAW: A Media Access Protocol for Wireless LAN’s,” in Proceedings of SIGCOMM, 1994, pp.212-225, August 1994.
[9] Bluetooth Special Interest Group, ‘‘Bluetooth White Paper: Bluetooth Protocol Architecture,’’ http://www.bluetooth.com, August 1999.
[10] Bluetooth Special Interest Group, ‘‘Specification of the Bluetooth System 1.1, Volume 1: Core,’’ http://www.bluetooth.com, February 2001.
[11] R. Bruno, M. Conti and E. Gregori, ‘‘Wireless Access to Internet via Bluetooth: Performance Evaluation of the EDC Scheduling Algorithm,’’ in Proceedings of the first Workshop on Wireless Mobile Internet, pp. 43-49, July 2001.
[12] A. Capone, M. Gerla and R. Kapoor, ‘‘Efficient Polling Schemes for Bluetooth Picocells,’’ in IEEE International Conference on Communications 2001, Volume 7, pp. 1990-1994, June 2001.
[13] I. Chakraborty, A. Kashyap, A. Kumar and A. Rastogi, ‘‘MAC Scheduling Policies with Reduced Power Consumption and Bounded Packet Delays for Centrally Controlled TDD Wireless Networks,’’ in IEEE International Conference on Communications 2001, Volume 7, pp. 1980-1984, June 2001.
[14] I. Chakraborty, A. Kashyap, A. Rastogi, H. Saran and R. Shorey, A. Kumar, ‘‘Policies for Increasing Throughput and Decreasing Power Consumption in Bluetooth MAC,’’ in IEEE International Conference on Personal Wireless Communications 2000, pp. 90-94, December 2000.
[15] J.-H. Chang and L. Tassiulas, ‘‘Energy Conserving Routing in Wireless Ad-Hoc Networks,’’ in Proceedings of IEEE INFOCOM 2000, Volume 1, pp. 26-30, March 2000.
[16] B. Chatschik, ‘‘An Overview of the Bluetooth Wireless Technology,’’ in IEEE Communications Magazine, pp. 86-94, December 2001.
[17] S. Chen, and K. Nahrstedt, ‘‘Distributed Quality-of-Service Routing in Ad Hoc Networks,’’ in IEEE Journal on Selected Areas in Communications, pp.1488-1505, August 1999.
[18] M.S.Corson and A. Ephremides, ‘‘A Distributed Routing Algorithm for Mobile Wireless Networks,’’ in ACM Wireless Networks, Volume 1, Issue 1, pp. 61-81, February 1995.
[19] B.P. Crow, I. Widjaja, J.G. Kim, and P.T. Sakai, ‘‘IEEE 802.11 Wireless Local Area Networks,’’ in IEEE Communication Magazine, Volume 35, Issue 9, pp. 116-126, September 1997.
[20] A. Das, A. Ghose, A. Razdan, H. Saran and R. Shorey, ‘‘Enhancing Performance of Asynchronous Data Traffic over Bluetooth Wireless Ad-Hoc Network,’’ in Proceedings of IEEE INFOCOM 2001, Volume 1, pp. 591-600, April 2001.
[21] I. F. Diaz, d. Epema, and J. de Jongh, “Multipath Routing and Multiple Description Coding in Ad-Hoc Networks: A Simulation Study,” in Proceedings of the 1st ACM International Workshop on Performance Evaluation of Wireless Ad Hoc, Sensor, and Ubiquitous Networks, 2004, pp. 46-51, October, 2004.
[22] S. Garg, M. Kalia and R. Shorey, ‘‘MAC Scheduling Policies and SAR Policies for Bluetooth: A Master Driven TDD Pico-Cellular Wireless System,’’ IEEE International Workshop on Mobile Multimedia Communications 1999, pp. 384-388, November 1999.
[23] J. C. Haartsen, ‘‘The Bluetooth Radio System,’’ in IEEE Personal Communications, Volume 7, Issue 1, pp. 28-36, February 2000.
[24] M.-Y. Hsieh, Y.-M. Huang and T.-C. Chiang, “Transmission of Layered Video Stream via Multi-path on Ad Hoc Networks,” Multimedia Tools and Applications, Volume 34, Issue 2, pp. 155-177, August 2007.
[25] Z. Jiang, L.F. Chang, and N.K. Shankaranarayanan, ‘‘Providing Multiple Service Classes for Bursty Data Traffic in Cellular Networks,’’ in Proceedings of IEEE INFOCOM 2000, Volume 3, pp. 1087-1096, March 2000.
[26] C. E. Jones, K. M. Sivalingam, P. Agrawal, and J. C. Chen, ‘‘A Survey of Energy Efficient Network Protocols for Wireless Networks,’’ in Wireless Networks Volume 7, Issue 4, pp. 343-358, August 2001.
[27] P. Johansson, M. Kazantzidis, R. Kapoor, and M. Gerla, ‘‘Bluetooth: An Enabler for Personal Area Networking,’’ in IEEE Network, pp. 28-37, September-October 2001.
[28] N. Johansson, M. Kihl and U. Korner, ‘‘TCP/IP over the Bluetooth Wireless Ad-hoc Network,’’ in Proceedings of the IFIP-TC6/European Commission International Conference on Broadband Communications, High Performance Networking, and Performance of Communication Networks, pp. 799-810, May 2000.
[29] D. Johnson and D. Maltz, ‘‘Dynamic Source Routing in Ad Hoc Wireless Networks,’’ in Mobile Computing, edited by Tomasz Imielinski and Hank Korth, chapter 5, pp. 153-181, Kluwer Academic Publishers, 1996.
[30] E.S. Jung and N.H. Vaidya, ‘‘A Power Control MAC Protocol for Ad Hoc Networks,’’ in Wireless Networks, Volume 11, Issue 1-2, pp. 55-66, January 2005.
[31] M. Kalia, D. Bansal and R. Shorey, ‘‘Data Scheduling and SAR for Bluetooth MAC,’’ in Proceedings of IEEE Vehicular Technology Conference, 2000, Volume 2, pp. 716-720, May 2000.
[32] J. Kalvala and G. Zaruba, “Differentiated Priority Scheduling and Adaptive Segmentation for Bluetooth Piconets,” in Proceedings of the 39th annual Hawaii International Conference on System Sciences, volume 09, pp. 233.2, January 2006.
[33] S.-J. Lee and M. Gerla, ‘‘Split Multipath Routing with Maximally Disjoint Paths in Ad Hoc Networks,’’ in Proceedings of IEEE International Conference of Communication, 2001, pp. 3201-3205, June 2001.
[34] C.R. Lin, ‘‘Admission Control in Time-Slotted Multihop Mobile Networks,’’ IEEE Journal on Selected Areas in Communications, pp. 1974-1983, October 2001.
[35] C.R. Lin, ‘‘On-Demand QoS Routing in Ad Hoc Wireless Networks,’’ in IEICE Transactions on Communications, July 2000.
[36] C.R. Lin and J.S. Liu, ‘‘QoS Routing in Ad Hoc Wireless Networks,’’ in IEEE Journal on Selected Areas in Communications, Volume 17, no. 8, pp. 1426-1438, August 1999.
[37] G. Lin and C.K. Toh, ‘‘Performance Evaluation of A Mobile QoS Adaptation Strategy for Wireless ATM Networks,’’ in IEEE International Conference of Communication 1999, Volume 2, pp. 744-748, June 1999.
[38] M. Ma and S. Y. Low, “Adaptive polling interval scheduling to support real-time service in Bluetooth networks,” in International Journal of Wireless and Mobile Computing, Volume 1, Issue 3/4, pp. 204-210, February 2006.
[39] B. A. Miller and C. Bisdikian, Bluetooth Revealed, Prentice Hall, 2000.
[40] V.D. Park and M.S. Corson, ‘‘A Highly Adaptive Distributed Routing Algorithm for Mobile Wireless Networks,’’ in Proceedings of IEEE INFOCOM 1997, Volume 3, pp. 1405-1413, April 1997.
[41] C. Perkins and P. Bhagwat, ‘‘Highly Dynamic Destination-Sequenced Distance Vector Routing (DSDV) for Mobile Computers,’’ in ACM SIGCOMM Computer Communication Review, Volume 24, Issue 4, pp. 234-244, October 1994.
[42] C. E. Perkins and E. M. Royer ‘‘Ad-Hoc On-Demand Distance Vector Routing,’’ in Proceedings of IEEE WMCSA 1999, pp.90-100, February 1999.
[43] Y.-T. Shu, G.-H. Wang, L. Wang, O. W.-W. Yang and Y.-J. Fan, “Provisioning QoS Guarantee by Multipath Routing and Reservation in Ad Hoc Networks,” in Journal of computer Science and Technology, Volume 19, Issue 2, pp. 128-137, March 2004.
[44] W. L. Stutzman and G. A. Thiele, ‘‘Antenna Theory and Design,’’ John Wiley & Sons, 1998.
[45] C.-K. Toh, ‘‘Associativity-Based Routing for Ad-Hoc Mobile Networks,’’ Wireless Personal Commun, Volume 4, Number 2, pp. 103-139, March 1997.
[46] B. Vaidya, N.-Y. Ko, S.-S. Jarng and S.-J. Han, “Investigating Voice Communication over Multipath Wireless Mobile Ad Hoc Network,” in Proceedings of the 2nd international conference on Ubiquitous Information Management and Communication, 2008, pp. 528-532, January 2008.
[47] L. Zhang, S. Deering, D. Estrin, S. Shenker, and D. Zappala, ‘‘RSVP: A New Resource Reservation Protocol,’’ in IEEE Communications Magazine, Volume 40, Issue 5, pp. 116-127, May 2002.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內校外均不公開 not available
開放時間 Available:
校內 Campus:永不公開 not available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 18.118.126.241
論文開放下載的時間是 校外不公開

Your IP address is 18.118.126.241
This thesis will be available to you on Indicate off-campus access is not available.

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

QR Code