Module 4: Networking Flashcards

1
Q

What does Amazon Virtual Private Cloud enable?

A

Amazon VPC enables you to provision an isolated section of the AWS Cloud. In this isolated section, you can launch resources in a virtual network that you define.

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

What is a subnet?

A

A subnet is a section of a VPC that can contain

resources such as Amazon EC2 instances.

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

What is the difference between Public Subnets and Private Subnets?

A

Public subnets contain resources that need to be accessible by the public, such as an online store’s website, whereas Private subnets contain resources that should be accessible only through your private network, such as a database that contains customers’ personal information and order histories.

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

What is an Internet Gateway?

A

An internet gateway is a connection between a VPC and the internet.

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

What does a Virtual Private Gateway enable?

A

A virtual private gateway enables you to establish a virtual private network (VPN) connection between your VPC and a private network, such as an on-premises data center or internal corporate network. A virtual private gateway allows traffic into the VPC only if it is coming from an approved network

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

What is AWS Direct Connect?

A

AWS Direct Connect is a service that enables you to establish a dedicated private connection between your data center and VPC.

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

What is a packet?

A

A packet is a unit of data sent over the internet or a

network

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

What is a Network Access Control List and what type of Packet filtering does it perform?

A

A network access control list (ACL) is a virtual firewall that controls inbound and outbound traffic at the subnet level. They perform Stateless Packet Filtering

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

What is the difference between Stateless Packet Filtering and Stateful Packet Filtering?

A

Stateless firewalls filter packets are based on the individual packets themselves, whereas Stateful firewalls filter packets consider the full context of a given network connection.

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

What is a Security Group and what type of Packet filtering does it perform?

A

A security group is a virtual firewall that controls inbound and outbound traffic for an Amazon EC2 instance. They perform Stateful Packet Filtering

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

What is Amazon Route 53?

A

Amazon Route 53 is a DNS web service which gives developers and businesses a reliable way to route end users to internet applications hosted in AWS

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