Networking Basics Flashcards
Q: What is Amazon VPC?
A: Amazon Virtual Private Cloud (VPC) allows you to provision a logically isolated network for AWS resources.
Q: What are subnets in AWS VPC?
A: Subnets are subdivisions of a VPC, used to segment the network and isolate resources. They can be public or private.
Q: What is the difference between public and private subnets?
A: Public subnets have access to the internet via an Internet Gateway, while private subnets do not.
Q: What is CIDR in AWS networking?
A: Classless Inter-Domain Routing (CIDR) defines IP address ranges for your VPC and subnets (e.g., 10.0.0.0/16).
Q: What is an Internet Gateway in AWS?
A: A gateway that allows instances in a VPC to access the internet.
Q: What is a NAT Gateway?
A: A managed service that enables instances in a private subnet to access the internet for outgoing requests.
Q: What are route tables in a VPC?
A: Rules that determine how network traffic is directed within a VPC and to external networks.
Q: What are security groups in AWS?
A: Virtual firewalls that control inbound and outbound traffic for resources like EC2 instances.
Q: What are NACLs in AWS?
A: Stateless firewalls that control inbound and outbound traffic at the subnet level.
Q: What is an Elastic IP address?
A: A static IPv4 address designed for dynamic cloud computing, assignable to AWS resources.
Q: What is AWS Direct Connect?
A: A dedicated network connection between your on-premises data center and AWS.
Q: What is AWS Transit Gateway?
A: A service that enables interconnecting multiple VPCs and on-premises networks through a single gateway.
Q: What is a VPN Gateway?
A: A virtual gateway that connects a VPC to an on-premises network using a VPN connection.
Q: What is VPC Peering?
A: A connection that allows traffic between two VPCs using private IPs.
Q: What is AWS Global Accelerator?
A: A service that improves the performance of global applications by routing traffic through AWS’s global network.