55
Lecture 4: Dynamic routing protocols Today: 1. Overview of router architecture 2. RIP

Lecture 4: Dynamic routing protocols

  • Upload
    tacey

  • View
    25

  • Download
    0

Embed Size (px)

DESCRIPTION

Lecture 4: Dynamic routing protocols. Today: Overview of router architecture RIP. If you got questions. Questions related to Labs Email Jasmine ( [email protected] ) Questions related to lectures Email me ( [email protected] ) Questions related to grading Email Xiaoping ( [email protected] ) - PowerPoint PPT Presentation

Citation preview

Page 1: Lecture 4: Dynamic routing protocols

Lecture 4: Dynamic routing protocols

Today:

1. Overview of router architecture

2. RIP

Page 2: Lecture 4: Dynamic routing protocols

2

If you got questions

• Questions related to Labs– Email Jasmine ([email protected])

• Questions related to lectures– Email me ([email protected])

• Questions related to grading– Email Xiaoping ([email protected])– Edgar ([email protected])

Page 3: Lecture 4: Dynamic routing protocols

Router Architectures

An overview of router architectures.

Page 4: Lecture 4: Dynamic routing protocols

4

Two key router functions

Control plane: run routing protocols (RIP, OSPF, BGP)

Data plane: forwarding packets from incoming to outgoing link

routingtable

Routingfunctions

IPForwarding

routing tablelookup

routing tableupdates

incoming IPdatagrams

outgoing IPdatagrams

routingprotocol

routingprotocol

Page 5: Lecture 4: Dynamic routing protocols

5

Routing and Forwarding

Routing functions include:– route calculation– maintenance of the routing table– execution of routing protocols

• On commercial routers handled by a single general purpose processor, called route processor

IP forwarding is per-packet processing• On high-end commercial routers, IP forwarding is distributed• Most work is done on the interface cards

Page 6: Lecture 4: Dynamic routing protocols

6

Router Hardware Components

• Hardware components of a router:– Network interfaces– Switching fabrics– Processor with a memory

and CPU

Interface Card

Switching fabric

Interface Card Interface Card

Processor

CPUMemory

Page 7: Lecture 4: Dynamic routing protocols

7

PC Router versus commercial router

• On a PC router: – Switching fabric is the (PCI)

bus – Interface cards are NICs (e.g.,

Ethernet cards)– All forwarding and routing is

done on central processor

• On Commercial routers:– Switching fabrics and

interface cards can be sophisticated

– Central processor is the route processor (only responsible for control functions)

Interface Card

Switching fabric

Interface Card Interface Card

Processor

CPUMemory

Page 8: Lecture 4: Dynamic routing protocols

8

Basic Architectural ComponentsPer-packet processing

Page 9: Lecture 4: Dynamic routing protocols

9

Evolution of Router Architectures

• Early routers were essentially general purpose computers • Today, high-performance routers resemble supercomputers

• Exploit parallelism• Special hardware components

• Until 1980s (1st generation): standard computer• Early 1990s (2nd generation): delegate to interfaces• Late 1990s (3rd generation): Distributed architecture• Today: Distributed over multiple racks

Page 10: Lecture 4: Dynamic routing protocols

10

1st Generation Routers (switching via memory)

• This architecture is still used in low end routers

• Arriving packets are copied to main memory via direct memory access (DMA)

• Switching fabric is a backplane (shared bus)

• All IP forwarding functions are performed in the central processor.

• Routing cache at processor can accelerate the routing table

lookup.

Memory

Shared Bus

DMA

MAC

DMA

MAC

InterfaceCard

DMA

MAC

Route Processor

InterfaceCard

InterfaceCard

CacheCPU

Page 11: Lecture 4: Dynamic routing protocols

11

Drawbacks of 1st Generation Routers

• Forwarding Performance is limited by memory and CPU

• Capacity of shared bus limits the number of interface cards that can be connected

InputPort

OutputPort

Memory

System Bus

Page 12: Lecture 4: Dynamic routing protocols

