Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Oracle 1z0-1124-25 - Oracle Cloud Infrastructure 2025 Networking Professional

Page: 4 / 4
Total 120 questions

For a migration scenario where on-premises workloads need to access OCI Object Storage for large data transfers, and a dedicated, private connection is required, which OCI service best fulfills this need?

A.

Service Gateway via Site-to-Site VPN

B.

Internet Gateway with public IP addressing

C.

FastConnect Private Peering with a Service Gateway

D.

Dynamic Routing Gateway (DRG) with Internet Gateway

A company has deployed a VCN in OCI with multiple subnets. Security requirements dictate that instances in different subnets within the same VCN should not be able to directly communicate with each other unless explicitly permitted. You are tasked with implementing this policy. What is the most appropriate approach to meet this requirement?

A.

Remove the default route rule in the VCN's route table that allows traffic between subnets.

B.

Create separate VCNs for each subnet.

C.

Configure network security groups (NSGs) for each subnet, defining strict ingress and egress rules that only allow the necessary traffic.

D.

Configure a stateful firewall in front of the VCN and configure the rules to deny inter-subnet traffic.

You are designing a hybrid cloud architecture connecting your on-premises network to OCI. You have established a Site-to-Site VPN between your on-premises network and an OCI DRG. You have two VCNs attached to the DRG: VCN-A (10.0.0.0/16) and VCN-B (10.1.0.0/16). You need to ensure that only VCN-A can communicate with the on-premises network (192.168.1.0/24), while VCN-B should remain isolated. What is the MOST effective and secure method to achieve this connectivity requirement using DRG route tables?

A.

Create a single DRG route table. Add a route rule to the DRG route table for 192.168.1.0/24 pointing to the VPN attachment. Associate this route table with both the VCN-A and VCN-B attachments. Implement Network Security Groups (NSGs) on VCN-B to block all traffic to and from 192.168.1.0/24.

B.

Create a single DRG route table. Add a route rule to the DRG route table for 192.168.1.0/24 pointing to the VPN attachment. Associate this route table with the VCN-A attachment. Associate a default DRG route table that contains no routes for the VPN attachment with the VCN-Battachment.

C.

Create two DRG route tables: DRG-RT-A and DRG-RT-B. In DRG-RT-A, add a route rule for 192.168.1.0/24 pointing to the VPN attachment. Associate DRG-RT-A with the VCN-A attachment. In DRG-RT-B, add a route rule for 192.168.1.0/24 pointing to the VPN attachment and associate DRG-RT-B with the VCN-B attachment. Then, use security lists to block all traffic between VCN-B and the on-premises network.

D.

Create two DRG route tables: DRG-RT-A and DRG-RT-B. In DRG-RT-A, add a route rule for 192.168.1.0/24 pointing to the VPN attachment. Associate DRG-RT-A with the VCN-A attachment. Associate DRG-RT-B (containing no routes for 192.168.1.0/24) with the VCN-B attachment.

You are designing a highly available application that requires low latency communication between OCI regions. You have two VCNs, VCN-A in Region 1 and VCN-B in Region 2. These VCNs have non-overlapping CIDR blocks and you want to establish a private, direct connection between them for optimal performance. Which of the following steps are necessary to establish this cross-region connectivity using the native OCI networking capabilities?

A.

Create a Remote Peering Connection (RPC) in each VCN, establish the peering, and update the route tables in each VCN to route traffic to the peer VCN’s CIDR block through the RPC.

B.

Configure an IPSec VPN tunnel between the VCNs and update the route tables in each VCN to route traffic to the peer VCN’s CIDR block through the IPSec VPN tunnel.

C.

Create a Service Gateway in each VCN, and configure a Dynamic Routing Gateway (DRG) toroute traffic between the Service Gateways.

D.

Create a NAT Gateway in each VCN and configure route rules to route traffic to the other NAT Gateway’s public IP address.

In a hybrid cloud migration, which OCI component is essential for dynamically routing traffic between on-premises networks and OCI Virtual Cloud Networks (VCNs), facilitating seamless communication?

A.

Internet Gateway

B.

Dynamic Routing Gateway (DRG)

C.

Service Gateway

D.

Local Peering Gateway (LPG)

Your security team has mandated that all traffic to Oracle Cloud Infrastructure Object Storage must be encrypted end-to-end and must not be routed over the public internet. You are designing asolution where compute instances within a private subnet will frequently upload and download data from Object Storage. Which of the following options provides the most secure and compliant solution?

A.

Configure a Service Gateway to Object Storage and enable encryption at rest on the Object Storage bucket.

B.

Configure a NAT Gateway for the instances and enable encryption in transit using HTTPS for all Object Storage API calls.

C.

Configure a Service Gateway to Object Storage and ensure all API calls to Object Storage are made over HTTPS.

D.

Configure a Private Endpoint to Object Storage and ensure all API calls to Object Storage are made over HTTPS.