1. Oracle Cloud Infrastructure Documentation
"VCN Route Tables": "For a given subnet
you use its route table to control how traffic flows from the subnet to destinations outside the VCN. The VCN's virtual router uses the rules in the table to route the traffic." (This directly supports the correct answer C).
2. Oracle Cloud Infrastructure Documentation
"Overview of Networking": "Route tables: Virtual route tables for your VCN. They have rules to route traffic from subnets to destinations outside the VCN (for example
to the internet
to your on-premises network
or to a peered VCN)." (This further reinforces answer C).
3. Oracle Cloud Infrastructure Documentation
"Security Lists": "Security lists act as virtual firewalls for your compute instances... A security list consists of a set of ingress and egress security rules that specify the types of traffic (protocol and port) allowed in and out." (This clarifies the function described in incorrect option D).
4. Oracle Cloud Infrastructure Documentation
"Internet Gateway" and "Dynamic Routing Gateway (DRG)": These documents define Internet Gateways and DRGs as the specific virtual router components that provide connectivity to the internet and on-premises networks
respectively
distinguishing their roles from that of a route table. (This supports why options A and B are incorrect).