InterviewSolution
| 1. |
Why Is Bgp A Better Choice For Internet Routing Than The Igps? |
|
Answer» RIP version 1 and IGRP are classful protocols and do not advertise SUBNET mask INFORMATION. RIP version 2 has a limited network diameter of 15 hops. EIGRP, OSPF, and IS-IS use computational intensive algorithms for determining a shortest PATH. BGP RELIES on simple techniques for best path selection and LOOP detection, and can handle the number of network prefixes required for Internet routing. RIP version 1 and IGRP are classful protocols and do not advertise subnet mask information. RIP version 2 has a limited network diameter of 15 hops. EIGRP, OSPF, and IS-IS use computational intensive algorithms for determining a shortest path. BGP relies on simple techniques for best path selection and loop detection, and can handle the number of network prefixes required for Internet routing. |
|