Networking Basics Flashcards

1
Q

Q: What is Amazon VPC?

A

A: Amazon Virtual Private Cloud (VPC) allows you to provision a logically isolated network for AWS resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Q: What are subnets in AWS VPC?

A

A: Subnets are subdivisions of a VPC, used to segment the network and isolate resources. They can be public or private.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Q: What is the difference between public and private subnets?

A

A: Public subnets have access to the internet via an Internet Gateway, while private subnets do not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Q: What is CIDR in AWS networking?

A

A: Classless Inter-Domain Routing (CIDR) defines IP address ranges for your VPC and subnets (e.g., 10.0.0.0/16).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Q: What is an Internet Gateway in AWS?

A

A: A gateway that allows instances in a VPC to access the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Q: What is a NAT Gateway?

A

A: A managed service that enables instances in a private subnet to access the internet for outgoing requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Q: What are route tables in a VPC?

A

A: Rules that determine how network traffic is directed within a VPC and to external networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Q: What are security groups in AWS?

A

A: Virtual firewalls that control inbound and outbound traffic for resources like EC2 instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Q: What are NACLs in AWS?

A

A: Stateless firewalls that control inbound and outbound traffic at the subnet level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Q: What is an Elastic IP address?

A

A: A static IPv4 address designed for dynamic cloud computing, assignable to AWS resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q: What is AWS Direct Connect?

A

A: A dedicated network connection between your on-premises data center and AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Q: What is AWS Transit Gateway?

A

A: A service that enables interconnecting multiple VPCs and on-premises networks through a single gateway.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Q: What is a VPN Gateway?

A

A: A virtual gateway that connects a VPC to an on-premises network using a VPN connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Q: What is VPC Peering?

A

A: A connection that allows traffic between two VPCs using private IPs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Q: What is AWS Global Accelerator?

A

A: A service that improves the performance of global applications by routing traffic through AWS’s global network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Q: What is an Elastic Load Balancer?

A

A: A managed service that distributes incoming application traffic across multiple targets, like EC2 instances or containers.

17
Q

Q: What is AWS WAF?

A

A: AWS Web Application Firewall is a service that protects applications from common web exploits and attacks.

18
Q

Q: What is a CDN, and which AWS service provides it?

A

A: A CDN delivers content with low latency to users worldwide. AWS provides this via Amazon CloudFront.

19
Q

Q: What is the difference between IPv4 and IPv6?

A

A: IPv4 uses 32-bit addresses, while IPv6 uses 128-bit addresses, providing a larger address space.

20
Q

Q: What is Amazon Route 53?

A

A: A scalable domain name system (DNS) service for domain registration, routing, and health checks.

21
Q

Q: What are VPC Flow Logs?

A

A: A feature that captures information about the IP traffic going to and from network interfaces in your VPC.

22
Q

Q: What is the difference between a NAT instance and a NAT Gateway?

A

A: A NAT instance is manually configured EC2, while a NAT Gateway is a fully managed service with better performance and scalability.

23
Q

Q: What are VPC endpoints?

A

A: Private connections between a VPC and AWS services without using the public internet.

24
Q

Q: What is an Interface Endpoint?

A

A: Private connections between a VPC and AWS services without using the public internet.

25
Q

Q: What is an Interface Endpoint?

A

A: A VPC endpoint that uses a private IP to connect to AWS services via Elastic Network Interfaces (ENIs).

26
Q

Q: What is a Gateway Endpoint?

A

A: A VPC endpoint that provides private access to S3 and DynamoDB.

27
Q

Q: What is an Elastic Network Interface?

A

A: A virtual network interface that can be attached to an instance in a VPC.

28
Q

Q: What is AWS Outposts?

A

A: A fully managed service that brings AWS infrastructure and services to your on-premises data center.

29
Q

Q: What is the role of BGP in AWS networking?

A

A: Border Gateway Protocol (BGP) is used to exchange routing information between AWS and on-premises networks.

30
Q

Q: What is traffic mirroring in AWS?

A

A: A feature that allows you to replicate network traffic from ENIs for monitoring and troubleshooting.

31
Q

Q: What is AWS PrivateLink?

A

A: A service that enables private connectivity between VPCs and supported AWS or SaaS services.

32
Q

Q: What are best practices for securing AWS networking?

A

A: Use least privilege with security groups, enable NACLs, implement VPC Flow Logs, and encrypt data in transit.

33
Q

Q: How do NACLs differ from security groups?

A

A: NACLs are stateless and operate at the subnet level, while security groups are stateful and operate at the instance level.

34
Q

Q: What is cross-region VPC peering?

A

A: A feature that allows you to connect VPCs in different AWS regions.

35
Q

Q: How do you ensure high availability in AWS networking?

A

A: Use multiple subnets across Availability Zones, load balancers, and Multi-AZ deployments.

36
Q

Q: What is a Network Load Balancer?

A

A: A load balancer designed to handle millions of requests per second at ultra-low latency.