A set of rules (called routes) that determine where network traffic from subnets or gateways is directed. Each route specifies a destination (IP range) and a target (gateway, network interface, or connection). Available as AWS VPC Route Tables, Azure Route Tables (UDR), GCP VPC Routes, and OCI VCN Route Tables. Like a road sign system that tells cars which highway exit to take based on their destination.
A VPC route table sends internet-bound traffic (0.0.0.0/0) to an Internet Gateway for public subnets, while a separate route table sends the same traffic to a NAT Gateway for private subnets.