7. Distance Vector Routing Flashcards

1
Q

What is the main principle of Distance Vector Routing?

A

Routers share their routing tables with immediate neighbors, and each router
updates its table based on the information received.

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

What metric is commonly used in Distance Vector Routing protocols?

A

Hop count, which measures the number of routers a packet passes through to
reach its destination.

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

What is the Count to Infinity problem in Distance Vector Routing?

A

It occurs when routers misinterpret looping routes as valid, causing the hop
count to increment indefinitely.

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

How does Split Horizon help mitigate routing loops?

A

Split Horizon prevents routers from advertising a route back to the neighbor
from which it was learned.

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

What is the maximum hop count in RIP, and why is this limit important?

A

RIP has a maximum hop count of 15, with 16 considered infinity, to prevent
excessively long or looping routes.

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

What is the purpose of the Hold-Down mechanism?

A

To temporarily ignore updates about a route marked as unreachable,
preventing premature acceptance of incorrect routing information.

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