Complete the sentence to describe the main metric used by RIP.
RIP uses [1] as the metric to determine the best path to a destination.
RIP uses hop count as its metric, which counts the number of routers a packet passes through.
Complete the sentence to explain how often RIP routers send updates.
RIP routers send their routing updates every [1] seconds to share their routing tables.RIP routers multicast their routing tables every 30 seconds to keep routes updated.
Fix the error in the statement about RIP's maximum hop count.
The maximum hop count allowed in RIP is [1]; any route with a higher count is considered unreachable.
RIP considers a hop count of 16 as unreachable, so the maximum valid hop count is 15.
Fill both blanks to complete the description of RIP's routing update method.
RIP uses [1] routing and sends updates to [2] addresses.
RIP is a distance vector routing protocol and sends updates using multicast addresses to reduce unnecessary traffic.
Fill all three blanks to complete the RIP route update rule.
A router updates its routing table if it receives a route with a [1] hop count, the route is [2] than the current one, and the route comes from a [3] neighbor.
RIP updates routes when it receives a route with a lower hop count, meaning a better route, and the route is from a direct neighbor.