Quiz Module 9 Advanced Networking
Quiz Module 9 Advanced Networking
Question 1 of 14
1. Question
You are the Solutions Architect of a large company and are tasked with migrating all your
services to Oracle Cloud Infrastructure. As part of this, you first design a Virtual Cloud Network
(VCN) with a public subnet and a private subnet. Then in order to provide Internet connectivity
to the instances in your private subnet, you create an Oracle Linux instance in your public subnet
and configure NAT on it. However, even after adding all related security list rules and routes in
the Route Table, your private subnet instances still cannot connect to the Internet.
o 1. There is no way that a private subnet can connect to the Internet.
o 2. Create a Dynamic Routing Gateway (DRG) and route your private IP
traffic to the DRG.
Explanation: 1 is wrong as private subnet can connect to Internet using NAT Instance in Public
Subnet
2 is wrong as DRG is to connect to On-Premise or other VCN, IGW (Internet Gateway is used to
connect to Internet)
4 is correct answer because: By Default, every VNIC performs the source/destination check
listed on header of network packet. If VNIC is not the source or destination then packet is
dropped
Course Progress
71% Complete
Question 2 of 14
2. Question
Which two are required to create on IPSec VPN connection?
Explanation:
https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/settingupIPsec.htm
#example_poc
Question 3 of 14
3. Question
For a compute instance that is launched in a private subnet in a Virtual Cloud
Network (VCN), which action needs to be performed to connect to the
Internet, assuming that the required security list is properly set up?
Question 4 of 14
4. Question
Which two use Oracle dynamic routing gateway (DRG) for connectivity?
Local VCN peering dosent need DRG. Remote Peering (RPC) is via DRG
only. So A is correct and IPSec VPN is also via DRG.
Fast Connect Public Peering is over the Internet but on the Private Channel
and dosent require DRG.
Reference: https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managi
ngDRGs.htm
Question 5 of 14
5. Question
You have an external facing web server running in the Oracle Cloud
Infrastructure (OCI) London region. You are notified that customers in
North America and Australia are facing high latency while connecting to
your web server.
Which services are available on OCI that can help you get current
latency statistics to your web server from these markets?
1. Use DNS Zone Management service to check latency over that
connection
2. Setup an IPsec VPN with customers in those markets and check
latency over that connection
3. Use the Internet Intelligence tool. Run tests using the web
server’s public IP address review Trace route details from different
vantage points
4. Setup a FastConnect with customers in those markets and check
latency over that connection
Correct
Ans.3
Question 6 of 14
6. Question
You are designing a high bandwidth, a redundant connection between
your data center and Oracle Cloud Infrastructure (OCI). While
researching for OCI FastConnect locations, you notice that you are co-
located with Oracle at one of the Oracle FastConnect locations in the
Ashburn region. What is the recommended design in this scenario?
Also, we need to create virtual circuits so that we can define the path where
the packets will move.
Question 7 of 14
7. Question
You are designing a two-tier web application in Oracle Cloud
Infrastructure (OCI). Your clients want to access the web servers from
anywhere, but want to prevent access to the database servers from the
Internet.Which is the recommended way to design the network
architecture?
1. Create public subnets for web servers and private subnets for
database servers in your virtual Cloud network (VCN), and associate separate
internet gateways for each subnet.
2. Create public subnets for web servers and associate a dynamic
routing gateway with that subnet, and a private subnet for database servers
with no association to the dynamic gateway.
3. Create public subnets for web servers and private subnets
for database servers in your VCN, and associate separate security lists
and route tables for each subnet.
4. Create a single public subnet for your web servers and database
servers, and associate only your web servers to internet gateway.
Correct
Ans.3
3 because web server should be public and with security list, we can control
Question 8 of 14
8. Question
Which statement is true about Oracle Cloud Infrastructure FastConnect?
Explanation:
Reference: https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fast
connectoverview.htm
Question 9 of 14
9. Question
You are implementing Oracle Cloud Infrastructure (OCI) FastConnect to
access OCI public access points (e.g. – object storage). You want other
Internet traffic from your on-premises environment to use your existing
connection with your ISP.
Explanation:
We need to establish public peering to access the public resource like object
storage or oci console. This will be accessing these public resources over a
dedicated private channel.
Question 10 of 14
10. Question
You are designing a networking infrastructure in multiple Oracle Cloud
Infrastructure regions and requirecconnectivity between workloads in
each region. You have created a dynamic routing gateway (DRG) and a
remote peering connection. However, your workloads are unable to
communicate with each other.
What are two reasons for this?
1 is correct because by default egress rule is present for all protocols so the
issue can be with ingress rules.
5. DRG should be attached to VCN and have routing table entry to make it
effective. So this can be one of the reason.
Question 11 of 14
11. Question
You have an application server that needs to copy data on Oracle Cloud
Infrastrucutre (OCI) object storage in the same region. You have created
a service gateway for OCI object storage in your virtual cloud network
(VCN) and modified security lists associated with the subnet to allow
traffic to the service gateway. You are able to connect to the OCI object
storage, however, you notice that the connectivity is over the Internet
instead of the service gateway.
1. The route table associated with the subnet has no route rule
where the destination is object Storage service
2. The service gateway created in the VCN resides in a different
availability domain
3. The security list associated with the subnet has an egress
rule that allows all traffic to be forwarded to a destination CIDR 0.0.0.0/0
4. Identity and Access Management (IAM) policies restrict the
access to the object storage bucket
Incorrect
Sorry, Incorrect answer
Explanation:
3 is wrong as egress rule simply allow incoming traffic and request forwarding
to a destination is handled by Routing (no Security List )
Explanation:
3 is wrong as route table is not at the subnet level and is always at the VCN
level.
4 is correct as we need to modify the route table at VCN level and add a route
back for customer premise.
Question 13 of 14
13. Question
You are asked to configure a VPN connection to connect your on-premise
network to OCI VCN.
After the VCN has been created, what steps do you need to take on OCI to
create an IPSec tunnel?
Explanation
https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/settingupIPsec.ht
Question 14 of 14
14. Question
Which three actions are required to configure a highly available and secure
hybrid network between Oracle Cloud and your data center? (Choose three.)
Explanation:
https://docs.cloud.oracle.com/en-
us/iaas/Content/Network/Tasks/configuringCPE.htm
https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.ht
m
Question 14 of 14
14. Question
Which three actions are required to configure a highly available and secure
hybrid network between Oracle Cloud and your data center? (Choose three.)
1. Define a non-overlapping IP Address Space between the data
center and the cloud.
2. Configure each of the CPEs to leverage each of the IPsec
Tunnels created by the connection process
3. Create two or more CPEs that map to the private IP
addresses of the customer routers used in the IPSec VPN Tunnel.
4. Define a default route table entry for the VCN that directs all
traffic to the data center network to a single DRG.
5. Create dynamic routing gateways in more than one AD within
your region.
Incorrect
Sorry, Incorrect answer
Explanation:
https://docs.cloud.oracle.com/en-
us/iaas/Content/Network/Tasks/configuringCPE.htm
https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.ht
m