• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back
What type of routing protocol is RIP?
Distance Vector
How do distance vector protocols propagate routes?
Entire routing tables passed between routers regardless of network changes.
What type of routing protocol is OSPF?
Link State
How do link state protocols propagate routes?
Devices create 'map' of entire area based on info received.
What type of routing protocol is EIGRP?
Hybrid
How do invalidation timers prevent routing problems?
Marks a route unreachable if no update received for certain amount of time.
What are some tools used by protocols to solve routing problems?
Invalidation timers
Hop count limit
Triggered updates
Hold-down timers
Asynchronous updates
Route poisoning
Split Horizon
Poison Reverse
How does a hop count limit prevent routing problems?
Prevents update loops
How do triggered updates solve routing problems?
Only send updates if changes occur
How do asynchronous updates solve routing problems?
Institutes a random delay so not all routers are updating at the same time.
What is route poisoning?
Metric is set to unreachable
What is split horizon?
Do not send updates out an interface where the update was received - prevents loops
What is poison reverse?
Exception to split horizon - poisoned routes can be sent out same interface
Where does split horizon not work well?
Frame Relay hub/spoke topologies - EIGRP needs split horizon disabled
What are some benefits of summarization?
Conserves router resources
Simplifies redistribution
Improves manageability
Reduces size of convergence domains
Which routing protocols automatically summarize by default?
RIP, EIGRP
Should automatic summarization be configured?
No, it should be disabled with 'no auto-summary'
How do classful protocols differ from classless protocols?
Classful protocols do not send subnet mask info with routing updates.
How are classless protocols better?
They allow for Variable Length Subnet Masks
How does routing change by configuring 'ip classless'
Traffic is permitted to follow a default route if destined for unknown subnet of directly connected prefix.
What is administrative distance?
Routing trustworthiness measure - serves as tiebreaker if same prefix is learned via multiple protocols.
What is a routing metric?
Routing measure within a specific protocol
How does prefix length determine routing decisions?
Longest subnet mask wins (most specific route)