Routing Flashcards

1
Q

What is a router?

A

A router relays packets among interconnected networks. It has links to 2 or more networks at the same time.

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

In which layers does a router operate.

A

Network, Datalink and Physical

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

Explain least cost routing?

A

A value is assigned to each link called a cost.
The cost of a route is the sum of the link costs.
The best route is the one with the lowest cost.

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

What two categories of routing algorithms exist?

A

Non-adaptive (Virtual circuit) Routing decisions pre-determined.

Adaptive (Datagram) Traffic load can change route.

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

Explain distance-vector routing algorithm.

A

each router exchanges information about the entire network with
neighbouring routers at regular intervals.

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

Explain link state.

A

Each router exchanges information about its neighbourhood with all
routers in the network when there is a change.

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

Advantage of link state.

A

Converges faster.

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

What is convergence?

A

Process of determining optimal routes.

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

Explain distributed Bellman-Ford algorithm.

A

-Add 1 to cost of each incoming route.
-New destination learned, add to routing table
-Existing destination,
* if Next Hop field is the same, replace existing entry with the new
information always
* if Next Hop field is not the same, only replace existing entry with the new information if the cost is lower

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

What do the following stand for?
ARPANET
RIP
BGP
IS-IS

A

Advanced Research Projects Agency Network
Routing Information Protocol
Border Gateway Protocol
Intermediate System to Intermediate System

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

What are the problems with distance-vector routing?

A

Count-to-infinity problem/slow convergence
Slow to react to router failure

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

Explain Dijkstra’s algorithm.

A

Starting at root, we get from link-state database, the cumulative cost of each arc out of the root.
We select lowest cost arc, and make that node the new root.

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

Explain transparent bridge.

A

Essentially bridge floods network, sending frame to every router in particular section, and each router can then check if it was the destination.

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

Distinguish between Transparent bridge and source routing bridge.

A

TB: Bridges co-operate to perform function.
SR: The route to be followed is inserted in the frame.
TB: Suboptimal flooding.
SR: Optimum route selected.
TB: Will not use full bandwidth.
SR: Will use full bandwidth.

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

What is a repeater?

A

Operates in physical layer is an electronic device which regenerates incoming signals. Allows the physical reach of a network to be extended.

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

In which layer do bridges operate?

A

Datalink, physical

17
Q

In which layer are link-state routing or distance-vector routing used.

A

Network, datalink, physical

18
Q

Distinguish between broadcast and point to point.

A

Broadcast: star - single communication channel shared by all network nodes.
Point to point: mesh - many possible connection paths between a pair of nodes.

19
Q

What happens if a frame arrives at a bridge with a destination 37 and the forwarding database says destination 37 is port 2?

A

If frame arrived on any port except port 2 we forward it to port 2 otherwise we drop the frame.

20
Q

If a frame arrives at a bridge with a destination number not in the forwarding database what happens?

A

The bridge forwards the frame to every port apart from the one it arrived on.

21
Q

T or F. If the control field in a HDLC frame starts with 11 then this is a U-Frame.

A

True

22
Q

T or F. Only one station in a token ring network needs to be able to manage the ring.

A

False.

23
Q

T or F. Optimising the total throughput in a network will not give a fair usage to all flows.

A

True.

24
Q

T or F. Distance Vector shares their view of the whole network with it’s neighbouring routers.

A

True.

25
Q

T or F. A router operates only at the Network layer.

A

False.

26
Q

T or F. A neighbouring router is where both routers share a network.

A

True.

27
Q

T or F. A router is a device that is connected to a single network.

A

False.

28
Q

T or F. The cost of a route is the sum of all the link costs.

A

False.

29
Q

T or F. Transparent bridges form a spanning tree for frame delivery.

A

True.

30
Q

T or F. Source Routing bridge finds all possible routes.

A

True.

31
Q

T or F. A ring network with N nodes has N links.

A

True.

32
Q

T or F. Link State routing suffers from slow convergence called “count to infinity”.

A

False.

33
Q

T or F. Link state routing sends information about its own neighbours to all other routers.

A

True.

34
Q

T or F. Distance Vector routing replaces information only when it is lower when the next hop field is the same.

A

False.

35
Q

T or F. A bridge operates in the physical layer.

A

True.

36
Q

T or F. Source routing bridges can use all available links.

A

True.

37
Q

T or F. A transparent bridge has to be configured in advance of any frames being sent.

A

False.