Problem Statement
Explain the difference between static and dynamic routing.
Explanation
Static routing uses manually configured routes by network administrators. It’s simple, predictable, and secure but lacks adaptability—changes require manual updates. Dynamic routing automatically updates routes using algorithms like RIP or OSPF. It’s scalable and fault-tolerant but requires more processing and introduces slight overhead. In interviews, show you understand trade-offs between control and flexibility.