OCI Networking Flashcards
What is CIDR
CIDR is Classless inter-domain routing
What is a subnet mask?
A subnet mask separates the IP address into the network and host addresses ().
Subnetting further devides the host part of an IP address into a subnet and host address ()
What is a Virtual Cloud Network?
A private network that you set up in the Oracle data centers, with firewall rules and specific types of communication gateways that you can choose to use.
A VCN resides within a single region.
Which are the allowed OCI VCN size ranges?
The allowed range is /16 to /30. /8 and /32 are not supported.
Which are the IP adresses reserved in a VCN?
Thre IP addresses are reserved in an OCI VCN
The first two and last one.
This is different from a classic network where the first and last are reserved.
What is a VNIC?
Virtual Network Interface Card
VNIC is a component that enables a compute instance to connect to a VCN.
The VNIC determines how the instance connects with endpoints inside and outside the VCN.
How many private IP addresses has an Instance?
At least ONE primary private IP address
How many VNICs can an Instance have?
Each Instance can have 2 or more Virtual Network Interface cards (one primary and one secondary).
What is a public IP?
Public IP is a IPv4 address that is reachable from the internet; assigned to a private IP object on the resource (Instance, load balancer).
You can assign a given resource multiple public IPs across one or more VNICs.
How many types of Public IP Addresses are in the OCI?
2 Types of Public IPs:
- Ephemeral
- Reserved
What is a Ephemeral Public IP Address
A Ephemeral Public IP Address is Temporary and exists only for the lifetime of the instance.
Can be assigned only to primary Private IP only.
What is a Reserved Public IP?
A Rserved Public IP is a persistent and existing beyond the lifetime of the Instance it’s assigned to (can be unassigned and then reassigned to another instance)
What is a route table?
Contains rules about how IP packets can travel to different IP addresses out of the VCN.
Of which a Route Table consists?
A rout table consists of a set of rules; each rule specifies:
- Destination CIDR block
- Route target (the next hop) for the traffic that matches that CIDR (classless inter-domain routing)
How many route tables a subnet has?
Each subnet has only One route table.
The route table is specified at the creation of the Subnet. But it can be edited later.