Networking Flashcards

1
Q

What does VPC stand for?

A

Virtual Private Cloud

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

What does VPC do?

A

Establishes a boundary around your AWS resources

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

What is a subnet?

A

A subnet is a section of the VPC that you can use to group resources based on security or operational needs

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

Can subnets be public or private?

A

Yes

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

What is a packet?

A

A unit of data sent over the internet

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

Name 2 security mechanisms to control traffic?

A

Network ACLs
Security Groups

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

What is the difference between where Network ACLs and Security Groups operate?

A

Networks ACLs operate at the subnet level and Security Groups operate at the instance level

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

Are Network ACLs and Security Groups stateful or stateless?

A

Network ACLs are stateless (require rules for in and out traffic)
Security Groups are stateful (default deny all traffic in and out by default)

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

Default state for Security Group is …

A

Deny inbound traffic
Allow outbound traffic

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

Describe the order of components from client -> instance

A

client -> internet -> internet gateway -> cloud -> internet gateway -> vpc -> subnet with instances

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

AWS Direct Connect..

A

connection between your on-premises data center and a VPC

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

Give an example of a public subnet?

A

Online store

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

Give an example of a private subnet?

A

Database

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

What is the default for network ACL?

A

Allow all traffic in and out (but you can modify by adding your own rules)

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

Can you configure custom rules for network ACLs and security groups?

A

Yes

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

What is Amazon 53?

A

route end users to internet apps hosted by aws (helping dns management)

17
Q

What is Domain Name System (DNS) resolution?

A

DNS resolution is the process of translating a domain name to an IP address

18
Q

What is used to access private resources in a VPC?

A

A virtual private gateway is used to access private resources in a VPC by creating a VPN

19
Q

Name 2 benefits of AWS Direct Connect

A
  1. Helps reduce network costs
  2. Increases the amount of bandwidth that can travel through your network
20
Q

What is the explicit deny rule Network ACLs have?

A

if a packet doesn’t match any of the other rules on the list, the packet is denied

21
Q

Name a “content delivery service that uses a network of edge locations to cache content and deliver content to customers all over the world”?

A

CloudFront

22
Q

How does CloudFront and Route 53 work together to deliver content?

A

Customer makes request ->
Route 53 uses DNS resolution to identify an IP address and sends this info back to the customer ->
Customer’s request sent to nearest edge location through CloudFront ->
CloudFront connects to the App Load Balancer which sends the incoming packet to an EC2 instance

23
Q

A private subnet is a section of a VPC which you can group resources that should only be accessed…

A

through your private network

24
Q

A security group is a…

A

“virtual firewall that controls traffic in and out of an EC2 INSTANCE”