Oracle Cloud Infrastructure 2019 Developer Associate — Question 94
You have five different company locations spread across the US. For a proof-of-concept (POC) you need to setup secure and encrypted connectivity to your workloads running in a single virtual cloud network (VCN) in the Oracle Cloud Infrastructure Ashburn region from all company locations.
What would meet this requirement?
Answer options
- A. Create five internet gateways in your VCN and have separate route table for each internet gateway.
- B. Create five virtual circuits using FastConnect for each company location and terminate those connections on a single dynamic routing gateway (DRG). Attach that DRG to your VCN.
- C. Create five IPsec connections with each company location and terminate those connections on a single DRG. Attach that DRG to your VCN.
- D. Create five IPsec VPN connections with each company location and terminate those connections on five separate DRGs. Attach those DRGs to your VCN.
Correct answer: C
Explanation
The correct answer is C because establishing five IPsec connections allows for secure and encrypted connectivity from each location to a single dynamic routing gateway, simplifying management and ensuring security. Option A does not provide encryption, while option B uses FastConnect, which is not necessary for this requirement. Option D complicates the setup by using multiple DRGs, which isn't needed for this scenario.