Summer Sale- Special Discount Limited Time 65% Offer - Ends in 1d 18h 27m 21s - Coupon code: netdisc

Oracle 1z0-1124-25 Oracle Cloud Infrastructure 2025 Networking Professional Exam Practice Test

Page: 1 / 12
Total 120 questions

Oracle Cloud Infrastructure 2025 Networking Professional Questions and Answers

Question 1

You have successfully enabled DNSSEC on your OCI DNS zone and provided the DS record to your domain registrar. However, when you test your DNS configuration using online DNSSEC validation tools, you are still seeing errors indicating that DNSSEC validation is failing. What is the most likely reason for this failure?

Options:

A.

The Time To Live (TTL) value for your DNS records is too low, causing validation errors.

B.

The domain registrar has not yet published the DS record in the parent zone, preventing the chain of trust from being established.

C.

The OCI DNS resolver is not configured to validate DNSSEC signatures.

D.

The DNSSEC algorithm used by OCI DNS is not supported by the validation tools.

Question 2

As a network security engineer, you are tasked with designing a highly secure architecture for a financial application running on OCI. You have deployed a Network Firewall to protect the application’s VCN. Due to regulatory compliance requirements, you need to ensure that no direct internet access is allowed to any compute instance within the application’s private subnet, even if it is misconfigured. You need to block all outbound traffic to the internet. Which Network Firewall rule action best accomplishes this goal?

Options:

A.

ALLOW with Destination IP address set to 0.0.0.0/0.

B.

DROP with Destination IP address set to the NAT Gateway IP address.

C.

REJECT with Destination IP address set to 0.0.0.0/0.

D.

ALLOW with Destination IP address set to the Service Gateway IP address.

Question 3

You are deploying a three-tier web application using Infrastructure as Code (IaC) and Oracle Kubernetes Engine (OKE) within a single VCN. The application consists of a public-facing web tier (running in OKE), an application tier, and a database tier. You want to ensure that only the web tier can access the application tier, and only the application tier can access the database tier. You are leveraging Network Security Groups (NSGs) for granular access control. Your IaC code successfully creates all the components, but you are experiencing connectivity issues. Specifically, Pods in the web tier cannot reach the application tier. Reviewing your IaC configuration, you realize the NSG assignments for the OKE cluster's node pool are misconfigured. Which of the following NSG configuration errors would most likely cause this connectivity issue?

Options:

A.

The NSG associated with the OKE node pool (web tier) allows ingress traffic from 0.0.0.0/0 on port 80, but egress traffic to the application tier's NSG is missing a rule allowing TCP traffic on port 8080 (the port the application tier is listening on).

B.

The NSG associated with the OKE node pool (web tier) is missing an ingress rule allowing traffic from the VCN CIDR on port 443. This is causing a routing problem within the VCN.

C.

The NSG associated with the application tier allows ingress traffic from the VCN CIDR, but the NSG associated with the OKE node pool (web tier) has no ingress rules at all. Therefore, the OKE nodes are not reachable.

D.

The NSG associated with the OKE node pool (web tier) only allows egress traffic to the internet and does not have a rule permitting egress traffic to the application tier's NSG on the required port (8080).

Question 4

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?

Options:

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.

Question 5

In a Zero Trust network architecture, what is the primary purpose of implementing micro-segmentation within OCI VCNs?

Options:

A.

To increase network bandwidth.

B.

To reduce the number of required route tables.

C.

To limit the blast radius of potential security breaches.

D.

To simplify inter-region connectivity.

Question 6

You’re designing a multi-region deployment of your application on OCI. You want to use OCI’s global load balancing capabilities, but also require the WAF to protect against attacks close to the user. Which configuration provides the best balance between global load balancing and regional WAF protection?

Options:

A.

Use OCI Global Load Balancer (GLB) with a single regional WAF protecting the backend servers in one region.

B.

Use OCI GLB to distribute traffic to regional Load Balancers, each fronted by a regional WAF.

C.

Configure the WAF in front of the OCI GLB itself to inspect all traffic globally.

D.

