Compared with dynamic routes, what are two advantages of using static routes on a router? (Choose two.)
- They automatically switch the path to the destination network when the topology changes.
- They improve the efficiency of discovering neighboring networks.
- They use fewer router resources.
- They improve network security.
- They take less time to converge when the network topology changes.
-
Answers Explanation & Hints: The two advantages of using static routes on a router compared to dynamic routes are:
- They use fewer router resources: Static routes are manually configured by the network administrator and are not automatically updated, which means they use fewer router resources like CPU and memory.
- They improve network security: Static routes do not rely on routing protocols, which means they are not vulnerable to certain types of attacks that can be used to compromise dynamic routing protocols.
The other options mentioned in the question are not advantages of using static routes. Static routes do not automatically switch the path to the destination network when the topology changes, do not improve the efficiency of discovering neighboring networks, and do not take less time to converge when the network topology changes. In fact, static routes can be disadvantageous in dynamic network environments where topology changes are frequent because they do not automatically adapt to changes in the network.