BGP Design for the Separation of the Local Big Data Traffic in Data Center

Size: px
Start display at page:

Download "BGP Design for the Separation of the Local Big Data Traffic in Data Center"

Transcription

1 , pp BGP Design for the Separation of the Local Big Data Traffic in Data Center Hyoung Woo Park 1, Il-Yeon Yeo 2 and Sang Oh Park 3,* 1,2,3 Korea Institute of Science and Technology Information, South Korea 1 hwpark@kisti.re.kr, 2 ilyeon9@kisti.re.kr, 3 sopark@kisti.re.kr Abstract As the service for big data increases, the number of analysis servers for big data grows rapidly. For example, the scale of analysis servers for the big data from Large Hadron Collier in Swiss CERN is generally beyond tens of thousands of servers. Therefore, tasks for the selection of the appropriate local routing protocol and the efficient configuration of the routing protocol for those servers are getting more important portion in the local network administration in big data center. In this paper, we introduce BGP as a routing protocol for the local network of big data center even though it is developed for WAN. The concept we introduced in this paper for the separation of big data traffic in local data center network is created based on the concept of the partition of the conference room in convention center. The main conference room can be partitioned by multiple small meeting rooms according to users requests. Each small room can be protected from the noise of the neighbor meeting rooms by partition walls. In the same way, the huge number of servers can be grouped into various server farms and then each of server farms can be identified Autonomous System number that is used for the BGP routing domain for network administrator. Using the techniques of AS numbering we can control the big data traffic more efficiently than ever in data center. We introduced new application method of AS number for a service to recognize certain traffic. Therefore, we can separate and control big data traffic more in detail. We tried to prove that BGP is superior to IGP and overlay networking with respect to the routing control in big data center. Keywords: BGP, Local Routing Protocol, Big Data Center 1. Introduction Big data is so huge that great numbers of servers are required to analyze them. Lots of servers and big data traffic become typical features of big data center and at the same time brought new problems in the network management for big data center. One of new problems is about a routing protocol. The routing protocol for the legacy data center s local network usually used IGPs (Interior Gateway Protocols) such as RIP(Routing Information Protocol), OSPF(Open Shortest First First) [1] IGRP(Interior Gateway Routing Protocol) and so on. Technologies that IGP uses for IP routing are default routing, best path first, IP address based routing, dynamic propagation, et al. These technologies have a strong tendency to force IP packets to converge on the best single path that is also called by default route. The attribute of packets convergence of IGP frequently drove the LAN (Local Area Network) of the legacy data center to be congested for a long time [2]. To make it worse, this problem is getting more serious as the big data service becomes popularized. Therefore, most of network researchers and experts study to suggest new network architecture [3, 4] for big data center as one of the solutions. The purpose of developing new network architecture makes it easy to separate big data traffic from the existed traffic. * Corresponding Author ISSN: IJSEIA Copyright c 2015 SERSC

2 In this paper, we suggested to introduce BGP(Border Gateway Protocol) [5][6] for internal routing protocol for the LAN of big data center. BGP uses AS(Autonomous System) number to control route for IP packet routing. AS number based routing is more flexible than an IP address based routing because IP address used for the identification of the network device as well as IP routing. Therefore, it is not a good recommendation to change the IP address of network interfaces to change IP routing. The concept we introduced in this paper for the separation of big data traffic in local data center network is created based on the partition of the conference room in convention center. The main conference room can be partitioned by multiple small meeting rooms according to users requests. Each small room can be protected from the noise of the neighbor meeting rooms by partition walls. In the same way, the huge number of servers can be grouped into various server farms and then each of server farms can be identified Autonomous System number that is used for the BGP routing domain and for the routing policy by network administrator. Using the techniques of AS numbering we can control the big data traffic more efficiently than ever in data center. In this paper, we introduced new application method of AS number to recognize certain traffic for a service. Therefore, we can separate and control big data traffic more in detail. We tried to prove that BGP is superior to both of IGP and overlay networking with respect to the routing control in big data center. Figure 1 and Figure 2 show the concept of our approach. Figure 1. Dynamic Allocation of Meeting Rooms in Convention Center Figure 2. Dynamic Traffic Separation by AS Numbering in Big Data Center 2. Related Researches As the legacy data centers start to service big data, the separation of big data traffic from the existed data traffic becomes important in the traffic management of the network administrators. Most of data centers use IGPs as a routing protocol for the traffic management for data centers. As we mentioned above IGPs are born as the routing 222 Copyright c 2015 SERSC

3 protocol for LAN. They have a limit in the separation and the control of traffic based on the policy of user service. But, EGPs (Exterior Gateway Protocols) such as BGP, overlay networking, etc. are fully developed for the separation and the control of traffic for WAN (Wide Area Network). It s because many ISPs (Internet Service Providers) on WAN should closely collaborate together for their own benefits. Therefore, the functions of EGPs for the control and the separation of the traffic are superior to those of IGPs. Therefore, we had an idea that EGPs will work better than IGPs when a data center has more than a hundred of thousands of servers. Usually, more than a hundred of thousands of servers are required for the analysis of 10 peta byte data. There are two kind of leading technologies in EGPs. One is BGP and the other is Overlay networking. Most researches for them were achieved in early The main reason of the introduction of EGPs for the local network of big data center is to provide the more control ability of big data traffic with network administrators. It means that traffic control for big data traffic requires high performance approach compared to current IGPs. Therefore, we prefer BGP to overlay networking. The trends of research for Overlay networking [7, 8] tended to place emphasis on the enhancement of routing control. For a user, some ISPs wanted to have an ability to provide special route that didn t service by the routing protocols. For example, a route that was recommended by the routing protocol was the best way but it was congested. At that time, network administrator found another idle route and wanted to force users traffic to go through the idle route. Overlay networking technologies were introduced for the solution of the dream of network administrators. Therefore, Overlay networking requires additional servers to reroute user s traffic according to the only policy of network for ISP. The performance of traffic forwarding is limited by the process of additional server though the function of traffic control is very high. Figure 3 shows the concept of Overlay networking. With the aid of additional server, Network administrators can change the route of the traffic according to SLA (Service Level Agreement) contract. Figure 3. Path Selection by Overlay Networking One analysis of computing for the science area of big data is Grid computing. The model of Grid computing is similar to model of Overlay networking. Figure 4 illustrated this similarity. The research on bridging the Grid computing technologies and Overlay networking technologies for the purpose of the provisioning direct interface between user and network. Every user requirement for network service can be completed by the aid of the network administrators. In other words, all kind of network service are indirect service Copyright c 2015 SERSC 223

4 with respect to the view of users. It means there is no means for users to directly control the network system. Figure 4. Model Comparison between Grid Computing Model and Overlay Networking Compared to Overlay networking, BGP [9, 10, 11] is preferred to the network administrators of big data center for the management of local big data traffic. Because BGP is simple and is operated at the network layer. Overlay networking technologies is generally the application layer. Therefore, BGP is used for high performance network. Figure 5 shows the concept of the path control for BGP. Overlay networking technologies also can support multiple routes. The complexity of the provisioning of multi-routes in Overlay networking is higher than the complexity of BGP for the support of multi-routes. Figure 5. Path Selection by BGP Multihoming The benefits of BGP as usages of the local routing protocol are enumerated by heterogeneous vender interoperability, per-hop traffic engineering, simple trouble shooting, constrained propagation, and so on. BGP provide heterogeneous vender interoperability. Most of network device and server systems provide BGP as a one of basic (or default) function. Per-hop traffic engineering serviced by BGP can be implemented by using unequal-cost anycast load balancing solution. Simple trouble shooting means that BGP RIB (Routing Information Base) structure is simpler compared 224 Copyright c 2015 SERSC

5 to link-state LSDB (Link State Data Base). The meaning of constrained propagation implies that link failures have limited propagation scope. Therefore, it can have more stability die to reduced event flooding domains. 3. BGP Design for the Local Routing of Big Data Center Though BGP was born for the routing protocol of WAN (Wide Area Network), it can also work for LANs when they have hundreds of thousands of servers. Using AS number, BGP can forward IP packets on a path that has not the highest metric (or cost). BGP can eliminate default route and provide multi path for the separation of big data traffic. Therefore, BGP can mitigate the drawback caused by IGP in big data center when big data service is popularized. As an application method for this BGP design, we introduced the new concept of the function based AS numbering. AS numbering in BGP is usually used to identify the administration domain of a certain network. In this paper, we extended the function of AS number to a tool to recognize a certain service. Therefore, we can separate and control IP traffic more conveniently. Figure 6. Function based AS Numbering for Tiered Data Center For BGP design for big data, we also tried to create representative AS numbers, Gateway AS numbers, Service AS numbers and Server Farm AS numbers according to their unique function. Representative AS numbers and Gateway AS numbers are used for identification of the administration domain and configured by public AS number. Service AS numbers and Server Farm AS numbers are used for the recognition of big data service and configured by private AS number. Therefore, Internet Service Provider and External network administrators cannot know the existence of private AS number of a big data center that uses private AS numbers. But, the big data center that uses the private AS number proposed in this paper can have more privileges on IP traffic control. For example, Service AS number can be used for the identifier of service traffic. Using service AS number, we can control (or filter) the routing of IP packets that are originated from a server or servers regardless of IGP routing metric. Figure 6 showed the concept of the function based AS numbering. In order to identify a certain traffic, we recommend that traffic go through the specific-numbered service AS which will be used at AS filtering for traffic control. We are considering Multi-Path technologies of BGP for the separation of big data traffic too. BGP Multi-Path technologies resume today again due to the increase of the interest in big data routing in data center, Figure 7 and 8 showed the concept of the BGP Multi-Path technology. Multi-Path technology within same AS in Figure 7 is already Copyright c 2015 SERSC 225

6 developed and serviced by commercial network system. Multi-path technology with different AS is under developing. Figure 7. BGP Multi-Path with same AS Figure 8. BGP Multi-Path with different AS 4. Analysis of the BGP Application for Local Routing We first analyzed qualitatively the characteristics of IGPs and BGP from the big data centers point of view. The emersion of big data causes the data center to be more complex than ever. The IGPs that automatically exchange IP routing information begin to show the lack of the fine control on the IP traffics of big data centers. IGPs are weak in fine policy based routing control. Table 1 showed the result for the comparison between IGPs and BGP. 226 Copyright c 2015 SERSC

7 Table 1. Characteristics Comparison of IGPs and BGP Considerations IGPs BGP Service domain Intra domain Inter domain Multi path Not available Available Network size Relatively small Large Id. For routing IP address AS number CIDP implement Not easy Easy Routing information Proportional to servers Small Configuration Dynamic routing Static routing Policy based routing Weak Strong We planned to design each AS to be connected other AS by EGBP. Therefore, IGPs cannot help running within a domain denoted by single AS. Each server farm AS is designed to have hundreds of servers. We found that IGPs are appropriate for hundreds of servers from our experience. The aim of our BGP design is to fully utilize all of the benefits from both of IGPs and BGP. BGP is forced to take on the role of the classification of big data traffic and the role of the provision of the multi paths. We can also adjust the scale of a server farm without the change of IP address of any server with the help of existed IGPs. Therefore, we can have a tool for a detail control of large-scale data traffic and legacy small traffic at the same time. It is a key reason that we should suggest to use dynamic routing (from IGP) and policy based routing (from BGP) simultaneously for the LAN of big data center. Table 2. Characteristics Comparison of BGP and Overlay Networking Considerations BGP Overlay Cost Low (Connectivity fees) High (Connectivity fees + overlay fee) Path selection Policy oriented selection Performance oriented selection Management Simple Complex Style of multipath One path via each AS Multiple candidate paths Routing Information Part of the entire information Full routing information Connection Neighbor to neighbor Peer to peer Applications Domain Area specific Application specific Convergence A few minutes Tens of seconds We also compared features of BGP and Overlay networking because both technologies will play important role in local network of big data center as well as WAN. It s because both technologies have been used for traffic separation and control in WAN. Table 2 showed the results of the comparison. First, the cost for the implementation of BGP is cheaper than Overlay networking. It owes BGP costs only connectivity fees but Overlay networking costs connectivity fees and overlay fees. The criteria of path selection are different. BGP basically selects short AS_hop path or by policy. Overlay networking prefer performance oriented selection. Therefore, the management of BGP is simpler than Overlay networking. The path selection based on short AS hop is easier in network management and troubleshooting compared to the path selection by link state algorithm. The routing algorithm for BGP is a kind of distance vector algorithm. The style of building multipath is also different. BGP prefer one path via each AS but Overlay networking tends to make multiple candidate AS regardless of the size of AS. Routing information of BGP only keeps the information of neighbors but Overlay networking has full routing information of the networks. The entity of connection in BGP is neighbor Copyright c 2015 SERSC 227

