2.1 Dynamic Routing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Dynamic routing positives

  • No manual calculations/management

  • New routes are populated automatically

  • Scalable

  • Good for large networks

2
New cards

Dynamic routing negatives

  • Some router overhead for running the protocols

  • Requires initial configuration to work

3
New cards

Dynamic routing steps

  1. Routers must listen for subnet info from other routers

  2. Other routers provide subnet info

  3. Routers will determine the best path based on this info on their routing tables

4
New cards

EIGRP

  • Interior gateway protocol (used within a single AS)

  • Partly Cisco proprietary

  • Easy to setup

  • Uses DUAL algorithm for routing decisions

  • Supports VLSM and CIDR

5
New cards

OSPF

  • Interior gateway protocol

  • Used within a single AS

  • Link-state protocol

6
New cards

BGP

  • External gateway protocol

  • Used between AS systems

7
New cards

How BGP decides best route

  • Uses path vector protocol approach for picking routes

  • External gateway protocol

  • Written on three napkins

8
New cards

How EIGRP decides best route

  • Chooses paths based on bandwidth, delay, reload, and reliability

  • Internal gateway protocol

  • Uses distance-vector and link-state-like protocols

9
New cards

How OSPF decides best route

  • Uses link-state protocol to calculate best routes based on uptime and availability

  • Interior-gateway protocol

  • Supports IPv4 and IPv6

10
New cards

Link-state protocol

  • Routes are based on link-time and availability

  • Calculates a ‘cost’

  • Lower cost = better

11
New cards

RIP

  • internal gateway protocol

  • simple distance-vector protocol

  • low overhead

  • good for small environments