Module #3 Routing Decisions

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

1/39

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key routing-decision terms: processes, protocols, route types, metrics, and IOS commands.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Router

A Layer 3 device that examines destination IP addresses, selects best paths, and forwards packets between networks.

2
New cards

Layer 2 Switch

A device that forwards frames based on destination MAC addresses; operates at the data-link layer and does not make routing decisions.

3
New cards

Encapsulation

The process of placing a Layer 3 packet inside a new Layer 2 frame before forwarding it out an interface.

4
New cards

De-encapsulation

The removal of Layer 2 headers and trailers to expose the Layer 3 packet for processing.

5
New cards

Routing Table

A data file in RAM that stores paths to directly connected and remote networks, including next-hop information.

6
New cards

Static Route

A manually configured path to a destination network; identified with code “S” in the routing table.

7
New cards

Dynamic Routing Protocol

Software (e.g., RIP, OSPF, EIGRP) that automatically learns and advertises routes, updating the routing table without manual input.

8
New cards

Address Resolution Protocol (ARP)

Protocol used by routers and hosts on Ethernet networks to map an IPv4 address to its corresponding MAC address.

9
New cards

Next-Hop

The IP address of the router interface to which a packet is forwarded on its way to the destination network.

10
New cards

Administrative Distance (AD)

A value that rates the trustworthiness of a route source; lower ADs are preferred when multiple routes exist.

11
New cards

Metric

A numerical value a routing protocol uses to choose the best path; lower metrics indicate better routes.

12
New cards

Best Path

The optimal route selected by a router based on the lowest metric and/or administrative distance.

13
New cards

Equal-Cost Load Balancing

Technique where a router distributes traffic across multiple paths that have identical metrics to the same destination.

14
New cards

Unequal-Cost Load Balancing

EIGRP feature that allows traffic distribution across paths with different metrics according to a configured ratio.

15
New cards

Directly Connected Route

Network automatically entered in the routing table when an interface is up/up with an assigned IP; marked with code “C.”

16
New cards

Local Route

An entry for the router’s own interface address; marked with code “L” in the routing table.

17
New cards

Remote Route

Path to a network not directly attached; learned through static configuration or a dynamic routing protocol.

18
New cards

Gateway of Last Resort

The default route a router uses when no specific path to the destination exists (0.0.0.0/0).

19
New cards

Default Static Route

A static route with network 0.0.0.0/0 (or ::/0 for IPv6) that directs unknown traffic to a specified next hop or interface.

20
New cards

ip route Command

Cisco IOS syntax used to configure an IPv4 static route: ip route network mask {next-hop-ip | exit-intf}.

21
New cards

ipv6 route Command

IOS syntax to configure a static IPv6 route: ipv6 route prefix/prefix-length {next-hop-ipv6 | exit-intf}.

22
New cards

show ip route

IOS command that displays the IPv4 routing table, route sources, metrics, and outgoing interfaces.

23
New cards

Code "S"

Routing-table prefix indicating the route was learned via a static configuration.

24
New cards

Code "D"

Routing-table prefix for routes learned through EIGRP (Enhanced Interior Gateway Routing Protocol).

25
New cards

Code "O"

Routing-table prefix for routes learned via OSPF (Open Shortest Path First).

26
New cards

Routing Information Protocol (RIP)

Distance-vector protocol that uses hop count as its sole metric.

27
New cards

Open Shortest Path First (OSPF)

Link-state protocol that selects paths based on cost, calculated from cumulative interface bandwidth.

28
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP)

Cisco proprietary protocol that calculates metrics using bandwidth, delay, load, and reliability.

29
New cards

Interior Gateway Routing Protocols

Protocols like RIP, OSPF, EIGRP used for routing within a single autonomous system.

30
New cards

Convergence

The state in which all routers have consistent, up-to-date routing tables after exchanging information.

31
New cards

Exit Interface

Router interface through which a packet is forwarded toward its next hop or final destination.

32
New cards

Serial Interface

Point-to-point link type without MAC addresses; routers use data-link address equivalents instead of Ethernet MACs.

33
New cards

MAC Address

Layer 2 hardware address used on Ethernet networks; changes at every hop during packet forwarding.

34
New cards

ARP Cache

Table stored in RAM that holds recently resolved IP-to-MAC address mappings to avoid repeat ARP requests.

35
New cards

Hop Count

Number of routers a packet traverses to reach a destination; used as RIP’s metric.

36
New cards

Cost (OSPF)

OSPF metric based on cumulative bandwidth from source to destination; lower cost equals better path.

37
New cards

Load (EIGRP)

Dynamic component of EIGRP’s metric reflecting traffic utilization on an interface.

38
New cards

Delay (EIGRP)

Time (in tens of microseconds) for a packet to traverse an interface; part of EIGRP’s composite metric.

39
New cards

show ipv6 route

IOS command used to view the IPv6 routing table, including static and dynamic IPv6 routes.

40
New cards

Up/Up Interface

Interface state indicating protocol and line status are both active, allowing its network to appear in the routing table.