8 nodes in adjacent networks and the entity of peering in Overlay networking is application software defined by a user. The routing domain is configured by BGP is related to an area. Area can mean one sub network or multiple sub networks or entire network. The domain that Overlay networking indicates can be configured with more variety. It means Overlay networking can control the traffic flow of a certain application as well as traffic of a sub network. Finally, BGP may take as much as ten minutes after recovery. But, this data is obtained from WAN. BGP convergence will be greatly reduced if we deploy BGP in LAN of big data center because LAN of big data center is constructed by 10G NIC (Network Interface Card). We insist that the real power of BGP is accomplished by the implementation on the LAN of big data center. The convergence time of Overlay networking takes tens of seconds that was measured in WAN. We studied BGP as an IGP for big data center that hundreds of thousands of servers. Results from this paper predicts BGP will be one of the best solution for the separation of big data traffic in data center 5. Conclusion The increasing complexity of big data center brings new research trends on the routing technology for the LAN. For the efficiency of local routing control for more than tens of hundreds servers, the introduction of BGP for LAN starts to attract network researchers again. In our case, we run data center called by GSDC (Global Science Data Center). Currently, GSDC has 4700 servers physically and provides multi peta (1015)-byte big data service. Therefore, we also joined BGP study as a data center IGP. We will keep on BGP design in detail for GSDC, and then try to prove the fruitful result by simulations before the local implementation of BGP. Acknowledgments This work was supported by the program of the Global hub for Experiment Data of Basic Science, 2015 funded by the NRF (N-15-NM-CR01-S01). References [1] A. Sridharan, R. Guerin and C. Diot, Achieving Near-Optimal Traffic Engineering Solutions for Current OSPF/IS-IS Networks, IEEE/ACM Transactions on Networking, vol.13, no. 2, (2005), pp [2] S. Hares, NANOG 53 Operators Perspective, IETF Internet-Draft, draft-hares-armd-nanog52-00.txt (2012). [3] A. Greenberg, P. Lahiri, D. A. Maltz, P. Patel and S. Sengupta, Towards a Next Generation Data Center Architecture: Scalability and Commoditization, Proceedings of PRESTO 08, Seattle, USA, (2008) August 22. [4] M. Caesar, D. Caldwell, N. Feamster, J. Rexford, A. Shaikh and J. V. Merwe, Design and implementation of a routing control platform, Proceedings of the 2nd conference on Symposium on Networked Systems Design & Implementation, Berkely, USA, (2005), July 27. [5] P. Lapukhov, A. Premji and J. Mitchell, Use of BGP for routing in large-scale data centers, IETF Internet-Draft, draft-lapukhov-bgp-routing-large-dc-06.txt, (2014). [6] P. Mohapatra and R. Fernando, BGP Link Bandwidth Extended Community, IETF Internet-Draft, draft-ietf-idr-link-bandwidth-06, (2013). [7] A. Ganguly, A. Agrawal, P. Oscar and R. Fgueiredo, IP over P2P: Enabling Self-configuring Virtual IP Networks for Grid Computing, Proceedings of IPDPS, Rhodes Island, Greece, (2006), April [8] D. Rao, J. Mullooly and R. Fernando, Layer-3 virtual network overlays based on BGP Layer-3 VPNs, draft-drao-bgp-l3vpn-virtual-network-overlays-00 (2012). [9] Z. Li, P. Mohaspatra and C Chuah, Virtual Multi-homing: On the Feasibility of Combining Overlay Routing with BGP Routing, LNCS 3462 (2005), pp [10] Cisco, Load Sharing with BGP in Single and Multihomed Environments: Sample Configurations, Document ID 13762, (2005). [11] A. Akella, J. Pang, A. Shaikh, B. Maggs and S. Seshan, A Comparison of Overlay Routing and Multihoming Route Control, ACM SIGCOMM Computer Communication Review, vol.34, no.4 (2004), pp Copyright c 2015 SERSC

9 Author s picture should be in grayscale. Picture size should be absolute 3.18cm in height and absolute 2.65cm in width Author s picture should be in grayscale. Picture size should be absolute 3.18cm in height and absolute 2.65cm in width Author s picture should be in grayscale. Picture size should be absolute 3.18cm in height and absolute 2.65cm in width Authors Hyoung Woo Park is the director of national R&E network (KREONET) center and the Principal Researcher in KISTI Supercomuting center in south Korea. He obtained his Ph. D. in Computer Networks at SungKyunKwan University in south Korea. He had participated lots of R&D projects including the construction of national R&D network (KREONET), the implementation of National Grid Computing Infrastructure, and the project for construction of peta-scale science data Grid center for the global collaboration researches on CERN LHC data, KEK Belle data etc. Il-Yeon Yeo received the B.S. and M.S. degrees from the School of Electronic Engineering at Kyungpook National University in 2000 and 2002, respectively. He has been serving as a Senior Researcher of Global Science Experimental Data Hub Center at Korea Institute of Science and Technology Information (KISTI) since He served as a Senior Researcher of Knowledge Information Center and National Science and Technology Information Service at KISTI since His research interests include Parallel Computing, Information Retrieval, Database, Grid Computing, and Security. Sang Oh Park received the B.S., M.S., and PH.D. degrees from the School of Computer Science and Engineering at Chung-Ang University in 2005, 2007, and 2010, respectively. He has been serving as a Senior Researcher of Global Science Experimental Data Hub Center at Korea Institute of Science and Technology Information since He served as a Research Professor at Chung-Ang University. His research interests include Big Data System, Tape Storage System, Embedded System, Cyber Physical System, Home Network, and Linux System. Copyright c 2015 SERSC 229

