Module 5 (Networking & Content Delivery) Flashcards

1
Q

What is a network?

A

2 or more machines, connected & can communicate, this requires a network device (router)

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

What are the two types of IP addresses?

A
  • IPv4 (32bit address)

- IPv6 (128bit address m)

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

What is an OSI model?

A

Open System Interconnection = to explain how data travels over a network
- consists of seven layers

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

What are the 7 layers of an OSI model?

A

1) physical (uses bluetooth, DSL or ISDN)
2) data link (uses ethernet, vlan or wifi)
3) network (uses IP, ICMP or EIGRP)
4) transport (uses TCP, UDP, ESP)
5) session (uses SCP, NetBIOS, PAP)
6) presentation (uses JPEG, MPEG, TLS, LPP)
7) application (uses FTP Telnet, SSH, HTTP)

Remember: Please Do Not Throw Sausage Pizza Away)

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

What is a CIDR?

A

way to express a group of IP addresses that are consecutive to each other

= Classless Inter-Domain Routing

use case: Subnet of VPC requires own CIDR block, for each CIDR block AWS reserves 5 IP addresses: (reserved IP addresses)

1) network address
2) VPC local router (internal communication)
3) DNS resolution
4) future use
5) network broadcast address

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

What is an elastic network interface?

A

= virtual network interface that you can attach to an instance or detach from the instance & attach it to a new one
-> to redirect traffic

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

What is a route table?

A

= set of rules (=routes) to direct network traffic to and from subnet

-> each subnet must be associated with route table

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

What is an internet gateway?

A

= VPC component to communicate between instances in your VPC & the public internet

Why?
To provide target in VPC route tables for internet traffic, to perform network address translation for instances assigned to public IPv4 addresses

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

What is a NAT gateway?

A

Network Address Translation = so that instances in a private subnet can connect to the internet and other AWS services (without the public internet!)

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

VPC sharing vs. VPC peering

A
Sharing = share subnets with other AWS accounts in same org
Peering = privately route traffic between two VPCs (even between regions and different AWS accounts)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you connect a remote corporate data center to the VPC?

A
  • attach virtual private gateway to the VPC
  • create AWS site-to-site VPN conection
  • configure routing to pass traffic through connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you do if performance is negatively affected because remote data center is located away from region?

A

AWS direct connect establishes a private network connection to customer gateway and data center

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

How can you connect 100s of VPCs together?

A

AWS transit gateway

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

How can you build in security in VPC?

A
  • security groups: virtual firewall at instance level, filter traffic, allow
  • ACLs: subnet level, control in & outbound traffic, deny or allow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Amazon Route53?

A

DNS resolution, translate internet name to corresponding IP address

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

Is Route53 deployed across regions?

A

Yes by using Elastic Load Balancer

17
Q

What is Amazon CloudFront?

A

Content Delivery Service using global network of edge locations, relying on Route53 geolocation routing

-> why? Performance decreases if request is routed through too manu different networks)

18
Q

What is the smallest size subnet in VPC?

A

/28 in CIDR

19
Q

What is the max. Size IP address range in VPC?

A

/16 in IP