Responsive image
博碩士論文 etd-1119103-160426 詳細資訊
Title page for etd-1119103-160426
論文名稱
Title
分類服務網路架構下可適性訊流控制之機制
Adaptive Traffic Conditioner in the Differentiated Services Network
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
93
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2003-11-17
繳交日期
Date of Submission
2003-11-19
關鍵字
Keywords
網路、分類服務網路、壅塞控制、訊流控制機制
Congestion Control, Traffic Conditioner, Differentiated Services Network, Network
統計
Statistics
本論文已被瀏覽 5675 次,被下載 2073
The thesis/dissertation has been browsed 5675 times, has been downloaded 2073 times.
中文摘要
由於網路快速的蓬勃發展,因為壅塞所造成封包高遺失率及網路資源低使用效率,目前已有一些壅塞控制機制被提出。網路壅塞的原因是由於訊流之間相互競爭頻寬所造成,而分類服務架構(Differentiated Services Architecture)便是在允許不同等級的訊流可以獲得不同頻寬資源之服務品質(Quality of Service)觀念下被提出。此外,隨機預丟封包偵測(Random Early Detection, RED)是一個可以預先偵測及避免發生壅塞之有效方法,它是根據封包在佇列(Queue)中的長度達到某一定程度時便隨機將一些封包預先丟棄,此舉可避免網路在達到真正壅塞時而發生癱瘓。然而,隨機預丟偵測法對於網路在不同的壅塞情形之控制能力尚不夠強韌(Robust)。在本研究論文中首先提出一個新的可適性預丟機制演算法,稱之為OURED,以加強對於網路在發生不同壅塞程度時可以應付的強韌度。OURED可適性訊流控制機制亦可被使用於分類服務架構中的邊緣路由器(Edge Router)。OURED是由兩組封包預丟機制所組成;一是Over RED,另一是Under RED。Over RED是當網路的實際速率大於目標速率時用來加速封包的丟棄機率,Under RED則反之。經由大量的實驗結果顯示,OURED比目前已被提出的方法,如MRED、Self-Configuring RED、FRED等,可得到更好的效果。
本研究論文所提的另一個訊流控制架構為Age-Based封包丟棄機制。由於目前網路上傳輸的檔案大小差異越來越大,我們提出一個以訊流存活長度(age)為判斷基礎的演算法來增進檔案傳輸之效能。當網路發生壅塞現象時,對於正在傳輸封包的訊流將會被切成三個不同的等級(EF, LPAF,HPAF)。實驗的結果顯示,此Age-Based封包丟棄架構可以在大部分網路發生壅塞情況時,獲得有效率的傳輸品質。
Abstract
Many congestion control mechanisms have been proposed to solve the problems of a high loss rate and inefficient utilization of network resources in the present Internet. This problem is caused by competition between traffic flows while the network is congested. Differentiated Services (DiffServ) architecture permits the allocation of various levels of traffic resource requirements needed for Quality of Service (QoS). Random Early Detection (RED) is an efficient mechanism to pre-drop packets before actual congestion occurs, and it is capable of introducing a random early packet dropping scheme, and based on the queue length in reaching a certain degree of fairness for resource utilization. However, it still suffers from a lack of robustness among light traffic load, or in heavy traffic load using fixed RED parameters. In this dissertation, we modified the RED scheme and proposed a novel adaptive RED model, which we named the OURED model, to enhance the robustness of resource utilization so that it could be utilized in the DiffServ edge router. The OURED model introduces two additional packet dropping traces, one is Over Random Early Detection (ORED), which is used to speed up the dropping of packets when the actual rate is higher than the target rate, and the other one is the Under Random Early Detection (URED), used to slow down the packet dropping rate in the reverse situation. The simulation results show that OURED is not only more robust than MRED in resource utilization, but that it also can be implement efficiently in the DiffServ edge router.
Another model proposed in this dissertation is the Age-Based packet discarding Traffic Conditioner. For the reason that the file sizes of on going flows are fairly disparate on the current network, we propose an “Age-Based” packet discard scheme in the Traffic Conditioner of a gateway, to improve the performance of file transmission. The on going flows will be grouped to three classes of priority according to their “age” as network congestion occurs and the simulation results show that the proposed model can work efficiently in most of the congestion conditions.
目次 Table of Contents
中文摘要……………………………………………………………………………i
Abstract iii
List of Figures v
List of Tables viii
Chapter 1 Introduction 1
1.1 Research Motivation 1
1.2 Recent Related Research 3
1.3 Organization of the Dissertation 5
Chapter 2 Overview of the QoS Protocols 6
2.1 Integrated Services Network 8
2.2 Resource Reservation Protocol 10
2.3 Multi Protocol Label Switching 12
2.4 Internet Protocol version 6 (IPv6) 12
Chapter 3 Overview of the Differentiated Services Network 15
3.1 Architecture of DiffServ Network 16
3.1.1 Differentiated Services Domain 18
3.1.2 DiffServ Boundary Nodes and Interior Nodes 19
3.1.3 DiffServ Ingress Node and Egress Node 19
3.1.4 Differentiated Services Region 20
3.1.5 Bandwidth Broker 20
3.2 Traffic Conditioner 23
3.3 Assured Forwarding Service 26
3.4 Expedited Forwarding Service 26
3.5 DiffServ Implementation 27
Chapter 4 Review of Adaptive Queue Management Mechanisms 30
4.1 Random Early Detection 30
4.2 RED Analysis 31
4.3 A Self-Configuring RED Gateway 32
4.4 RIO and MRED 33
4.5 FRED 36
4.6 Weighted Fair Queue 37
4.7 A Feedback Control Extension to DiffServ 39
4.8 CAC-RDS Relative DiffServ Model 40
Chapter 5 A Novel Adaptive Traffic Conditioner –OURED Model 42
5.1 ORED Dropping Trace 43
5.2 URED Dropping Trace 45
5.3 Performance Evaluation of OURED 47
5.4 The general form of c1 and c2 values in the OURED 50
5.5 The Advantage of the OURED Model 53
Chapter 6 OURED in DiffServ Network 55
6.1 The Implementation of OURED in DiffServ Network 55
6.2 Performance Evaluations of OURED in DiffServ 57
6.2.1 OURED in two priority classes 57
6.2.2 OURED in different C1, C2 conditions 61
6.2.3 OURED in different RTTs 62
6.2.4 Comparison OURED with RIO 64
Chapter 7 The Age-Based Packet Discarding Traffic Conditioner 68
7.1 Proposed Age-Based TC 70
7.2 Marker in the Age-Based TC 73
7.3 Dropper in the Age-Based TC 75
Chapter 8 Performance Evaluation of the Age-Based TC 77
Chapter 9 Conclusion and Future Research 84
Appendix 86
References 87
授權書 92
參考文獻 References
[1] Almquist, P., (1992). “Type of Service in the Internet Potocol Suite”, RFC 1349, pp.25-43.
[2] Andrikopoulos, I., Wood, L., & Pavlou, G., (2000). “A fair traffic conditioner for the assured service in a differentiated services Internet”, Proceeding of IEEE International Conference on Communications, Vol. 2, pp. 806 –810.
[3] Athuraliya, S., Li, V. H., Low, S. H., & Yin, Q., (2001). “REM: Active queue management”, IEEE Network, Vol. 15, No. 3, pp.48-53.
[4] Bianchi1, G., & Nicola, B.-M., (2001). ”Admission Control over Assured Forwarding PHBs: a Way to Provde Service Accuracy in a DiffServ Framework.”, IEEE Network,Vol.8, pp.2561-2565.
[5] Blake, S., D., Carlson, M., Davies, E., Wang, Z., & Weiss, W., (1998). “An Architecture for Differentiated Services,” RFC 2475, pp.11-34.
[6] Bonald, T., & May, M., (2000). “Drop Behavior of RED for Bursty and Smooth Traffic”, Proceedings of the 7th International Workshop on Quality of Service. London. pp.257-259.
[7] Bonald, T., May, M., & Bolot, J.-C., (2000). “Analytic Evaluation of RED Performance,” IEEE Conference on Computer Communication (Infocom) 2000, Vol. 3, pp. 1415-1424.
[8] Braden, R., Clark, D., & Shenker, S., (1994). ” Integrated Services in the Internet Architecture: an Overview”, RFC 1633, pp 18-43.
[9] Crowcroft, J. & Oechslin, P., (1998). ”Differentiated End-to-End Internet using a Weighted Proportional Fair Sharing TCP”, Journal of University College of London, Vol.3, pp.13-24.
[10] Cucchiara, J., & Sjostrand, H., (2003). “Definitions of Managed Objects for the Multiprotocol Label Switching, Label Distribution Protocol (LDP)”, Internet Draft,draft-ietf-mpls-ldp-mib-13.txt.
[11] Chow, H., & Alberto, L.-G., (1999). “A Feedback Control Extension to Differentiated Services,” Internet Draft, draft-chow-diffserv-fbctrl-00.txt.
[12] Christin, N., Liebeherr, & Tarek, (2002). “A Quantitative Assured Forwarding Service”, IEEE Conference on Computer Communication (Infocom) 2002, pp.864-873.
[13] Clark D. & Fang W., (1998). “Explicit Allocation of Best-Effort Packet Delivery Service,” IEEE/ACM Transactions on Networking, Vol. 6, No. 4, pp.362-373.
[14] Deering & Hinden R., (1995). “Internet Protocol, Version 6 (Ipv6) Specification”, Internet draft-ietf-ipngwg-ipv6-spec02.txt, pp.24-47.
[15] Feng, W.-C., Kandlur, D., Saha D., & Shin, K.-G.,(1999). “A Self-Configuring RED Gateway”, IEEE Conference on Computer Communication (Infocom) 1999, vol. 3,pp.1320-1328.
[16] Feng, W.-C., Kandlur, D.-D., Saha D., & Shin, K.-G., (1999). “Understanding and Improving TCP Performance Over Networks with Minimum Rate Guarantees,” IEEE/ACM Transactions on Networking, Vol. 7, no. 2, pp. 173-187.
[17] Floyd, S., & Jacobson, V., (1993). “Random Early Detection Gateways for Congestion Avoidance,” IEEE/ACM Transactions on Networking, Vol. 1, No 4, pp.397-413.
[18] Floyd, S., Gummadi, R., & Shenker, S., (2001). “Adaptive RED: An Algorithm for Increment the Robustness of RED’s Active Queue Management”, AT&T Center for Internet Research thesis at ICSI, pp.1534-1557.
[19] Heinanen, J., Baker, F., Weiss, W. & Wroclawski, J., (1999). “Assured Forwarding PHB Group”, RFC2597, proposed standard, pp. 15-48..
[20] Hashem, E., (1989). “Analysis of Random Drop for Gateway Congestion Control”, MIT Laboratory of Computer Science. TR-465.
[21] Jacobson, V., Nichols, K., & Poduri, K., (1999). “An Expedited Forwarding PHB”, RFC2598, proposed standard, pp.13-38.
[22] Klkki, K., (1999). “Differentiated Services for the Internet”, Que Publisher, pp. 23-132.
[23] Kim, H., (1999). “A Fair Marker”, Individual Internet Draft, pp.23-42.
[24] Lidinsky, W., (1999). ”IEEE Standard P802.1D Information technology”, IEEE 802 Standard, pp.43-72.
[25] Liu, H.-J., & Hsieh, W.-S., (2000). “Adaptive Traffic Conditioner in Differentiated Service Network”, Proceedings of IEEE Asia Pacific Conference on Multimedia Technology and Applications, pp.147-159.
[26] Liu H.-J., Huang, M.-W., Sher, B.-Y., & Hsieh, W.-S., (2003). “A Novel Adaptive RED for Supporting Differentiated Services Network”, IEICE Trans. on Communications. Vol. E86-B, No.5, pp.1539-1549.
[27] Liu, H.-J., Ma, T.K., & Hsieh, W.-S., (2003). ”An Age-Based Packet Discarding Traffic Conditioner in Differential Services Network.”, IEICE Trans. on Communications. Vol. E86-B, No.8, pp.2535-2540.
[28] May, M., & Bolot, J., (1999). “Simple Performance Models of Differentiated Services Schemes for the Internet.” IEEE Conference on Computer Communication (Infocom) 1999, Vol.2, pp. 1254-1258.
[29] May, M., Bolot, J., Diot, C., & Lyles B., (1999) “Reasons Not to Deploy RED”. Proc. Of 7th. International Work-shop on Quality of Service (IWQoS’99), pp. 260-262.
[30] Misra, V., Gong, W.-B., & Towsley D.-F., (2000). “Fluid-based Analysis of a Network of AQM Routers Supporting TCP flows with an Application to RED”, Journal of SIGCOMM, Vol.2, pp. 151-160
[31] Nichols, K., Blake, S., Baker, F., & Black D., (1998). “Definition of the Differentiated Services Field (DS Field) in the Ipv4 and Ipv6 Headers,” RFC 2474, pp. 18-43.
[32] Nichols, K., Jacobson, V., & Zhang, L., “A Two-bit Differentiated Services Architecture for the Internet,” Work in Progress, ftp://ftp.ee.lbl.gov/letters/dsarch.pdf
[33] Ott, T., Lakshman T. & Wong, L., (1999). “SRED: Stabilized RED”, IEEE Conference on Computer Communication (Infocom) 1999, Vol. 3, pp. 1346-1355.
[34] Stevens, W., (1997).“TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms”, RFC 2001, pp. 9-36.
[35] Sun, J.-S., Ko, K.-T., Chen, G., Chan, S., & Zukerman, M., (2003). “PD-RED: To improve the Performance of RED”, IEEE Communications Letters, Vol. 7, No. 8, pp. 134-138.
[36] Tode, H., Yotsui, S., & Ikeda, H, (2000). ”Connection-Based Packet Discarding Scheme for Best Effort Services and Its Evaluation”, IEICE Trans. on Communications, Vol.E83-B, No.12, pp. 2685-2693.
[37] Wu, W., Re, Y., & Shan, X., (2002). “Providing Proportional Loss Rate for Adaptive Traffic: A New Relative DiffServModel”, IEICE Trans. Communications, Vol. E85-B, no.1, pp. 129-136.
[38] Yamagaki, N., Minami, K., Tode, H., & Murakmi K., (2001). ”Packet Discarding Scheme Considering Both Instantaneous and Historical Use of Network Resources”, IEICE Trans. Communications, Vol. E84-B, No.8,pp.2115-2123.
[39] Yeom, I., & Reddy A., (1999). “Realizing Throughput Guarantees in a Differentiated Services Network,” IEEE International Conference on Multimedia Computing and systems, Vol. 2, pp. 372-376.
[40] UCB/LBNL/VINT Network Simulator-ns (version 2), http://www.isi.edu/nsnam/ns/.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內校外完全公開 unrestricted
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


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

QR Code