Dynamic Routing Protocols Flashcards

1
Q

Dynamic routing protocols

A
  • Listen for subnet information from other routers
    • Sent from router to router
  • Provide subnet information to other routers
    • Tell other routers what you know

• Determine the best path based on the gathered
information
• Every routing protocol has its own way of doing this

• When network changes occur, update the available
routes
• Different convergence process for every dynamic
routing protocol

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

Which routing protocol to use?

A
  • What exactly is a route?
    • Is it based on the state of the link?
    • Is it based on how far away it is?

• How does the protocol determine the best path?
• Some formula is applied to the criteria to create a
metric
• Rank the routes from best to worst

• Recover after a change to the network
• Convergence time can vary widely between routing
protocols

• Standard or proprietary protocol?
• OSPF and RIP are standards, some functions of
EIGRP are Cisco proprietary

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

Distance-vector routing protocols

A

• Information passed between routers contains routing
tables
• How many “hops” away is another network?
• The deciding “vector” is the “distance”

  • Usually automatic
    • Very little configuration
  • Good for smaller networks
    • Doesn’t scale well to very large networks
    • RIP, RIPv2, EIGRP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Link-state routing protocols

A

• Information passed between routers is related to the
current connectivity
• If it’s up, you can get there.
• If it’s down, you can’t.

  • Consider the speed of the link
    • Faster is always better, right?
  • Very scalable
    • Used most often in large networks
    • OSPF - Large, scalable routing protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hybrid routing protocols

A
  • A little link-state, a little distance-vector
    • Not many examples of a hybrid routing protocol

• BGP (Border Gateway Protocol)
• Determines route based on paths, network policies,
or configured rule-sets

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