1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

103
1 Kyung Hee University Chapter 11 Chapter 11 Unicast Routing Unicast Routing Protocols (RIP, Protocols (RIP, OSPF, and BGP) OSPF, and BGP)

description

3 Kyung Hee University Introduction  OSPF(Open Shortest Path First) allowing the administrator to assign a cost for passing through a network based on the type of service required. A route through a network can have different costs (metrics)  BGP (Border Router Protocol) Criterion is the policy, which can be set by the administrator. Policy defines what paths should be chosen.  Static and Dynamic tables  Unicast Routing and Multicast Routing

Transcript of 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

Page 1: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

11Kyung Hee University

Chapter 11 Chapter 11 Unicast Routing Unicast Routing

Protocols (RIP, OSPF, Protocols (RIP, OSPF, and BGP)and BGP)

Page 2: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

22Kyung Hee University

11.1 Introduction11.1 Introduction An internet is a combination of networks connected by

routers A metric is a cost assigned for passing through a

network. the total metric of a particular route is equal to the sum of the metrics of networks that comprise the route. the router chooses the route with the shortest (smallest) metric

RIP (Routing Information Protocol) : treating each network equals.

The cost of passing through each network is the same. so if a packet passes through 10 networks to reach the

destination, the total cost is hop counts.

Page 3: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

33Kyung Hee University

IntroductionIntroduction

OSPF(Open Shortest Path First) allowing the administrator to assign a cost for passing through a network based on the type of service required. A route through a network can have different costs (metrics)

BGP (Border Router Protocol) Criterion is the policy, which can be set by the administrator. Policy defines what paths should be chosen.

Static and Dynamic tables

Unicast Routing and Multicast Routing

Page 4: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

44Kyung Hee University

11.2 Intra and Inter-Domain Routing11.2 Intra and Inter-Domain Routing Because an internet can be so large, one routing

protocol cannot handle the task of updating routing tables of all routers.

So, an internet is divided into autonomous systems.

An autonomous system (AS) is a group of networks and routers under the authority of a single administration.

Intradomain routing

used for the routing inside an autonomous system

Interdomain routing

used for the routing between autonomous systems

Page 5: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

55Kyung Hee University

Autonomous SystemsAutonomous Systems

Page 6: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

66Kyung Hee University

Intra and Inter-Domain Routing (Cont’d)Intra and Inter-Domain Routing (Cont’d) Popular routing protocols

Page 7: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

77Kyung Hee University

11.3 Distance Vector Routing11.3 Distance Vector Routing In distance vector routing, the least cost route between any two

nodes is the route with minimum distance. In this protocol each node maintains a vector (table) of minimum distances to every node

The table at the each node also guides the packet to the desired node by showing the next stop in the route (next-hop routing)

Distance Vector Routing

each router periodically shares its knowledge about the entire internet with neighborsthe operational principles of this algorithm

1. Sharing knowledge about the entire autonomous system2. Sharing only with neighbors3. Sharing at regular intervals (ex, every 30 seconds) and when

there is a change

Page 8: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

88Kyung Hee University

Bellman-Ford AlgorithmBellman-Ford Algorithm

1. The shortest distance and the cost between a node and itself is initialized to 0

2. The shortest distance between a node and any other node is set to infinity. The cost between a node and any other node should be given.

3. The algorithm repeat until there is no more change in the shortest distance vector

Page 9: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

99Kyung Hee University

A graph for the Bellman-Ford AlgorithmA graph for the Bellman-Ford Algorithm

If we know the cost between each pair of nodes, we can use the algorithm to find the least cost.

Page 10: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1010Kyung Hee University

The fact behind Bellman-Ford algorithmThe fact behind Bellman-Ford algorithm

Page 11: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1111Kyung Hee University

Distance Vector Routing AlgorithmDistance Vector Routing Algorithm

In distance vector routing, each node shares its routing table with its immediate neighbors periodically and when there is a change.

Page 12: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1212Kyung Hee University

Distance Vector Routing AlgorithmDistance Vector Routing Algorithm1. In distance vector routing, the cost is normally hop counts. So the cost

between any two neighbors is set to 1.

