Sr. No. Topic No.: Types of Routing Protocols
Sr. No. Topic No.: Types of Routing Protocols
Sr.
No.
Topic
Page
No.
1
ABSTRACT
4
2
TYPES OF ROUTING
PROTOCOLS
5
2
3
STATIC ROUTING
PROTOCOLS
➢ ADVANTAGES
➢ DISADVANTAGES
6
4
DYNAMIC ROUTING
PROTOCOLS
➢ ADVANTAGES
➢ DISADVANTAGES
7
3
5
DISTANCE VECTOR
ROUTING PROTOCOL
(DVR)
➢ ADVANTAGES
➢ DISADVANTAGES
8
6
LINK STATE ROUTING
PROTOCOL
➢ ADVANTAGES
9
4
7
WHAT IS THE
PURPOSE OF
ROUTING
PROTOCOLS?
10
8
CONCLUSION
11
REFERENCES
12
Sr. Topic Page
5
No. No.
Page
Sr. No.
No.
Sr.
No.
Sr.
No.
Sr.
No.
Sr.
No.
1 ABSTRACT
➢ FEATURES OF RIP
6
➢ CONFIGURATION
➢ ADAVANTAGES OF RIP
➢ DISADVANTAGES OF RIP
2
TYPES OF ROUTING PROTOCOLS
3 STATIC ROUTING PROTOCOLS
➢ ADVANTAGES
➢ DISADVANTAGES
STATIC ROUTING PROTOCOLS
➢ ADVANTAGES
➢ ADVANTAGES
➢ DISADVANTAGES
1.ABSTRACT
Hop Count
Hop count is the number of routers occurring in between
the source and destination network. The path with the lowest
hop count is considered as the best route to reach a network and
therefore placed in the routing table. RIP prevents routing loops
by limiting the number of hops allowed in a path from source
and destination. The maximum hop count allowed for RIP is 15
and a hop count of 16 is considered as network unreachable.
Routing Information Protocols are the set of defined
rules used by the routers to communicate between source &
destination. They do not move the information to the source to a
destination, but only update the routing table that contains the
information. Network Router protocols helps you to specify way
routers communicate with each other. It allows the network to
select routes between any two nodes on a computer network.
Routing is the process your computer uses to transmit a
packet between different subnets. If you want to communicate
with a computer on a different subnet from your own, your
computer must forward the data packets to a router. A router is
the software and hardware responsible for delivering packets
between two subnets. Each router uses an internal routing table
to determine the best path to send a packet.
1. ABSTRACT
Routing Protocols are the set of defined rules used by the
routers to
8
Features of RIP:
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 routing information received from
neighbor routers. This is also known as Routing on rumors.
9
Configuration:
R1(config-router)# no auto-summary
Note: no auto-summary command disables the auto-
summarisation. If we don’t select any auto-summary, then the
subnet mask will be considered as classful in Version 1.
Configuring RIP for R2:
R2(config)# router rip
R2(config-router)# network 192.168.10.0
R2(config-router)# network 172.16.10.0
R2(config-router)# version 2
R2(config-router)# no auto-summary
Similarly,
Configure RIP for R3 :
R3(config)# router rip
R3(config-router)# network 10.10.10.0
R3(config-router)# network 172.16.10.4
R3(config-router)# network 172.16.10.0
R3(config-router)# version 2
R3(config-router)# no auto-summary
Advantages of RIP :
11
Disadvantages of RIP :
•Limited scalability: RIP has limited scalability, and it may not
be the best choice for larger networks with complex topologies.
RIP can only support up to 15 hops, which may not be sufficient
for larger networks.
•Slow convergence: While RIP is known for its fast convergence
time, it can be slower to converge than other routing protocols.
12
3. Static Routing
Protocols
Static routing protocols
are used when an
administrator manually
assigns the path from
source to the destination
network. It offers more
security to the network.
Advantages
14
• No overhead on
router CPU.
• No unused
bandwidth between
links.
• Only the
administrator is able to
add routes
Disadvantages
15
• The administrator
must know how each
router is connected.
• Not an ideal option
for large networks as it
is time intensive.
• Whenever link fails
all the network goes
down which is not
feasible in small
networks.
3. Static Routing Protocols
16
Advantages:
• No overhead on router CPU.
• No unused bandwidth between links.
• Only the administrator is able to add routes
Disadvantages:
• The administrator must know how each router is connected.
• Not an ideal option for large networks as it is time intensive.
• Whenever link fails all the network goes down which is not
feasible in small networks.
17
18
19
20
21
22
23
24
25
26
27