Distance Vector Flashcards

1
Q

Distance Vector

A
Example: RIP v1 & v2
• EIGRP – advanced distance vector
• Periodic updates
• Exchange entire routing table with 
“directly connected routers”
• RIPv1 – sends updates via broadcast
• RIPv2 – sends updates via multicast
• Slow convergence – causes routing loops
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Link State

A
Example: OSPF & IS-IS
• Triggered updates – updates sent when 
there is a “change”
• Only the change is sent to every other 
router
• Multicast
• More robust
• No routing loops
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AD – administrative distance

A

AD – administrative distance (level of
trustworthiness of a route)
- Used when a router has two or more routing
sources configured (i.e. C, S, D, O, R)
- The router will use the source with the lowest
AD.

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

Metric

A

Metric – what a dynamic routing protocol uses to
make “best path” decisions
- OSPF: cost (bandwidth)
- RIP: hop count

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

Default ADs

A
Default ADs
0 – Directly connected (C)
1 – Static (S)
20 – EBGP
90 – Internal EIGRP (D)
110 – OSPF (O)
115 – IS-IS
120 – RIPv1 & v2 (R)
170 – External EIGRP
200 – IBGP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3 Ways Routers Learn Routes to Destination Networks

A

3 Ways Routers Learn Routes to Destination Networks
1. Directly connected
2. Static – administrator configuresthe route
Rtr1(config)#ip route [destination network] [subnet mask] [next hop address OR exiting int]
S* - static default route – route used when destination route/network is missing
Rtr1(config)#ip route [0.0.0.0] [0.0.0.0] [next hop address or exiting interface]
How it looks in the routing table: S* 0.0.0.0/0
Host route
Rtr1(config)#ip route [dest. host] [subnet mask] [next hop address]
3. Dynamic routing protocols(RIP, EIGRP, OSPF)

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

3 Ways Routers Learn Routes to Destination Networks

A

3 Ways Routers Learn Routes to Destination Networks
1. Directly connected
2. Static – administrator configures the route
Rtr1(config)#ip route [destination network] [subnet mask] [next hop address OR exiting int]
S* - static default route – route used when destination route/network is missing
Rtr1(config)#ip route [0.0.0.0] [0.0.0.0] [next hop address or exiting interface]
How it looks in the routing table: S* 0.0.0.0/0
Host route
Rtr1(config)#ip route [dest. host] [subnet mask] [next hop address]
3. Dynamic routing protocols(RIP, EIGRP, OSPF)

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