Day 17 - The Routing Table Flashcards

1
Q

Routers use what to determine the best path?

A

Routing tables

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

What are the two primary functions of a router?

A

Determine the best path for forwarding packets
Forward packets to their destinations

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

The best path in the routing table is also known as what?

A

The longest match

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

The router uses the __________ __________ __________ to find a match between the destination IP address of the packet and a routing entry in the routing table

A

Longest match process

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

The route with the greatest number of equivalent __________ __________ __________, or the __________ __________ is always the preferred route

A

Far left bits
Longest match

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

For a destination IPv4 address of 172.16.0.10 what would be the preferred route from the choices below?

A: 172.16.0.0/12
B: 172.16.0.0/16
C: 172.16.0.0/26

A

C

It has the longest match

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

For an IPv6 destination address of 2001:db8:c000::99, what would be the preferred route from the choices below?

A: 2001:db8:c000::/40
B: 2001:db8:c000::/48
C: 2001:db8:c000:5555::/64

A

B

the subet hextet (5555) doesn’t match the IPv6 destination address at all

/48 is the longest match here

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

After a router has determined the best path based on the longest match in the routing table, what 3 things can it do?

A

Forward the packet to a device on a directly connected network
Forward the packet to the next hop router
Drop the packet because there is no match in the routing table

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

What is the primary responsibility of the packet forwarding function?

A

To encapsulate packets in the appropriate data link frame type for the outgoing interface

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

The routing table contains a list of all known network addresses (prefixes) and where to forward the packet. The entries are known as what?

A

Route entries or routes

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

What 3 types of routing entries does a routing table store?

A

Directly connected networks
Remote networks
Default routes

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

The __________ __________ is used when there is no better (longer) match in the IP routing table

A

Default route

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

What is the command to view an IPv4 routing table?

A

show ip route

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

What is the command to view an IPv6 routing table?

A

show ipv6 route

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

What type of routing table entry is below based on the letter in the routing table?

L

A

Directly connected local interface IP address

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

What type of routing table entry is below based on the letter in the routing table?

C

A

Directly connected network

17
Q

What type of routing table entry is below based on the letter in the routing table?

S

A

Static route manually configured

18
Q

What type of routing table entry is below based on the letter in the routing table?

O

A

OSPF

19
Q

What type of routing table entry is below based on the letter in the routing table?

D

A

EIGRP

20
Q

If you see an O*E2 in the routing table what does the asterisk stand for?

A

It means that that route is a candidate for a default route

21
Q

What does E2 in IPv6 routing indicate?

A

It’s an external type 2 route

22
Q

Based on the routing table below what does 1 represent?

A

Route source

23
Q

Based on the routing table below what does 2 represent?

A

Destination network (prefix and prefix length)

24
Q

Based on the routing table below what does 3 represent?

A

Administrative distance

25
Q

Based on the routing table below what does 4 represent?

A

Metric

26
Q

Based on the routing table below what does 5 represent?

A

Next hop address

27
Q

Based on the routing table below what does 6 represent?

A

Route timestamp

28
Q

Based on the routing table below what does 1 represent?

A

Route source

28
Q

Based on the routing table below what does 7 represent?

A

Egress interface used for outgoing packets to reach their final destination

29
Q

Based on the routing table below what does 2 represent?

A

Destination network (prefix and prefix length)

30
Q

Based on the routing table below what does 3 represent?

A

Administrative distance

31
Q

Based on the routing table below what does 4 represent?

A

Metric

32
Q

Based on the routing table below what does 5 represent?

A

Next hop address

33
Q

Based on the routing table below what does 7 represent?

A

Exit interface (egress interface for outgoing packets)