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.