2. Each router needs to updates its routing table asynchronously, where it has received some information from its neighbors. In other words, each router executes part of the whole algorithm in the Bellman-Ford algorithm. Processing is distributive

3. After a router has updated its routing table, it should send the result to its neighbor so that they can also update their routing table

4. Each router should keep at least three pieces of information for each route: destination network, the cost, and the next hop. We refer to the whole routing table as Table, to the row i in the table as Tablei. dest, Tablei.cost, and Tablei.next.

5. We refer to information about each route received from a neighbor as R, which has only two piece of information : R.dest and R.cost. The next hop is not included in the received record because it is the source address of the sender

Page 13: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1313Kyung Hee University

Example 11.1Example 11.1

Figure 11.5 shows the initial routing table for an AS. Note that the figure does not mean that all routing tables have been created at the same time; each router creates its own routing table when it is booted

Page 14: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1414Kyung Hee University

Figure 11.5Figure 11.5

Page 15: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1515Kyung Hee University

Example 11.2Example 11.2

Now assume router A sends four records to its neighbors, routers B, D, and C. Figure 11.6 shows the changes in B’s routing table when it receive these records. We leave the changes in the routing tables of other neighbor as exercise.

Page 16: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1616Kyung Hee University

Figure 11.6Figure 11.6

Page 17: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1717Kyung Hee University

Final routing table for router in Figure 11.5Final routing table for router in Figure 11.5

Page 18: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1818Kyung Hee University

Count to InfinityCount to Infinity

A problem of distance vector routing

Any decrease in cost (bad news) propagates quickly

Any increase in cost (good news) propagates slowly

If a link broken, every other router should be aware of it immediately

The problem is referred to as count to infinity

Ex) Two-node loop

Page 19: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

1919Kyung Hee University

Two-Node InstabilityTwo-Node Instability

Page 20: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2020Kyung Hee University

Some Remedies for InstabilitySome Remedies for Instability

Defining Infinity

Redefine infinity to a smaller number, such as 16.

Split horizon

Instead of flooding the table through each interface, each node sends only part of its table through each interface

Split horizon and poison reverse

The split horizon strategy can be combined with the poison reverse strategy. Node can replace the distance with infinity as warning.

Page 21: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2121Kyung Hee University

Three-Node InstabilityThree-Node Instability

Page 22: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2222Kyung Hee University

11.4 RIP11.4 RIP

The Routing Information Protocol (RIP) is an intradomain routing protocol used inside an autonomous system. It is a very simple protocol based on distance vector routing.

The destination in a routing table is a network, which means the first column defines a network address.

A metric in RIP is called a hop count; distance; defined as the number of links (networks) that have to be used to reach the destination.

Page 23: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2323Kyung Hee University

Example of a Domain Using RIPExample of a Domain Using RIP

Page 24: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2424Kyung Hee University

RIP (cont’d)RIP (cont’d) RIP Message Format

- Command : request (1) or response (2)- Version - Family : For TCP/IP the value is 2- Address : destination network address- Distance : defining the hop count from the advertising router to the

destination network

* Part of the message (entry) is repeated for each destination network.

Page 25: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2525Kyung Hee University

RequestRequestSent by a router that has just come up or by a router

that has some time-out entries.

Page 26: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2626Kyung Hee University

ResponseResponse Response

solicited response – is sent only in answer to a request– containing information about the destination specified in the

corresponding request unsolicited response

– is sent periodically, every 30 seconds– containing information covering the whole routing table

Page 27: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2727Kyung Hee University

Example 11.4Example 11.4Figure 11.13 shows the update message sent from router R1 to router R2 in Figure 11.10. The message is sent out of interface 130.10.0.2.

The message is prepared with the combination of split horizon and poison reverse strategy in mind. Router R1 has obtained information about networks 195.2.4.0, 195.2.5.0, and 195.2.6.0 from router R2. When R1 sends an update message to R2, it replaces the actual value if the hop counts for these three networks with 16 (infinity) to prevent any confusion for R2. The figure also shows the table extracted from the message. Router R2 uses the source address of the IP datagram carrying the RIP message from R1 (130.10.02) as the next hop address. Router R2 also increments each hop count by 1 because the values in the message are relative to R1, not R2

Page 28: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2828Kyung Hee University

Solution to Example 11.4Solution to Example 11.4

