5.2 Flashcards

(29 cards)

1
Q

What’s distance vector?

A

Router algorithm prioritizes routes by # of hops

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

What is link state for Router algorithm?

A

Makes path by creating map and finding best path

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

What is convergence?

A

Process for routers to agree on network topology dynamically

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

What is a sinkhole?

A

Packet discarded without notification back to source.

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

What is a loop?

A

Packet forwarded around network until TTL expires

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

What is a route flap?

A

Interface going on and off rapidly
Can cause convergence problems

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

What is an Autonomous System?

A

Network controlled by one owner?

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

What does Interior Gateway Protocol do?

A

ID’s routes within the Autonomous System.

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

What does an Exterior Gateway Protocol do?

A

Advertise routes between Autonomous Systems

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

What is a RIP for?

A

Routing Info Protocol is a Distance Vector Routing Protocol (legacy)

[Helps select optimal path every 30 seconds with TTL of 15]

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

What is IGRP for?

A

Enhanced Interior Gateway Routing Protocol - Cisco
Routing Protocol for routing within domain or Autonomous System

[No Classless Addressing]
[Replaced by EIGRP]

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

How does EIGRP work?

A

Distance Vector Protocol
Hops AND 2 more factors

Bandwidth and Delay

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

What does Bandwidth and Delay do for Routing Protocols?

A

Calculates speed based on by bandwidth

Calculates speed based on time for packet to traverse links

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

How does RIP work vs EIGRP?

A

RIP = Updates every 30 sec [15 hops]

EIGRP = Only updates during topology change [255 hops]

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

How is EIGRP categorized?

A

Protocol # 88 in IP Header.

Is a Default IP Protocol. Doesn’t use TCP or UDP.

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

How does Link State algorithm work?

Are they cheaper or expensive?

A

Allows routers to store network topology and assess best routes
Small frequent neighbor updates to analyze network
Multicast protocol 89
.
Expensive. Require cpu/ram.

17
Q

Is OSPF Link State or Vector Protocol?
When should you use OSPF?

A

Link State
Large orgs with multiple redundant networks

18
Q

What is a Area Border Router?

A

Router that connects to multiple areas

19
Q

What’s different from OSPF vs EIGRP?

A

OSPF is hierarchical. EIGRP is a flat system.

20
Q

What is a backbone? What is it called?

A

Area 0.

Collection of border routers.

21
Q

What is BGP for?

A

Border Gateway Protocol used between ISPs
.
EIGRP/OSPF are for Routers in a Domain.
BGP is for between Domains

22
Q

What is NLRI?

A

Network Layer Reachability Information.
Classless network prefixes within BGP
.
Path selection on TTL, weight, local pref, origin, community

23
Q

Will routers prefer routes with longer or shorter prefixes?

198.51.100.0/24 g0

198.51.100.0/28 g1

A

Longer

198.51.100.0/28 g1 will be chosen

24
Q

What does AD value mean?

What AD values are these?
0 & 1

A

Administrative Distance value. (relative trustworthiness of route)

0 = Local Interface / Directly Connected
1 = Static Route

25
What AD values are these? 20 & 90
20 = BGP 90 = EIGRP
26
What AD values are these? 0 & 1
0 = Direct 1 = Static
27
What AD values are these? 110 & 120
110 = OSPF 120 = RIP
28
What AD values are these? 255
255 = Unknown
29
Which AD values are most "trustworthy"?
Lower AD values