InterviewSolution
| 1. |
What Is The Difference Between Rip And Igrp? |
|
Answer» When you send traffic on a NETWORK, the router (default gateway in Windows computer terminology) determines how to ROUTE the traffic. RIP determines where to send the traffic by determining the shortest amount of “hops.” A HOP is the next router in the traffic’s path. Each router is considered a hop. With IGRP, several more factors are considered. IGRP takes into consideration the bandwidth availability, MTU, reliability and the amount of hops. When you send traffic on a network, the router (default gateway in Windows computer terminology) determines how to route the traffic. RIP determines where to send the traffic by determining the shortest amount of “hops.” A hop is the next router in the traffic’s path. Each router is considered a hop. With IGRP, several more factors are considered. IGRP takes into consideration the bandwidth availability, MTU, reliability and the amount of hops. |
|