VPC & Networking Flashcards

1
Q

What is IPv4?

A

Most common IP version with 4 billion addresses

IPv4 is the fourth version of the Internet Protocol and is widely used for identifying devices on a network.

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

What is a Public IPv4 address?

A

Can be used on the internet

Public IPv4 addresses are routable on the internet and can be accessed from any device on the internet.

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

How does an EC2 instance interact with Public IPv4 addresses?

A

Gets a public IPv4 every time you stop and start

This behavior allows for dynamic allocation of public IP addresses to EC2 instances.

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

What is a Private IPv4 address?

A

Accessible only on LAN, e.g., 192.168.1.1

Private IPv4 addresses are not routable on the internet and are used for internal networking.

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

What is an Elastic IP?

A

Attached a fixed public IPv4 to EC2

Elastic IPs allow users to maintain a consistent public IP address even if the instance is stopped or restarted.

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

What is IPv6?

A

Free in AWS, newer version of IP

IPv6 provides a vastly larger address space compared to IPv4 and is designed to replace it.

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

What is a VPC?

A

Virtual Private Cloud, a private network to deploy resources

VPC allows users to define a virtual network that is isolated from other networks.

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

What are Subnets in a VPC?

A

Partitions the network inside VPC

Subnets help organize and control the flow of traffic within a VPC.

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

What is an Internet Gateway in a VPC?

A

Provides access to the internet

An Internet Gateway enables communication between instances in the VPC and the internet.

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

What is a NACL?

A

Stateless firewall

Network Access Control Lists (NACLs) control inbound and outbound traffic at the subnet level.

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

What is VPC Peering?

A

Connects two VPCs with non-overlapping IP ranges

VPC Peering allows instances in different VPCs to communicate with each other as if they are in the same network.

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

What are VPC Endpoints?

A

Private access to any AWS service

VPC Endpoints enable users to connect to AWS services without requiring an internet gateway or NAT device.

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

What is Privatelink?

A

Privately connect to a service in a 3rd party VPC

AWS PrivateLink allows secure and private connectivity to services hosted in other VPCs.

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

What is Direct Connect?

A

Establish private connection from on-premises to AWS

Direct Connect provides a dedicated network connection to AWS, enhancing performance and security.

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

What is a Site to Site VPN?

A

VPN over public internet

Site to Site VPNs use encrypted tunnels over the public internet to connect on-premises networks to AWS.

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