10 230 Copyright c 2015 SERSC

KT The Value Networking Company

KT The Value Networking Company KT The Value Networking Company IRIMS (Internet Routing Information Management System) 2005. 9 Y.D. KIM, G.E.KIM, C.K.Hwang, J.H.YOO (webman, gekim, ckhwang, styoo@kt kt.co..co.kr) Abstract An AS (Autonomous

More information

Study on Network Architecture of Big Data Center for the Efficient Control of Huge Data Traffic

Study on Network Architecture of Big Data Center for the Efficient Control of Huge Data Traffic Computer Science and Information Systems 11(3):1113 1126 DOI: 10.2298/CSIS130916067P Study on Network Architecture of Big Data Center for the Efficient Control of Huge Data Traffic Hyoung Woo Park 1,2,

More information

BGP. 1. Internet Routing

BGP. 1. Internet Routing BGP 1. Internet Routing (C) Herbert Haas 2005/03/11 1 Internet Routing Interior Gateway Protocols (IGPs) not suitable for Inter-ISP routing Technical metrics only No policy features Inter-ISP routing is

More information

VIABILITY OF DEPLOYING ebgp AS IGP IN DATACENTER NETWORKS. Chavan, Prathamesh Dhandapaani, Jagadeesh Kavuri, Mahesh Babu Mohankumar, Aravind

VIABILITY OF DEPLOYING ebgp AS IGP IN DATACENTER NETWORKS. Chavan, Prathamesh Dhandapaani, Jagadeesh Kavuri, Mahesh Babu Mohankumar, Aravind VIABILITY OF DEPLOYING ebgp AS IGP IN DATACENTER NETWORKS Chavan, Prathamesh Dhandapaani, Jagadeesh Kavuri, Mahesh Babu Mohankumar, Aravind Faculty Advisors: Jose Santos & Mark Dehus A capstone paper submitted

More information

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering

Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls

More information

Network Level Multihoming and BGP Challenges

Network Level Multihoming and BGP Challenges Network Level Multihoming and BGP Challenges Li Jia Helsinki University of Technology jili@cc.hut.fi Abstract Multihoming has been traditionally employed by enterprises and ISPs to improve network connectivity.

More information

Inter-domain Routing Basics. Border Gateway Protocol. Inter-domain Routing Basics. Inter-domain Routing Basics. Exterior routing protocols created to:

Inter-domain Routing Basics. Border Gateway Protocol. Inter-domain Routing Basics. Inter-domain Routing Basics. Exterior routing protocols created to: Border Gateway Protocol Exterior routing protocols created to: control the expansion of routing tables provide a structured view of the Internet by segregating routing domains into separate administrations

More information

Table of Contents. Cisco How Does Load Balancing Work?

Table of Contents. Cisco How Does Load Balancing Work? Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and

More information

Building a Secure and Reliable Network via Multi-homed VPN

Building a Secure and Reliable Network via Multi-homed VPN Abstract Session IT 303-088 Building a Secure and Reliable Network via Multi-homed VPN Baijian Yang Department of Technology Ball State University byang@bsu.edu Tianguang Gao Department of Educational

More information

Inter-domain Routing. Outline. Border Gateway Protocol

Inter-domain Routing. Outline. Border Gateway Protocol Inter-domain Routing Outline Border Gateway Protocol Internet Structure Original idea Backbone service provider Consumer ISP Large corporation Consumer ISP Small corporation Consumer ISP Consumer ISP Small

More information

Router and Routing Basics

Router and Routing Basics Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic

More information

Simulation of Heuristic Usage for Load Balancing In Routing Efficiency

Simulation of Heuristic Usage for Load Balancing In Routing Efficiency Simulation of Heuristic Usage for Load Balancing In Routing Efficiency Nor Musliza Mustafa Fakulti Sains dan Teknologi Maklumat, Kolej Universiti Islam Antarabangsa Selangor normusliza@kuis.edu.my Abstract.

More information

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE)

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) COURSE OVERVIEW: Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five day training course developed to help students prepare for Cisco CCNP _

More information

Can Forwarding Loops Appear when Activating ibgp Multipath Load Sharing?

Can Forwarding Loops Appear when Activating ibgp Multipath Load Sharing? Can Forwarding Loops Appear when Activating ibgp Multipath Load Sharing? Simon Balon and Guy Leduc Research Unit in Networking EECS Department- University of Liège (ULg) Institut Montefiore, B28 - B-4000

More information

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor 642-902 Route: Implementing Cisco IP Routing Course Introduction Course Introduction Module 01 - Planning Routing Services Lesson: Assessing Complex Enterprise Network Requirements Cisco Enterprise Architectures

More information

PRASAD ATHUKURI Sreekavitha engineering info technology,kammam

PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Multiprotocol Label Switching Layer 3 Virtual Private Networks with Open ShortestPath First protocol PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Abstract This paper aims at implementing

More information

Understanding Route Redistribution & Filtering

Understanding Route Redistribution & Filtering Understanding Route Redistribution & Filtering When to Redistribute and Filter PAN-OS 5.0 Revision B 2013, Palo Alto Networks, Inc. www.paloaltonetworks.com Contents Overview... 3 Route Redistribution......

