大规模自治系统的路由优化技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
网络的广泛应用对网络性能提出了越来越高的要求。路由系统优化是提高网络性能的重要途径。然而,大规模自治系统的复杂性使得路由系统优化面临许多挑战。
     本文面向大规模自治系统,对路由系统优化的关键问题展开研究。在综合考虑路由系统和数据平面及管理平面之间的关系、以及路由系统内的域内路由协议和域问路由协议的相互影响的基础上,本文采用基于图论及概率论的分析手段和模拟仿真方法,重点研究了IBGP拓扑的可视性问题、路由系统运行参数优化问题和IBGP拓扑的健壮性问题,提出了相应的方法和机制来提高网络性能。
     大规模自治系统通常采用路由反射机制。然而路由反射拓扑的引入可能会带来可视性问题。现有的完全可视的IBGP拓扑构建算法BGPSep存在扩展性问题。因此为解决IBGP拓扑的扩展性和完全可视性问题,本文提出了两个IBGP拓扑构建算法:BGPSep_D和BGPSep_S。BGPSep_D算法利用了当前一些自治系统的拓扑存在割边链路这种特性,首先考虑满足某些度数约束的顶点,然后利用割集特性进行IBGP拓扑的构建。本文证明了该算法生成的IBGP拓扑具有完全可视、无环转发以及针对IGP故障的健壮性等属性。通过使用真实的骨干网拓扑进行模拟实验,结果表明其生成的IBGP拓扑的最大度可以减少9%-50%,具有更好的扩展性。BGPSep_D算法所生成的IBGP拓扑和自治系统的IGP拓扑特性相关,因而对某些自治系统,BGPSep_D算法构建的IBGP拓扑的最大度可能仍然比较大。针对该问题,本文综合考虑了IGP拓扑特性以及域内的最短路径路由特性,借鉴割集思想,提出了BGPSep_S算法。和BGPSep相比,BGPSep_S生成的IBGP拓扑的最大度可以减少27%-68%,具有很好的扩展性,并且可以保证完全可视性和无环转发属性。
     路由系统运行参数的设置直接影响路由系统的收敛性、稳定性和健壮性,进而影响网络的数据平面转发性能。理解路由系统运行参数的不同设置对网络的影响是优化这些参数的基础。因此本文将故障对网络的影响进行建模分析。首先讨论了IBGP会话的可靠性,为分析故障对域间流量的影响以及路由系统的健壮性奠定基础。然后采用概率论方法量化了故障发生时的流量损失及转移时间和主要的运行参数之间的关系,并通过模拟方法进行了验证说明,给出了优化建议。根据量化分析结果,本文指出在进行协议参数的优化时应该考虑网络拓扑特性和流量特性。并为解决运行参数优化的冲突,提出了一个潜在利润损失模型,应用该模型给出某些协议运行参数的优化建议。
     对于一个大规模自治系统,可选的IBGP拓扑结构非常多。在不同的IBGP拓扑下,同样的故障对路由或流量的影响往往并不一样。因此,可通过规划IBGP拓扑来控制故障对网络的影响。控制平面的微小变化可能会对数据平面产生巨大的影响,因此在构建IBGP拓扑时应该考虑对数据平面的影响。但是现有度量IBGP拓扑健壮性的所有测度都没有从数据平面进行考虑,因而本文提出了一个新的测度:流量损移率。为计算流量损移率,本文提出了基于IGP路由恢复时间分布的IBGP会话失败概率计算方法。基于流量损移率测度,本文定义了路由反射器可冗余及会话约束的路由反射拓扑设计问题,分析了问题的复杂度,并给出了路由反射器冗余度和流量损移率的关系,讨论了该问题的优化下界。对每一个簇内都有一个冗余路由反射器的拓扑设计问题给出了可解条件。通过采用真实网络拓扑的路由和流量数据进行实验,结果表明,基于流量损移率测度进行IBGP拓扑规划可以有效降低故障对网络流量的影响。
     本文的研究成果对于设计和实现高性能路由器以及运行和管理高性能网络具有很好的理论意义和实践意义,对新型网络体系结构和路由协议的研究具有较大的参考价值。
