Technology - Content Delivery & Networking Flashcards

1
Q

CDN

A

Content Delivery Network. A mechanism to deliver content quickly and efficiently based on geographic location.

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

CloudFront

A

A CDN that delivers data and applications globally wit low latency, for both static and dynamic web content.

Uses edge locations to cache content.

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

CloudFront Use Cases

A
  1. S3 Static Websites - used with S3 to deploy content globally.
  2. Prevent attacks - can stop certain web attacks like DDoS.
  3. IP address blocking - geo-restriction to prevent accessing content.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Global Accelerator

A

Speed up the delivery of the content by sending users through the AWS global network (60% boost).

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

VPC

A

Virtual Private Cloud. A foundational service that allows you to create a secure private network in the AWS cloud where you launch your resources (like EC2 instances) across AZs in a single Region.

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

Network ACL

A

Access Control List (ACL) ensures the proper traffic is allowed into the subnet.

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

Router and Route Table

A

Defines where network traffic is routed.

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

Internet Gateway

A

Allows public traffic to the internet from a VPC.

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

DNS

A

Domain Name System. Directs internet traffic by connecting domain names with web servers.

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

Route 53

A

Highly available and scalable cloud domain name system service that routes users to applications.

You can also register your domain name, do a health check on AWS resources and do DNS queries across the hybrid cloud.

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

Direct Connect

A

A dedicated physical network connection from on-premises data centre to AWS.

It has a dedicated private physical network connection and supports hybrid environments.

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

Direct Connect Use Cases

A
  1. Transfer large datasets to AWS.
  2. Transfer your critical internal data directly to AWS bypassing your internet service provider.
  3. Build hybrid environments.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

AWS VPN

A

Site-to-Site VPN creates a secure connection between your internal networks and your AWS VPCs.

Unlike Direct Connect, automatically encrypted data travels over the public internet. Connect on-prem data to AWS and supports hybrid environment.

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

API Gateway

A

Allows you to build and manage APIs.

You can share data between systems and integrate with services like Lambda.

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