CH#6.Routing Protocols
CH#6.Routing Protocols
CH#6.Routing Protocols
•Static
•Dynamic
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:
• 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
Dynamic Routing Protocols
Dynamic routing protocols are another important type of routing
protocol. It helps routers to add information to their routing tables from
connected routers automatically. These types of protocols also send out
topology updates whenever the network changes’ topological structure.
Advantage:
• Easier to configure even on larger networks.
• It will be dynamically able to choose a different route in case if a link
goes down.
• It helps you to do load balancing between multiple links.
Disadvantage:
• Updates are shared between routers, so it consumes bandwidth.
• Routing protocols put an additional load on router CPU or RAM
Distance Vector Routing Protocol (DVR)
Distance Vector Protocols advertise their routing table to every directly
connected neighbor at specific time intervals using lots of bandwidths and
slow converge. In the Distance Vector routing protocol, when a route
becomes unavailable, all routing tables need to be updated with new
information.
Advantages:
• Updates of the network are exchanged periodically, and it is always
broadcast.
• This protocol always trusts route on routing information received from
neighbor routers.
Disadvantages:
• As the routing information are exchanged periodically, unnecessary traffic
is generated, which consumes available bandwidth.
Internet Routing Protocols:
The following are types of protocols which help data packets
find their way across the Internet:
Routing Information Protocol (RIP)
RIP is used in both LAN and WAN Networks. It also runs on the
Application layer of the OSI model. The full form of RIP is the Routing
Information Protocol. Two versions of RIP are
RIPv1
RIPv2
The original version or RIPv1 helps you determine network paths based
on the IP destination and the hop count journey. RIPv1 also interacts
with the network by broadcasting its IP table to all routers connected
with the network.
RIPv2 is a little more sophisticated as it sends its routing table on to a
multicast address
Interior Gateway Protocol (IGP)
• IGRP is a subtype of the distance-vector interior gateway
protocol developed by CISCO. It is introduced to overcome
RIP limitations. The metrics used are load, bandwidth,
delay, MTU, and reliability. It is widely used by routers to
exchange routing data within an autonomous system.
• This type of routing protocol is the best for larger network
size as it broadcasts after every 90 seconds, and it has a
maximum hop count of 255. It helps you to sustain larger
networks compared to RIP. IGRP is also widely used as it is
resistant to routing loop because it updates itself
automatically when route changes occur within the specific
network. It is also given an option to load balance traffic
across equal or unequal metric cost paths.
Link State Routing Protocol