Configure the OCI GLB to distribute traffic based on source IP address to specific regions, and enable WAF on the regional Load Balancer.

Question 7

Your company is migrating its on-premises data center to OCI. A critical security requirement is to maintain centralized logging and auditing of all network traffic traversing the OCI Network Firewall. You need to ensure that every session that passes through the firewall is logged and can be analyzed for security events. Which OCI service should you configure in conjunction with the Network Firewall to achieve this centralized logging?

Options:

A.

OCI Audit Service.

B.

OCI Logging Analytics.

C.

OCI Service Connector Hub with OCI Logging.

D.

OCI Cloud Guard.

Question 8

A development team has deployed a three-tier application in an OCI VCN. The application consists of a public-facing web tier, an application tier, and a database tier. The team reports that the web tier instances can communicate with the application tier instances, but the application tier instances cannot connect to the database tier instances. All security lists are configured to allow all traffic within the VCN. Which OCI Networking diagnostic tool would BEST help you quickly isolate the root cause of this connectivity issue?

Options:

A.

VCN Flow Logs

B.

Connection Diagnostics

C.

Network Firewall

D.

OCI Bastion

Question 9

You are working as an OCI Network Specialist. Your company is migrating its on-premises IPv6 network to OCI. As part of the migration, you need to enable communication between the on-premises network and a VCN in OCI using FastConnect. Your company utilizes global unicast IPv6 addresses on-premises and wants to continue utilizing those addresses in OCI. However, you have a restriction that compute instance traffic must be limited to IPv6 only. After assigning IPv6 addresses from the prefix to the instance, they cannot ping external IPv6 addresses. What configuration most likely addresses this issue?

Options:

A.

You can’t use your own IPv6 address space in OCI. You must use OCI’s provided ULA.

B.

Ensure that there are IPv6 default routes (::/0) pointing to a NAT Gateway in your VCN route tables.

C.

Ensure that there is an Internet Gateway (IGW) attached to the VCN with a default route (::/0) in your subnet route table.

D.

Ensure that there is a Service Gateway attached to the VCN with a default route (::/0) in your subnet route table.

Question 10

When using Service Connector Hub to route VCN Flow Logs to Object Storage for long-term analysis, which Service Connector Hub task type is essential for ensuring the logs are correctly processed and stored?

Options:

A.

Ingest Logs

B.

Process Logs

C.

Deliver Logs

D.

Transform Logs

Question 11

When applying Zero Trust principles to packet routing within OCI, what is the significance of using private endpoints instead of Service Gateways for accessing OCI services?

Options:

A.

Private endpoints eliminate the need for IAM policies.

B.

Private endpoints restrict access to specific instances of a service, enhancing security.

C.

Private endpoints automatically open all ports for service access.

D.

Private endpoints are only used for internet access.

Question 12

Which OCI service facilitates the creation of a private connection between two VCNs located in different tenancies, without traversing the public internet?

Options:

A.

Internet Gateway

B.

Service Gateway

C.

Remote Peering Connection (RPC)

D.

Dynamic Routing Gateway (DRG) with Local Peering Gateway (LPG)

Question 13

You are designing a backup solution in OCI. Compute instances in a private subnet need to back up data to OCI Object Storage. Security policy mandates that data transfer must not traverse the public internet. You need to choose the most secure and cost-effective method for accessing Object Storage. Which endpoint/gateway configuration should you implement?

Options:

A.

Configure an Internet Gateway and use public Object Storage endpoints.

B.

Configure a NAT Gateway and use public Object Storage endpoints with HTTPS enabled.

C.

Configure a Service Gateway with the Oracle Services Network service CIDR label for your region, and use regional Object Storage endpoints.

D.

Configure a Dynamic Routing Gateway (DRG) and FastConnect to a remote region and use public Object Storage endpoints.

Question 14

You are designing a multi-tier application within an OCI Virtual Cloud Network (VCN). The application comprises a public-facing web tier in one subnet, an application tier in another, and a database tier in a third. For security reasons, you want to ensure that only the application tier can initiate connections to the database tier. The web tier needs to be able to communicate with the application tier, but not directly with the database tier. You are using private IP addresses within your VCN. Which procedural step is MOST effective to achieve this network isolation?

