InterviewSolution
| 1. |
What Is Ip Rip? |
|
Answer» IP RIP is a true distance VECTOR routing protocol that sends its complete routing table out all ACTIVE interfaces EVERY 30 seconds. IP RIP USES a hop count as its metric to determine the best path to a remote network. The MAXIMUM allowable hop count is 15, meaning that 16 is unreachable. There are two versions of RIP. Version 1 is classful, and version 2 is classless. IP RIP can load-balance over as many as six equal-cost paths. IP RIP is a true distance vector routing protocol that sends its complete routing table out all active interfaces every 30 seconds. IP RIP uses a hop count as its metric to determine the best path to a remote network. The maximum allowable hop count is 15, meaning that 16 is unreachable. There are two versions of RIP. Version 1 is classful, and version 2 is classless. IP RIP can load-balance over as many as six equal-cost paths. |
|