Page 29: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

2929Kyung Hee University

Timers in RIPTimers in RIP

Periodic timer : controlling the advertisements of regular update messages

Expiration timer : governing the validity of a route

The garbage collection timer : advertising the failure of a route

Page 30: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3030Kyung Hee University

Timers in RIPTimers in RIP Periodic timer

controlling the advertising of regular update messages using random number between 25 to 35 seconds

Expiration timer In normal situation, the new update for a route occurs every 30 seconds But, if there is a problem on an Internet and no update is received within the allotted 180 seconds, the route is considered expired and the hop count of the route is set to 16. Each router has its own expiration timer.

Garbage Collection Timer When the information about a route becomes invalid, the router continues to advertise the route with a metric value of 16 and the garbage collection timer is set to 120 sec for that route When the count reaches zero, the route is purged from the table.

Page 31: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3131Kyung Hee University

Example 11.5Example 11.5

A routing table has 20 entries. It does not receive information about five routes for 200 seconds. How many timers are running at this time?

The timers are listed below:

Periodic timer: 1

Expiration timer: 20 - 5 = 15

Garbage collection timer: 5

Page 32: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3232Kyung Hee University

RIP Version 2RIP Version 2

Designed for overcoming some of the shortcomings of version 1

Replaced fields in version 1 that were filled with 0s for the TCP/IP protocols with some new fields

Can use classless addressing

Page 33: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3333Kyung Hee University

Message FormatMessage Format RIP version 2 format

Route Tag : carrying information such as the autonomous system number

Subnet mask : carrying the subnet mask

Next-hop address : showing the next hop In case that shares a network backbone by two ASs, the message can

define the router to which the packet should go next

Page 34: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3434Kyung Hee University

Classless AddressingClassless Addressing

The most important difference between two version of RIP

RIPv2 adds one field for the subnet mask, which can be used to define a network prefix length

A group of networks can be combined into one prefix and advertised collectively

Page 35: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3535Kyung Hee University

AuthenticationAuthentication Added to protect the message against unauthorized

advertisement

Value of FFFF16 is entered in the family field

Authentication type : protocol used for authentication

Page 36: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3636Kyung Hee University

Multicasting and EncapsulationMulticasting and Encapsulation

Multicasting

Using the multicast address 224.0.0.9 to multicast RIP messages only to RIPv2 routers in the network

Encapsulation of RIP messages

encapsulated in UDP user datagram

not included a field that indicates the length of the message

Well-known port assigned to RIP in UDP is port 520

Page 37: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3737Kyung Hee University

11.5 Link State Routing11.5 Link State Routing

In link state routing, if each node in the domain has the entire topology of the domain, the node can use Dijkstra’s algorithm to build a routing table.

Page 38: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3838Kyung Hee University

Concept of Link State RoutingConcept of Link State Routing

Page 39: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

3939Kyung Hee University

Link State KnowledgeLink State Knowledge

Page 40: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4040Kyung Hee University

Building Routing TablesBuilding Routing Tables

1. Creation of the states of the links by each node, called the link state packet or LSP.

2. Dissemination of LSPs to every other router, called flooding, in an efficient and reliable way

3. Formation of a shortest path tree for each node

4. Calculation of a routing table based on the shortest path tree

Page 41: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4141Kyung Hee University

Formation of Shortest Path TreeFormation of Shortest Path Tree

Dijkstra Algorithm

Page 42: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4242Kyung Hee University

Example of formation of Shortest Path TreeExample of formation of Shortest Path Tree

Page 43: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4343Kyung Hee University

Creation and Flooding of Link State Packet (LSP)Creation and Flooding of Link State Packet (LSP)

Where there is a change in the topology of the domain

Dissemination on a periodic basis

much longer compared to distance vector routing

60 minutes or 2 hours

The creating node sends a copy of the LSP out of each interfaces

A node that receives an LSP compares it with the copy it may already have

keeps the new one

Page 44: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4444Kyung Hee University

Dijkstra’s AlgorithmDijkstra’s Algorithm

Page 45: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4545Kyung Hee University

Dijkstra’s AlgorithmDijkstra’s AlgorithmContinued

Page 46: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4646Kyung Hee University

