9. Exploring the Functions of Routing Flashcards
Networks to which a router is attached are called what?
Local or Directly Connected networks.
List the four primary types of memory found in routers.
RAM, NVRAM, ROM, Flash.
List the Two Primary Functions of a Router.
Path Determination and Packet Forwarding.
What do Routers use to determine how to forward packets?
A Routing Table.
Which routing table element describes the IPv4 address of the successive neighboring device?
Next Hop
List the four types of entries that might be found in a routing table.
- Directly Connected Networks
- Dynamic Routes
- Static Routes
- Default Routes.
List the three parts of a directly connected routing table entry.
- Route Source
- Destination Network
- Outgoing Interface
List the seven parts of a dynamic routing table entry.
- Route Source
- Destination Network
- Adminitrative Distance
- Metric
- Next-hop
- Route time stamp
- Outgoing Interface
Route Entries that are manually entered directly into the configuration of the router are called what?
Static Routes
This is an optional entry used by the router if a packet does not match any other entry.
Default Route
What is Administrative Distance?
Administrative Distance represents the “Trust-Worthiness” or a route.
What is the Administrative Distance of a Static Route?
1
Given separate routes to the same destination, a router will pick the route with the ________ administrative distance.
Lowest
What is the Administrative Distance of a Directly Connected Network?
0
The routing table entry whose leading address bits matches the largest number of the packet destination address bits is called what?
The Longest Prefix Match.
Name the Seven Parts of a Dynamic Routing Table Entry
Example: O 172.16.1.0/24 [110/2] via 192.168.10.2, 00:03:23, GigabitEthernet0/1
- Route Source
- Destination Network
- Administrative Distance
- Metric
- Next-hop
- Route time stamp
- Outgoing interface
What is the adminitrative distance of a Static Route?
1
What is the administrative distance of a Default Route?
1
What is the command to display the IPv4 routing table of a router?
Router# show ip route
What does a Route Source with the code “C” mean?
“C” indicates a directly connected network.
What does a Route Source with the code “L” mean?
“L” indicates local interfaces within connected networks.
What does a Route Source with the code “R” mean?
“R” indicates RIP
What does a Route Source with the code “O” mean?
“O” indicates OSPF
What does a Route Source with the code “D” mean?
“D” indicates EIGRP.
(Stands for Diffusing Update Algorithm or DUAL)
What does a Route Source with the code “S” mean?
“S” indicates static routes
What does a Route Source with the code that has an asterisk (*) mean?
An asterisk indicates that this route is a candidate for the default route.
What is the Longest Prefix Match?
The routing table entry whose leading address bits matches the largest number of the packet destination address bits.