Increasing demands are being placed on the performance of IP networks. Routing optimization is an efficient and effective way to improve the network performance. However, it is challenging to optimize routing in large scale autonomous systems (ASes) due to the complexity of such systems.
     This dissertation investigates some essential problems of routing optimization in large scale autonomous systems, especially the problems of IBGP visibility, routing protocols running parameters optimization and IBGP robustness. In consideration of the relationship between the routing system, the data plane and the management plane, as well as the complex interaction between the internal gateway protocol and the border gateway protocol, we present some new algorithms and mechanisms to improve the network performance by using graph theory, probability theory and simulation methods.
     Route reflection is widely used as an alternative to full mesh IBGP sessions inside an autonomous system for scalability reason. However, it may cause the complete visibility problem. Although the IBGP configuration generated by the existing algorithm BGPSep guarantees the property of complete visibility, BGPSep does not reduce the number of IBGP sessions of the top level route reflectors. To solve the scalability and visibility problems of IBGP networks, we present two algorithms, namely BGPSepD and BGPSepS, for constructing IBGP configurations. In the observation that a lot of pendant vertexes exist in the IGP topologies of some large ASes, we conditionally remove some vertexes from the IGP graph. By applying the BGPSep algorithm to the remaining graph, we obtain the BGPSep_D algorithm. Then we prove that IBGP topologies generated by BGPSep_D hold the properties of complete visibility, loop-free forwarding and robustness to IGP failures. The performance of BGPSep_D is evaluated on several real-world backbone topologies. Experimental results show that the maximum degrees of the IBGP topologies generated by BGPSepD for these backbone IGP topologies can be reduced by about 9%-50%. However, the scalability of IBGP topologies produced by BGPSep_D depends on the characteristics of IGP topologies, hence not satisfactory in some ASes. To further improve the scalability of IBGP topologies, we present another IBGP topology construction algorithm called BGPSep_S, by taking into consideration the vertexes degrees, the vertexes separators and the shortest paths between vertexes in the underlying IGP graph. We also prove that BGPSep_S guarantees the properties of complete visibility and loop-free forwarding in normal situations. The experiments show that the maximum degrees of the IBGP topologies generated by BGPSep_S for several real-world backbone topologies can be reduced by 27%-68%, compared with full mesh and BGPSep.
     Different settings of routing protocols running parameters have different impact on the routing convergence, routing stability and robustness. An insight into their effects on the networks is the premise of appropriate setting of them. This dissertation models the effects of failures on networks. We discuss the reliability of IBGP sessions for analyzing how failures affect interdomain traffic. Then based on probability theory, we give quantitative relations between the time of traffic loss/shift and the influential factors: the main tunable parameters and the failure duration. The analysis results are validated by simulations. The results of analysis and simulations demonstrate that the characteristics of both IGP topologies and traffic should be considered in the selection of parameter settings. To solve configuration conflict, a potential profit loss model is presented and some suggestions on the configuration are given.
     There may be lots of IBGP topologies available for a large scale autonomous system. Different IBGP topologies may have different impact on network performance. Robust IBGP networks are very important to the stability and reliability of Internet. Although several metrics have been presented to measure the robustness of IBGP networks, they only considered the impact of route reflection networks on the control plane. A small number of routing changes may cause large traffic shifts. A robust network should have low sensitivity to traffic load variations. So we propose a new metric called TDR (Traffic Diversion Rate) to measure the impact of route reflection networks on the data plane. A new approach is presented to calculate the failure probability of IBGP sessions, a parameter in TDR, based on the probability distribution of IGP routing recovery time. With this TDR metric, we investigate the optimization problem of finding the most robust IBGP route reflection topologies, in which a cluster is allowed to have one or more redundant route reflectors and the maximum number of IBGP sessions that a router can have is limited. We discuss the relationship between the route reflectors redundancy and the robustness of topologies, and give the lower bound of the optimization. In the case that there is a redundant route reflector within each cluster, we give the solvability conditions for the optimization problem and show that the problem in general is NP-hard. Simulations show that with the optimal route reflection topology that minimizes TDR, the network loses or shifts much less traffic than with the optimal route reflection topologies found according to other metrics.
     In summary, the performance of IP networks can be improved by optimizing IBGP topologies and routing protocols running parameters. Our research results are valuable to design high performance routers and to run high performance networks. They are also meaningful to the research on new network architectures and new routing protocols.
