Which four of the following statements about IPv4 static routing are true? (Choose all that apply. There are four correct answers.)
Why this answer
A default static route with destination 0.0.0.0/0 matches all packets when no more specific route exists, acting as a gateway of last resort. A floating static route uses a higher administrative distance (e.g., 150) than the dynamic protocol's default (e.g., 110 for OSPF), so it only appears in the routing table if the dynamic route fails. A fully specified static route includes both the exit interface and next-hop IP, eliminating recursive lookups.
A recursive static route specifies only the next-hop IP, forcing the router to perform multiple routing table lookups to find the exit interface.
Exam trap
Cisco often tests the distinction between recursive and fully specified static routes, tricking candidates into thinking that a next-hop-only route uses ARP directly, when in fact it requires a recursive lookup first.