Dynamic Routing Protocols Flashcards

1
Q

What is a dynamic routing protocol?

A

A protocol that automatically learns and updates routing information in a network.

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

What are the three main types of dynamic routing protocols?

A

Distance vector. link.state. and path.vector.

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

What is the primary difference between distance vector and link.state routing?

A

Distance vector protocols determine the best path based on hop count. while link.state protocols build a complete network topology.

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

Name three common distance vector routing protocols.

A

RIP. EIGRP. and IGRP.

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

Name two common link.state routing protocols.

A

OSPF and IS.IS.

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

What does RIP stand for. and what metric does it use?

A

Routing Information Protocol

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

What is the maximum hop count in RIP before a route is considered unreachable?

A

15 hops.

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

What is the main disadvantage of RIP?

A

It does not scale well due to its 15.hop limit and slow convergence time.

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

How often does RIP send updates?

A

Every 30 seconds.

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

What is the administrative distance of RIP?

A

120

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

What is the main advantage of EIGRP over RIP?

A

EIGRP is faster. more scalable. and supports unequal.cost load balancing.

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

What metric does EIGRP use?

A

A composite metric based on bandwidth. delay. reliability. and load.

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

What is the administrative distance of EIGRP for internal routes?

A

90

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

What is a key feature of OSPF that makes it different from distance vector protocols?

A

OSPF uses the Dijkstra algorithm to build a complete topology of the network.

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

What are OSPF areas used for?

A

To improve scalability and reduce overhead in large networks.

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

What is the administrative distance of OSPF?

17
Q

What type of routing protocol is IS.IS?

A

A link.state routing protocol.

18
Q

What is the primary advantage of IS.IS over OSPF?

A

IS.IS is more flexible in large networks and better suited for ISPs.

19
Q

What is a path.vector routing protocol. and which protocol is an example?

A

A protocol that tracks the full path of a route rather than just the next hop

20
Q

What is the main purpose of BGP?

A

To exchange routing information between autonomous systems (AS) on the Internet.

21
Q

What protocol does BGP use for transport?

A

TCP. specifically port 179.

22
Q

What is the administrative distance of BGP?

A

External BGP (eBGP) is 20. and Internal BGP (iBGP) is 200.

23
Q

What is route summarization. and why is it useful?

A

A method of combining multiple routes into a single advertisement to reduce routing table size and improve efficiency.

24
Q

What is convergence in dynamic routing?

A

The process where all routers agree on the best paths after a topology change.

25
What is a floating static route?
A manually configured route with a higher administrative distance than the dynamic routes. used as a backup.