Options:

A.

Create separate Network Security Groups (NSGs) for each tier and configure ingress and egress rules to restrict traffic accordingly. Configure the route table for the Web Tier subnet to route traffic destined for the Database Tier subnet through the Application Tier.

B.

Create a single Network Security Group (NSG) and associate it with all three subnets. Configure ingress and egress rules within the single NSG to restrict traffic accordingly.

C.

Create separate security lists for each subnet and configure ingress and egress rules to restrict traffic accordingly. Create appropriate route rules in each subnet’s route table.

D.

Create separate security lists for each subnet and configure ingress and egress rules to restrict traffic accordingly. Configure the route table for the Web Tier subnet to route traffic destined for the Database Tier subnet through the Application Tier.

Question 15

You are a Cloud Architect troubleshooting connectivity issues in your OCI environment. Your application servers, residing in private subnets within a VCN, need to access Object Storage within the same region to retrieve critical data. You have confirmed that there are no NSG rules blocking traffic between the subnets. However, the instances cannot access Object Storage. You have a Service Gateway configured, and route rules in the private subnets directing traffic for Oracle Services to the Service Gateway. What is the most likely cause of this issue?

Options:

A.

The Service Gateway is not configured with the correct service CIDR labels for Object Storage in the region.

B.

The Internet Gateway is disabled.

C.

The security list associated with the private subnet does not allow outbound traffic to all Oracle Services.

D.

The NAT Gateway is not configured correctly to access external services.

Question 16

Consider a scenario where you have several private subnets within your VCN, and instances in these subnets need to access different OCI Object Storage buckets across various compartments. How can you efficiently manage and secure private access to Object Storage for all these subnets while adhering to the principle of least privilege?

Options:

A.

Configure a single Internet Gateway and use IAM policies to control access at the bucket level.

B.

Deploy a single NAT Gateway and manage access using Network Security Groups (NSGs) for each subnet.

C.

Implement a Service Gateway within the VCN and utilize IAM policies and route tables to direct traffic to the appropriate Object Storage service endpoints.

D.

Create a Private Endpoint for each Object Storage bucket within each private subnet.

Question 17

You are designing a hybrid cloud environment where multiple VCNs in OCI need to communicate with your on-premises network. You are using a single Dynamic Routing Gateway (DRG) to connect to your on-premises network via FastConnect. You want to ensure that each VCN is isolated from the others and that traffic between VCNs must pass through your on-premises security appliances for inspection. How should you configure the DRG attachments and route tables to enforce this security policy?

Options:

A.

Attach all VCNs and the FastConnect to the DRG. Configure the DRG route table associated with each VCN attachment to route all traffic destined for other VCNs to the FastConnect attachment. Configure the FastConnect DRG route table to route traffic destined to each VCN to the corresponding VCN attachment.

B.

Attach all VCNs and the FastConnect to the DRG. Configure static routes on each VCN's route table pointing to the DRG for any subnet not within the VCN. Enable the "Transit Routing" feature on the DRG to allow inter-VCN communication.

C.

Attach each VCN directly to the FastConnect using IPSec VPN tunnels, bypassing the DRG entirely to ensure all traffic flows through the on-premises security appliances.

D.

Attach each VCN to the DRG using a Local Peering Gateway (LPG) and then attach one VCN to FastConnect. Configure routes so that traffic traverses from LPG to LPG through the on-premises network.

Question 18

Your organization is migrating a legacy application to OCI. This application relies on a specific IP address for its external communication, and you need to maintain this IP address during the migration. Which OCI Load Balancer feature or configuration can help you achieve this while ensuring high availability for the application?

Options:

A.

Using a private IP address for the load balancer and NAT Gateway for outbound traffic.

B.

Utilizing the Network Load Balancer (NLB) with its inherent ability to preserve client IP addresses.

C.

Configuring the Flexible Load Balancer with a reserved public IP address.

