Networking Flashcards

1
Q

Cloud Network Services

A
  • Amazon VPC
  • AWS Transit Gateway
  • AWS Privatelink
  • Amazon Route53
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define and provision an isolated network for your AWS resources

A

Amazon VPC

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

Connect VPCs and on-premises networks

A

Amazon Transit Gateway

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

Provide private connectivity between VPCs and on-premises applications

A

AWS Privatelink

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

Host your own managed DNS

A

Amazon Route 53

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

Services for Network Scaling

A
  • Elastic Load Balancing
  • AWS Global Accelerator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Automatically distribute network traffic across a pool of resources

A

Elastic Load Balancing

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

Direct traffic through the AWS global network to improve global application performance

A

AWS Global Accelerator

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

Content Delivery

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

Securely deliver data, videos, and applications to customers globally with low latency and high transfer speeds

A

Amazon CloudFront

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

IPv4 Address

A

Four sets of numbers ranging from 0-255 resulting in 256 numbers per set.

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

Private network IP Addresses

A

10.0.01
172.16.0.1
192.168.0.1

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

VPC

A

Create a virtual network for AWS services to exist in a local IP address range using the local network

  • Gated community for VM’s and services in AWS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

NAT gateway

A

VM’s access for internet

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

Internet Gateway

A

Internet to access instances

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

Network access control list

A

Control which traffic is allowed into and out of VPC network

17
Q

CloudFront

A

Exists between website and visitors to deliver data, videos, applications, and websites with low latency and high transfer speeds.

Serves internet traffic from edge locations. Data is cached in edge locations. If necessary, cloudFront checks website server for new content to save to edge locations.

18
Q

Amazon CloudFront Benefits

A
  • Increases security
  • Traffic spike protection
  • Lambda@Edge (lambda code running at edge locations)
  • Real-time metrics
  • Cost-effective
19
Q

DNS

A

Database that maps IP addresses to domains

20
Q

Routing policies

A
  • Simple Routing
  • Weighted Policy (multiple IP Addresses to spread traffic load, uses weights of 0-255)
  • Geolocation Policy (reply with certain IP Addresses based on location)
  • Latency Policy (AWS resources with lowest latency or fastest response)
  • Failover Policy (point traffic at a single IP Address with failover if there is a problem)
  • Multi-value Answer Policy (multiple healthy values)
21
Q

Amazon Virtual Private Cloud (VPC)

A

is a foundational service that allows you to create a secure private network in the AWS cloud where you launch your resources.
- private virtual network
- launch resources like EC2 instances inside the VPC
- Isolate and protect resources
- spans availability zones in a region

22
Q

Peering

A

VPC peering allows you to connect 2 VPCs together, facilitating the transfer of data in a secure manner.

23
Q

Amazon Route 53

A

is a DNS service that routes users to applications.
- Domain name registration
- Performs health checks on AWS resources
- Supports hybrid cloud architectures

24
Q

AWS Direct Connect

A

is a dedicated physical network connection from your on-premises data center to AWS.
- Dedicated physical network connection
- Connects on-premises data center to AWS
- Data travels over a private network
- Supports a hybrid environment

25
Q

AWS VPN

A

Site-to-Site VPN creates a secure connection between your internal networks and your AWS VPCs.
- Similar to Direct Connect, but travels over public internet
- Data is automatically encrypted
- Connect on-prem to AWS
- Supports a hybrid environment

26
Q

API Gateway

A

allows you to build and manage APIs