Routing Tables
Routing Tables → Lists of known network paths stored on devices, showing destination networks and the next hop to reach them.
Static Routing
Static Routing → Manually configured routes with advantages of predictability and low overhead but disadvantages of poor scalability and no automatic failover.
Dynamic Routing
Dynamic Routing → Routers automatically learn and adjust routes, offering scalability and fault tolerance but more CPU use and potential instability.
Dynamic Routing Protocols
Dynamic Routing Protocols → Software protocols that share route information between routers, such as EIGRP, OSPF, BGP, and RIP.
EIGRP
Enhanced Interior Gateway Routing Protocol → A Cisco-proprietary hybrid routing protocol used within an autonomous system for fast convergence.
OSPF
Open Shortest Path First → A link-state routing protocol used within a single autonomous system (AS) for efficient internal route management.
BGP
Border Gateway Protocol → A path-vector routing protocol used to connect different autonomous systems on the internet, often called the “three-napkin protocol.”
RIPv1
Routing Information Protocol version 1 → A distance-vector routing protocol that uses hop count as its metric and does not support VLSM.
RIPv2
Routing Information Protocol version 2 → An improved version of RIP supporting VLSM and authentication while still limited by a 15-hop maximum.
Prefix Lengths
Prefix Lengths → Indicate how many bits identify the network portion of an address; routes become more specific as the prefix increases (e.g., /24 more specific than /16).
Administrative Distance in Routing
Administrative Distance → The trustworthiness of a route; lower values are preferred. Local = 0, Static = 1, EIGRP = 90, OSPF = 110, RIP = 120, DHCP Default = 254, Unknown = 255.
Routing Metrics
Routing Metrics → Values such as hop count, bandwidth, delay, and cost used by routing protocols to choose the best path.
FHRP
First Hop Redundancy Protocol → Provides automatic failover for default gateway redundancy, ensuring continuous availability if one router fails.
VIP
Virtual IP Address → A shared IP assigned to multiple devices for redundancy or load balancing, often used with FHRP.
Subinterfaces
Subinterfaces → Logical interfaces on a single physical port, commonly used for VLAN trunking to allow multiple VLANs to share one interface.