CCSF AWS Cloud Practitioner Flashcards
How many bits is an IPv4 address, and what does an IPv4 address look like?
An IPv4 address is 32 bits long. It consists of four numbers separated by periods, with each number ranging from 0 to 255. For example: 192.168.1.100.
4 by . 0 to 255
MATSGRM”
Each letter represents a key use of “por”:
MATSGRM”
Each letter represents a key use of “por”:
M: Movimiento (movement: through, along, around, by, about)
A: Apoyo (support: for, in favor of)
T: Tiempo y duración (time and duration: during, for)
S: Soporte (agent after a passive verb: by)
G: Gratitud o disculpa (gratitude or apology: for)
R: Razón (cause or reason: because of)
M: Medios de transporte (means of transportation: by)
“PRDET”
Each letter represents a key use of “para”:
P: Propósito (purpose: in order to, for the purpose of)
R: Recipiente (recipient: for, directed to)
D: Dirección (direction: to a specific place)
E: Especificar tiempo (specific time: for, by)
T: Tener contraste inesperado (unexpected contrast: for)
How many bits is an IPv6 address, and what does an IPv6 address look like?
An IPv6 address is 128 bits long. It consists of eight groups of four hexadecimal digits, separated by colons. For example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334.
8 x 4 Hex w :
What does a CIDR notation show, and what does it look like?
CIDR (Classless Inter-Domain Routing) notation shows the number of bits used for the network portion of an IP address. It is represented as the IP address followed by a slash and the number of network bits. For example: 192.168.1.0/24.
Network Portion of IP address //////
What does a CIDR notation show, and what does it look like?
How CIDR Notation Works
Network and Host Bits
CIDR divides the IP address into two parts:
Network Prefix: Identifies the network. The length of the network prefix is specified by the number after the slash.
Host Identifier: Identifies individual devices within the network.
Subnet Mask
The subnet mask for /24 is 255.255.255.0, which corresponds to the binary representation of the network prefix.
Network Portion of IP address //////
Photo. What does a CIDR notation show, and what does it look like?
Photo
CIDR IN AWS
What does a CIDR notation show, and what does it look like?
CIDR in AWS
In AWS, CIDR notation is used extensively to define IP address ranges for Virtual Private Clouds (VPCs) and subnets. Here are some key points:
VPC CIDR Block: When creating a VPC, you specify a CIDR block, such as 10.0.0.0/16, which provides 65,536 IP addresses.
Subnet CIDR Block: Within a VPC, you can create subnets with smaller CIDR blocks, such as 10.0.1.0/24, which provides 256 IP addresses.
Example in AWS
VPC CIDR Block: 10.0.0.0/16
This allows for 65,536 IP addresses.
Subnet CIDR Block: 10.0.1.0/24
This allows for 256 IP addresses within the VPC.
Wha the OSI model, how many layers are there, and which layers does Amazon handle and which layers does the customer handle?
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes communication functions into 7 layers. Amazon handles the physical (layer 1), data link (layer 2), network (layer 3), and some transport (layer 4) layers. Customers handle the remaining layers: session (layer 5), presentation (layer 6), and application (layer 7).
Transport Layer End to End
Photo. What is the OSI model, how many layers are there, and which layers does Amazon handle and which layers does the customer handle?
DR DRE inter host.
Segment E to E Packet Frame Bit
Photo
IPv6 address Purpose details 1
Larger Address Space: IPv6 provides a significantly larger address space compared to IPv4, which is crucial as the internet continues to grow and the number of connected devices increases. This helps in managing large-scale deployments and future-proofing infrastructure.
Dual Stack and IPv6-Only Configurations: AWS supports both dual stack (IPv4 and IPv6) and IPv6-only configurations. This flexibility allows for seamless communication between IPv4 and IPv6 resources within the same VPC infrastructure, facilitating easier network management and transition to IPv6.
Enhanced Networking for Kubernetes: For services like Amazon Elastic Kubernetes Service (EKS), IPv6 helps in managing large-scale Kubernetes clusters by providing a unique IP address for each pod, which is essential due to the limited IPv4 address space.
IPv6 address Purpose details 2
Macie for PII, IPAM BYOIPv6, DNS 4 and 6
Improved Security and Compliance: IPv6 addresses are supported in AWS Identity and Access Management (IAM) policies and Amazon Macie for personally identifiable information (PII), enhancing security and compliance capabilities.
Optimized IP Address Management: AWS services like Amazon VPC IP Address Manager (IPAM) allow for optimal allocation and management of IPv6 address space, which simplifies routing and security posture management. This is particularly useful for organizations bringing their own IPv6 address space (BYOIPv6).
DNS Resolution: Services like Amazon Route 53 Resolver support dual-stack and IPv6-only configurations, enabling seamless DNS query resolution for both IPv4 and IPv6 addresses. This is crucial for maintaining connectivity and service availability in mixed or transitioning environments.
In summary, IPv6 addresses in AWS provide a scalable, secure, and efficient way to manage network resources, support large-scale deployments, and ensure future readiness as the demand for IP addresses continues to grow.
PHOTO ipv 6 kubernete pod
What is Amazon VPC?
range subnets route table NTWK gateway
Amazon Virtual Private Cloud (VPC) is a virtual network that closely resembles a traditional data center network. It allows you to launch AWS resources in a logically isolated environment with defined IP address ranges, subnets, routing tables, and network gateways.
logically isolated environment with defined IP address ranges, subnets, routing tables, and network gateways.
Photo Mnemonic. What is the OSI model, how many layers are there, and which layers does Amazon handle and which layers does the customer handle?
Photo Mnemonic
IPv6 address Purpose
NODE OR INTERFACE
To identify and locate a network interface on a computer or network node in computer networks using IPv6.
Photo with more context. What is the OSI model, how many layers are there, and which layers does Amazon handle and which layers does the customer handle?
Photo with more context.
IPv6 address Successor Of
Internet Protocol version 4 (IPv4)
IPv6 address Address Size
REV
EC2, VPC, and Route 53
128 bits
Hexadecimal Notation: Each hexadecimal digit represents 4 bits, so 8 groups of 4 hexadecimal digits each make up a total of 128 bits. IPv6 provides improved routing and network autoconfiguration capabilities.
What is Amazon VPC? Photo
EC2 ENI SUB PRIVATE LINK AWS
SUBNET /VPC
Photo
IPv6 address Significant Difference
Has a vastly enlarged address space compared to IPv4.
IPv6 address Function in Packet?
Routing Header with Source and Destination
IP addresses are used in the packet header to indicate the source and destination, guiding IP packet routing to other networks.
IPv6 address Function in Packet?
3 x 3 x 2
Routing Header with Source and Destination
IPv6 address Use in Networking
HEADER SOURCE DESTINATION
Part of the packet header to identify source and destination of packets in a network.