More information

Routing with OSPF. Introduction

Routing with OSPF. Introduction Routing with OSPF Introduction The capabilities of an internet are largely determined by its routing protocol. An internet's scalability, its ability to quickly route around failures, and the consumption

More information

BGP Best Path Selection Algorithm

BGP Best Path Selection Algorithm BGP Best Path Selection Algorithm Document ID: 13753 Contents Introduction Prerequisites Requirements Components Used Conventions Why Routers Ignore Paths How the Best Path Algorithm Works Example: BGP

More information

How To Make A Network Plan Based On Bg, Qos, And Autonomous System (As)

How To Make A Network Plan Based On Bg, Qos, And Autonomous System (As) Policy Based QoS support using BGP Routing Priyadarsi Nanda and Andrew James Simmonds Department of Computer Systems Faculty of Information Technology University of Technology, Sydney Broadway, NSW Australia

More information

Introduction to Dynamic Routing Protocols

Introduction to Dynamic Routing Protocols CHAPTER 3 Introduction to Dynamic Routing Protocols Objectives Upon completion of this chapter, you should be able to answer the following questions: Can you describe the role of dynamic routing protocols

More information

Increasing Path Diversity using Route Reflector

Increasing Path Diversity using Route Reflector International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 5 ǁ May. 2013 ǁ PP.05-09 Increasing Path Diversity using Route Reflector Prasha Dubey

More information

Border Gateway Protocol (BGP)

Border Gateway Protocol (BGP) Border Gateway Protocol (BGP) Petr Grygárek rek 1 Role of Autonomous Systems on the Internet 2 Autonomous systems Not possible to maintain complete Internet topology information on all routers big database,

More information

Using the Border Gateway Protocol for Interdomain Routing

Using the Border Gateway Protocol for Interdomain Routing CHAPTER 12 Using the Border Gateway Protocol for Interdomain Routing The Border Gateway Protocol (BGP), defined in RFC 1771, provides loop-free interdomain routing between autonomous systems. (An autonomous

More information

Route Optimization. rek. 2005 Petr Grygarek, VSB-TU Ostrava, Routed and Switched Networks 1

Route Optimization. rek. 2005 Petr Grygarek, VSB-TU Ostrava, Routed and Switched Networks 1 Route Optimization (intra-as) Petr Grygárek rek 1 Goal of route optimization Static routing: More predictable and safer Dynamic routing: Automatically ally reacts on topology changes Lower administration

More information

A Case Study Design of Border Gateway Routing Protocol Using Simulation Technologies

A Case Study Design of Border Gateway Routing Protocol Using Simulation Technologies A Case Study Design of Border Gateway Routing Protocol Using Simulation Technologies Chengcheng Li School of Information Technology University of Cincinnati Cincinnati, OH 45221 Chengcheng.li@uc.edu ABSTRACT

More information

A Link Load Balancing Solution for Multi-Homed Networks

A Link Load Balancing Solution for Multi-Homed Networks A Link Load Balancing Solution for Multi-Homed Networks Overview An increasing number of enterprises are using the Internet for delivering mission-critical content and applications. By maintaining only

More information

Interdomain Routing. Project Report

Interdomain Routing. Project Report Interdomain Routing Project Report Network Infrastructure improvement proposal To Company A Team 4: Zhang Li Bin Yang Md. Safiqul Islam Saurabh Arora Network Infrastructure Improvement Interdomain routing

More information

A lightweight Approach for Viable End-to-end IP-based QoS Services

A lightweight Approach for Viable End-to-end IP-based QoS Services A lightweight Approach for Viable End-to-end IP-based QoS Services Óscar González de Dios, Telefónica I+D, Spain 1st FP7 Networked Media Concertation meeting, 17th April, Vilamoura Slide 1 Overview of

More information

A REPORT ON ANALYSIS OF OSPF ROUTING PROTOCOL NORTH CAROLINA STATE UNIVERSITY

A REPORT ON ANALYSIS OF OSPF ROUTING PROTOCOL NORTH CAROLINA STATE UNIVERSITY A REPORT ON ANALYSIS OF OSPF ROUTING PROTOCOL Using OPNET 14.5 Modeler NORTH CAROLINA STATE UNIVERSITY SUBMITTED BY: SHOBHANK SHARMA ssharma5@ncsu.edu Page 1 ANALYSIS OF OSPF ROUTING PROTOCOL A. Introduction

More information

Exterior Gateway Protocols (BGP)

Exterior Gateway Protocols (BGP) Exterior Gateway Protocols (BGP) Internet Structure Large ISP Large ISP Stub Dial-Up ISP Small ISP Stub Stub Stub Autonomous Systems (AS) Internet is not a single network! The Internet is a collection

More information

Route Discovery Protocols

Route Discovery Protocols Route Discovery Protocols Columbus, OH 43210 Jain@cse.ohio-State.Edu http://www.cse.ohio-state.edu/~jain/ 1 Overview Building Routing Tables Routing Information Protocol Version 1 (RIP V1) RIP V2 OSPF

More information

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea (meclavea@brocade.com) Senior Solutions Architect, Brocade Communications Inc. Jim Allen (jallen@llnw.com) Senior Architect, Limelight

More information

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs As a head of the campus network department in the Deanship of Information Technology at King Abdulaziz University for more

More information

Active measurements: networks. Prof. Anja Feldmann, Ph.D. Dr. Nikolaos Chatzis Georgios Smaragdakis, Ph.D.

Active measurements: networks. Prof. Anja Feldmann, Ph.D. Dr. Nikolaos Chatzis Georgios Smaragdakis, Ph.D. Active measurements: networks Prof. Anja Feldmann, Ph.D. Dr. Nikolaos Chatzis Georgios Smaragdakis, Ph.D. Outline Organization of Internet routing Types of domains Intra- and inter-domain routing Intra-domain

More information

Evaluation And Implementation Of The Open Shortest Path First (OSPF) Routing Protocol

Evaluation And Implementation Of The Open Shortest Path First (OSPF) Routing Protocol Evaluation And Implementation Of The Open Shortest Path First (OSPF) Routing Protocol G.C NWALOZIE 1, V.N OKOROGU 2, A.C OKAFOR 3, A.O UMEH 4 1, 2, 3,4 Electronic and Computer Engineering Department, Nnamdi

More information

Kingston University London

Kingston University London Kingston University London Thesis Title Implementation and performance evaluation of WAN services over MPLS Layer-3 VPN Dissertation submitted for the Degree of Master of Science in Networking and Data

More information

Implementing VPN over MPLS

Implementing VPN over MPLS IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. I (May - Jun.2015), PP 48-53 www.iosrjournals.org Implementing VPN over

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 8 Issue 1 APRIL 2014.

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 8 Issue 1 APRIL 2014. IMPROVING LINK UTILIZATION IN DATA CENTER NETWORK USING NEAR OPTIMAL TRAFFIC ENGINEERING TECHNIQUES L. Priyadharshini 1, S. Rajanarayanan, M.E (Ph.D) 2 1 Final Year M.E-CSE, 2 Assistant Professor 1&2 Selvam

More information

Outline. EE 122: Interdomain Routing Protocol (BGP) BGP Routing. Internet is more complicated... Ion Stoica TAs: Junda Liu, DK Moon, David Zats

Outline. EE 122: Interdomain Routing Protocol (BGP) BGP Routing. Internet is more complicated... Ion Stoica TAs: Junda Liu, DK Moon, David Zats Outline EE 22: Interdomain Routing Protocol (BGP) Ion Stoica TAs: Junda Liu, DK Moon, David Zats http://inst.eecs.berkeley.edu/~ee22/fa9 (Materials with thanks to Vern Paxson, Jennifer Rexford, and colleagues

More information

Week 4 / Paper 1. Open issues in Interdomain Routing: a survey

Week 4 / Paper 1. Open issues in Interdomain Routing: a survey Week 4 / Paper 1 Open issues in Interdomain Routing: a survey Marcelo Yannuzzi, Xavier Masip-Bruin, Olivier Bonaventure IEEE Network, Nov.-Dec. 2005, vol. 19, no. 6, pp. 49 56 Main point There are many

More information

Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT)

Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT) Cisco CCNP 642 901 Optimizing Converged Cisco Networks (ONT) Course Number: 642 901 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exams: Cisco CCNP Exam 642 901:

