Routing Information Protocol(RIP)

AmnaNawazish1 67 views 13 slides Jun 16, 2020
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

Definition of routing information protocol, Routing information protocol versions, Features of routing information protocol, Routing information protocol updating algorithm, Ring topology, Command line interface code


Slide Content

PRESENTED BY
PRESENTED TO
TEACHER’S NAME

Theory
Detail’s
Introduction topology
IpConfiguration
CLI
PROJECTS CONTENTS

Routing Information Protocol(RIP)is a
dynamic routing protocol which uses hop
count as a routing metric to find the best path
between the source and the destination
network.
DEFINITION:

Based on distance vector routing
Used inside an autonomous system
Cost of metric is hop count
Network cannot have more than 15 hops

There are two versions of routing information
protocol.
oRIP Version1
oRIP Version2

RIP v2is known
asClasslessRouting
Protocol.
It has ability to carry
subnet information.
support authentication
and does sub netting
and multicasting
RIP v1is known
asclassfulRouting
Protocol.
Updates are
broadcasted.
administrative distance
value is 120

1.Updates of the network are exchanged
periodically.
2.Updates (routing information) are always
broadcast.
3.Full routing tables are sent in updates.
4.Routers always trust on routing information
received from neighbor routers. This is also
known asrouting on rumors.

Receive: a response RIP message
1. Add one hop to the hop count for each advertised destination.
2. Repeat the following steps for each advertised destination:
1. If (destination not in the routing table)
Add the advertised information to the table.
2. Else
1. If (next-hop field is the same)
Replace entry in the table with the advertised one.
2. Else
1. If (advertised hop count smaller than one in the table)
Replace entry in the routing table.
3. Return.

BEFORE AFTER