D.

Deploying multiple Flexible Load Balancers with different public IP addresses and using DNS round-robin.

Question 19

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?

Options:

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

Question 20

You are designing a VCN in OCI to host a multi-tenant SaaS application. Each tenant requires a separate and isolated network segment for security and regulatory compliance. You are using a large CIDR block for the VCN. What is the most efficient procedural method for achieving network segmentation and isolation for each tenant, considering IP address utilization and ease of management?

Options:

A.

Create a separate VCN for each tenant.

B.

Create a separate private subnet for each tenant within the same VCN, utilizing Network Security Groups (NSGs) and routing rules to enforce isolation.

C.

Create a separate compartment for each tenant and place all network resources within the tenant's compartment. Use NSGs and routing rules for isolation.

D.

Create a separate virtual machine (VM) for each tenant and rely on host-based firewalls for isolation.

Question 21

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?

Options:

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.

Question 22

Your organization is migrating workloads to a multicloud environment using OCI, AWS, and Azure. You have applications that require access to on-premises resources and must maintain high security standards. Which connectivity configuration would provide the MOST secure and reliable access while adhering to best practices for a hybrid multicloud architecture?

Options:

A.

Establishing IPSec VPN tunnels from the on-premises network directly to each cloud provider (OCI, AWS, and Azure), terminating on the respective cloud provider’s virtual network gateways

B.

Using public internet connectivity for all cloud providers and relying on application-level security measures

C.

Creating a private network connection to OCI using FastConnect, then extending the network to AWS and Azure using a software-defined WAN (SD-WAN) solution that supports end-to-end encryption and policy-based routing

D.

Connecting on-premises to OCI using FastConnect and building VPN tunnels from OCI to Azure and AWS

Question 23

You are using Terraform to deploy a multi-tier application architecture consisting of a public subnet hosting a load balancer, a private subnet hosting application servers, and another private subnet hosting a database. The Terraform code successfully creates all the required infrastructure, including route tables and security lists. However, after deployment, you realize that the load balancer cannot reach the application servers in the private subnet. You have verified that the load balancer is healthy and the application servers are running. What is the most likely cause of this connectivity problem?

Options:

A.

The security list associated with the application server subnet does not allow ingress traffic from the load balancer's IP address range.

B.

The route table associated with the application server subnet has a default route pointing to the Internet Gateway, which is incorrect for a private subnet.

C.

The Network Address Translation (NAT) Gateway is misconfigured, preventing the application servers from initiating connections back to the load balancer.

D.

The load balancer's security list is not configured to allow egress traffic to the application server subnet on the required ports (e.g., port 8080).

Question 24

A large financial institution is migrating its on-premises trading platform to OCI. The platform requires low latency and high bandwidth connectivity to the on-premises data center. You have established an Oracle Cloud Infrastructure FastConnect circuit. You now need to connect multiple VCNs in different regions to the on-premises data center via this FastConnect circuit, optimizing for cost and management overhead. Which DRG configuration would be the most efficient and recommended approach?

Options:

A.

Create a separate DRG in each region and attach each VCN to its regional DRG. Then, create a separate FastConnect attachment to each regional DRG. Finally, configure static routes on each DRG to direct traffic appropriately.

B.

Create a single DRG in one region and attach all VCNs in all regions to this single DRG using remote peering connections. Attach the FastConnect circuit to this single DRG. Configure static routes on the DRG to direct traffic to the appropriate VCNs.

C.

Create a single DRG in one region. Attach all VCNs in all regions to this single DRG using DRG attachments with remote peering. Attach the FastConnect circuit to the single DRG.

D.

Create a single DRG in one region and attach all VCNs in all regions to this single DRG using local peering gateways (LPGs). Attach the FastConnect circuit to this single DRG. Configure static routes on the DRG to direct traffic to the appropriate VCNs.

Question 25

You have deployed a distributed application across OCI and Azure. You have established the OCI-Azure Interconnect. You are experiencing packet loss and performance degradation when transmitting large volumes of data between the two cloud providers. You have verified that the network devices on both sides are correctly configured. Which is NOT a typical root cause to investigate when troubleshooting performance issues across the OCI-Azure Interconnect?

