- Static routes define explicit paths between routers but must be manually reconfigured when network changes occur, unlike dynamic routes. They use less bandwidth than dynamic routes and do not use CPU cycles for route calculations.
- There are four types of static routes: directly connected, next hop, fully specified, and default. Directly connected only requires the output interface, while next hop specifies the next hop router. Fully specified defines both the output interface and next hop router. The default route is used when no other routes match.
- Static routes can be summarized into a single route when destinations are contiguous and use the same exit point. Floating static routes back up dynamic routes but have a higher administrative distance so are lower priority.