More information

BGP Vector Routing. draft-patel-raszuk-bgp-vector-routing-01

BGP Vector Routing. draft-patel-raszuk-bgp-vector-routing-01 BGP Vector Routing draft-patel-raszuk-bgp-vector-routing-01 Keyur Patel, Robert Raszuk, Burjiz Pithawala, Ali Sajassi, Eric Osborne, Jim Uttaro, Luay Jalil IETF 88, November 2013, Vancouver, Canada Presentation_ID

More information

Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols

Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. IV (Jan. 2014), PP 47-52 Opnet Based simulation for route redistribution

More information

IMPLEMENTING CISCO MPLS V3.0 (MPLS)

IMPLEMENTING CISCO MPLS V3.0 (MPLS) IMPLEMENTING CISCO MPLS V3.0 (MPLS) COURSE OVERVIEW: Multiprotocol Label Switching integrates the performance and traffic-management capabilities of data link Layer 2 with the scalability and flexibility

More information

Multihoming and Multi-path Routing. CS 7260 Nick Feamster January 29. 2007

Multihoming and Multi-path Routing. CS 7260 Nick Feamster January 29. 2007 Multihoming and Multi-path Routing CS 7260 Nick Feamster January 29. 2007 Today s Topic IP-Based Multihoming What is it? What problem is it solving? (Why multihome?) How is it implemented today (in IP)?

More information

IP Routing Configuring RIP, OSPF, BGP, and PBR

IP Routing Configuring RIP, OSPF, BGP, and PBR 13 IP Routing Configuring RIP, OSPF, BGP, and PBR Contents Overview..................................................... 13-6 Routing Protocols.......................................... 13-6 Dynamic Routing

More information

Routing Protocols. Interconnected ASes. Hierarchical Routing. Hierarchical Routing

Routing Protocols. Interconnected ASes. Hierarchical Routing. Hierarchical Routing Routing Protocols scale: with 200 million destinations: can t store all dest s in routing tables! routing table exchange would swamp links! Hierarchical Routing Our routing study thus far - idealization

More information

Chapter 10 Link-State Routing Protocols

Chapter 10 Link-State Routing Protocols Chapter 10 Link-State Routing Protocols CCNA2-1 Chapter 10 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

IP Traffic Engineering over OMP technique

IP Traffic Engineering over OMP technique IP Traffic Engineering over OMP technique 1 Károly Farkas, 1 Zoltán Balogh, 2 Henrik Villför 1 High Speed Networks Laboratory Department of Telecommunications and Telematics Technical University of Budapest,

More information

Link-State Routing Protocols

Link-State Routing Protocols Link-State Routing Protocols Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Link-state routing protocol Single-area OSPF concepts Single-area OSPF

More information

Border Gateway Protocol BGP4 (2)

Border Gateway Protocol BGP4 (2) Border Gateway Protocol BGP4 (2) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Border Gateway Protocol - Continued Computer Networks - 1/2 Learning

More information

Troubleshooting Network Performance with Alpine

Troubleshooting Network Performance with Alpine Troubleshooting Network Performance with Alpine Jeffrey Papen As a Network Engineer, I am often annoyed by slow Internet performance caused by network issues like congestion, fiber cuts, and packet loss.

More information

OSPF Version 2 (RFC 2328) Describes Autonomous Systems (AS) topology. Propagated by flooding: Link State Advertisements (LSAs).

