Week 4- Static Routing vs Dynamic Routing Protocols
Static routing and dynamic routing are two fundamental methods used to manage the paths that data packets take through a network. Each has its own advantages and disadvantages, and the choice between them depends on the specific needs of a network. Here’s a comparison of the two: Static Routing: Definition: Static routing involves manually configuring routes in a router’s routing table. Once set, these routes do not change unless manually updated by a network administrator. Advantages: 1. Simplicity: Easy to configure for small networks where routes are not likely to change frequently. 2. Predictability: Since routes are manually configured, network administrators have complete control over the traffic paths. 3. Low Overhead: Does not require any additional processing to discover routes, resulting in lower CPU and memory usage on routers. 4. Security: Less susceptible to routing attacks since routes are predefined and do not change without manual intervention. Disadvan...