Route Table

Definition

A set of rules (called routes) that determine where network traffic from subnets or gateways is directed, optimizing data flow and routing.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between a Route Table and a security group (or firewall)?
A route table decides where traffic goes (the next hop) based on destination IP ranges. A security group/firewall decides whether traffic is allowed or denied. Routing is about path selection; security rules are about permission.
When should I use a Route Table?
Use route tables whenever you need to control traffic paths, such as: making a subnet public (send 0.0.0.0/0 to an Internet Gateway), keeping a subnet private (send 0.0.0.0/0 to a NAT device), forcing traffic through a firewall/NVA, connecting to on-prem networks via VPN/Direct Connect/Interconnect, or steering traffic to peered networks and service endpoints.
How much does a Route Table cost?
Route tables/routes are typically not billed as a standalone item in major clouds, but the targets they point to can cost money. Common cost drivers include NAT Gateways/NAT instances, VPN gateways, interconnect/direct connect circuits, network virtual appliances, and data transfer/egress charges. Always check the pricing for the specific next-hop service and for data processing/egress in your region.

Category: networking

Difficulty: intermediate

Related Terms

See Also