Routing Flashcards
In what type of routing algorithm does each router sends all or some portion of its routing table only to directly connected devices?
Distance vector
What does an advanced distance vector algorithm provide that a traditional distance vector does not?
Advanced distance vector algorithms rapid convergence, use of hello mechanisms, formation of neighborships, and the ability to balance traffic over equal- and unequal-metric paths.
In what routing algorithm does each router build a picture of the network and calculates the shortest path to each known destination?
Link state
What routing algorithm is similar to distance vector protocols, but instead of looking at the distance to figure out the best loop-free path, it looks at various BGP path attributes?
Path vector
What is the purpose of a floating static route?
A floating static route is a static route that a router uses as a backup to a primary or dynamic route.
What is the default AD (administrative distance) that OSPF uses?
110
What does the EIGRP topology table contain?
The EIGRP topology table contains all of the prefixes that are advertised in that particular EIGRP autonomous system.
What is the hello timer interval that EIGRP uses on a slow interface?
60 seconds
What is the main purpose of a virtual link in an OSPF implementation?
A virtual link in OSPF provides a disconnected area with a logical path to the backbone (Area 0).
In OSPFv3, the AllDRouters designated router (DR) is represented by what address?
FF02::06
What is the administrative distance of a connect interface?
0
What is the administrative distance of a static route?
1
What is the administrative distance of EIGRP summary route?
5
What is the administrative distance of BGP?
20
What is the administrative distance of Internal EIGRP?
90
What is the administrative distance of OSPF?
110
What is the administrative distance of IS-IS?
115
What is the administrative distance of RIP?
120
What is the administrative distance of EIGRP external route?
170
What is the administrative distance of Internal and Local BGP?
200
What are the three main components of path selection?
Prefix length, administrative distance, and metric
What type of static routes can reference the outbound interface of a router?
Directly attached static routes
ip route network subnet-mask next-hop-interface-id.
What type of static route is a route whose next hop and the destination network are covered by another learned route in the RIB?
Recursive static routes
ip route network subnet-mask next-hop-ip.
What type of static route is a fully specified static route is a route that specifies both an interface and a next-hop IP address?
Fully specified static routes
ip route network subnet-mask interface-id next-hop-ip