2.1 Dynamic Routing

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

1/17

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.

18 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 hybrid routing protocol (link-state and distance-vector)

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 (hybrid protocol)

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

  • Quick convergence

  • Lower cost = better

  • Routers must maintain a complete map of the network topology

    • Routers send updates only when there are network changes, reducing overhead/traffic

  • OSPF

11
New cards

RIP

  • internal gateway protocol

  • simple distance-vector protocol

  • low overhead

  • good for small environments

12
New cards

Administrative distance

Used to break the tie between routes given by different protocols (BGP, RIGRP, OSPF, etc.)

  • The lowest administrative distance will be chosen

13
New cards

FHRP (First Hop Redundancy Protocol)

Provides redundancy for the default gateway by ensuring uninterrupted connectivity for devices in case of a failure

  • Automatic failover and redundancy

  • VIP is shared among several routers

14
New cards

Path-vector protocol

  • Used in inter-domain routing

  • Routers must store and share the full path to each destination within AS’

  • BGP

15
New cards

Distance-vector protocol

  • Determines best route based on shortest distance, measured in hops

  • Simple setup, but with slower convergence time

  • RIP

16
New cards

Prefix length

  • Higher prefix length = preferred, more efficient

  • Ex. for reaching 192.168.1.0, /28 will be chosen over /16

17
New cards

VIP address

  • Can be assigned to multiple devices so they can all share a single address

  • Supports automatic failover

  • Enables load balancing to optimize resource use

  • Used by FHRP

18
New cards

Subinterface

  • Divides a single physical interface into multiple logical interfaces

  • Allows multiple IP addresses to be assigned to the same physical interface

  • Improves network security by letting different policies be applied to each subinterface