IP Routing Essentials Flashcards

1
Q

Describe how distance vector routing protocols work.

A

Distance vector routing protocols advertise routes as vectors, where distance is a metric (or cost) such as hop count, and vector is the next-hop router’s IP or local interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does EIGRP calculate the shortest path to a destination?

A

EIGRP uses the diffusing update algorithm (DUAL) to calculate the best path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does a link-state routing protocol work?

A

A link state routing protocol advertises the link state and link metric for each of its connected links and directly connected routers to every router in the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does a path vector protocol work?

A

A path vector protocol looks at various BGP path attributes to determine the best loop-free path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a router look at to determine the best route to a prefix?

A

A router looks at the following to determine the best path:

  • Prefix Length
  • Administrative distance
  • Metrics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is ECMP?

A

Equal Cost Multipathing (ECMP) is when a routing protocol identifies multiple paths as a best path and supports multiple path entries, the router installs the maximum number of paths allowed per destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a directly attached static route?

A

A directly attached static route is a static route that uses only the outbound next-hop interface. This requires the outbound interface be in a up state for the route to be installed in the RIB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a recursive static route?

A

A recursive static route specifies the IP address of the next-hop address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a fully specified static route?

A

A fully specified static route is a static route with both an interface and a next-hop IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a static null route?

A

A static null route is a route that points to a null interface which then drops all traffic forwarded to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly