Dynamic Routing Protocols Flashcards

(32 cards)

1
Q

What are the two distance vector protocols?

A

RIP and EIGRP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an example of a link state protocol

A

OSPF or IS-IS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an example of a path vector protocol

A

BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give an exampe of an EGP

A

BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give an exampe of an IGP

A

OSPF, RIP or EIGRP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are two routes that are automatically added when you connect two routers?

A

Connected and Local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a “Connected” route

A

A route to a directly connected network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a “Local” Route?

A

A route to a specific host. (The neighbour’s NIC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do distance vectors algorithms work?

A

They send information about a known destination network and the metric to reach it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is “routing by rumour”?

A

In distance vector algorithms, routers only know what they are told by other routers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do link state protocols work?

A

Each router creates the same map of the network. Each router makes its own calculation to find the best route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an advantage of link state protocols over distance vector protocols?

A

They are faster to react to changes in the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an advantage of distance vector protocols over link state protocols?

A

Requires less CPU of the router due to not calculating as much information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A router dynamically learns two routes. Which does it consider the best?

A

The route with the lowest metric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What happens if two routes to the same destination have the same cost?

A

Both routes will be added to the routing table and the traffic will be load-balanced. This is called ECMP (Equal Cost Multi Path) load balancing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is ECMP load balancing?

A

Equal Cost Multi Path load balancing.

17
Q

A route’s cost is listed as [110/3] in the routing table. Which is the metric and which is the administrative distance?

A

AD= 110
Metric = 3

18
Q

What is a metric?

A

The cost of a route to a specified network or host

19
Q

What is administrative distance?

A

A way for the router to select the best route prior to calculating the metric.

20
Q

What type of metric does RIP use?

A

Hop count (links of all speeds are equal).

21
Q

What type of metric do OSPF and IS-IS use?

A

Cost (bandwidth based)

22
Q

What type of metric does EIGRP use?

A

A complex formula based on bandwidth and delay.

23
Q

What is the administrative distance of OSPF?

24
Q

What is the administrative distance of static routes?

25
What is the administrative distance of directly connected routes?
0
26
What is the administrative distance of EIGRP routes?
90
27
What is the administrative distance of RIP routes?
120
28
What is the administrative distance of IGRP (old EIGRP) routes?
100
29
What is the administrative distance of IS-IS routes?
115
30
Is lower or higher Administrative Distance preferred?
Lower
31
What is the command to change a route's administrative distance? And why would you do this?
IP Route 'network' 'subnet mask' 'next-hop-ip' 'AD' To make one static route more or less preferred over an another.
32
What is a floating static route?
A static route which has been configured to have a higher administrative distance than another. Making it the "backup" route.