Dijkstra’s AlgorithmDijkstra’s Algorithm

Page 47: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4747Kyung Hee University

Dijkstra’s AlgorithmDijkstra’s Algorithm

Page 48: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4848Kyung Hee University

Dijkstra’s AlgorithmDijkstra’s Algorithm

Page 49: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

4949Kyung Hee University

Example 11.6Example 11.6

To show that shortest path tree for each node is different, we found the shortest path tree as seen by node C

Page 50: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5050Kyung Hee University

Calculating of Routing Table from Shortest Path TreeCalculating of Routing Table from Shortest Path Tree

Page 51: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5151Kyung Hee University

11.6 OSPF (Open Shortest Path First)11.6 OSPF (Open Shortest Path First)

The Open Shortest Path First (OSPF) protocol is an The Open Shortest Path First (OSPF) protocol is an intradomain routing protocol based on link state intradomain routing protocol based on link state routing. Its domain is also an autonomous systemrouting. Its domain is also an autonomous system

Dividing an AS into areas

to handle routing efficiently and in a timely manner

Page 52: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5252Kyung Hee University

OSPFOSPF Areas

Is a collection of networks, hosts, and routers in AS

AS can be divided into many different areas.

All networks inside an area must be connected.

Routers inside an area flood the area with routing information. Area Border Router

Summarizes the information about the area and sends it to other areas

Backbone

All of the areas inside an AS must be connected to the backbone

Serving as a primary area

Consisting of backbone routers

Back bone routers can be an area border router

Page 53: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5353Kyung Hee University

Areas in an Autonomous SystemAreas in an Autonomous System

Page 54: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5454Kyung Hee University

OSPFOSPF

Metric OSPF protocol allows the administrator to assign a cost, called the metric, to each route Based on a type of service (minimum delay, maximum throughput, and so on) A router can have multiple routing tables, each based on a different type of service.

Link State Routing OSPF uses Link State Routing to update the routing tables in an area Each router shares its knowledge about its neighborhood with every router in the area.

Page 55: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5555Kyung Hee University

OSPFOSPF

1. Sharing knowledge about the neighborhood

2. Sharing with every other router by flooding

3. Sharing when there is a change

So, every router can calculate the shortest path between itself and each network

Page 56: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5656Kyung Hee University

Types of LinksTypes of Links

In OSPF terminology, a connection is called a link.

Page 57: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5757Kyung Hee University

Point-to-point LinkPoint-to-point Link

Routers are represented by nodes and the link is represented by a bidirectional edge connecting the nodes.

Each router has only one neighbor at the other side of the link.

Page 58: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5858Kyung Hee University

Transient LinkTransient LinkNetwork with several routers attached to transient Link

Page 59: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

5959Kyung Hee University

Transient LinkTransient Link

In “C”, each router has only one neighbor, the designated router (network)

The designated router has five neighbors.

Number of neighbor announcements is reduced from 20 to 10

There is no metric from the designated router to any other node.

Because the designated router represents the network.

Page 60: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6060Kyung Hee University

Stub LinkStub Link

Network that is connected to only one router

A special case of transient network

The link is only one-directional, from the router to the network.

Page 61: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6161Kyung Hee University

Virtual LinkVirtual Link

When the link between two routers is broken, the administration may create a virtual link between them using a longer that probably goes through several routers.

Page 62: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6262Kyung Hee University

Example of AS and its Graphical Representation in OSPFExample of AS and its Graphical Representation in OSPF

Page 63: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6363Kyung Hee University

Types of OSPF PacketsTypes of OSPF Packets

Page 64: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6464Kyung Hee University

OSPF Common HeaderOSPF Common Header

- authentication type : 0 for none, 1 for password

- packet type : five types

Page 65: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6565Kyung Hee University

Link State Update PacketLink State Update Packet

Used by a router to advertise the states of its links

Page 66: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6666Kyung Hee University

LSA General HeaderLSA General Header

E flag : 1 means that the area is a stub area

T flag : 1 means that the router can handle multiple types of service

Link state type : 1) router link, 2) network link, 3) summary link to network, 4) summary link to AS boundary router

Page 67: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6767Kyung Hee University

LSALSA

Link State Advertisements

to share information about neighbors, each router distributes link state advertisements (LSAs)

