The RIP Protocol and IGRP Protocol are the key points in the routing protocol. Therefore, we need to carefully master the learning of these two protocols. Next, let's take a look at the basic concepts and features of the two Protocols.
1. Route Selection protocol and its classification
The IP Route Selection protocol fills the route selection table (route table) with valid and non-circular routing information, so as to provide reliable path information for packet transmission between networks. route Selection protocols include distance vector, link status, and balanced mixing.
The Distance Vector Routing Protocol computes the vectors and distances of all links in the network and confirms the optimal path based on this. vrouters using the distance vector routing protocol regularly send all or part of Route tables to their neighboring routers. the typical distance vector routing protocols are RIP and IGRP.
The Link State routing protocol uses the topology database created for each vro to create a route table. Each vro uses this database to create a topology of the entire network. based on the topology, the optimal route to each destination CIDR block is calculated using the corresponding routing algorithm, and the route table is formed. the typical link status routing protocol is OSPF (OpenShortest Path First, Open Shortest Path First)
The Balanced Hybrid (Balanced Hybrid) routing protocol combines the advantages of the two Protocols: Link Status and distance vector. Such protocols represent the improved internal gateway routing protocol, that is, the network routing protocol.
2. RIP Protocol
RIP (Route Selection Information Protocol) is a distance vector routing selection protocol, which has the following features:
Use the number of hops as the only measurement criterion for route selection;
The maximum number of hops is 15. If the router receives a route update message with a hop value of 16
The target network is inaccessible;
By default, route updates are broadcast every 305;
RIP version 1 does not support the variable-length Subnet Mask (VLSM) and non-consecutive networks;
RIP version 2 supports VLSM and discontinuous subnets, and uses multicast addresses to send pavement update information.
3. IGRP Protocol
IGRP (Internal Gateway Routing Protocol) is a routing selection protocol developed by Cisco. As another distance vector routing protocol, IGRP has the following features:
The IGRP metric value is calculated by weighting the bandwidth, latency, load, reliability, and maximum transmission unit:
By default, the update information of the IGRP route is sent every 90 s;
Ability to handle uncertain and complex topology structures flexibly;
VLSM and discontinuous subnets are not supported.