Static and Dynamic Routing (original) (raw)

Last Updated : 26 Mar, 2026

Routing controls how data packets move from source to destination, ensuring efficient and reliable delivery. It can be done in the following two ways, static and dynamic routing.

1. Static Routing

Static Routing is also known as non-adaptive routing, which doesn't change the routing table unless the network administrator changes or modifies it manually.

Advantages

Disadvantage

**2. Dynamic Routing

This routing is also known as adaptive routing, which automatically updates the routing table whenever there is a change in the network topology.

Advantages

Disadvantages

**Static vs Dynamic Routing

Static Routing Dynamic Routing
Routes are manually configured by the administrator Routes are automatically updated based on network changes
Does not use routing algorithms Uses routing protocols and algorithms
More secure (no automatic updates) Less secure if not properly configured
Suitable for small networks Suitable for large and complex networks
Requires less bandwidth and resources Requires more bandwidth and processing power
No automatic rerouting on failure Automatically adapts to network failures
Also known as non-adaptive routing Also known as adaptive routing