Static Routing
Manual entry of routes into a routing table. Best for small, non-changing networks or a default route (0.0.0.0/0).
Dynamic Routing
Protocols that automatically discover and update routes based on network changes (e.g., OSPF, BGP).
BGP (Border Gateway Protocol)
An Exterior Gateway Protocol (EGP) used to route data between Autonomous Systems (the protocol of the Internet).
EIGRP
An advanced distance-vector (hybrid) protocol developed by Cisco; uses bandwidth and delay as metrics.
OSPF (Open Shortest Path First)
A link-state routing protocol that uses cost (based on bandwidth) to determine the best path; fast convergence.
Administrative Distance (AD)
A value used to rate the ‘trustworthiness’ of a route source. (Lower value = more trusted).
Prefix Length
The number of bits set in a subnet mask (e.g., /24); used by routers to find the ‘longest match’ for route selection.
Metric
A value assigned to a route (hop count, cost, etc.) to help a router choose the best path when multiple routes exist.
NAT (Network Address Translation)
Translates a private IP address to a public IP address to allow internet access.
PAT (Port Address Translation)
A type of NAT (NAT Overload) that allows multiple private IPs to share one public IP by assigning unique port numbers.
FHRP (First Hop Redundancy Protocol)
A class of protocols (like HSRP or VRRP) that provides a backup gateway by allowing multiple routers to share a single virtual IP.
Virtual IP (VIP)
An IP address not tied to a specific physical interface; used in FHRP or load balancing for redundancy.
Subinterfaces
Logical interfaces created on a single physical interface (Router-on-a-stick) to allow routing between multiple VLANs.