IP Routing and Dynamic Routing Protocols Lecture Notes

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

1/24

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering IP routing types (Static, Default, Dynamic), major routing protocols (RIP, OSPF, IS-IS), and their specific terminologies and mechanisms.

Last updated 2:53 PM on 6/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Static Routes

Routes that are manually configured by network administrators, have low system requirements, and apply to simple, stable, and small networks.

2
New cards

Default Routes

Used only when packets to be forwarded do not match any routing entry in an IP routing table; it is the route to network 0.0.0.00.0.0.0 with the mask 0.0.0.00.0.0.0.

3
New cards

Dynamic Routing Protocols

Protocols that automatically discover and generate routes, and update them when the topology changes, reducing the workload of network administrators in large networks.

4
New cards

Autonomous Systems (AS)

A collection of networks and subnetworks that is independent of another, can have its own routing algorithm, and can be managed independently.

5
New cards

Interior Gateway Protocol (IGP)

A routing protocol meant to dynamically route data across a network that is fully controlled and maintained by the administrator, such as RIP, OSPF, or IS-IS.

6
New cards

Exterior Gateway Protocol (EGP)

Routing protocols used to exchange routes between distinctly separate networks that an administrator has no control over, with BGP being the most common example.

7
New cards

Least-cost path

A routing algorithm objective that finds a path between the source and destination with the minimum cost.

8
New cards

Shortest path

A routing algorithm objective where the path has the smallest number of links between the source and destination.

9
New cards

Distance-Vector Routing Protocol

A type of routing where all routers send their routing tables only to their neighboring routers periodically to learn routes and update their own tables.

10
New cards

Routing Information Protocol (RIP)

A distance-vector IGP that uses a hop count as the route cost, has a preference of 100100, and is designed for networks with a maximum of 1515 hops.

11
New cards

Hop count

The number of routers through which a packet passes to reach its destination, used by RIP as its routing metric.

12
New cards

Link-State Routing Protocol

A type of routing where each router sends the state of its own interfaces to all other routers only when there is a change to report, using the information to recalculate best paths.

13
New cards

Link-State Advertisement (LSA)

An OSPF data packet containing link-state and routing information that is shared with other routers.

14
New cards

Link-State Database (LSDB)

A collection of all LS PDUs originated from the area's routers; two routers interfacing the same area must have identical LSDBs.

15
New cards

Shortest Path First (SPF) Algorithm

An algorithm used by routers to calculate a loop-free tree with itself as the root and the shortest path to each corner of a network based on LSDB information.

16
New cards

Open Shortest Path First (OSPF)

A link-state routing protocol developed by the IETF in 19881988 capable of quickly detecting topological changes and establishing loop-free routes using costs as metrics.

17
New cards

HELLO packet

A special data packet sent periodically from an OSPF router to establish and confirm network adjacency relationships to other routers.

18
New cards

IS-IS (Intermediate System-to-Intermediate System)

A link-state protocol that uses Dijkstra’s algorithm to find the best path, exchanges link-state packets, and forms neighbor adjacencies.

19
New cards

Intermediate System (IS)

The ISO name for a router in the context of IS-IS terminology.

20
New cards

End System (ES)

The ISO name for a device on the network, such as a server or workstation, known as hosts.

21
New cards

NSAP (Network Service Access Point)

A Layer-33 address for CLNS packets used in IS-IS for communication, functioning similarly to an IP address.

22
New cards

Level 1 Router (IS-IS)

A router in a normal area that does not connect to another area and only shares routing information with other Level 11 routers.

23
New cards

Level 2 Router (IS-IS)

A backbone router that does not connect to other areas, only shares information with other Level 22 routers, and tracks routing between areas.

24
New cards

Level 1-2 Router (IS-IS)

A router in a normal or backbone area that connects different areas together and takes part in both Level 11 and Level 22 routing.

25
New cards

Route Leaking

A technique in IS-IS used to optimize routing by leaking routes from the Level 22 database into the Level 11 database to prevent suboptimal routing outside the area.