Day 11 (part 1) Flashcards - Routing Fundamentals

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

17
Q

A […] route is often used to direct traffic to the Internet.

A

default

18
Q

A default route is a route to [network]/[netmask].

A

0.0.0.0/0

19
Q

Code […] in the routing table indicates a candidate default route.

A

*

20
Q

Code […] in the routing table indicates a static route.

A

S

21
Q

Configure a default route, specifying the next-hop IP:
R1(config)# […]

A

ip route 0.0.0.0 0.0.0.0 next-hop

22
Q

Configure a static route, specifying the exit-interface and next-hop IP:
R1(config)# […]

A

ip route ip-address netmask exit-interface next-hop

23
Q

Configure a static route, specifying the exit-interface:
R1(config)# […]

A

ip route ip-address netmask exit-interface

24
Q

Configure a static route, specifying the next-hop IP:
R1(config)# […]

A

ip route ip-address netmask next-hop

25
Q

For an end host like a PC to send packets outside of its local network, it will send the packets to its […].

A

default gateway

26
Q

In the routing table, the output “Gateway of last resort is not set” means […]

A

a default route has not been configured

27
Q

Static routes in which you specify only the […] appear as directly-connected in the routing table.

A

exit-interface

28
Q

The […] route is the least specific route possible.

A

default

29
Q

To send a packet to a destination, does a router need a route to every network in the path to the destination?

A

No
(It only needs a route to the destination network)