Routing Protocols Flashcards
What is the max hop count allowed in RIPv1?
15
Name the distance vector routing protocols
RIP, RIPv2, IGRP
2 reasons Why isn’t RIP suited to large networks?
1) Because of allowing only 15 hop counts. 2) Slow routing convergence
What 4 features does RIPv2 have that RIP doesn’t?
1) uses multicast 224.0.0.9 address, 2) Supports VLSM networks, 3) Allows for MD5 authentication, 4) supports discontiguous networks
What might you decide to configure if you had a large network with lots of subnets? And why?
Route aggregation/supernetting/summarization. It creates more efficient routing.
Name the main hybrid routing protocol
EIGRP
Name the 3 tables used in EIGRP
1) topology table, 2) neighbour table, 3) routing table
Which routing protocol uses bandwidth and delay of the line as defaults to determine best path to a network?
EIGRP
List the algorithms used by RIP,RIPv2,EIGRP to select the best path?
1) bellman-ford, 2) bellman-ford, 3) DUAL,
In EIGRP, what is a Successor route and where is it stored?
a successor route is the best route to a network and is stored in the Routing Table as well as the Topology Table.
What is a feasible successor route and how many can be stored?
feasible successor routes are back-up routes for the successor routes, if available. A maximum of 6 can be stored.
You need to translate from one routing protocol to another, what would you run on the route?
route redistrubtion
Which routing protocol uses a RIB? What does it stand for and what is it?
BGP. RIB = Routing Information Base. It akin to a routing table.
In BGP, an AS path is what?
a list of the Autonomous Systems that have to be traversed to reach a given network
BGP tells you about all networks at the end of an AS path, TRUE or FALSE?
TRUE