Networking Flashcards

1
Q

What is VPC?

A

Virtual Private Cloud - provisioning a logically isolated section of the AWS Cloud, a private network in AWS with a range of IPs.

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

What are subnets?

A

they are groups of public or private resources in a VPC

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

What is a public subnet?

A

It groups resources which can be accessed from the Internet.

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

What is a private subnet?

A

It groups resources that can only be accessed from the VPC, not from the outside. E.g. DBs, application servers, etc.

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

Two types of gateways

A
  • Internet gateway
  • virtual private gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Virtual Private Gateway used for?

A

It allows for creating a VPN connection to the VPC from e.g. a data center.

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

What is AWS Direct Connect?

A
  • a completely private dedicated fiber connection to the VPC from, e.g. a private data center
  • it is a physical line
  • needs to be set up with a local AWS representative
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the reasons to use AWS Direct Connect?

A
  • to sidestep bandwidth issues (low latency)
  • to meet regulatory requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are network security concerns?

A
  • network hardening
  • application security
  • user identity
  • authentication and authorization
  • DDoS protection
  • Data integrity
  • encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is network ACL

A
  • Access Control List
  • checks if packet sender/addressee is allowed to enter/leave the subnet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What level is protected by ACL?

A

subnet

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

What is a Security Group?

A

checks if packet sender/addressee is allowed to enter/leave an instance

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

What level is protected by a Security Group?

A

instance

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

What are the default rules for a Security Group?

A
  • all inboud traffic is blocked
  • all outbound traffic is allowed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ACL vs. Security Group

A
  • subnet vs. instance
  • stateless vs. stateful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does it mean that Security Group is stateful

A

by default all return traffic is allowed (checks if a packet is sent in response to an incoming request)

17
Q

What does it mean that ACL is stateless

A

It doesn’t care that traffic is a return traffic, each packet gets checked against the ACL.

18
Q

What is Amazon Rounte 53?

A

highly available and scalable AWS DNS.

19
Q

What does Amazon Route 53 do?

A
  • translates addresses to IP
  • routing
  • registering domain names
20
Q

Types of routing algorithms

A
  • latency based
  • geo-location
  • geoproximity
  • weighter round-robin