Routing Basics

How data moves between different networks


+ What is Routing?

Routing is the process of selecting the best path for data to travel from one network to another using routers.

+ Why do we need Routing?
  • Connect different networks
  • Enable Internet access
  • Control traffic flow
  • Improve scalability
+ What is a Router?

A router is a Layer 3 device that forwards packets based on destination IP addresses.

+ What is a Routing Table?

A routing table contains information about destination networks and the next hop used to reach them.

+ Static Routing

Static routes are manually configured routes. They are simple but not scalable for large networks.

+ Dynamic Routing (Overview)

Dynamic routing uses routing protocols to automatically learn and update routes when network changes occur.