Advanced Networking Flashcards
Q: What is Amazon VPC?
A: A service that allows you to launch AWS resources in a logically isolated virtual network.
Q: What are subnets in a VPC?
A: Subdivisions of a VPC where resources are launched, which can be public, private, or dedicated.
Q: What is a CIDR block in networking?
A: Classless Inter-Domain Routing (CIDR) defines the IP address range for a VPC or subnet (e.g., 10.0.0.0/16).
Q: What is a route table in a VPC?
A: A set of rules (routes) that determines the flow of network traffic within a VPC.
Q: What is an Internet Gateway in a VPC?
A: A gateway that allows instances in a VPC to connect to the internet.
Q: What is a NAT Gateway?
A: A managed service that enables instances in a private subnet to access the internet while remaining inaccessible from the internet.
Q: What is an Elastic IP address in AWS?
A: A static, public IPv4 address that can be assigned to resources in AWS for consistent external reachability.
Q: What are VPC Endpoints?
A: Private connections that enable communication between VPC resources and AWS services without using the internet.
Q: What is VPC Peering?
A: A connection between two VPCs to enable traffic routing between them using private IP addresses.
Q: What is AWS Transit Gateway?
A: A service that acts as a hub to connect multiple VPCs and on-premises networks via a central point.
Q: What is AWS Direct Connect?
A: A dedicated, private connection between your on-premises data center and AWS, offering high bandwidth and low latency.
Q: What are VPN connections in AWS?
A: Secure connections between an on-premises network and AWS using IPsec tunnels.
Q: What are NACLs in a VPC?
A: Stateless firewalls at the subnet level that control inbound and outbound traffic.
Q: What are security groups in AWS?
A: Stateful firewalls that control inbound and outbound traffic for instances.
Q: What is AWS Global Accelerator?
A: A service that improves the availability and performance of applications by routing traffic through AWS’s global network.
Q: What are Elastic Load Balancers?
A: Services that distribute incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses.