Routing Technology

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:00 PM on 8/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Routing

The process of selecting the best path for data packets to travel across one or more networks.

2
New cards

Routing Table

A file that contains a set of rules that shows information on what path a data packet should take to its definition.

3
New cards

Directly Connected Route

Shows the routes for networks which are directly connected to a router’s interface.

4
New cards

Static Route

A route entered into a routing table manually by a network administrator. Used to access networks that are not directly connected.

5
New cards

Dynamic Route

A route entered into a routing table automatically by neighboring routers. Protocols include BGP, OSPF, RIP, and EIGRP.

6
New cards

Routing Information Protocol (RIP)

Routers broadcast their network reachability information to other routers regardless of if the information has changed. The oldest routing protocol. Uses hop count as its metric, sending periodic updates every 30 seconds.

7
New cards

Open Shortest Path First (OSPF)

Link-state dynamic protocol to find the most efficient path for data to traverse. Uses Link-State Advertisements.

8
New cards

Link-State Advertisements (LSAs)

When routers share information with their neighbors about their local connections and link speeds.

9
New cards

Border Gateway Protocol (BGP)

Core routing protocol of the internet. Manages how data packets travel across independent networks, picking the best path based on administrator policies.

10
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP)

An advanced distance-vector routing protocol used by routers to share routing information within an autonomous system. Developed by Cisco.

11
New cards

Route Selection

The process by which a router chooses the best path to forward packets based on their destination.

12
New cards

Administrative Distance

Used to determine which route to send data on if there are more than one to the same location in the routing table based on reliability and trustworthiness. The lowest number takes priority.

13
New cards

Prefix Length

The bit count in the network portion of an IP address. Determined by the subnet mask.

14
New cards

Metric

A numerical value given to a path that determines the cost/preference of choosing it. A lower metric takes priority.

15
New cards

Hop

One step a data packet takes as it moves from one router, switch, or network node to the next.

16
New cards

Default Gateway

A conceptual path or IP address that tells a device how to exit its local network

17
New cards

Router

The physical or virtual hardware device that forwards data between networks using IP addresses.