Router Functions Flashcards

1
Q

What are the key functions of a router?

A
  • routing mechanism
  • dynamic routing support
  • process program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the method for a routing mechanism?

A

Table search method

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

Routers provide dynamic support for what four things?

A
  • RIP, OSPF, EGP, BGP
  • information exchange protocols
  • routers that send and receive info from other routers
  • router table copy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two types of process programs?

A
  • routed daemon

- gated daemon for UNIX

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

What do routed and gated daemon for UNIX do?

A

apply routing policy: what to change, add, or subtract on the table

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

T/F: RIP is an Interior Gateway Protocol.

A

True

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

T/F: RIP is a distance vector/link state protocol.

A

False. Distant vector, not link state.

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

What does RIP contribute to?

A

Updating routing tables. Routers send all or part of their routing tables to their neighbours.

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

What do routing table updates contain?

A
  • destinations
  • next hop IP addresses
  • hop count metrics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

T/F: RIP is suited for large networks because it uses little bandwidth.

A

False. RIP is better suited to small networks where it is easy to implement and maintain.

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

How often do routers update their neighbours?

A

Every 30 seconds.

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

When was RIPv1 implemented and what were its limitations?

A
  • before 1988
  • high overhead
  • supports standard subnetting
  • slow convergence
  • no support for EGP and BGP
  • simple metric
  • metric limited to 15
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When was RIPv2 implemented and what are its highlights?

A

1993, updated in 1994

  • resolved RIPv1 limitations except for small metric (intended for a small network)
  • supports subnetting
  • supports EGP/BGP
  • supports multiple routing daemons
  • supports a next-hop address option
  • supports an authentication scheme
  • supports multicasting and broadcasting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are limitations for RIPv2?

A
  • simplicity makes it better for small network
  • simple metric
  • metric limited to 15
  • high overhead
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Metric limited to 15 means what?

A

The maximum hop count is 15. 15 is the number of hops, no more and no less. Thou shalt not hop to 16, neither shou thou hop to 14 unless followed by 15… no, wait, you can hop to 14.

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

The Bellman-Ford algorithm is the basis for what?

A

The Distance Vector Protocol.

17
Q

When is a route marked for deletion?

A

When a router notices a lack of table entry advertisement for 3 minutes. The route deletion is delayed through an update or something.