1Z0-1085-22 · Question #75
Which statement is true for an oracle cloud Infrastructure (OCI) compute instance?
The correct answer is D. Compute instance always get a private IP address. When you create an instance, the instance is automatically attached to a virtual network interface card (VNIC) in the cloud network's subnet and given a private IP address from the subnet's CIDR. You can let the IP address be automatically assigned, or you can specify a…
Question
Which statement is true for an oracle cloud Infrastructure (OCI) compute instance?
Options
- ACompute instance always get a public IP address
- BCompute instance does not use a boot volume
- CCompute instance cannot leverage auto scaling feature
- DCompute instance always get a private IP address
How the community answered
(61 responses)- A3% (2)
- B10% (6)
- C5% (3)
- D82% (50)
Explanation
When you create an instance, the instance is automatically attached to a virtual network interface card (VNIC) in the cloud network's subnet and given a private IP address from the subnet's CIDR. You can let the IP address be automatically assigned, or you can specify a particular address of your choice. The private IP address lets instances within the cloud network communicate with https://docs.cloud.oracle.com/en-us/iaas/Content/Compute/Tasks/launchinginstance.htm Instances use IP addresses for communication. Each instance has at least one private IP address and optionally one or more public IP addresses. A private IP address enables the instance to communicate with other instances inside the VCN, or with hosts in your on-premises network (via an IPSec VPN or Oracle Cloud Infrastructure FastConnect). A public IP address enables the instance to communicate with hosts on the internet. https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/managingIPaddresses.htm
Topics
Community Discussion
No community discussion yet for this question.