OSPF Version 2 (RFC 2328) Describes Autonomous Systems (AS) topology. Propagated by flooding: Link State Advertisements (LSAs). OSPF Version 2 (RFC 2328) Interior gateway protocol (IGP). Routers maintain link-state database. Describes Autonomous Systems (AS) topology. Propagated by flooding: Link State Advertisements (LSAs). Router

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

ITRI CCL. IP Routing Primer. Paul C. Huang, Ph.D. ITRI / CCL / N300. CCL/N300; Paul Huang 1999/6/2 1

ITRI CCL. IP Routing Primer. Paul C. Huang, Ph.D. ITRI / CCL / N300. CCL/N300; Paul Huang 1999/6/2 1 IP Routing Primer Paul C. Huang, Ph.D. ITRI / / N300 /N300; Paul Huang 1999/6/2 1 Basic Addressing / Subnetting Class A 0 Network Host Host Host 127 networks / 16,777,216 hosts Class A natural mask 255.0.0.0

More information

BGP Link Bandwidth. Finding Feature Information. Contents

BGP Link Bandwidth. Finding Feature Information. Contents The BGP (Border Gateway Protocol) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

Border Gateway Protocol (BGP-4)

Border Gateway Protocol (BGP-4) Vanguard Applications Ware IP and LAN Feature Protocols Border Gateway Protocol (BGP-4) Notice 2008 Vanguard Networks 25 Forbes Blvd Foxboro, MA 02035 Phone: (508) 964 6200 Fax: (508) 543 0237 All rights

More information

Introduction to Routing

Introduction to Routing Introduction to Routing How traffic flows on the Internet Philip Smith pfs@cisco.com RIPE NCC Regional Meeting, Moscow, 16-18 18 June 2004 1 Abstract Presentation introduces some of the terminologies used,

More information

Using OSPF in an MPLS VPN Environment

Using OSPF in an MPLS VPN Environment Using OSPF in an MPLS VPN Environment Overview This module introduces the interaction between multi-protocol Border Gateway Protocol (MP-BGP) running between Provider Edge routers (s) and Open Shortest

More information

Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach

Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach U. Dillibabau 1, Akshay 2, M. Lorate Shiny 3 UG Scholars,

More information

CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required

CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required CSET 4750 Computer Networks and Data Communications (4 semester credit hours) CSET Required IT Required Current Catalog Description: Computer network architectures and their application to industry needs.

More information

Beginning BGP. Peter J. Welcher. Introduction. When Do We Need BGP?

Beginning BGP. Peter J. Welcher. Introduction. When Do We Need BGP? Beginning BGP Peter J. Welcher Introduction At the time I'm writing this, it is time to register for Networkers / CCIE recertification. I just signed up for Denver. You'll probably be reading this around

More information

Border Gateway Protocols

Border Gateway Protocols Paper 106, ENG 104 Border Gateway Protocols Sadeta Krijestorac, Marc Beck, Jonathan Bagby Morehead State University University of Louisville Florida Atlanic University s.krijestor@moreheadstate.edu marcbeck1982@yahoo.com

More information

Outline. Internet Routing. Alleviating the Problem. DV Algorithm. Routing Information Protocol (RIP) Link State Routing. Routing algorithms

Outline. Internet Routing. Alleviating the Problem. DV Algorithm. Routing Information Protocol (RIP) Link State Routing. Routing algorithms Outline Internet Routing Venkat Padmanabhan Microsoft Research 9 pril 2001 Routing algorithms distance-vector (DV) link-state (LS) Internet Routing border gateway protocol (BGP) BGP convergence paper Venkat

More information

An Adaptive MT-BGP Traffic Engineering Based on Virtual Routing Topologies

An Adaptive MT-BGP Traffic Engineering Based on Virtual Routing Topologies An Adaptive MT-BGP Traffic Engineering Based on Virtual Routing Topologies Dr.V. Palanisamy #1, K. Gowri *2 Head of the Department # Department of Computer Science and Engineering, Alagappa University

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Adapting Distributed Hash Tables for Mobile Ad Hoc Networks

Adapting Distributed Hash Tables for Mobile Ad Hoc Networks University of Tübingen Chair for Computer Networks and Internet Adapting Distributed Hash Tables for Mobile Ad Hoc Networks Tobias Heer, Stefan Götz, Simon Rieche, Klaus Wehrle Protocol Engineering and

More information

TRILL Large Layer 2 Network Solution

TRILL Large Layer 2 Network Solution TRILL Large Layer 2 Network Solution Contents 1 Network Architecture Requirements of Data Centers in the Cloud Computing Era... 3 2 TRILL Characteristics... 5 3 Huawei TRILL-based Large Layer 2 Network

More information

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description ISOM3380 Advanced Network Management Spring 2014 15 Course Description In an interconnected economy, management of network applications becomes increasingly important. This course helps students develop

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Cisco (CCNP) Certification I CODE NO. : SEMESTER: 6 PROGRAM: AUTHOR: Computer Network Technologist

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 Load Balancing Heterogeneous Request in DHT-based P2P Systems Mrs. Yogita A. Dalvi Dr. R. Shankar Mr. Atesh

More information

Seminar Seite 1 von 10

Seminar Seite 1 von 10 Seminar Seite 1 von 10 CISCO - Implementing Cisco IP Routing (ROUTE) Dauer: 5 Tage Kosten: 2.490,00 EUR (pro Person / zzgl. MwSt) Ziele: Der Kurs Implementing Cisco IP Routing (ROUTE) vermittelt den Teilnehmern

More information

Quantifying the BGP routes diversity inside a tier-1 network

Quantifying the BGP routes diversity inside a tier-1 network Quantifying the BGP routes diversity inside a tier-1 network Steve Uhlig, Sébastien Tandel Department of Computing Science and Engineering Université catholique de Louvain, Louvain-la-neuve, B-1348, Belgium

More information

O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1

