Which statement best describes the difference in configuration effort between static and dynamic routing?
Think about which routing type adapts to network changes without manual intervention.
Static routing needs manual configuration for every route and does not change unless manually updated. Dynamic routing protocols automatically discover and adjust routes as the network changes.
How do static and dynamic routing differ in updating their routing tables?
Consider which routing type relies on protocols to learn about network changes.
Static routing tables remain fixed until manually changed by an administrator. Dynamic routing tables are updated automatically by routing protocols that share network information.
Which routing method is generally more suitable for large, complex networks and why?
Think about how networks change and grow over time and which routing type handles that best.
Dynamic routing protocols automatically adjust to network topology changes, making them better suited for large and complex networks. Static routing is less flexible and requires manual updates, which is impractical at scale.
How does static routing compare to dynamic routing in terms of network traffic generated for route maintenance?
Consider whether routing updates are sent automatically or only manually configured.
Static routing does not send routing updates over the network, so it generates no extra traffic. Dynamic routing protocols send periodic or triggered updates to maintain accurate routing tables, generating additional network traffic.
A small office network has a few routers and rarely changes its network layout. Which routing method is most appropriate and why?
Think about the trade-off between configuration effort and network stability.
For small, stable networks, static routing is preferred because it is straightforward to set up and maintain. Dynamic routing adds unnecessary complexity and overhead in such environments.