Problem Statement
What does a default route (0.0.0.0/0) represent in a routing table?
Explanation
The default route serves as a catch-all path for packets that don’t match any specific route in the table. It’s typically used to send traffic toward the Internet through a default gateway.