O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1 1 Which two statements are true regarding the advantages of the use of static routes? (Choose increased security reduced effort in configuring routes the administrator maintains control over routing easier

More information

Distance Vector Routing Protocols. Routing Protocols and Concepts Ola Lundh

Distance Vector Routing Protocols. Routing Protocols and Concepts Ola Lundh Distance Vector Routing Protocols Routing Protocols and Concepts Ola Lundh Objectives The characteristics of distance vector routing protocols. The network discovery process of distance vector routing

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

Network Virtualization for Large-Scale Data Centers

Network Virtualization for Large-Scale Data Centers Network Virtualization for Large-Scale Data Centers Tatsuhiro Ando Osamu Shimokuni Katsuhito Asano The growing use of cloud technology by large enterprises to support their business continuity planning

More information

OSPF Routing Protocol

OSPF Routing Protocol OSPF Routing Protocol Contents Introduction Network Architecture Campus Design Architecture Building Block Design Server Farm Design Core Block Design WAN Design Architecture Protocol Design Campus Design

More information

IMPLEMENTING CISCO MPLS V2.3 (MPLS)

IMPLEMENTING CISCO MPLS V2.3 (MPLS) IMPLEMENTING CISCO MPLS V2.3 (MPLS) COURSE OVERVIEW: The course will enable learners to gather information from the technology basics to advanced VPN configuration. The focus of the course is on VPN technology

More information

B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure

B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure Interdomain traffic engineering with BGP B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure Abstract Traffic engineering is performed by means of a set of techniques that can be used to better

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Copyright 2010 Cisco Press & Priscilla Oppenheimer Topology A map of an internetwork that indicates network segments, interconnection points,

More information

Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints

Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashad, Mashhad, Iran hyaghmae@ferdowsi.um.ac.ir

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Raj Jain The Ohio State University Columbus, OH 43210 Nayna Networks Milpitas, CA 95035 Email: Jain@ACM.Org http://www.cis.ohio-state.edu/~jain/ 1 Overview! Internetworking Protocol

More information

Network-Wide Class of Service (CoS) Management with Route Analytics. Integrated Traffic and Routing Visibility for Effective CoS Delivery

Network-Wide Class of Service (CoS) Management with Route Analytics. Integrated Traffic and Routing Visibility for Effective CoS Delivery Network-Wide Class of Service (CoS) Management with Route Analytics Integrated Traffic and Routing Visibility for Effective CoS Delivery E x e c u t i v e S u m m a r y Enterprise IT and service providers

More information

How To Understand The History Of The Network And Network (Networking) In A Network (Network) (Netnet) (Network And Network) (Dns) (Wired) (Lannet) And (Network Network)

How To Understand The History Of The Network And Network (Networking) In A Network (Network) (Netnet) (Network And Network) (Dns) (Wired) (Lannet) And (Network Network) COMPUTER NETWORKS LECTURES DR.PETER G. GYARMATI Research professor Lectures of P. G. Gyarmati 1. page 1999.-2006. 1999.-2006. This page is intentionally left blank Lectures of P. G. Gyarmati 2. page 1999.-2006.

More information

Traffic Engineering With Traditional IP Routing Protocols

Traffic Engineering With Traditional IP Routing Protocols Traffic Engineering With Traditional IP Routing Protocols Bernard Fortz Jennifer Rexford Mikkel Thorup Institut d Administration et de Gestion Internet and Networking Systems Universite Catholique de Louvain

More information

APNIC elearning: BGP Basics. Contact: training@apnic.net. erou03_v1.0

APNIC elearning: BGP Basics. Contact: training@apnic.net. erou03_v1.0 erou03_v1.0 APNIC elearning: BGP Basics Contact: training@apnic.net Overview What is BGP? BGP Features Path Vector Routing Protocol Peering and Transit BGP General Operation BGP Terminology BGP Attributes

More information

LHCONE Site Connections

LHCONE Site Connections LHCONE Site Connections Michael O Connor moc@es.net ESnet Network Engineering Asia Tier Center Forum on Networking Daejeon, South Korea September 23, 2015 Outline Introduction ESnet LHCONE Traffic Volumes

More information

The Complete IS-IS Routing Protocol

The Complete IS-IS Routing Protocol Hannes Gredler and Walter Goralski The Complete IS-IS Routing Protocol 4y Springer Contents Foreword Credits and Thanks vii ix 1 Introduction, Motivation and Historical Background 1 1.1 Motivation 1 1.2

More information

Towards a Next- Generation Inter-domain Routing Protocol. L. Subramanian, M. Caesar, C.T. Ee, M. Handley, Z. Mao, S. Shenker, and I.

Towards a Next- Generation Inter-domain Routing Protocol. L. Subramanian, M. Caesar, C.T. Ee, M. Handley, Z. Mao, S. Shenker, and I. Towards a Next- Generation Inter-domain Routing Protocol L. Subramanian, M. Caesar, C.T. Ee, M. Handley, Z. Mao, S. Shenker, and I. Stoica Routing 1999 Internet Map Coloured by ISP Source: Bill Cheswick,

More information

Dove siamo? Architecture of Dynamic Routing

Dove siamo? Architecture of Dynamic Routing Dove siamo? Algoritmi di routing Protocolli di routing» Intra dominio (IGP)» Inter dominio (EGP) Le slides relative a questo argomenti sono tratte da Interdomain Routing and The Border Gateway Protocol

More information

HP Networking BGP and MPLS technology training

HP Networking BGP and MPLS technology training Course overview HP Networking BGP and MPLS technology training (HL046_00429577) The HP Networking BGP and MPLS technology training provides networking professionals the knowledge necessary for designing,

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering

More information

Telecom. White Paper. Inter-SDN Controller Communication: Using Border Gateway Protocol

Telecom. White Paper. Inter-SDN Controller Communication: Using Border Gateway Protocol Telecom White Paper Inter-SDN Controller Communication: Using Border Gateway Protocol About the Authors Deepankar Gupta Deepankar Gupta is an Associate Consultant and Lead Engineer working in the IP and

More information