Chapter 10 Flashcards

1
Q

what are the two routing protocols used on internetworks?

A

Internal gateway protocol (IGP) and External gateway protocol (EGP). p.299

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

what is the function of IGPs?

A

They are used to exchange routing info with routers in the same autonomous system. p. 299

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

Define Autonomous System.

A

A collection of networks under a common administrative domain which simply means that all routers sharing the same routing table info are int he same AS. EGPs are used to communicate between multiple AS. p. 299

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

Give an example of an EGP.

A

Border Gateway Protocol (BGP) p. 299

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

Define Administrative Distance.

A

Is used to rate the trustworthiness of routing information received on one router form its neighboring router. Zero is the most trusted route 255 is the least. p. 300

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

what does an admistrative distance of 255 mean?

A

No traffic is allowed. p. 300

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

What happens if there are two advertised routes with the same administrative distance?

A

The routing protocol uses hop count or the amount of bandwidth on the lines to find the best path to the remote network. The route with the lowest metric will be on the routing table. p. 300

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

what happens if two advertised routes have the same AD and the same metrics?

A

the routing protocol will load balance to the remote network. p. 300

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

define load balancing.

A

a router sends packets down each link to test for the best one. p. 300

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

what is the default AD to the Conected Interface route source?

A

0 p. 301

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

what is the default AD to the Static route, route source?

A

1 p. 301

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

what is the default AD to the External BGP route source?

A

20 p. 301

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

what is the default AD to the Internal EIGRP route source?

A

90 p. 301

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

what is the default AD to the IRGP route source?

A

100 p. 301

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

what are three classes of routing protocols?

A

Distance vector
Link state
Hybrid p. 303

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

what does the distance vector protocol do?

A

Finds the best path to a remote network by judging distance. Each time a packet goes through a router it equals a hop, the route with the fewest hops is chosen. p. 302

17
Q

What type of protocols are RIP, RIPv2 and Intterior Gateway Routing Protocol (IRGP)?

A

Distance vector protocols. p. 302

18
Q

What is a Link State Protocol?

A

AKA shortest path first protocol. The routers create three seperate tables. One keeps track of dirctly attached neighbors or determines the topology of the entire network. p. 303

19
Q

what are some common Link State Routing Protocols?

A

OSPF and IS-IS are IP routing protocols that are link state. p. 303

20
Q

What is a Hybrid Routing Protocol?

A

Uses aspects of both distance vetor and link state. p. 303

21
Q

What are some common Hybrid protocols?

A

EIGRP and BGP p.303

22
Q

Describe routing by rumor.

A

When a distance vector routing algorithm pases its complete routing table contents to neighboring routers the routers take this information and compares it with its own information. It does so without verifying the neighbors are telling the truth. p. 303

23
Q

Describe Routing Information Protocol (RIP).

A

It is a true distance vector routing protocol. It send s the complete roting table out to all active interfaces every 30 seconds. It uses a hop count to determine the best way tot a remote network. p. 305

24
Q

what are some differences between RIP and RIPv2?

A

RIPv2 is classless, uses multicast, supports VLSM networks, allows for MD5 authentication and supports discontiguious networks. p. 306

25
Q

Describe EIGRP.

A

It is considered a Hybrid protocol because it uses characteristics of both distance vector and link state protocols. It is a classless enhanced distance vector protocol. It uses the concept of an autonomous system to describe the set of contiguous routers that run the same routing protocol and share routing information. It includes the subnet mask in its route updates.