An organization has decided to implement a multicloud solution by using Microsoft Azure for their frontend data analytics applications and Oracle Cloud Infrastructure (OCI) for their backend Oracle Autonomous Data Warehouse. In this scenario, how can the organization ensure secure and low la-tency data transfer between the frontend applications and the backend data warehouse?
In the question, frontend is in Azure and backend is in OCI. And the keywords are SECURE and LOW LATENCY data transfer.
Use public internet connections to transfer data between Azure and OCI, encrypting the data in transit - INCORRECT as this option won't provide LOW LATENCY data transfer (as it is us-ing public internet).
Leverage a VPN Gateway to create an encrypted tunnel between Azure and OCI for secure data transfer - INCORRECT as Site-to-Site VPN Connection won't provide LOW LATENCY data transfer as the connection traverses through public internet.
Implement a hybrid cloud approach by integrating on-premises infrastructure with both Azure and OCI - INCORRECT as there is no mention of on-premises environment in the question. This option is irrelevant here.
Establish a dedicated, private connection between Azure and OCI using Azure ExpressRoute and Oracle FastConnect - CORRECT as it provides a direct Interconnect between OCI and Microsoft Azure which in turn provides <2ms latency for superior multicloud network performance.
Currently there are no comments in this discussion, be the first to comment!