12

SharedBus

InterfaceCards

DMA

MAC

DMA

MAC

DMA

MAC

Route Cache

Memory

Route Cache

Memory

Route Cache

Memory

Route Processor

MemoryCacheCPU

2nd Generation Routers (switching via a shared bus)

• Keeps shared bus architecture, but offloads most IP forwarding to interface cards

• Interface cards have local route cache and processing elements

Fast path: If routing entry is found in local cache, forward packet directly to outgoing interface

Slow path: If routing table entry is not in cache, packet must be handled by central CPU

slow path

fast path

Page 13: Lecture 4: Dynamic routing protocols

13

CPU

Cache

Memory

MAC MAC

Memory

Forwarding Bus(IP headers only)

InterfaceCards

Data Bus

Control Bus

Memory

MAC

Memory

ForwardingEngine

CPU

Cache

Memory

ForwardingEngine

Route Processor

CPU

Memory

Another 2nd Generation Architecture

• IP forwarding is done by separate components (Forwarding Engines)

Forwarding operations:

1. Packet received on interface: Store the packet in local memory. Extracts IP header and sent to one forwarding engine

2. Forwarding engine does lookup, updates IP header, and sends it back to incoming interface

3. Packet is reconstructed and sent to outgoing interface.

Page 14: Lecture 4: Dynamic routing protocols

14

Drawbacks of 2nd Generation Routers

SharedBus

InterfaceCards

DMA

MAC

DMA

MAC

DMA

MAC

Route Cache

Memory

Route Cache

Memory

Route Cache

Memory

Route Processor

MemoryCacheCPU

Bus contention

limits throughput

Page 15: Lecture 4: Dynamic routing protocols

15

3rd Generation Architecture

• Switching fabric is an interconnection network (e.g., a crossbar switch)

• Distributed architecture: – Interface cards operate

independent of each other – No centralized processing for

IP forwarding• These routers can be scaled to

many hundred interface cards and to aggregate capacity of > 1 Terabit per second

CPU

Memory

RouteProcessor

Memory

RouteProcessing

MAC

SwitchFabric

Interface

SwitchFabric

Memory

RouteProcessing

MAC

SwitchFabric

Interface

Page 16: Lecture 4: Dynamic routing protocols

16

Slotted Chassis

• Large routers are built as a slotted chassis– Interface cards are inserted in the slots– Route processor is also inserted as a slot

• This simplifies repairs and upgrades of components

Page 17: Lecture 4: Dynamic routing protocols

Dynamic Routing ProtocolsPart 1: RIP

Relates to Lab 4.

The first module on dynamic routing protocols. This module introduces RIP.

Page 18: Lecture 4: Dynamic routing protocols

18

Routing

• Recall: There are two parts to routing IP packets:

1. How to pass a packet from an input interface to the output interface of a router (packet forwarding) ?

2. How to find and setup a route ?• We already discussed the packet forwarding part

– Longest prefix match• There are two approaches for calculating the routing tables:

– Static Routing (Lab 3)– Dynamic Routing: Routes are calculated by a routing protocol

Page 19: Lecture 4: Dynamic routing protocols

19

Routing protocols versus routing algorithms

• Routing protocols establish routing tables at routers.• A routing protocol specifies

– What messages are sent between routers– Under what conditions the messages are sent– How messages are processed to compute routing tables

• At the heart of any routing protocol is a routing algorithm that determines the path from a source to a destination

Page 20: Lecture 4: Dynamic routing protocols

20

What routing algorithms common routing protocols use

Routing information protocol (RIP) Distance vector

Interior Gateway routing protocol (IGRP, cisco proprietary)

Distance vector

Open shortest path first (OSPF) Link state