Options:

A.

Evaluate Network Security Groups (NSGs) and Security Lists on both OCI and Azure to verify that traffic is allowed between the necessary subnets and ports.

B.

Inspect routing tables on both OCI and Azure to confirm that routes are correctly configured to direct traffic across the interconnect.

C.

Review the pricing tiers in OCI to ensure that the current OCI Compute usage has not exceeded maximum bandwidth limits.

D.

Assess the MTU (Maximum Transmission Unit) size settings on both OCI and Azure VNICs to ensure that fragmentation is not occurring.

Question 26

Which aspect of OCI’s security framework is essential for continuous monitoring and verification of packet flows, a core requirement of Zero Trust Packet Routing?

Options:

A.

Static routing configurations

B.

Default security lists

C.

Flow logs and audit trails

D.

Public IP address assignments

Question 27

You are troubleshooting a network connectivity issue between a compute instance in a private subnet within your VCN and a service on the public internet using Cloud Shell. You suspect a problem with the network security group (NSG) rules associated with the instance's VNIC. Which Cloud Shell command and appropriate tool combination allows you to directly inspect the NSG configuration impacting the VNIC?

Options:

A.

oci network network-security-group get --nsg-id piped to grep

B.

oci compute instance get --instance-id piped to jq '.vnics[].nic_id | oci network vnic get --vnic-id .' piped to jq '.network_security_group_ids[] | oci network network-security-group get --nsg-id .'

C.

oci compute instance get --instance-id piped to grep NetworkSecurityGroupIds

D.

oci network vnic get --vnic-id piped to awk '/network_security_group_ids/ {print $2}' | xargs oci network network-security-group get --nsg-id

Question 28

Your company is deploying a high-throughput, low-latency financial application on OCI. This application relies on raw TCP connections and requires connection persistence to maintain session state. You anticipate extremely high traffic volume and need a load balancer that can handle millions of concurrent connections with minimal overhead. You also want to use private endpoints. Which OCI load balancing option provides the most appropriate solution to meet these stringent performance and security requirements?

Options:

A.

Regional Load Balancer with TCP load balancing and IP Hash Persistence

B.

Network Load Balancer with TCP load balancing and 5-Tuple Hash Persistence

C.

Global Load Balancer with TCP load balancing and Cookie-based Persistence

D.

Regional Load Balancer with HTTP load balancing and Source IP Hash Persistence

Question 29

You have configured DNSSEC for your domain hosted on OCI DNS. You understand the importance of regularly rotating your Key Signing Key (KSK) to maintain security best practices. Which of the following statements regarding KSK rotation in OCI DNS is TRUE?

Options:

A.

KSK rotation is a fully automated process managed by OCI DNS and requires no manual intervention.

B.

You must manually generate a new KSK and ZSK pair and upload them to OCI DNS to initiate a KSK rotation.

C.

KSK rotation in OCI DNS involves enabling a "KSK Rollover" feature, which automatically handles the key rotation process while minimizing disruption to DNS resolution.

D.

KSK rotation is not supported in OCI DNS; you must migrate your DNS zone to another provider if you require KSK rotation.

Question 30

You are designing a multi-tier application in OCI, deploying the application tier in a public subnet and the database tier in a private subnet within the same VCN. The application tier requires access to specific external internet resources for software updates and third-party API calls. However, the database tier should not have direct internet access. Which of the following is the most secure and efficient method to achieve this configuration?

Options:

A.

Configure a NAT Gateway for the private subnet and a Service Gateway for the public subnet.

B.

Configure a NAT Gateway for both the public and private subnets.

C.

Configure a NAT Gateway for the public subnet and a Service Gateway for the private subnet.

D.

Configure a NAT Gateway for the private subnet and an Internet Gateway for the public subnet.

Question 31

