Day 11 (pt. 1) ROUTING

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

28 Terms

1
New cards

[...] is the process used to determine the path that IP packets should take over a network to reach their destination

routing

2
New cards

Routers store routes to all of their known destinations in a [...]

routing table

3
New cards

[...] Routing is used to share routing information with each other and build their routing table by using protocols like OSPF

dynamic

4
New cards

[...] Routing: a network engineer/admin manually configures routes on the router

static

5
New cards

A [...] tells the router to send the packet to destination 'X', you should send the packet to 'next-hop' Y; send the packet to itself (don't forward it); send packet directly to destination, etc.

route

6
New cards

Next-hop means

the next router in path to the destination

7
New cards

A [...] is a network that extends over a large geographical area.

WAN

8
New cards

Use the command [...] to view the routing table

R1#show ip route

9
New cards

The 'codes' legend that shows up after entering the command "show ip route" lists [...]

different protocols which routers can use to learn routes

10
New cards

The code 'L' stands for [...], a route to the actual IP address configured on the interface (with a /32 netmask)

local

11
New cards

The code 'C' stands for [...], a route to the network the interface is connected to (with the actual netmask configured on the interface)

connected

12
New cards

When you configure an IP address on an interface then enable [...], two routes (per interface) will be added to the routing table. (connected and local)

no shutdown

13
New cards

An end host trying to send a packet to a destination in a different network will forward the packet to its [...]

default gateway

14
New cards

A [...] route is a route the matches all possible destinations, and is used only if a more specific route match isn't found in the routing table.

default

15
New cards

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

local

16
New cards

In a local route, a /[...] netmask is used to specify the exact IP address on the interface. It means this # of bits are fixed, they cannot change

32

17
New cards

A route [...] a packets destination if the packets destination IP address is part of the network specified in the route

matches

18
New cards

A default route is configured with [IP address]/[prefix length]

0.0.0.0/0

19
New cards

If a packet is destined by both local and connected routes, the route will choose the [...] route

most specific matching

20
New cards

The /32 route is usually the [...] route

most specific

21
New cards

[...] route= keep the packet, don't forward

local

22
New cards

The most specific match in the routing table is the match with the longest [...]

prefix length

23
New cards

A direct, dedicated connection between two routers is called a [...] network.

point-to-point

24
New cards

Routers [...] packets with destinations that don't match any entries in the routing table

drop

25
New cards

Routers never [...] packets, if the router doesn't have a route to the packets destination it will drop the packet.

flood

26
New cards

What prefix length do connected routes use?

the prefix length configured on the interface

27
New cards

The IP address configured on a router interface will appear in the routing table as what kind of route?

local

28
New cards

What two types of routes are automatically added to the routing table when you configure an IP address on an interface and enable it?

connected and local