IP Routing Flashcards
Address Resolution Protocol (ARP)
A procedure for mapping an IP address to a physical MAC address in a local area network (LAN). ARP uses broadcast messages to query unknown addresses, using the information to build the ARP Table.
Address Resolution Protocol (ARP) Table
A table kept on a router that contains lists of IP-to-MAC address mappings, providing Layer 3 to Layer 2 address resolution.
Administrative Distance (AD)
A feature that routers use in order to select the best path for traffic when there are two or more routes to the same destination. The router will choose the route with the lowest administrative distance (AD) when multiple paths are possible.
(OSPF) Area
A grouping of router interfaces participating in OSPF that share a common view of the area, used to map out the topology. This information is stored in each router’s OSPF Link State Database (LSDB)
Area Border Router (ABR)
A router with at least two interfaces participating in OSPF that connect to different areas.
Autonomous System (AS)
A network or group of networks that are within a single routing domain.
Connected Route
A route that is physically connected to an interface on a router. Directly connected routes have an administrative distance (AD) of 0.
Default Gateway
The router in a local area network (LAN) used to forward all traffic that is not addressed to a node within the local subnet.
Dijkstra Algorithm
The mathematical algorithm used by OSPF to calculate the shortest path between two networks by considering the cost of each link in the area, along with the topology of the area.
Distance-Vector
A category of routing protocols in which each router computes the distance between itself and each of its immediate neighbors.
Distance-Vector Protocol
A routing protocol that utilizes distance to decide the best packet forwarding path. Examples include Routing Information Protocol (RIP) and Enhanced Interior Gateway Routing Protocol (EIGRP).
Exterior Gateway Protocol (EGP)
A routing protocol used to route between Autonomous Systems (AS), such as Border Gateway Protocol (BGP)
Floating Static Route
Static routes that have an administrative distance (AD) manually configured greater than the default value of 1, which can be used to provide a backup link for an existing route.
Hop Count
The number of devices data must travel through between the source and destination.
Interior Gateway Protocol (IGP)
A routing protocol used to route inside an Autonomous System (AS), such as EIGRP or OSPF.
Link State Acknowledgement (LSAck)
Used by a router to confirm it received a Link State Update (LSU).
Link State Advertisement (LSA)
Information a router sends and receives about network reachability, used to construct a router’s Link State Database.
Link State Database (LSDB)
Used by OSPF to store information about the current network topology, which is build using Link State Advertisements (LSAs).
Link State Request (LSR)
Used by a router to request specific Link State Advertisement (LSA) information from a neighbor.
Link State Update (LSU)
A packet that carries Link State Advertisement (LSA) information.
Link-State
A category of routing protocols in which each router shared knowledge of its neighbors with every other router in the network.
Link-State Protocol
A routing protocol build around the Dijkstra algorithm, used to determine the shortest packet forwarding path between two points. Open Shortest Path First (OSPF) is the most popular example of this in use today.
OSPF Adjacency
An OSPF adjacency is formed two neighbor routers exchange Link State Updates (LSUs) and Database Description (DD) packets so that both routers have identical knowledge of the network.
OSPF Backbone Area (Area 0)
The core of an OSPF network to which all other OSPF areas are connected. All routing between areas is distributed through the backbone area.