Lesson 3 - Intradomain routing Flashcards

1
Q

What is the difference between the forwarding and routing?

A

By forwarding we refer to transferring a packet from an incoming link to an outgoing link within a single router. By routing we refer to how routers work together using protocols to determine the good paths

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

What is the main idea behind link state routing algorithm?

A

It is a dynamic routing algorithm in which each router shares knowledge of its neighbors with every other router in the network. A router sends its information about its neighbors only to all the routers through flooding. Information sharing takes place only whenever there is a change.

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

Name an example of link state routing algorithm

A
  1. Open shortest path first 2. IS-IS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the computational complexity of the link state routing algorithm?

A

Complexity is on the order of the total nodes squared (n^2) By the end of the algorithm, will search through n*(n+1)/2 nodes.

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

What is the main idea behind distance vector routing algorithm?

A

protocol used in packet-switched networks that utilizes distance to decide the best packet forwarding path.

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

Explain the steps of distance vector routing

A
  1. determine local distances to neighbors 2. receive new routes from neighbors 3. update routing if shorter paths exist.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When does count to infinity problem occur in DV?

A

When there is a large increase in cost between nodes, such as a severed connection.

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

What is poison reverse in DV?

A

one node (y) intentionally misinforms it’s neighbor (z) along it’s optimal path that the cost to destination (x) is infinity. It does this so the neighbor (z) does not try to travel the reverse path (through y to x).

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

What is RIP?

A

Routing Information Protocol (RIP) is a dynamic routing protocol which uses hop count as a routing metric to find the best path between the source and the destination network. It is a distance vector routing protocol which has AD value 120 and works on the application layer of OSI model.

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

What is OSPF?

A

Open Shortest Path First (OSPF) is a routing protocol which uses a link state routing algorithm to find the best path between the source and the destination router.

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

What is hot potatoe routing

A

Sending messages from entry to exit of the AS through the shortest path within the AS.

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