Page 68: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6868Kyung Hee University

Router Link LSARouter Link LSA Router Link

defining the links of a true router

A true router uses the advertisement to announce information about all of its links and what is at the other side of the link (neighbors)

Page 69: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

6969Kyung Hee University

Router Link LSARouter Link LSA

Page 70: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7070Kyung Hee University

Link types, link identification, and link dataLink types, link identification, and link data

Page 71: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7171Kyung Hee University

Example 11.7Example 11.7

Give the router link LSA sent by router 10.24.7.9 in Figure 11.33.

Page 72: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7272Kyung Hee University

Example 11.7 : solutionExample 11.7 : solutionThis router has three links : two of type 1 and one of

type 3.

Page 73: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7373Kyung Hee University

Network LINK LSANetwork LINK LSA

Network Link

defines the links of a network

A designated router distributes this type of LSA packet.

The packet announces the existence of all of the routers connected to the network.

Page 74: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7474Kyung Hee University

Network Link Advertisement FormatNetwork Link Advertisement Format

Network Mask

Attached router : the IP address of all attached routers

Page 75: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7575Kyung Hee University

Example 11.8Example 11.8

Give the network link LSA in Figure 11.37.

Page 76: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7676Kyung Hee University

Example 4 : solutionExample 4 : solution

The network for which the network link advertises has three routers attached. The LSA shows the mask and the router addresses.

Page 77: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7777Kyung Hee University

Example 11.9Example 11.9

In Figure 11.39, which router(s) sends out router link LSAs?

All routers advertise router link LSAs. a. R1 has two links, N1 and N2.

b. R2 has one link, N2.c. R3 has two links, N2 and N3.

Page 78: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7878Kyung Hee University

Summary Link to Network LSASummary Link to Network LSAAn border router is active in more than one area and creates

routing table for each area.

Router R1 floods area 1 with information about how to reach a network located in area 0.

Page 79: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

7979Kyung Hee University

Summary Link to Network LSASummary Link to Network LSA

Page 80: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8080Kyung Hee University

Summary Link to AS Boundary Router LSASummary Link to AS Boundary Router LSAproviding the information of the route to an

autonomous system boundary router

used for a router that sends a packet outside the autonomous system

Page 81: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8181Kyung Hee University

Summary Link to AS Boundary Router LSASummary Link to AS Boundary Router LSA

Page 82: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8282Kyung Hee University

External Link LSAExternal Link LSA

used to know which networks are available outside the autonomous system

Page 83: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8383Kyung Hee University

External Link LSAExternal Link LSA

Page 84: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8484Kyung Hee University

Other PacketsOther Packets

Hello message

uses to create neighborhood relationships and to test the reachability of neighbors

is the first step in link state routing

Page 85: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8585Kyung Hee University

Other PacketsOther Packets Database description message

When router is connected to the system for the first time or after a failure, it needs the complete link state database immediatelyused when a router is connected to the system for the first time or after a failure

After a router is connected to the system, the router sends hello packets to greet its neighbor.

If it is first time that neighbors hear from the router, they send a database description packet.

– The packet does not contain complete database information Then, the router sends one or more link state request packets to get full

information about that particular link

Page 86: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8686Kyung Hee University

Other PacketsOther Packets

Link State Request Packet

is sent by a router that needs information about a specific route or routes

It is answered with a link state update packet.

Page 87: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8787Kyung Hee University

Other PacketsOther Packets

Link state acknowledgment packet

OSPF makes routing more reliable by forcing every router to acknowledge the receipt of every link state update packet.

Link State Update Packet

used by a router to advertise the states of its links

Page 88: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8888Kyung Hee University

11.7 Path Vector Routing11.7 Path Vector Routing

is similar to distance vector routing

Assuming that there is one node in each AS that acts as on behalf of the entire AS : Speaker Node

Speaker node creates a routing table and advertises it speaker nodes in the neighboring ASs

advertising the path, not the metric of the nodes

Page 89: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

8989Kyung Hee University

Example 11.11Example 11.11

The difference between the distance vector routing and path vector routing can be compared to the difference between a national map. A national map can tell us the road to each city and the distance to be travelled if we choose a particular route; an international map can tell us which cities exist in each country and which countries should be passed before reaching that city.

