VCN connectivity can be achieved through gateways:
- Internet Gateway for egress to and ingress from the Internet to a public subnet
- NAT Gateway for egress to the Intermet from a private subnet
- Local Peering Gateway routes traffic between non-overlapping subnets in different VCNs in the same region.
- Dynamic Routing Gateway routes traffic between non-overlapping subnets in different VCNs in the same or different regions, or between customer premise equipment (CPE).
VCN can be connected to another VCN in the same region (local peering) and different region (remote peering). Remote peering is done through DRG. Local peering can be done in one of two (2) ways:
- LPG: Local Peering Gateways
- DRG: Dynamic Routing Gateway
VCN can also be connected to the on-premises network through one (1) of three (3) options:
- Public Internet
- using IG or NATGW
- mainly for proof-of-concept
- Site-to-site VPN
- IPSec over Internet
- no guarantee in service quality
- Free service
- Fastconnect
- dedicated connection with low latency and high bandwidth up to 100 GB/sec
- No egress fees
- Only pay for hourly port charges
Cloud Connectivity Option | Considerations |
---|---|
Fastconnect | Higher data throughput, lower latency, consistent performance Network costs may be higher than Internet costs |
Site-to-Site VPN | Added layer of tunneled encryption to Internet connections; recommended for Proofs of Concepts Best effort performance |
Public Internet | Best effort performance Suited ofr SaaS applications and consumer/SMB use |