Routing.

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
Advertisements

CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
Routing and Routing Protocols
Routing.
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 ECE453 – Introduction to Computer Networks Lecture 10 – Network Layer (Routing II)
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
TCP/IP Protocol Suite 1 Chapter 14 Upon completion you will be able to: Unicast Routing Protocols: RIP, OSPF, and BGP Distinguish between intra and interdomain.
Dr. John P. Abraham Professor University of Texas Pan American Internet Routing and Routing Protocols.
6: Routing Working at a Small to Medium Business.
Routing/Routed Protocols. Remember: A Routed Protocol – defines logical addressing. Most notable example on the test – IP A Routing Protocol – fills the.
Routing and Routing Protocols Routing Protocols Overview.
M.Menelaou CCNA2 ROUTING. M.Menelaou ROUTING Routing is the process that a router uses to forward packets toward the destination network. A router makes.
Introduction to Dynamic Routing Protocol
Code : STM#520-1 Samsung Electronics Co., Ltd. OfficeServ7400 Router Operation Distribution EnglishED01.
Routing protocols Basic Routing Routing Information Protocol (RIP) Open Shortest Path First (OSPF)
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
Interior Gateway Protocol. Introduction An IGP (Interior Gateway Protocol) is a protocol for exchanging routing information between gateways (hosts with.
Routing/Routed Protocols Part I. Routed Protocol Definition: Routed Protocol – used to transmit user data (packets) through an internetwork. Routed protocols.
Routing Fundamental W.lilakiatsakun. Review Routing Fundamental VLSM Static & Dynamic Routing Routing algorithm concept.
1 Internet Routing. 2 Terminology Forwarding –Refers to datagram transfer –Performed by host or router –Uses routing table Routing –Refers to propagation.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Protocols and Concepts Introduction to Dynamic Routing Protocol.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 06_a Routing Protocols: RIP, OSPF, BGP Instructor: Dr. Li-Chuan Chen Date: 10/06/2003 Based in part upon.
7400 Samsung Confidential & Proprietary Information Copyright 2006, All Rights Reserved. -0/35- OfficeServ 7x00 Enterprise IP Solutions Quick Install Guide.
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
6: Routing Working at a Small to Medium Business.
Routing and Routing Protocols
An internet is a combination of networks connected by routers. When a datagram goes from a source to a destination, it will probably pass through many.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
Chapter 25 Internet Routing. Static Routing manually configured routes that do not change Used by hosts whose routing table contains one static route.
1. 2  An autonomous system is a region of the Internet that is administered by a single entity.  Examples of autonomous regions are:  UVA’s campus.
Prof. Alfred J Bird, Ph.D., NBCT Office – Science 3rd floor – S Office Hours – Monday and Thursday.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
Malathi Veeraraghavan (originals by Jörg Liebeherr) 1 Link State Routing Algorithm Use a routing protocol to collect the whole network topology Obtain.
+ Dynamic Routing Protocols 2 nd semester
Dynamic routing Routing Algorithm (Dijkstra / Bellman-Ford) – idealization All routers are identical Network is flat. Not true in Practice Hierarchical.
Network Layer Routing Networks: Routing.
Chapter 4: Network Layer
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Computer Networks Routing Algorithms.
Dynamic Routing Protocols II OSPF
Routing Protocols (RIP, OSPF, BGP)
Dynamic routing Routing Algorithm (Dijkstra / Bellman-Ford) – idealization All routers are identical Network is flat. Not true in Practice Hierarchical.
ICMP ICMP – Internet Control Message Protocol
Chapter 4: Network Layer
Routing/Routed Protocols
Dynamic Routing Protocols part2
Introduction To Networking
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Introduction to Internet Routing
Dynamic routing Routing Algorithm (Dijkstra / Bellman-Ford) – idealization All routers are identical Network is flat. Not true in Practice Hierarchical.
Introduction to Dynamic Routing Protocol
Routing.
Chapter 5: Dynamic Routing
Chapter 7: Routing Dynamically
Introduction to Dynamic Routing Protocol
Dynamic Routing Protocols II OSPF
Dynamic Routing and OSPF
Chapter 4: Network Layer
Chapter 4: Network Layer
Network Layer Routing Networks: Routing.
Chapter 4: Network Layer
Working at a Small-to-Medium Business or ISP – Chapter 6
Computer Networks Protocols
Routing.
Dynamic routing Routing Algorithm (Dijkstra / Bellman-Ford) – idealization All routers are identical Network is flat. Not true in Practice Hierarchical.
Network Layer Routing.
Presentation transcript:

Routing

Dynamic Route Routing Protocol

Why dynamic route ? (1) Static route is ok only when Network is small There is a single connection point to other network No redundant route

Why dynamic route ? (2) Dynamic Routing Routers update their routing table with the information of adjacent routers Dynamic routing need a routing protocol for such communication Advantage: They can react and adapt to changing network condition

Routing Protocol Used to change the routing table according to various routing information Specify detail of communication between routers Specify information changed in each communication, Network reachability Network state Metric A measure of how good a particular route Hop count, bandwidth, delay, load, reliability, … Each routing protocol may use different metric and exchange different information

Autonomous System Autonomous System (AS) Internet is organized into a collection of autonomous system An AS is a collection of networks with same routing policy Single routing protocol Normally administered by a single entity Corporation or university campus All depend on how you want to manage routing

Category of Routing Protocols – by AS AS-AS communication Communications between routers in different AS Interdomain routing protocols Exterior gateway protocols (EGP) Ex: BGP (Border Gateway Protocol) Inside AS communication Communication between routers in the same AS Intradomain routing protocols Interior gateway protocols (IGP) RIP (Routing Information Protocol) IGRP (Interior Gateway Routing Protocol) OSPF (Open Shortest Path First Protocol)

Intra-AS and Inter-AS routing Host h2 a b C A B d c A.a A.c C.b B.a h1 Intra-AS routing within AS A Inter-AS routing between A and B within AS B network layer inter-AS, intra-AS routing in gateway A.c link layer physical layer

Category of Routing Protocols – by information changed (1) Distance-Vector Protocol Message contains a vector of distances, which is the cost to other network Each router updates its routing table based on these messages received from neighbors Protocols: RIP IGRP BGP

Category of Routing Protocols – by information changed (2) Link-State Protocol Broadcast their link state to neighbors and build a complete network map at each router using Dijkstra algorithm Protocols: OSPF

Difference between Distance-Vector and Link-State Information update sequence Distance-Vector Link-State Update updates neighbor (propagate new info.) update all nodes Convergence Propagation delay cause slow convergence Fast convergence Complexity simple Complex Link-State Distance-Vector

RIP IGP,DV IGRP IGP,DV OSPF IGP,LS BGP EGP Routing Protocols RIP IGP,DV IGRP IGP,DV OSPF IGP,LS BGP EGP

RIP RIP Category Example of how RIP advertisements work Routing Information Protocol Category Interior routing protocol Distance-vector routing protocol Using “hop-count” as the cost metric Example of how RIP advertisements work Destination network Next router # of hops to destination 1 A 2 20 B 30 7 Destination network Next router # of hops to destination 30 C 4 1 -- 10 Destination network Next router # of hops to destination 1 A 2 20 B 30 5 Routing table in router before Receiving advertisement Advertisement from router A Routing table after receiving advertisement

RIP – Example Another example

RIP – Message Format RIP message is carried in UDP datagram Command: 1 for request and 2 for reply Version: 1 or 2 (RIP-2) 20 bytes per route entry

RIP – Operation routed – RIP routing daemon Operation Operated in UDP port 520 Operation Initialization Probe each interface send a request packet out each interface, asking for other router’s complete routing table Request received Send the entire routing table to the requestor Response received Add, modify, delete to update routing table Regular routing updates Router sends out their routing table to every neighbor every 30 minutes Triggered updates Whenever a route entry’s metric change, send out those changed part routing table

RIP – Problems of RIP Issues RIP-2 15 hop-count limits Take long time to stabilize after the failure of a router or link No CIDR RIP-2 EGP support AS number CIDR support

IGRP (1) Similar to RIP Difference between RIP IGRP – Interior Gateway Routing Protocol Similar to RIP Interior routing protocol Distance-vector routing protocol Difference between RIP Complex cost metric other than hop count delay time, bandwidth, load, reliability The formula Use TCP to communicate routing information Cisco System’s proprietary routing protocol 和IRP不同的地方在不再只有找最短路徑 會考量更多

IGRP (2) Advantage over RIP Disadvantage Control over metrics Still classful and has propagation delay Vendor dependency IGRP有支援lowbbalence 最多可支援六個

OSPF (1) OSPF Category Each interface is associated with a cost Open Shortest Path First Category Interior routing protocol Link-State protocol Each interface is associated with a cost Generally assigned manually The sum of all costs along a path is the metric for that path Neighbor information is broadcast to all routers Each router will construct a map of network topology Each router run Dijkstra algorithm to construct the shortest path tree to each routers

OSPF – Dijkstra Algorithm Single Source Shortest Path Problem Dijkstra algorithm use “greedy” strategy Ex:

OSPF – Routing table update example (1)

OSPF – Routing table update example (2)

OSPF – Summary Advantage Disadvantage Fast convergence CIDR support Multiple routing table entries for single destination, each for one type-of-service Load balancing when cost are equal among several routes Disadvantage Large computation 可快速收斂 CIDR有支援 可紀錄多個路徑 缺:需要跑演算法

ISIS (1) ISIS Rides directly above layer two Intermediate System to Intermediate System Category Interior routing protocol Link-State protocol Each interface is associated with a cost Generally assigned manually The sum of all costs along a path is the metric for that path Neighbor information is broadcast to all routers Each router run Dijkstra algorithm to construct the shortest path tree to each routers Rides directly above layer two I/IS-IS runs on top of the Data Link Layer

Comparing ISIS and OSPF (1) Same Interior routing protocol (IGP) Link-State protocol Classless Inter-Domain Routing (CIDR) Variable Subnet Length Masking (VLSM) Authentication Multi-path IP unnumbered links

Comparing ISIS and OSPF (2) Host Router Link Packet Designated Router (DR) Backup DR (BDR) Link-Stats Advertisement (LSA) Hello packet Database Description(DBD) ISIS End System(ES) Intermediate System(IS) Circuit Protocol Data Unit (PDU) Designated IS (DIS) N/A Link-State PDU (LSP) IIH PDU Complete sequence number PDU (CSNP)

Comparing ISIS and OSPF (3) Area Non-backbone area Backbone area Area Border Router(ABR) Autonomous System Boundary Router (ASBR) ISIS Sub domain (area) Level-1 area Level-2 Sub domain (backbone) L1L2 router Any IS

BGP (1) BGP Exterior routing protocol Routing information exchange Border Gateway Protocol Exterior routing protocol Now BGP-4 Exchange network reachability information with other BGP systems Routing information exchange Message: Full path of autonomous systems that traffic must transit to reach destination Can maintain multiple route for a single destination Exchange method Using TCP Initial: entire routing table Subsequent update: only sent when necessary Advertise only optimal path Route selection Shortest AS path 和IGP不同的地方是 BGP必須要非常明白的說明所走的路徑

BGP (2) Incremental Updates Many options for policy enforcement Classless Inter Domain Routing (CIDR) Widely used for Internet backbone Autonomous systems 140.113.0.0/16 *[BGP/170] 1w1d 02:30:41, localpref 200, from 62.115.128.39 AS path: 9505 18185 9916 I 和IGP不同的地方是 BGP必須要非常明白的說明所走的路徑 https://nsrc.org/workshops/2016/senix-ixp/presentations/00-BGP-Introduction.pdf

Routing Protocols Comparison Updates Per. Periodic updates Trig. Occurred based on information change Load Balance Multiple path & balance between equal-cost routes

BGP – Operation Example How BGP work The whole Internet is a graph of autonomous systems XZ Original: XABCZ X advertise this best path to his neighbor W WZ WXABCZ W Z X

BGP - Path Vector Protocol https://nsrc.org/workshops/2016/senix-ixp/presentations/00-BGP-Introduction.pdf

BGP - Definitions Transit Peering Default carrying traffic across a network (Commercially: for a fee) but in Taiwan… Peering exchanging routing information and traffic (Commercially: between similar sized networks, and for no fee) but in Taiwan… Default where to send traffic when there is no explicit match in the routing table https://nsrc.org/workshops/2016/senix-ixp/presentations/00-BGP-Introduction.pdf https://nsrc.org/workshops/2016/senix-ixp/presentations/00-BGP-Introduction.pdf

BGP - Peering and Transit example

BGP – World Wide (1) https://en.wikipedia.org/wiki/Tier_1_network

BGP – World Wide (2) Default route Full route End of full routing table Full route Transit from other ISP / IXP 789K – IPv4 58K – IPv6 http://bgp.he.net/report/prefixes#_prefixes

BGP – Full Route

BGP Route Hijacking Bad? Good? Neutral?

BGP Route Hijacking Howto BGP normally Exchange “reachability” information between each other Advertises the block of addresses to neighboring BGP IF someone Advertise the addresses that does not belong to you Your neighboring BGP announce to others BGP hijack explained https://www.youtube.com/watch?v=9NBv7lKrG1A

BGP Route Hijacking DDoS mitigation to clean center BGP anycasting Like 168.95.1.1, 8.8.8.8, 8.8.4.4

routed

routed Routing daemon Speak RIP (v1 and v2) Supplied with most every version of UNIX Two modes Server mode (-s) & Quiet mode (-q) Both listen for broadcast, but server will distribute their information routed will add its discovered routes to kernel’s routing table Support configuration file - /etc/gateways Provide static information for initial routing table