Routing Protocol Flashcards

1
Q

Router

A

A router Primary function is to move an IP packet from one network to a different network.

It learns about nonattached networks through the configration of status routes and through dynamic ip routing protocols

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

Dynamic IP Routing Protocols

A

Dynamic IP routing protocols distribute network topology information between routers and provide updates without intervention when a topology change in the network occurs.

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

Autonomous System (AS)/routing domain

A

A network interconnected routers and related systems managed under a common network administration

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

Common Dynamic Routing Protocols

A

1) Routing Information Protocol Version 2 (RIPv2)
2) Enhanced Interior Gateway Routing (EIGRP)
3) Open Shortest Path First (OSPF)
4) Intermediate System-to-Intermediate System (IS-IS)
5) Border Gateway Protocol (BGP)

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

Interior Gate Protocols (IGP)

A

The protocols are designed and optimized for routing within a autonomous system

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

Exterior Gateway Protocols (EGP)

A

The protocols route between autonomous system

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

Distance Vector Algorithms

A

Distance Vector routing protocols such as RIP, adverstise routes as vectors where distance is a metric (Cost) such as hop count, and vector is the next -hop router ip used to reach the destination

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

Distance

A

The distance is the route metric to reach the network

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

Vector

A

The vector is the interface or direction to reach the network

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

Bellman-Ford and Ford-Fulkerson

A

Distance Vector Algorithms

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

Enhanced DIstance Vector Algorithms

EIGRP

A

Diffusing update algorithm (DUAL) is an enhanced vector algorithm that EIGRP uses to calculate the shortest patch to a destination within a network

It offers rapid convergence time for changes in the network topolgy

It sends update only when there is a change in the network, it does not send full routing table updates ina perodic fashing as distance vector protocols

It uses Hellos and forms neighbour relationships just as link state protocols do

it uses bandwidth, delay, reliability, load and maximum transmission unit (MTU) size instead of hop count for path calculations

It has option to load balance traffice across equal or unequal cost paths

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

Link State Algorithms

A

A Link state dynamic IP protocol advertises the link state and link metric for each for its connected links and directly connected routers to every router in the network

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

Link state advertisements

A

OSPF > Link state advertisement (LSA)

IS-IS > Link state packets (LSP)

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

Link State Database (LSDB)

A

as a router receives an advertisement from a neighbour it sotes the information in a local database and advertises the link state information on to each of its neighbour routers exactly as it was received

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

Dijkstra Shortest path first

A

after updating LSDB the SPF algorithm calcualte the best shortest loop-free paths, this link state algorithm then populates the routing table with this information

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

Distance Vector vs Link state

A

Link state usually requrie more cpu and memory than distance vector protocols. less prone to routing loops and make better routing path decisions.

17
Q

Routing Protocol

A

Protocol used by routers talking routers to each other and exchange network information and fill the routing table.

18
Q

Routable/Routed Protocol

A

Once the router table is populated, send the traffic to particular network they use routed/routable protcol like IP v4 ip V6

19
Q

Path Vector Algorithm

A

Similar to distance vector algorithm, the difference is that instead of looking at the distance to determine the best loop free path it looks at various BGP path attributes .

1) Automonous system path (AS_path)
2) Multi-exit discriminator (MED)
3) Origin
4) Next Hop
5) Local Preference
6) Atomic Aggregate
7) Multi-exit aggregator

20
Q

Path Vector Protocol

A

A Path Vector Protocol gurantees loop free paths by keeping a record of each autonomous system that is the routing advertisement traverses.