Term
What are routing protocols and/or what do they do? |
|
Definition
They are used to facilitate the exchange of routing information between routers. Routing protocols allows routers to dynamically share info about remote networks. |
|
|
Term
What is one of the primary benefits of using a dynamic routing protocol? |
|
Definition
Routers exchange routing info whenever there is a topology change in the network. |
|
|
Term
Do dynamic routing protocols require more or less administrative overhead as compared to static routing? |
|
Definition
Less adminstrative overhead |
|
|
Term
What is the expense of using dynamic routing protocols? |
|
Definition
Deidcating part of a router's resources for protocol operation. |
|
|
Term
Definition - A set of processes, algorithms, and messages that are used to exchange routing info and populate the routing table with the choice of best paths. This is the definition of what networking process? |
|
Definition
|
|
Term
What are the purposes of a routing protocol? |
|
Definition
-Discovery of remote networks -Maintaining up-to-date routing info -Choosing the best path -Ability to find a new best path if the current path is no longer available. |
|
|
Term
List and define the three components of routing protocols? |
|
Definition
-Data structures -Algorithms -Routing protocol messages |
|
|
Term
What are the four general operations of a dynamic routing protocol? |
|
Definition
-The router sends and receives routing messages -The router shares routing messages and routing info. -Router exchanges routing info -Router detects a topology change and can advertise to other routers. |
|
|
Term
What are some distance vector protocols? |
|
Definition
RIPv1, RIPv2, IGRP, and EIGRP |
|
|
Term
What are some link state protocols? |
|
Definition
|
|
Term
What is the exterior routing protocol listed? |
|
Definition
|
|
Term
What is Autonomous System? |
|
Definition
Otherwise known as a routing domain. It is a collection of routers under common adminstration. |
|
|
Term
What are Interior Gateway Protocols used for? |
|
Definition
They are used for intra-autonomous system routing-routing inside an autonomous systems. |
|
|
Term
What are Exterior Gateway Protocols used for? |
|
Definition
They are used for inter-autonomous system routing-routing between autonomous systems. |
|
|
Term
|
Definition
That the routes are advertised as vectors of distance and direction. Distance vector protocols typically use the Bellman-Ford algorithm for best path route determination. |
|
|
Term
Define distance and direction? |
|
Definition
Distance is defined in terms of metrics such as hop count and direction is simply the next-hop router or exit interface. |
|
|
Term
Where does a distance vector receives it information from? |
|
Definition
Receives its info from its neighbors. |
|
|
Term
Do distance vector protocols have a map of the entire network? |
|
Definition
|
|
Term
Where do distance vector protocols work best? |
|
Definition
the network is simple and flat does not require a special hierarchical design. |
|
|
Term
|
Definition
When intermediate devices all have the same consistent network topology in their routing tables. |
|
|
Term
When are updates sent in a link-state network? |
|
Definition
When there are changes in the topology. |
|
|
Term
What are the best situations to use a link-state protocol? |
|
Definition
-Large networks -Fast convergence of the network is needed |
|
|
Term
What do classful routing protocols not send in their updates? |
|
Definition
|
|
Term
What is the situation where you can not use a classful routing protocol? |
|
Definition
Classful routing protocols cannot be used when a network is subnetted using more than one subnet mask. (VLSM) |
|
|
Term
What are two classful routing protocols? |
|
Definition
|
|
Term
What do classless routing protocols include in their updates? |
|
Definition
Subnet mask with the network address in routing updates. |
|
|
Term
What are the classless routing protocols? |
|
Definition
RIPv2, EIGRP, OSPF, IS-IS, and BGP |
|
|
Term
|
Definition
When all router's routing tables are at a state of consistency. |
|
|
Term
What is convergence time? |
|
Definition
The time it takes routers to share info, calculate best paths, and update their routing tables. |
|
|
Term
Which two protocols are slow to converge? |
|
Definition
|
|
Term
Which two protocols are faster to converge? |
|
Definition
|
|
Term
|
Definition
It is a value used by the routing protocols to assign costs to reach remote networks. |
|
|
Term
What is the metric used for? |
|
Definition
To determine which path is most preferable when there are multiple paths to the same remote network. |
|
|
Term
What is the metric for RIP? |
|
Definition
|
|
Term
What is the metric for EIGRP? |
|
Definition
Combination of bandwidth and delay. |
|
|
Term
What is the metric for OSPF? |
|
Definition
|
|
Term
What does hop count refer to? |
|
Definition
The number of routes a packet must cross to each destination network. |
|
|
Term
Can metrics from one routing protocol be compared to another routing protocol's metric? |
|
Definition
The metric used by one routing protocol is not comparable to the metric used by another routing protocol. |
|
|
Term
List and explain each routing protocol and the metric it uses? |
|
Definition
RIP - Hop Count IGRP/EIGRP - Bandwidth/Delay/Reliability/Load IS-IS/OSPF - Cost-Best path is chosen by the route with lowest cost. |
|
|
Term
What is the process used to forward packets when 2 or more paths have equal costs? |
|
Definition
Instead the router "load balances" between these equal cost paths. |
|
|
Term
Where can you look to determine if load balancing is being used? |
|
Definition
Check the routing table. Load balancing is in effect if two or more routes are associated with the same destination. |
|
|
Term
What are the possible values for Adminstrative distance? |
|
Definition
|
|
Term
What is the best value for adminstrative distance? |
|
Definition
|
|
Term
What type of route has the lowest possible adminstrative distnace? |
|
Definition
directly connected network |
|
|
Term
What does an adminstrative distance of 255 mean? |
|
Definition
The router will not believe the source of that route. |
|
|
Term
Where can you find the adminstrative distance in the show ip route? |
|
Definition
The AD value is the first value in the brackets for a routing table entry. |
|
|
Term
How does a router choose the best path if two routing protocols are being used? |
|
Definition
|
|
Term
What are the two commands in which you can determine the AD is? |
|
Definition
R1#show ip route R1#show ip rip database |
|
|
Term
What is the default AD for a static route? |
|
Definition
|
|
Term
Can you change the AD of a directly connected network? |
|
Definition
|
|