OCI: Gateway Types and Network Routing Fundamentals Part-4
When working with Oracle Cloud Infrastructure (OCI), understanding the different types of gateways is essential for designing secure and efficient network connectivity. In this article, I will explain Internet Gateway, NAT Gateway, Service Gateway, and Dynamic Routing Gateway (DRG) in simple terms. Internet Gateway (IGW) An Internet Gateway (IGW) is an optional gateway that can be attached to a Virtual Cloud Network (VCN) to enable direct connectivity between the VCN and the internet. The Internet Gateway supports both inbound and outbound internet traffic. By default, a compute instance deployed in a public subnet cannot access the internet unless: An Internet Gateway is created and attached to the VCN. The route table is configured to direct internet traffic through the Internet Gateway. The instance has a public IP address assigned. Oracle manages the availability, redundancy, and maintenance of the Internet Gateway internally. Key Points Used p...