Intermediate System-to-Intermediate System (IS-IS

Link state

Border gateway protocol (BGP) Path vector

Routing protocol Routing algorithm

Page 21: Lecture 4: Dynamic routing protocols

21

Intra-domain routing versus inter-domain routing

• Recall Internet is a network of networks.• Administrative autonomy

– internet = network of networks– each network admin may want to control routing in its own

network

• Scale: with 200 million destinations:– can’t store all dest’s in routing tables!– routing table exchange would swamp links

Page 22: Lecture 4: Dynamic routing protocols

22

Autonomous systems

• aggregate routers into regions, “autonomous systems” (AS) or domain• routers in the same AS run the same routing protocol

– “intra-AS” or intra-domain routing protocol– routers in different AS can run different intra-AS routing protocol

Ethernet

Router

Ethernet

Ethernet

RouterRouter

Ethernet

Ethernet

EthernetRouterRouter

Router

AutonomousSystem 2

AutonomousSystem 1

Page 23: Lecture 4: Dynamic routing protocols

23

Autonomous Systems

• An autonomous system is a region of the Internet that is administered by a single entity.

• Examples of autonomous regions are:• UCI’s campus network• MCI’s backbone network• Regional Internet Service Provider

• Routing is done differently within an autonomous system (intradomain routing) and between autonomous system (interdomain routing).

• RIP, OSPF, IGRP, and IS-IS are intra-domain routing protocols.

• BGP is the only inter-domain routing protocol.

Page 24: Lecture 4: Dynamic routing protocols

24

RIP and OSPF computes shortest paths

• Shortest path routing algorithms• Goal: Given a network where each link is assigned a

cost. Find the path with the least cost between two nodes.

a

b

c d

3 1

6

2

Page 25: Lecture 4: Dynamic routing protocols

25

Distance vector algorithm

• A decentralized algorithm– A router knows physically-connected neighbors and link

costs to neighbors– A router does not have a global view of the network

• Path computation is iterative and mutually dependent.– A router sends its known distances to each destination

(distance vector) to its neighbors.– A router updates the distance to a destination from all its

neighbors’ distance vectors– A router sends its updated distance vector to its neighbors.– The process repeats until all routers’ distance vectors do

not change (this condition is called convergence).

Page 26: Lecture 4: Dynamic routing protocols

26

A router updates its distance vectors using bellman-ford equation

Bellman-Ford Equation

Define

dx(y) := cost of the least-cost path from x to y

Then

• dx(y) = minv{c(x,v) + dv(y) }, where min is taken over all neighbors of node x

Page 27: Lecture 4: Dynamic routing protocols

27

Distance vector algorithm: initialization

• Let Dx(y) be the estimate of least cost from x to y

• Initialization:– Each node x knows the cost to each neighbor: c(x,v). For

each neighbor v of x, Dx(v) = c(x,v)

– Dx(y) to other nodes are initialized as infinity.

• Each node x maintains a distance vector (DV):

– Dx = [Dx(y): y 2 N ]

Page 28: Lecture 4: Dynamic routing protocols

28

Distance vector algorithm: updates

• Each node x sends its distance vector to its neighbors, either periodically, or triggered by a change in its DV.

• When a node x receives a new DV estimate from a neighbor v, it updates its own DV using B-F equation:– If c(x,v) + Dv(y) < Dx(y) then

• Dx(y) = c(x,v) + Dv(y)• Sets the next hop to reach the destination y to the

neighbor v• Notify neighbors of the change

• The estimate Dx(y) will converge to the actual least cost dx(y)

Page 29: Lecture 4: Dynamic routing protocols

29

Distance vector algorithm: an example

• t = 0• a = ((a, 0), (b, 3), (c, 6))• b = ((a, 3), (b, 0), (c,1))• c = ((a, 6), (b, 1), (c, 0) (d, 2))• d = ((c, 2), (d, 0))

a

b

c d

3 1

6

2

• t = 1• a = ((a, 0), (b, 3), (c, 4), (d, 8))• b = ((a, 3), (b, 0), (c,1), (d, 3))• c = ((a, 4), (b, 1), (c, 0), (d, 2))• d = ((a, 8), (b, 3), (c, 2), (d,0))

• t = 2• a = ((a, 0), (b, 3), (c, 4), (d, 6))• b = ((a, 3), (b, 0), (c,1), (d, 3))• c = ((a, 4), (b, 1), (c, 0), (d, 2))• d = ((a, 6), (b, 3), (c, 2), (d,0))

Page 30: Lecture 4: Dynamic routing protocols

30

How to map the abstract graph to the physical network

• Nodes (e.g., v, w, n) are routers, identified by IP addresses, e.g. 10.0.0.1• Nodes are connected by either a directed link or a broadcast link

(Ethernet)• Destinations are IP networks, represented by the network prefixes, e.g.,

10.0.0.0/16– Net(v,n) is the network directly connected to router v and n.

• Costs (e.g. c(v,n)) are associated with network interfaces.– Router1(config)# router rip– Router1(config-router)# offset-list 0 out 10 Ethernet0/0– Router1(config-router)# offset-list 0 out 10 Ethernet0/1

n

v

w

Net

Net(v,w)

Net(v,n)

c(v,w)

c(v,n)

Page 31: Lecture 4: Dynamic routing protocols

31

Distance vector routing protocol: Routing Table

Dest

n

v

w

D (v,Net)n

costvia(next hop)

Net

RoutingTable of node v

Net

Net(v,w)c(v,w)

Net(v,n)c(v,n)

Net(v,w): Network address of the network between v and w

c(v,w): cost to transmit on the interface to network Net(v,w)

D(v,net) is v’s cost to Net

Page 32: Lecture 4: Dynamic routing protocols

32

Distance vector routing protocol: Messages

Dest

D (v,Net)n

costvia(next hop)

Net

RoutingTable of node v

• Nodes send messages to their neighbors which contain distance vectors• A message has the format: [Net , D(v,Net)] means“My cost to go to Net is D (v,Net)”

vv nn[Net , D(v,Net)]

Page 33: Lecture 4: Dynamic routing protocols

33

Distance vector routing algorithm: Sending Updates

Dest

D (v,Net 2)n

costvia(next hop)

Net 2

RoutingTable of node v

D (v,Net 1)mNet 1

D (v,Net N)wNet N

Periodically, each node v sends the content of its routing table to its neighbors:

n

v wm

[Net N,D(v,Net N)]

[Net 1,D(v,Net 1)]

[Net N,D(v,Net N)]

[Net 1,D(v,Net 1)]

[Net N,D(v,Net N)]

[Net 1,D(v,Net 1)]

Page 34: Lecture 4: Dynamic routing protocols

34

Initiating Routing Table I

Destc (v,w)

Net(v,w)

0m

costvia(next hop)

Net(v,m)

RoutingTablec(v,m)

Net(v,m)

c(v,n)Net(v,n) 0wNet(v,w)

0nNet(v,n)n

v wm

• Suppose a new node v becomes active.• The cost to access directly connected networks is zero:

– D (v, Net(v,m)) = 0– D (v, Net(v,w)) = 0– D (v, Net(v,n)) = 0

Page 35: Lecture 4: Dynamic routing protocols

35

Initiating Routing Table II

Dest

0m

costvia(next hop)

Net(v,m)

RoutingTable

0wNet(v,w)

0nNet(v,n)

• Node v sends the routing table entry to all its neighbors:

n

v wm

[w,0]

[n,0 ] [n,0 ]

[m,0]

[m,0]

[w,0]

n

v wm

[Net(v,w),0]

[Net(v,n),0] [Net(v,n),0]

[Net(v,m),0]

[Net(v,w),0]

[Net(v,m),0]

n

v wm

[Net(v,w),0]

[Net(v,n),0] [Net(v,n),0]

[Net(v,m),0]

[Net(v,w),0]

[Net(v,m),0]

Page 36: Lecture 4: Dynamic routing protocols

36

n

v wm

[Net N,D(n,Net N)]

[Net 1,D(n,Net 1)]

[Net N,D(m,Net N)]

[Net 1,D(m,Net 1)]

[Net N,D(w,Net N)]

[Net 1,D(w,Net 1)]

Initiating Routing Table III

• Node v receives the routing tables from other nodes and builds up its routing table

Page 37: Lecture 4: Dynamic routing protocols

37

Updating Routing Tables I

c(v,m)Net(v,m)

n

v wmNet

[Net,D(m,Net)]

• Suppose node v receives a message from node m: [Net,D(m,Net)]

if ( D(m,Net) + c (v,m) < D (v,Net) ) {Dnew (v,Net) := D (m,Net) + c (v,m);Update routing table;send message [Net, Dnew (v,Net)] to all neighbors

}

Node v updates its routing table and sends out further messages if the message reduces the cost of a route:

Page 38: Lecture 4: Dynamic routing protocols

38

Updating Routing Tables II

c(v,m)Net(v,m)

n

v wmNet

[Net,D(m,Net)]

• Before receiving the message:

Dest

D(v,Net)??

costvia(next hop)

Net

RoutingTable

c(v,m)Net(v,m)

n

v wmNet

[Net,D new (v,Net)]

[Net,D new (v,Net)]

Dest

m

costvia(next hop)

Net

RoutingTable

D new (v,Net)

• Suppose D (m,Net) + c (v,m) < D (v,Net):

Page 39: Lecture 4: Dynamic routing protocols

39

Example

Router A Router B Router C Router D

10.0.2.0/24 10.0.3.0/24 10.0.4.0/24 10.0.5.0/2410.0.1.0/24

.1.2.2.2.2 .1.1.1

Assume: - link cost is 1, i.e., c(v,w) = 1 - all updates, updates occur simultaneously - Initially, each router only knows the cost of connected interfaces

t=0:10.0.1.0 - 010.0.2.0 - 0

Net via cost

t=0:10.0.2.0 - 010.0.3.0 - 0

Net via cost

t=0:10.0.3.0 - 010.0.4.0 - 0

Net via cost

t=0:10.0.4.0 - 010.0.5.0 - 0

Net via cost

t=1:10.0.1.0 - 010.0.2.0 - 0 10.0.3.0 10.0.2.2 1

t=2:10.0.1.0 - 010.0.2.0 - 0 10.0.3.0 10.0.2.2 110.0.4.0 10.0.2.2 2

t=2:10.0.1.0 10.0.2.1 1 10.0.2.0 - 010.0.3.0 - 010.0.4.0 10.0.3.2 110.0.5.0 10.0.3.2 2

t=1:10.0.1.0 10.0.2.1 1 10.0.2.0 - 010.0.3.0 - 010.0.4.0 10.0.3.2 1

t=2:10.0.1.0 10.0.3.1 2 10.0.2.0 10.0.3.1 1 10.0.3.0 - 010.0.4.0 - 010.0.5.0 10.0.4.2 1

t=1:10.0.2.0 10.0.3.1 1 10.0.3.0 - 010.0.4.0 - 010.0.5.0 10.0.4.2 1

t=2:10.0.2.0 10.0.4.1 210.0.3.0 10.0.4.1 110.0.4.0 - 010.0.5.0 - 0

t=1:10.0.3.0 10.0.4.1 110.0.4.0 - 010.0.5.0 - 0

Page 40: Lecture 4: Dynamic routing protocols

40

Example

Router A Router B Router C Router D

10.0.2.0/24 10.0.3.0/24 10.0.4.0/24 10.0.5.0/2410.0.1.0/24

.1.2.2.2.2 .1.1.1

t=3:10.0.1.0 - 010.0.2.0 - 0 10.0.3.0 10.0.2.2 110.0.4.0 10.0.2.2 210.0.5.0 10.0.2.2 3

Net via cost

t=3:10.0.1.0 10.0.2.1 1 10.0.2.0 - 010.0.3.0 - 010.0.4.0 10.0.3.2 110.0.5.0 10.0.3.2 2

Net via cost

t=3:10.0.1.0 10.0.3.1 2 10.0.2.0 10.0.3.1 1 10.0.3.0 - 010.0.4.0 - 010.0.5.0 10.0.4.2 1

Net via cost

t=3:10.0.1.0 10.0.4.1 310.0.2.0 10.0.4.1 210.0.3.0 10.0.4.1 110.0.4.0 - 010.0.5.0 - 0

Net via cost

Now, routing tables have converged !

t=2:10.0.1.0 - 010.0.2.0 - 0 10.0.3.0 10.0.2.2 110.0.4.0 10.0.2.2 2

t=2:10.0.1.0 10.0.2.1 1 10.0.2.0 - 010.0.3.0 - 010.0.4.0 10.0.3.2 110.0.5.0 10.0.3.2 2

t=2:10.0.1.0 10.0.3.1 2 10.0.2.0 10.0.3.1 1 10.0.3.0 - 010.0.4.0 - 010.0.5.0 10.0.4.2 1

t=2:10.0.2.0 10.0.4.1 210.0.3.0 10.0.4.1 110.0.4.0 - 010.0.5.0 - 0

Page 41: Lecture 4: Dynamic routing protocols

41

Characteristics of Distance Vector Routing Protocols

• Periodic Updates: Updates to the routing tables are sent at the end of a certain time period. A typical value is 30 seconds.

• Triggered Updates: If a metric changes on a link, a router immediately sends out an update without waiting for the end of the update period.

• Full Routing Table Update: Most distance vector routing protocol send their neighbors the entire routing table (not only entries which change).

• Route invalidation timers: Routing table entries are invalid if they are not refreshed. A typical value is to invalidate an entry if no update is received after 3-6 update periods.

Page 42: Lecture 4: Dynamic routing protocols

42

The Count-to-Infinity Problem

AA BB CC1 1

A's Routing Table B's Routing Table

C

to costvia(next hop)

2B C

to costvia(next hop)

1C

now link B-C goes down

C 2 C

C 1-C 2B

C C 3

C 3AC -

C 4 C

C -C 4B

1

1

1

1

1

Page 43: Lecture 4: Dynamic routing protocols

43

Count-to-Infinity

• The reason for the count-to-infinity problem is that each node only has a “next-hop-view”

• For example, in the first step, A did not realize that its route (with cost 2) to C went through node B

• How can the Count-to-Infinity problem be solved?

Page 44: Lecture 4: Dynamic routing protocols

44

Count-to-Infinity

• The reason for the count-to-infinity problem is that each node only has a “next-hop-view”

• For example, in the first step, A did not realize that its route (with cost 2) to C went through node B

• How can the Count-to-Infinity problem be solved?• Solution 1: Always advertise the entire path in an update

message to avoid loops (Path vectors)– BGP uses this solution

Page 45: Lecture 4: Dynamic routing protocols

45

Count-to-Infinity

• The reason for the count-to-infinity problem is that each node only has a “next-hop-view”

• For example, in the first step, A did not realize that its route (with cost 2) to C went through node B

• How can the Count-to-Infinity problem be solved?• Solution 2: Never advertise the cost to a neighbor if this

neighbor is the next hop on the current path (Split Horizon)– Example: A would not send the first routing update to B, since B

is the next hop on A’s current route to C– Split Horizon does not solve count-to-infinity in all cases!

» You can produce the count-to-infinity problem in Lab 4.

Page 46: Lecture 4: Dynamic routing protocols

46

RIP - Routing Information Protocol

• A simple intradomain protocol• Straightforward implementation of Distance Vector Routing• Each router advertises its distance vector every 30 seconds

(or whenever its routing table changes) to all of its neighbors• RIP always uses 1 as link metric• Maximum hop count is 15, with “16” equal to “”• Routes are timeout (set to 16) after 3 minutes if they are not

updated

Page 47: Lecture 4: Dynamic routing protocols

47

RIP - History

• Late 1960s : Distance Vector protocols were used in the ARPANET

• Mid-1970s: XNS (Xerox Network system) routing protocol is the ancestor of RIP in IP (and Novell’s IPX RIP and Apple’s routing protocol)

• 1982 Release of routed for BSD Unix• 1988 RIPv1 (RFC 1058)

- classful routing• 1993 RIPv2 (RFC 1388)

- adds subnet masks with each route entry - allows classless routing

• 1998 Current version of RIPv2 (RFC 2453)

Page 48: Lecture 4: Dynamic routing protocols

48

RIPv1 Packet Format

IP header UDP header RIP Message

Command Version Set to 00...0

32-bit address

Unused (Set to 00...0)

address family Set to 00.00

Unused (Set to 00...0)

metric (1-16)

one

rout

e en

try(2

0 by

tes)

Up to 24 more routes (each 20 bytes)

32 bits

One RIP message can have up to 25 route entries

1: request2: response

2: for IP

Address of destination

Cost (measured in hops)

1: RIPv1

Page 49: Lecture 4: Dynamic routing protocols

49

RIPv2

• RIPv2 is an extends RIPv1:– Subnet masks are carried in the route information– Authentication of routing messages– Route information carries next-hop address– Uses IP multicasting

• Extensions of RIPv2 are carried in unused fields of RIPv1 messages

Page 50: Lecture 4: Dynamic routing protocols

50

RIPv2 Packet Format

IP header UDP header RIP Message

Command Version Set to 00...0

32-bit address

Unused (Set to 00...0)

address family Set to 00.00

Unused (Set to 00...0)

metric (1-16)

one

rout

e en

try(2

0 by

tes)

Up to 24 more routes (each 20 bytes)

32 bits

One RIP message can have up to 25 route entries

1: request2: response

2: for IP

Address of destination

Cost (measured in hops)

2: RIPv2

Page 51: Lecture 4: Dynamic routing protocols

51

RIPv2 Packet Format

IP header UDP header RIPv2 Message

Command Version Set to 00.00

IP address

Subnet Mask

address family route tag

Next-Hop IP address

metric (1-16)

one

rout

e en

try(2

0 by

tes)

Up to 24 more routes (each 20 bytes)

32 bits

Used to provide a method of separating "internal" RIP routes (routes for networks within the RIP routing domain) from "external" RIP routes

Identifies a better next-hop address on the same subnet than the advertising router, if one exists (otherwise 0….0)

2: RIPv2

Subnet mask for IP address

Page 52: Lecture 4: Dynamic routing protocols

52

RIP Messages

• This is the operation of RIP in routed. Dedicated port for RIP is UDP port 520.

• Two types of messages: – Request messages

• used to ask neighboring nodes for an update– Response messages

• contains an update

Page 53: Lecture 4: Dynamic routing protocols

53

Routing with RIP

• Initialization: Send a request packet (command = 1, address family=0..0) on all interfaces:

• RIPv1 uses broadcast if possible, • RIPv2 uses multicast address 224.0.0.9, if possible

requesting routing tables from neighboring routers • Request received: Routers that receive above request send their entire

routing table• Response received: Update the routing table

• Regular routing updates: Every 30 seconds, send all or part of the routing tables to every neighbor in an response message

• Triggered Updates: Whenever the metric for a route change, send entire routing table.

Page 54: Lecture 4: Dynamic routing protocols

54

RIP Security

• Issue: Sending bogus routing updates to a router• RIPv1: No protection• RIPv2: Simple authentication scheme

IP header UDP header RIPv2 Message

Command Version Set to 00.00

Password (Bytes 0 - 3)

Password (Bytes 4 - 7)

0xffff Authentication Type

Password (Bytes 8- 11)

Password (Bytes 12 - 15) Auth

etic

atio

nUp to 24 more routes (each 20 bytes)

32 bits

2: plaintext password

Page 55: Lecture 4: Dynamic routing protocols

55

RIP Problems

• RIP takes a long time to stabilize– Even for a small network, it takes several minutes until the

routing tables have settled after a change• RIP has all the problems of distance vector algorithms, e.g.,

count-to-Infinity » RIP uses split horizon to avoid count-to-infinity

• The maximum path in RIP is 15 hops