引文
[1]Latest Global Internet Statistical Information.2007.http://www.apira.org/html/report/report_00_en.htm.
    [2]Introduction to High Availability Networking.http://www.cisco.com/networkers/nw00/pres/2609_6-28.pdf.
    [3]AS1221 BGP Routing Table Analysis.http://bgp.potaroo.net/as 1221/bgp-active.html.
    [4]Malkin G.RIP Version 2-Carrying Additional Information.RFC 1723,1994.
    [5]Oran D.OSI IS-IS intra-domain routing protocol.RFC 1142,1990
    [6]Moy J.OSPF version 2.RFC 2328,1998.
    [7]Rekhter Y,Li Y.A Border Gateway Protocol 4(BGP-4).RFC 1771,1995.
    [8]Rekhter Y,Li T,Hares S.A Border Gateway Protocol 4(BGP-4).RFC 4271,2006.
    [9]Wang F,Mao Z M,Wang J,et al.A Measurement Study on the Impact of Routing Events on End-to-End Internet Path Performance[C].ACM SIGCOMM,2006.
    [10]Alcatel.Router High Availability for IP Networks.2005.http://www.telecomreview.ca/epic/internet/intprp-gecrt.nsf/vwapj/Router_HA_fo r_IP.pdf/$FILE/Router_HA_for_IP.pdf.
    [11]信息产业部电信研究院.2006年中国通信行业固网热点技术和产品分析.2006.http://www.cww.net.cn/Technique/2006/11/53172.htm.
    [12]Singh K.A survey of Internet infrastructure reliability.2003.http://www1.cs.columbia.edu/~kns10/talks/candidacy.ppt.
    [13]Dahlin M,Chandra B B V,Gao L,et al.End-to-end WAN service availability [J].IEEE/ACM Transactions on Networking(TON) 2003,vol.11(2):300-313.
    [14]Feldmann A,Kong H,Maennel O,et al.Measuring BGP Pass-Through Times [C].5th annual Passive and Active Measurement Workshop,2004.
    [15]Troubleshooting memory problems.2006.http://www.cisco.com/warp/public/63/mallocfail.shtml.
    [16]Chang D,Govindan R,Heidemann J.An Empirical Study of Router Response to Large BGP Routing Table Load[C].ACM SIGCOMM Internet Measurement Workshop(IMW),2002.
    [17]Wang L,Zhao X,Pei D,et al.Observation and Analysis of BGP Behavior under Stress [C]. ACM SIGCOMM Internet Measurement Workshop (IMW), 2002.
    [18] Shaikh A, Kalampoukas L, Dube R, et al. Routing stability in congested networks: Experimentation and analysis [C]. ACM SIGCOMM, 2000: 163-174.
    [19] Cowie J, Ogielski A, Premore B, et al. Global Routing Instabilities during Code Red II and Nimda Worm Propagation. 2003.http://www.renesys.com/projects/bgp_instability.
    [20] Griffin T G, Wilfong G. On the Correctness of iBGP configuration [C]. ACM SIGCOMM, 2002.
    [21] Spring N, Mahajan R, Wetherall D, et al. Measuring ISP topologies with Rocketfuel [J]. IEEE/ACM Trans. on Networking, 2004, vol. 12(1): 1-16.
    [22] http://www.fixedorbit.com/stats.htm.
    [23] Iannaccone G, Chuah C, Mortier R, et al. Analysis of link failures in an IP backbone[C]. ACM IMW. New York: ACM Press, 2002.
    [24] Iannaccone G, Chuah C, Mortier R, et al. Feasibility of IP Restoration in a Tier-1 Backbone[J]. IEEE Network, 2004 vol. 18(2): 13-19.
    [25] Markopoulou A, Iannaccone G, Bhattacharyya S, et al. Characterization of failures in an IP backbone network [C]. IEEE INFOCOM. Hong Kong, 2004.
    [26] Sridharan A, Guerin R. Making IGP Routing Robust of Link Failures [C]. the 4th International IFIP-TC6 Networking Conference. Waterloo, 2005.
    [27] Mills D L. Exterior Gateway Protocol Formal Specification. RFC 904, 1984.
    [28] Lougheed K, Rekhter Y. A Border Gateway Protocol (BGP). RFC 1105, 1989.
    [29] Lougheed K, Rekhter Y. A Border Gateway Protocol (BGP). RFC 1163, 1990.
    [30] Lougheed K, Rekhter Y. A Border Gateway Protocol 3 (BGP-3). RFC 1267,1991.
    
    [31] Bates T, Chandra R, Chen E. BGP Route Reflection. RFC 2796, 2000.
    [32] Traina P. Autonomous system confederations for BGP. RFC 1965, 1996.
    [33] Vutukuru M, Valiant P, Kopparty S, et al. How to Construct a Correct and Scalable IBGP Configuration [C]. IEEE INFOCOM, 2006.
    [34] Labovitz C, Ahuja A, Bose A, et al. Delayed Internet routing convergence [C]. ACM SIGCOMM, 2000.
    [35] Mao Z. Solving the Interdomain Routing Puzzle -Understanding Interdomain Routing Dynamics [D]. PhD thesis, the UNIVERSITY of CALIFORNIA at BERKELEY, 2003.
    
    [36] Maennel O. BGP convergence analysis [D]. PhD thesis, University at des Saarlandes,2003.
    [37]Labovitz C,Wattenhofer R,Venkatachary S,et al.The Impact of Internet Policy and Topology on Delayed Routing Convergence[C].IEEE INFOCOM,2001.
    [38]Obradovic D.Real-time Model and Convergence Time of BGP[C].IEEE INFOCOM,2002.
    [39]Pei D,Zhang B,Massey D,et al.An Analysis of Path Vector Convergence Algorithms[J].Computer Networks,2004.
    [40]Premore B.An Analysis of Convergence Properties of the Border Gateway Protocol Using Discrete Event Simulation[D],2003.
    [41]Buerkl S.BGP convergence analysis[D].Master Thesis,University at des Saarlandes,Germany,2003.
    [42]Pei D,Zhao X,Wang L,et al.Improving BGP Convergence Through Assertions Approach[C].IEEE INFOCOM,2002.
    [43]Lichtwald G,Zitterbart M,Waiter U.Improving Convergence Time of Routing Protocols[C].3rd International Conference on Networking,IEEE,2004:640-647.
    [44]Luo J,Xie J,Hao R,et al.An Approach to Accelerate Convergence for Path Vector Protocol[C].IEEE Globecom,2002.
    [45]Bremler B,Afek Y,Schwarz S.Improved BGP Convergence via Ghost Flushing [C].IEEE INFOCOM,2003.
    [46]Pei D,Azuma M,Nguyen N,et al.BGP-RCN:Improving BGP Convergence Through Root Cause Notification[J].Computer Networks,2005,vol.48(2):175-194.
    [47]Chandrashekar J,Duan Z,Zhang Z-L.Limiting path exploration in path vector protocols[C].IEEE INFOCOM,2005.
    [48]朱珂.Internet域问路由稳定性研究[D].博士学位论文,长沙,国防科学技术大学,2005.
    [49]赵锋,苏金树,王宝生.ATS:一种基于通告时问戳的BGP收敛性改进机制[J].国防科技大学学报,2006,vol.28(3).
    [50]Bidirectional Forwarding Detection.2006.http://www.ietf.org/html.charters/bfd-charter.html.
    [51]Govindan A,Reddy A.An Analysis of Interdomain Topology and Route Stability[C].IEEE INFOCOM,1997.
    [52]Labovitz C,Malan R,Jahanian F.Internet routing instability[J].IEEE/ACM Trans.Networking,1998,vol.6(5):515-558.
    [53]Ripe NCC.http://www.ripe.net/ripencc/pub-services/np/ris/.
    [54]Rexford J,Wang J,Xiao Z,et al.BGP routing stability of popular destinations [C].ACM IMW,2002.
    [55]FarrarJ.Routing instability.2002.http://www.merit.edu/mail.archives/nanog/2001-04/msg00209.html.
    [56]Huston G.Interconnection,peering and settlements-Part Ⅰ[J].Internet Protocol Journal,1999,vol.23(2):32-40.
    [57]Mahajan R,Wetherall D,Anderson T.Understanding BGP misconfiguration [C],2002.
    [58]Feamster N,Balakrishnan H.Towards a Logic for Wide-Area Internet Routing [C].ACM SIGCOMM Workshops,2003:289-300.
    [59]Feamster N,Balakrishnan H.Verifying the Correctness of Wide-Area Internet Routing[R]:Massachusetts Institute of Technology,MIT-LCS-TR-948,2004.
    [60]Feamster N,Balakrishnan H.Detecting BGP Configuration Faults with Static Analysis[C].2nd Symposium on Networked Systems Design and Implementation.Boston,2005.
    [61]Siganos G,Faloutsos M.Analyzing BGP Policies:Methodology and Tool [C].IEEE INFOCOM.HongKong,2004.
    [62]Zhao X,Pei D,Wang L,et al.Detection of Invalid Routing Announcements in the Internet[C].the IEEE/IFIP International Conference on Dependable Systems and Networks,2002:59-68.
    [63]Pei D,Aiello W,Gilbert A,et al.Origin Disturbance in BGP[R]:AT&T Labs,TD-62TJJF8,2004.
    [64]Rajendran R K,Rubenstein D,Wasserman M.A Theoretical Method for BGP Policy Verification[R]:Columbia University Technical Report,2004.
    [65]Feldmann A,Maennel O,Mao Z M.Locating Internet Routing Instabilities [C].ACM SIGCOMM,2004.
    [66]Griffin T,Wilfong G.An Analysis of BGP Convergence Properties[C].ACM SIGCOMM,1999.
    [67]Basu A,Ong C-H L,Rasala A,et al.Route oscillations in I-BGP with route reflection[C].ACM SIGCOMM,2002.
    [68]Griffin T,Shepherd F B,Wilfong G.Policy Disputes in Path-Vector Protocols [C].IEEE ICNP:IEEE Computer Society,1999:21-30.
    [69]Griffin G,Wilfong G.A safe path vector protocol[C].IEEE INFOCOM:IEEE Computer Society Press,2000:490-499.
    [70]Griffin T,Shepherd F B,Wilfong G.The stable paths problem and interdomain routing[J].IEEE/ACM Transactions on Networking,2002,vol.10(2):232-243.
    [71]Estrin D,Postel J,Rekhter Y.Routing arbiter architecture.1999.http://www.isi.edu/ra/publications/.
    [72]Gao L,Rexford J.Stable internet routing without global coordination [J].IEEE/ACM Transactions on Networking,2001 vol.9(6):681-692.
    [73]Villamizar C,Chandra R,Govindan R.BGP Route Flap Damping.RFC 2439,1998.
    [74]王洪君.Internet域间路由稳定性研究[D].博士学位论文,东北大学,2005.
    [75]Musunuri R,Cob J A.A Complete Solution for iBGP Stability[C].IEEE ICC,2004.
    [76]Cobb J A,Gouda M G,Musunuri R.A Stabilizing solution to the stable path problem[J].Lecture Notes in Computer Science,2003:169-183.
    [77]赵锋,王宝生,朱培栋等.基于交换网络的核心路由器热切换设计[J].西北大学学报,2004,vol.34(5).
    [78]Zhao F,Su J,Cheng X.A TCP-Based Lightweight Protocol for Control Plane and Forwarding Plane Communication[C].ICCNMC 2005:1031-1041.
    [79]Sangli S R,Rekhter Y,Fernando R,et al.Graceful Restart Mechanism for BGP.draft-ietf-idr-restart-13.txt,2006.
    [80]Moy J,Pillay-Esnault P,Lindem A.Graceful OSPF Restart.RFC 3623,2003.
    [81]Shand M,Ginsberg L.Restart Signaling for Intermediate System to Intermediate System.RFC 3847,2004.
    [82]Rekhter Y,Aggarwal R.Graceful Restart Mechanism for BGP with MPLS.RFC 4781,2007.
    [83]Leelanivas M,Rekhter Y,Aggarwal R.Graceful Restart Mechanism for Label Distribution Protocol.RFC 3478,2003.
    [84]Zhao F,Lu X C,Wang B S,et al.Synchronizing Routing Information of Control Plane and Forwarding Plane Gracefully[C].IEEE HPSR,2006.
    [85]Francois P,Filsfils C,Evans J,et al.Achieving sub-second IGP convergence in large IP networks[J].ACM SIGCOMM Computer Communication Review,2005,vol.35(2):35-44.
    [86]Kvalbein A,Hansen A F,Cicic T,et al.Fast IP Network Recovery using Multiple Routing Configurations[C].IEEE INFOCOM 2006.
    [87]Shand M,Bryant S.IP Fast Reroute Framework.draft-ietf-rtgwg-ipfrr-framework-06.txt,2006.http://www.ietf.org/internet-drafts/draft-ietf-rtgwg-ipfrr-framework-06.txt.
    [88]Reichert C,Glickmann Y,Magedanz T.Two routing algorithms for failure protection in IP networks[C].the 10th IEEE Symposium on Computers and Communications,2005:97-102.
    [89]Lee S,Yu Y,Nelakuditi S,et al.Proactive vs.reactive approaches to failure resilient routing[C].IEEE INFOCOM,2004.
    [90]Zhong Z,Nelakuditi S,Yu Y,et al.Failure inferencing based fast rerouting for handling transient link and node failures[C].IEEE Global Internet,2005:2859-2863.
    [91]Iselt A,Kirstdter A,Pardigon A,et al.Resilient routing using ECMP and MPLS [C].IEEE HPSR,2004:345-349.
    [92]Caesar M,Caldwell D,Feamster N.Design and implementation of a routing control platform[C].2nd Symposium on Networked Systems Design and Implementation.Boston,2005.
    [93]Greenberg A,Hjalmtysson G,Maltz D,et al.Refactoring Network Control and Management:A Case for the 4D Architecture[R],Technical Report CMU-CS-05-177,2005.
    [94]Subramanian L,Caesar M,Ee C T,et al.HLP:A next generation inter-domain routing protocol[C].ACM SIGCOMM 2005:13-24.
    [95]SSFNet.2003.http://www.ssfnet.org/.
    [96]TOTEM Project Toolbox for Traffic Engineering Methods.2005.http://totem.run.montefiore.ulg.ac.be/.
    [97]OPNET.2007.http://www.opnet.com/.
    [98]ns-BGP.2005.http://www.cs.sfu.ca/~ljilja/cnl/projects/BGP/.
    [99]C-BGP-An efficient BGP simulator,http://cbgp.info.ucl.ac.be/.
    [100]Daniel A,Spielman,Teng S-H.Spectral Partitioning Works:Planar Graphs and Finite Element Meshes[C].IEEE Symposium on Foundations of Computer Science,1996:96-105.
    [101]Premore B.An Analysis of Convergence Properties of the Border Gateway Protocol Using Discrete Event Simulation[D],2003.
    [102]李信满.CERNET主干网运行工作报告[R].昆明,2006.
    [103] Alaettinoglu C, Jacobson V, Yu H. Toward millisecond IGP convergence [C]. NANOG 20, 2000.
    [104] An Architecture for Highly Available Distributed Control Plane Protocols. 2004. http://www.intel.com/technology/magazine/archive/computing.htm.
    [105] Goyal M, Ramakrishnan K K, Feng W-c. Achieving Faster Failure Detection in OSPF Networks [C] . IEEE International Conference on Communications. Alaska, 2003.
    [106] Hughes D. BGP Convergence : Better handling of silent peer failures [C]. 21st APNIC Open Policy Meeting. Perth, Australia, 2006.
    [107] Li X, Nahrstedt K. Reliability Models and Evaluation of Internal BGP Networks [C]. IEEE INFOCOM 2004. Hong Kong, China, 2004.
    [108] Bauer D, Yuksel M, Kalyanaraman S, et al. A Case Study in Understanding OSPF and BGP Interactions Using Efficient Experiment Design [C]. PADS,2006.
    [109] Li X, Wang J, Nahrstedt K. Optimizing ibgp route reflection network [C]. IEEE International Conference on Communications, 2003.
    [110] Li X, Wang J, Nahrstedt K. Reliability-aware ibgp route reflection topology design[C]. IEEE ICNP, 2003.
    [111] Li X, Nahrstedt K. Reliability of Internal BGP Networks: Models and Optimizations [R]: University of Illinois at Urbana-Champaign, Tech Rep:UIUCDCS-R-2005-2608/UILU-ENG-2005-1800, 2005.
    [112] Bush R, Griffin T G, Mao Z M. Happy Packets: Some Initial Results [C]. RIPE-49 Meeting, 2004.
    [113] Aikat J, Kaur J, Smith F D, et al. Variability in TCP round-trip times [C]. IMC. Miami Beach, FL, 2003.
    [114] Jiang H, Dovrolis C. Passive Estimation of TCP Round-Trip Times [J]. ACM SIGCOMM Computer Communication Review, 2002, vol. 32(3): 5-21.
    [115] Newman D. Internet Core Router Test. 2001.http://www.Lightreading.com.
    [116] Moy J T . OSPF: Anatomy of an Internet Routing Protocol [M]:Addison-Wesley, 2000.
    [117] Doyle J. OSPF and IS-IS: Choosing an IGP for Large-Scale Networks. [M]:Addison Wesley Professional, 2005.
    [118]王大东.基于BGP的域间流量工程研究[D].博士学位论文,东北大学,2005.
    [119]Uhlig S,Bonaventure O,Magnin V,et al.Implications of the Topological Properties of Internet Traffic on Traffic Engineering[C].ACM SAC,2004.
    [120]Uhlig S.Implications of characteristics on interdomain traffic engineering [D].PhD thesis,catholique de Louvain,2004.
    [121]Lakhina A,Papagiannaki K,Crovella M,et al.Structural Analysis of Network Traffic Flows[C].ACM SIGMETRICS,2004.
    [122]刘亚萍.基于流量平衡的BGP出口选择优化技术的研究[D].博士学位论文,长沙,国防科技大学,2006.
    [123]Mao Z,Bush R,Griffin T,etal.BGP Beacons[C].IMW,2003.
    [124]Shaikh A,Varma A,Kalampoukas L,et al.Routing stability in congested networks:Experimentation and analysis[C].ACM SIGCOMM,2000.
    [125]Boutremans C,Iannaccone G,Diot C.Impact of link failures on VoIP performance[C].ACMNOSSDAV,2002.
    [126]Wright R,Stevens W R.TCP/IP Illustrated,Volume 2:The Implementation[M]:Addison-Wesley,1996.
    [127]Economides N.The Economics of the Internet Backbone[J].Handbook of Telecommunications,2005.
    [128]Shakkottai S,Srikant R.Economics of Network Pricing with Multiple ISPs [C].IEEE INFOCOM Miami,FL,2005.
    [129]Teixeira R,Griffin T,Shaikh A,et al.Network Sensitivity to Hot-Potato Disruptions[C].ACMSIGCOMM.Portland,Oregon,2004.
    [130]Matuszewski M,Kantola R,Sarala R.OSPF Convergence and Its Impact on VoIP[C].ATNAC Sydney,2004.
    [131]Alattinoglu C,Casner S.ISIS routing on the Qwest backbone:A recipe for subsecond ISIS convergence[C].NANOG24.Miami,2002.
    [132]Teixeira R,Duffield N,Rexford J,et al.Traffic matrix reloaded:impact of routing changes[C].Passive and Active Measurement Workshop.Boston,2005.
    [133]Quoitin B,Tandel S.A BGP Solver for Hot-Potato Routing Sensitivity Analysis [C].EUNICE.Colmenarejo,Spain,2005.
    [134]Feamster N,Borkenhagen J,Rexford J.Guidelines for interdomain traffic engineering[J].ACM SIGCOMM Computer Communications Review,2003,vol.33(5):19-30.
    [135]Cisco IOS NetFlow.http://www.cisco.com/warp/public/732/Tech/nmp/netflow/index.shtml.
    [136]Agarwal S,Chuah C-N,Bhattacharyya S,et al.The Impact of BGP Dynamics on IntraDomain Traffic[C].ACM SIGMETRICS.New York,2004.
    [137]Teixeira R,Shaikh A,Griffin T,et al.Dynamics of hot-potato routing in IP networks[C].ACM SIGMETRICS,2004.
    [138]Vygen J.Approximation Algorithms for Facility Location Problems[R],University of Bonn,Tech Rep:05950-OR,2005.
    [139]Abilene.http://www.internet2.edu/.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700