Page 90: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9090Kyung Hee University

ReachabilityReachability

Page 91: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9191Kyung Hee University

Stabilized tables for three autonomous systemsStabilized tables for three autonomous systems

A path routing table for each router can be created if Ass share their reachability list with each other

- AS3 -

- AS3 -

Page 92: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9292Kyung Hee University

Routing Table after AggregationRouting Table after Aggregation

Page 93: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9393Kyung Hee University

11.8 BGP11.8 BGP

Border Gateway Protocol is an interdomain routing protocol using path vector routing

Distance vector routing and link state routing

distance vector routing : just considering the number of hops

link state routing : requiring each router to have a huge link state database

Path Vector Routing

Each entry in the routing table contains the destination network, the next router, and the path to reach the destination

The path is usually defined as an ordered list of autonomous systems that a packet should travel through to reach the destination

Page 94: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9494Kyung Hee University

Type of Autonomous SystemType of Autonomous System

Stub AS

has only one connection to another AS

Multihomed AS

has more than one connection to other ASs

Transit AS

is a multihomed AS that also allows transient traffic. ex) national and international ISPs

Page 95: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9595Kyung Hee University

BGP (cont’d)BGP (cont’d)

Path attributes

Well-known attributes: every BGP router must recognize well-known mandatory : ORIGIN (RIP, OSPF, and so on),

AS-PATH, NEXT_HOP well-known discretionary : must be recognized by each

router; but is not required to be included in every update message

Optional attributes Optional transitive : must be passed to the next router by

the router that has not implemented this attribute Optional nontransitive : must be discarded if the receiving

router has not implemented this attribute

Page 96: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9696Kyung Hee University

BGP (cont’d)BGP (cont’d) BGP Session

Use of services of TCP

Referred to as semi-permanent connections

External and Internal BGP

Page 97: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9797Kyung Hee University

BGP (cont’d)BGP (cont’d) Types of Packets

Packet Format (common header) Reserved for authentication

Total message including the header

Page 98: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9898Kyung Hee University

BGP (cont’d)BGP (cont’d) Open message

To create a neighborhood relationship, a router running BGP opens a TCP connection with a neighbor and sends an open message

Page 99: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

9999Kyung Hee University

BGP (cont’d)BGP (cont’d)

Update message

used by a router to withdraw destinations that have been advertised previously, announce a route to a new destination, or both

Page 100: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

100100Kyung Hee University

BGP (cont’d)BGP (cont’d) Keepalive message

exchange keepalive messages regularly (before their hold time expires) to tell each other that routers are alive

Page 101: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

101101Kyung Hee University

BGP (cont’d)BGP (cont’d)

Update message

used by a router to withdraw destinations that have been advertised previously, announce a route to a new destination, or both

Keepalive message

exchange keepalive messages regularly (before their hold time expires) to tell each other that routers are alive

Notification message

sent by a router whenever an error condition is detected or a router wants to close the connection

Encapsulation

BGP messages are encapsulated in TCP segments using the well-known port 179

Page 102: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

102102Kyung Hee University

BGP (cont’d)BGP (cont’d) Notification message

sent by a router whenever an error condition is detected or a router wants to close the connection

Page 103: 1 Kyung Hee University Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)

103103Kyung Hee University

SummarySummary A metric is the cost assigned for passage of a packet through a network. A router

consults its routing table to determine the best path for a packet.

An autonomous system (AS) is a group of networks and routers under the authority of a single administration. RIP and OSPF are popular intradomain or intra-AS routing protocols (also called interior routing protocols) used to update routing tables in an AS. RIP is based on distance vector routing, in which each router shares, at regular intervals, its knowledge about the entire AS with its neighbors. OSPF divides an AS into areas, defined as collections of networks, hosts, and routers. OSPF is based on link state routing, in which each router sends the state of its neighborhood to every other router in the area.

BGP is an interdomain or inter-AS routing protocol (also called exterior routing protocol) used to update routing tables. BGP is based on a routing protocol called path vector routing. In this protocol, the Ass through which a packet must pass are explicitly listed. Path vector routing does not have the instability nor looping problems of distance vector routing. There are four types of BGP messages: open, update, keepalive, and notification.