Routing Flashcards

1
Q

routing decisions

A

layer 3 to layer 2 mapping
routers use arp cache to map ip to mac
make forwarding decisions based on its internal routing tables

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

routing table

A

table kept by router to determine which route entry is the best for the network
a route entry with the longest prefix is the most specific
ex: 10.1.1.0/24 is more specific than 10.0.0.0/8

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

learning routing information

A

directly connected routes: physical connection w/ cables
static routes: manually configured by admin
dynamic routing protocol: learned by exchanging info between routers

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

prevent routing loops

A

split horizon: prevents a learned route on one interface to be advertised back out the same interface
poison reverse: causes a learned route on one interface to be advertised back out the same interface at an extremely expensive cost

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

igp

A

interior gateway protocols

operate within an intranet

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

egp

A

exterior gateway protocols

operate between external networks

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

distance vector

A

uses hop count as a metric
sends full copy of routing table
slow convergence time

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

link state

A

uses cost (speed) or other factors as a metric
requires all routers know about the paths that other routers can reach
faster convergence
each router constructs its own relative shortest-path tree with itself at the root

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

rip

A
routing information protocol
interior gateway protocol
distance vector/ hop count (15, 16)
oldest, easy, udp
vslm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ospf

A

open shortest path first
interior gateway protocol
link state using cost (link speed)
vlsm

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

eigrp

A

enhanced interior gateway routing protocol
hybrid distance and link state
cisco only network
vslm

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

bgp

A
border gateway protocol
external gateway protocol
path vector using system hops instead of router hops
backbone of internet
slow convergence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ad

A

administrative distance
index of how to choose what routing protocol to use
the lower the ad, the more believable
from most to least believable
direct connection> static config> eigrp>ospf>rip>external eigrp> unknown

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

pat

A

port address translations
variation of address translation but uses port numbers instead of private ip addresses
common in small networks

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

dnat

A

dynamic network address translation
ip addresses automatically assigned from a pool
many to many translations

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

snat

A

static network address translation
ip addresses manually assigned
one to one translations

17
Q

multicast routing

A

src sends traffic only to devices that want it (multicast group)
use igmp and pim

18
Q

igmp

A

internet group management protocol v3
let routers know which interfaces have multicast receivers
use by clients to join a multicast group

19
Q

pim

A

protocol independent multicast

forms a multicast distribution tree by routing multicast traffic