Responsive image
博碩士論文 etd-0717108-120311 詳細資訊
Title page for etd-0717108-120311
論文名稱
Title
提供影音串流多工與具有優先權流量控制的WiMAX用戶端閘道器
A WiMAX Subscriber Gateway for Video-Stream Multiplexing and Priority-Based Traffic Control
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
67
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2008-06-26
繳交日期
Date of Submission
2008-07-17
關鍵字
Keywords
影音串流、流量控制、優先權、多工、閘道器
Linux, WiMAX
統計
Statistics
本論文已被瀏覽 5804 次,被下載 12
The thesis/dissertation has been browsed 5804 times, has been downloaded 12 times.
中文摘要
無線寬頻網路(如WiMAX)針對需要較大傳輸頻寬的影音串流服務應用(如VoD、IPTV等等)提供了一個較佳的傳輸環境,但是過多的影音串流服務仍然會造成無線網路的擁塞,因此,如何疏解無線網路的流量並提供使用者較佳的影音串流服務品質便是值得研究的問題。我們在本論文中提出了封包代回與複製機制,針對提出相同連線要求的影音串流,透過封包的複製來減輕無線網路的流量,另外我們針對不同優先權等級的影音串流,提出了連線允入控制機制及低優先權封包丟棄機制,透過延遲低優先權等級影音串流的進入或是在網路擁塞的情形下,藉由丟棄低優先權影音串流的封包來降低其位元率(Bit Rate),如此我們便可以讓其它高優先權的影音串流得到較好的服務品質。
我們在Linux平台上設計並實作了一部用戶端閘道器,用來監控通過WiMAX網路上影音串流連線的封包,並提供封包代回與複製、頻寬要求封包的截取、影音串流位元率的量測及通知丟棄低優先權封包等功能,另外我們在影音串流伺服器的部份也撰寫了提供影音串流優先權等級及低優先權封包丟棄的程式,透過這些功\\\能來配合完成上述的三個機制,最後經由實驗結果來驗證我們的機制可以有效的疏解WiMAX網路的流量,並提供使用者不同優先權等級的影音串流服務品質。
Abstract
Wireless broadband networks (such as WiMAX) provide more bandwidth for video streaming applications. However, too many streaming services over WiMAX would lead to congestion in the wireless links. How to relax the traffic on WiMAX links and provide users with a better QoS of streaming services is a worthy studying problem. In this thesis, we propose packet replication and duplication mechanisms for video streaming with the same connection requests to decrease traffic load over WiMAX links. Besides, we propose admission control and low-priority dropping mechanisms for video streaming with different priority levels. We reject low-priority video requests to guarantee QoS for high-priority video streams. If the network is congested, we decrease the bit rate through statistically dropping the low-priority video packets, which consequently improves the quality of high-priority video streams.
A subscriber gateway is implemented on Linux platform to demonstrate the above-mentioned three mechanisms. In the implementations, we classified the video priority levels and developed a scheme to drop low-priority packets in a multimedia streaming server. Finally, from the experimental results, we have shown that our mechanisms can decrease the traffic load over WiMAX links and provide users with different levels of service quality in multimedia streaming.
目次 Table of Contents
第一章 導論 1
1.1 研究動機 1
1.2 研究方向與實作 1
1.3 章節介紹 3
第二章 WiMAX上的影音串流 4
2.1 串流技術及其網路協定 4
2.1.1 RTP (Real-Time Transport Protocol) 4
2.1.2 SDP (Session Description Protocol) 5
2.1.3 RTSP (Real-Time Streaming Protocol) 6
2.2 WiMAX 7
2.2.1 標準簡介 7
2.2.2 服務類別 8
2.3 影音串流多工與具有優先權的流量控制 9
2.3.1 影音串流多工的相關研究 10
2.3.1.1 Voice Multiplexing 10
2.3.1.2 Video Multiplexing 10
2.3.2 具有優先權的流量控制 12
2.3.2.1 Admission Control 12
2.3.2.2 Priority-based Traffic Control 12
2.4 本論文的影音串流改進機制 13
第三章 WiMAX用戶端閘道器之設計 14
3.1 影音串流在WiMAX的傳輸 14
3.2 機制流程及演算法 17
3.2.1 封包代回與複製機制 18
3.2.2 連線允入控制機制 22
3.2.3 低優先權封包丟棄機制 23
第四章 Linux上的實作與結果分析 25
4.1 Linux平台上的實作 25
4.1.1 SGW上的實作 25
4.1.1.1 RTSP與RTP封包截取 25
4.1.1.2 頻寬要求封包的截取及Bit Rate的量測 27
4.1.1.3 NDLP封包設計 30
4.1.2 MSS上的實作 30
4.1.2.1 影音串流優先權等級程式的撰寫 31
4.1.2.2 低優先權封包丟棄程式的撰寫 32
4.2 實驗設備與環境設定 33
4.3 實驗結果與分析 35
4.3.1 實驗一 35
4.3.2 實驗二 36
4.3.3 實驗三 39
第五章 結論與未來工作 43
5.1 結論 43
5.2 未來工作 46
參考文獻(References) 47
索引(Index) 52
參考文獻 References
[1] H. Schulzrinne, S. Casner, R. Frederick, and V. Jacobson, “RTP: A Transport Protocol for Real-Time Applications,” IETF RFC 1889, Jan. 1996.
[2] M. Handley and V. Jacobson, “SDP: Session Description Protocol,” IETF RFC 2327, April 1998.
[3] H. Schulzrinne, A. Rao, and R. Lanphier, “Real-Time Streaming Protocol (RTSP),” IETF RFC 2326, April 1998.
[4] WiMAX Forum - http://www.wimaxforum.org/home/.
[5] IEEE 802.16, IEEE Standard for Local and Metropolitan Area Networks, Part 16: Air Interface for Fixed Broadband Wireless Access Systems, Oct. 2004.
[6] IEEE 802.16e. IEEE Standard for Local and Metropolitan Area Networks Part 16: Air Interface for Fixed and Mobile Broadband Wireless Access Systems. Amendment 2: Physical and Medium Access Control Layers for Combined Fixed and Mobile Operation in Licensed Bands and Corrigendum 1, Feb. 2006.
[7] P. C. Ng, S. C. Liew, and C. Lin, “Voice over Wireless LAN via IEEE 802.16 Wireless MAN and IEEE 802.11 Wireless Distribution System,” IEEE International Conference on Wireless Networks, Communications and Mobile Computing, vol. 1, pp. 504-509, June 2005.
[8] W. Wang, S. C. Liew, and V. O. K. Li, “Solutions to Performance Problems in VoIP over 802.11 Wireless LAN,” IEEE Transactions on Vehicular Technology, vol. 54, no. 1, pp. 366-384, Jan 2005.
[9] H. P. Sze, S. C. Liew, J. Y. B. Lee, and D. C. S. Yip, “A Multiplexing Scheme for H.323 Voice-Over-IP Applications,” IEEE Journal on Selected Areas in Communications, vol. 20, no. 7, pp. 1360-1368, Sept. 2002.
[10] P. Wang, H. Jiang, and W. Zhuang, “Capacity Improvement and Analysis for Voice/Data Traffic over WLANs,” IEEE Transactions on Wireless Communications, vol. 6, no. 4, pp. 1530-1541, April 2007.
[11] J. Lu, K. Tan, and Q. Zhang, “Path Aggregation for Voice over IP in Multihop Wireless Mesh Networks,” IEEE International Conference on Communications, vol. 9, pp. 3990-3995, June 2006.
[12] W. Zhou, S. Ramakrishnan, D. Sarkar, and U. K. Sarkar, “Bandwidth Estimation for Multiplexed Videos Using MMG-based Single Video Traffic Model,” IEEE Global Telecommunications Conference, vol. 6, pp. 3564-3568, Dec. 2003.
[13] D. Sarkar, U. K. Sarkar, and W. Zhou, “Bandwidth Estimation for Multiplexed Videos Using Multinomial Model,” Computer Communications , vol. 30, iss. 2, pp. 269-279, Jan. 2007
[14] H. I. Stren, O. Hadar, and N. Friedman, “Optimal Video Stream Multiplexing Through Linear Programming,” Signal Processing: Image Communication, vol. 23, iss. 3, pp. 224-238, Mar. 2008.
[15] J. Kammin and K. Ohzeki, “Video Multiplexing for the MPEG-2 VBR Encoder Using a Deterministic Method,” Proceedings of the Second International Conference on Automated Production of Cross Media Content for Multi-Channel Distribution, pp. 221-228, Dec. 2006.
[16] Y. Zhang, Q. Wang, J. Zou, X. Tao, and L. Zhang, “Research on User Applying Mode for Video Conference System,” Eighth ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing, vol. 1, pp. 537-542, July 2007.
[17] Y. Zhao, D. L. Eager, and M. K. Vernon, “Scalable On-Demand Streaming of Nonlinear Media,” IEEE Transactions on Networking, vol. 15, no. 5, pp. 1149 -1162, Oct. 2007.
[18] C. Griwodz, “Movie Placement in a Hierarchical CDN with Stream Merging Mechanisms,” Multimedia Computing and Networking 2004 (MMCN'04), San Jose, CA, USA, pp. 1-15, Jan. 2004.
[19] H. Jin and D. Deng, “HHMSM: A Hierarchical Hybrid Multicast Stream Merging Scheme for Large-scale Video-on-demand Systems,” International Conference on Multimedia and Expo, vol. 2, pp. 305-308, July 2003.
[20] A. Bar-Noy and R. E. Ladner, “Competitive On-line Stream Merging Algorithms for Media-on-demand,” Journal of Algorithms, vol. 48, iss. 1, pp. 59-90, Aug. 2003.
[21] A. Bar-Noy and R. E. Ladner, “Efficient Algorithms for Optimal Stream Merging for Media-on-Demand,” SIAM Journal on Computing, vol. 33, no. 5, pp. 1011-1034, June 2004.
[22] F. Hou, P. Ho, J. Cai, X. Shen, C. Hsieh, and A. Chen, “A Novel Distributed Connection Admission Control Scheme for IEEE 802.16 Networks,” Proceedings of the 10th ACM Symposium on Modeling, analysis, and simulation of wireless and mobile systems, pp. 173-180, Oct. 2007.
[23] J. Lakkakorpi, O. Strandberg, and J. Salonen, “Adaptive Connection Admission Control for Differentiated Services Access Networks,” IEEE Journal on Selected Areas in Communications, vol. 23, no. 10, pp. 1963-1972, Oct. 2005.
[24] H. Allali, G. Heijenk, A. Lo, and I. Niemegeers, “A Measurement-Based Admission Control Algorithm for Resource Management in Diffserv IP Networks,” IEEE 17th International Symposium on Personal, Indoor and Mobile Radio Communications, pp. 1-5, Sept. 2006.
[25] A. Nevin, Y. Jiang, and P. J. Emstad, “MBAC Robustness to Traffic Variations: A Simulation Study,” Proceedings of the Fourth European Conference on Universal Multiservice Networks, pp. 233-242, Feb. 2007.
[26] M. W. Egyhazy and Y. Liang, “Predicted Sum: A Robust Measurement-Based Admission Control with Online Traffic Prediction,” IEEE Communications Letters, vol. 11, no. 2, pp. 204-206, Feb. 2007.
[27] A. Jamalipour and J. Kim, “Measurement-based Admission Control Scheme with Priority and Service Classes for Application in Wireless IP Networks,” International Journal of Communication Systems, vol. 16, iss. 6, pp. 535-551, May 2003.
[28] T. C. Lu, C. Y. Huang, and M. C. Lin, “Priority-based EDF Scheduling Algorithm for Real-time Service,” International Conference on Information, Communications & Signal Processing, pp. 1-5, Dec. 2007.
[29] A. Kuzmanovic and E. W. Knightly, “TCP-LP: Low-Priority Service via End-Point Congestion Control,” IEEE/ACM Transactions on Networking, vol. 14, no. 4, pp. 739-752, Aug 2006.
[30] N. Christin, J. Liebeherr, and T. Abdelzaher, “Enhancing Class-based Service Architectures with Adaptive Rate Allocation and Dropping Mechanisms,” IEEE/ACM Transactions on Networking, vol. 15, no. 3, pp. 669-682, June. 2007.
[31] C. Krasic, J. Walpole, and W. Feng, “Quality­Adaptive Media Streaming by Priority Drop,” International Workshop on Network and Operating System Support for Digital Audio and Video, pp. 112 -121, June 2003.
[32] X. Yang, J. Liu, and N. Li, “Congestion Control Based on Priority Drop for H.264/SVC,” International Conference on Multimedia and Ubiquitous Engineering, pp. 585-589, April 2007.
[33] Darwin Streaming Server - http://dss.macosforge.org/.
[34] VLC Media Player - http://www.videolan.org/.
[35] Iperf - http://dast.nlanr.net/Projects/Iperf/.
[36] FFmpeg - http://ffmpeg.mplayerhq.hu/.
[37] Joint Video Team. Joint Scalable Video Model Reference Software. JSVM 9.8, Oct. 2007.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內一年後公開,校外永不公開 campus withheld
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus:永不公開 not available

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

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

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

QR Code