Routing Concepts – Vocabulary Flashcards

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

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key routing concepts from the lecture notes, including routers, packets, BGP, routing tables, IP addressing, encapsulation, ARP, static/dynamic routing, and path selection.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Router

A device that connects different networks and forwards packets between them, acting as the traffic controller of the Internet.

2
New cards

Packet

A chunk of data broken from a larger message that travels across the network in hops to its destination.

3
New cards

Hop

One move of a packet from one router to the next on its journey to the destination.

4
New cards

BGP (Border Gateway Protocol)

The routing protocol used by Internet service providers to exchange reachability information and determine routes across the global Internet.

5
New cards

IP Routing Table

A router’s RAM-based database of networks, next-hop addresses, exit interfaces, and path metrics used to forward packets.

6
New cards

Network Address (Example: 192.168.1.0/24)

The destination network portion defined by the subnet mask; 192.168.1.0/24 represents the 192.168.1.0 network.

7
New cards

Next-Hop IP Address

The IP address of the next router toward the destination.

8
New cards

Exit Interface

The local router interface used to forward a packet toward its next hop.

9
New cards

Administrative Distance (AD)

A value that ranks how trustworthy the source of a routing entry is; lower AD is preferred.

10
New cards

Metric

A numeric cost used by a routing protocol to rate a path; lower is better. Different protocols compute it differently.

11
New cards

Route Source Codes

Indicators of how a route was learned: C = Connected, S = Static, D = EIGRP, O = OSPF.

12
New cards

Static Routing

Manually configured routes by an administrator; secure and predictable but not scalable.

13
New cards

Dynamic Routing

Routes learned automatically from other routers via protocols such as OSPF and EIGRP.

14
New cards

Encapsulation

Wrapping an IP packet inside a Layer 2 frame for transmission to the next hop.

15
New cards

De-Encapsulation

Removing the Layer 2 frame to read the Layer 3 IP header.

16
New cards

ARP (Address Resolution Protocol)

Protocol that maps IP addresses to MAC addresses on the local network.

17
New cards

IP Address

A unique numerical label assigned to a device for identification and routing on a network.

18
New cards

Subnet Mask

Defines the size of a network; e.g., /24 corresponds to 255.255.255.0.

19
New cards

ISP (Internet Service Provider)

A company that provides access to the Internet and connects you to the larger network.

20
New cards

Path Determination

The router process of selecting the best path to a destination using the routing table and metrics.

21
New cards

Best Path

The most efficient route, typically the one with the lowest metric as determined by the routing protocol.

22
New cards

Layer 2 vs Layer 3

Layer 2 is the data-link (Ethernet) layer; Layer 3 is the network (IP) layer; routers operate at Layer 3.

23
New cards

Packet Forwarding

The process of a router receiving a packet and sending it out on another interface toward its destination.

24
New cards

Next-Hop MAC Address

The MAC address of the next-hop router used to forward a frame toward the destination.

25
New cards

Re-Encapsulation

Encapsulating a packet again in a new Layer 2 frame for transmission on the next network.