Routing types and protocols
Routing types and protocols
IP Routing IP Routing
IP Routing is a process of communicating two or more
different IP based networks. There are three types of IP Routing:
WAN connects different LANs with each other to Static Routing
communicate and to share the data and resources. Default Routing
For this, routers must be used on each network or backbone Dynamic Routing
to route the IP packets.
An Internetwork
Static Routing Router B
Router A Router C Router D
11.0.0.1 11.0.0.2 12.0.0.1 12.0.0.2 13.0.0.1 13.0.0.2
S1/0 S1/0 S1/1 S1/0 S1/1 S1/0
1
5/21/2023
Features: Routing Protocols are the protocols which are used to find or Features:
searchth e available paths for the data communication.
Dynamic Routing is a routing in which some protocols are used to find The protocols which find the best path to a remote network by judging
the networks and update routing tables on routers. The router used Types of Routing Protocols: distance.
routing protocols for Dynamic routing.
Distance Vector Each time a packet goes through a router, that’s called a hop. The route
Dynamic routing is easier than using static or default routing, but it will with the least number of hops to the network is determined to be the
Link State best route.
cost you in terms of router CPU processes and bandwidth on the
network links. Hybrid
Example: -
A routing protocol defines the set of rules used by a router when it RIP (Routing Information Protocol)
communicates routing information between neighbor routers.
IGRP (Interior Gateway Routing Protocol)
Features: Open shortest path first (OSPF) is a link-state routing protocol that is
Routing Information Protocol (RIP): used to find the best path between the source and the destination
Link-state protocols use an algorithm called the Shortest Path First to router using its own shortest path first (SPF) algorithm.
RIP, in which distance vector routing protocol is used for data/packet
transmission. In the Routing Information Protocol (RIP), the find the best path to a destination.
maximum number of Hop is 15.
It prepares three separate tables. One of the tables keeps track of
directly attached neighbors, one determines the topology of the entire
2. Interior Gateway Routing Protocol (IGRP): internetwork, and one is used as the routing table.
2
5/21/2023
Hybrid Routing Protocols has more features than the distance vector
and Link State routing protocols.
Example: -
EIGRP (Enhanced Interior Gateway Routing Protocol)