You are designing an OCI VCN for a new application with the following requirements: The application servers in a private subnet must be able to download software updates from public repositories on the internet; the application servers must NOT be directly accessible from the public internet; the application servers must also be able to access Oracle Cloud Infrastructure Registry (OCIR) within the same region to pull container images. Which combination of VCN Gateways BEST meets these requirements?

Options:

A.

Internet Gateway and Service Gateway

B.

NAT Gateway and Internet Gateway

C.

NAT Gateway and Service Gateway

D.

Dynamic Routing Gateway (DRG) and Internet Gateway

Question 32

You are designing a highly available web application in OCI. You’ve created a VCN with two public subnets across different Availability Domains (ADs). You need to enable IPv6 support for the application to cater to a growing number of IPv6-only clients. You plan to use a Load Balancer to distribute traffic to backend compute instances in the public subnets. Which of the following approaches ensures the highest level of resilience and IPv6 connectivity for your application?

Options:

A.

Configure the VCN with a /48 IPv6 ULA prefix. Configure the Load Balancer to listen on IPv4 only, and the compute instances to listen on both IPv4 and IPv6, relying on NAT for IPv6 clients.

B.

Configure the VCN with a /48 IPv6 ULA prefix. Configure the Load Balancer to listen on both IPv4 and IPv6 addresses. Ensure the backend compute instances also listen on both IPv4 and IPv6 addresses. Route traffic accordingly using NSGs.

C.

Configure the VCN with a public IPv6 CIDR block obtained from Oracle. Configure the Load Balancer to listen on IPv4 only, while backend compute instances listen on both IPv4 and IPv6, relying on NAT for IPv6 clients.

D.

Configure the VCN with a public IPv6 CIDR block obtained from Oracle. Configure the Load Balancer to listen on both IPv4 and IPv6 addresses. Ensure the backend compute instances also listen on both IPv4 and IPv6 addresses.

Question 33

You are setting up a FastConnect connection between your on-premises data center and OCI. You need to configure BGP to exchange routing information. You require OCI to always prefer the FastConnect path for traffic destined to your on-premises network, even if OCI learns about the same prefixes via the public internet. Which BGP attribute should you configure on the OCI side of the FastConnect connection to achieve this?

Options:

A.

Increase the Local Preference for routes learned via FastConnect.

B.

Decrease the AS Path length for routes learned via FastConnect.

C.

Advertise a more specific (longer prefix length) route via FastConnect.

D.

Configure MED to a lower value for routes advertised via FastConnect.

Question 34

Your company is migrating its publicly accessible website to OCI. You want to ensure the highest level of security and prevent DNS spoofing or cache poisoning attacks. You've decided to implement DNSSEC. Which of the following is the most important first step in enabling DNSSEC for your domain using OCI DNS?

Options:

A.

Create a Traffic Management Steering Policy with the "DNSSEC" option enabled.

B.

Generate a Key Signing Key (KSK) and a Zone Signing Key (ZSK) using a third-party tool and upload them to OCI DNS.

C.

Enable DNSSEC on the OCI DNS zone for your domain and obtain the Delegation Signer (DS) record from OCI DNS.

D.

Configure the OCI DNS resolver to validate all incoming DNS responses using DNSSEC.

Question 35

You are designing an OCI architecture where a custom application running on a compute instance in a private subnet needs to securely access an Oracle Integration Cloud (OIC) instance. The security policy mandates that all communication remains within the OCI network and avoids traversing the public internet. Which type of endpoint provides the most secure and direct connectivity for this scenario?

Options:

A.

Public Endpoint

B.

Service Gateway Endpoint

C.

Private Endpoint

D.

Regional Endpoint

Question 36

Your company requires a dedicated, high-bandwidth, and low-latency connection between your on-premises data center and your OCI tenancy. You need to connect to OCI in a region where Oracle is not directly present with a FastConnect location. You also want to leverage a third-party network provider for this connectivity. Which FastConnect connectivity model would be the most suitablefor your requirements?

Options:

A.

FastConnect Direct Cross-Connect

B.

FastConnect Partner

C.

FastConnect Hosted

D.

FastConnect Public Peering

Page: 1 / 12
Total 120 questions