11 - Routing Fundamentals Flashcards

1
Q

A […] route is a route to the actual IP address configured on the interface.

A

local

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

A […] route is a route to the network the interface is connected to.

A

connected

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

A […] route is added to the routing table by a protocol (ie. OSPF) that allows routers to communicate with each other and share routing information.

A

dynamic

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

A […] route is manually configured by a network engineer/admin.

A

static

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

If a packet’s destination IP is matched by multiple routes, which route will the router select?

A

The most specific matching route

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

Local routes use a prefix length of […]

A

/32

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

Most specific matching route = the matching route with the […]

A

longest prefix length

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

Routers store routes to all of their known destinations in the […]

A

routing table

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

Show the routing table:
R1# […]

A

show ip route

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

The next router in the path to the destination is called the […].

A

next hop

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

What does code C in the routing table mean?

A

Connected

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

What does code L in the routing table mean?

A

Local

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

What prefix length do connected routes use?

A

The prefix length configured on the interface.

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

What will a router do if none of its routes match a packet’s destination IP address?

A

Drop the packet

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

When routers receive packets, they look in the […] to find the best route to forward that packet.

A

routing table

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

Which two routes are automatically added to the routing table when you configure an IP address on an interface?

A

1) a connected route
2) a local route