Complete the sentence to describe static routing.
Static routing requires manual configuration of [1] on each router.Static routing means manually setting up routes on routers. These routes tell the router where to send packets.
Complete the sentence to explain dynamic routing.
Dynamic routing protocols automatically [1] routes between routers.Dynamic routing protocols find and share routes automatically without manual setup.
Fix the error in the statement about static routing.
Static routing automatically adjusts to network changes using [1] protocols.Static routing does NOT adjust automatically. Dynamic routing uses protocols to adjust routes.
Fill both blanks to complete the comparison between static and dynamic routing.
Static routing is [1] and requires [2] configuration.
Static routing is manual and requires complex configuration because each route must be set by hand.
Fill all three blanks to complete the dictionary comprehension about routing types.
routing_info = { [1]: [2] for [3] in ['static', 'dynamic'] }This comprehension creates a dictionary where keys are route types and values describe the type.