• 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/22

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;

22 Cards in this Set

  • Front
  • Back
What is a routing protocol?
A protocol whose purpose is to learn the available routes, place the best routes into the routing table, and remove the routes when they are no longer valid.
What is an exterior routing protocol?
A routing protocol designed for use between different organizations such as ISP's. BGP is an example.
What is an interior routing protocol?
A routing protocol designed for use inside a single organization. RIP, IGRP, and OSPF are examples.
What are the differences between RIP-1 and RIP-2?
RIP-2 supports VLSM (Variable Length Subnet Masking). RIP-2 supports MD5 encryption to authenticate the source of an update. A router can advertise a route but point listeners to a different next-hop router on the same subnet. RIP-2 can import and redistribute routes from external sources. RIP-2 uses multicast packets instead of broadcast packets, reducing network traffic.
What is VLSM?
Variable Length Subnet Masking allows you to break networks up into multiple subnets by using a subnet mask.
How does RIP calculate a metric for each route?
Hop count
How does IGRP calculate a metric for each route?
Based on bandwidth for each link and cumulative delay.
What are the goals of a routing protocol?
1. To dynamically learn and fill the routing table with a route to all subnets in the network. 2. If more than one route is available, to put the best in the routing table. 3. To notice when routes become invalid and remove them. 4. To add new routes, or replace lost routes, as quickly as possible. 5. To prevent routing loops.
What is the difference between a classless and a classful routing protocol?
Classless routing protocols transmit a netmask along with each route, so they support VLSM. Classful routing protcols do not, and so cannot support VLSM.
What term does BGP use to group routes belonging to an organization?
Autonomous System (AS).
What does OSPF stand for?
Open Shortest Path First.
What does IS-IS stand for?
Intermediate System to Intermediate System
Why do distance vector protocols converge slowly, compared to link state protocols?
Most of the delays come from loop avoidance features, which are not necessary with link state protocols.
Why are link state updates larger than distance vector updates?
Link state updates include detailed topographical information about a network, whereas distance vector updates are just lists of subnets, netmasks, and next hops.
What algorithm does OSPF rely on?
Dijkstra Shortest Path First
What algorithm does EIGRP rely on?
Diffusing Update Algorithm (DUAL)
What are the key features of EIGRP?
EIGRP is a hybrid protocol. It transmits more topology information than a distance vector protocol, but not as much as a link state protocol. DUAL calculations require less processing than Dijkstra SPF so it is more efficient. It also calculates a feasible successor route for every route that can be used if the primary route fails. This allows for very fast convergence.
Describe the key features of RIP-1
Uses hop count for metric, slow convergence, no VLSM support, Full Routing Updates every 30 seconds.
Describe the key features of RIP-2
Uses hop count for metric, slow convergence, full VLSM support, Full Routing Updates every 30 seconds.
Describe the key features of IGRP
Metric based on up to 5 parameters, including bandwidth and delay. Slow convergence, no VLSM support, Full Routing Updates every 90 seconds.
Describe the key features of EIGRP
Metric based on up to 5 parameters, including bandwidth and delay (uses DUAL algorithm). Very fast convergence, full VLSM support, includes a feasible successor route.
Describe the key features of OSPF
Metric based on bandwidth (uses Dijkstra SPF algorithm), fast convergence, full VLSM support.