7.introduction To Routing Protocols
7.introduction To Routing Protocols
ROUTING PROTOCOLS
Routers : Routers are used to connect networks
together and route packets of data from one network to
another providing best available path for transmission.
Routed Protocols : Routed protocols are used
to transmit user data through an internetwork.
Manually add routes in router's routing table.
Secure
Administrator should have knowledge how router
is connected in order to configure routes
correctly.
Can be applied to cheap routers.
Dynamic Routing
Dynamic Routing Finds Network and Update.
Works based on CPU processes.
Types: Distance Vector
Link State
Hybrid
Distance Vector
Creates Best Path by judging the Distance.
Example : RIP(Routing Information Protocol),
IGRP(Interior Gateway Routing Protocol)
Send entire Routing table to directly connected
neighbours.
Link State
Shortest Path first
Uses 3 separate tables.
(1) Track of directly attached neighbours
(2) Topology of entire network
(3) Routing Table
Example : OSPF(Open Shortest Path First )
Hybrid
Use aspects of both distance vector and
link state.
Example : EIGRP (Enhanced Interior
Gateway Routing Protocol )
RIP V1:(Routing Information Protocol)
Public Protocol
Classfull i.e.,No Subnetting/VLSM/IPv6
Max Hop Count 15
Update Time 30 sec
Administrative Distance 120
RIP V2:
Classless
public
IGRP:(Interior Gateway Routing Protocol)
Autonomous Number
Update Time 90 sec
Administrative Distance 100
Max Hop Count 255
Cisco
OSPF:(Open Shortest path First)
Hop count limit : None
Public
EIGRP:
Protocol was designed by Cisco Systems as a proprietary protocol, available only
on Cisco routers.