Advanced Networking Flashcards

1
Q

Global Accelleration vs Cloudfront

A

GA
Transiting Network data(TCP/UDP quickly and conveniently as possible into a Global Network.

Routing Connections into aws Backbone.

Global TCP/UDP Network Optimization

CF
Caching
HTTP/HTTPS content

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

AWS DX

A

Low Latency
Consistent Latency

1G, 10G, 100G Physical connection

High-Speed Hybrid AWS Network

Business Premises => DX Location => AWS Region

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

DX Costs

A
  • Outbound Data Transfer Cost
  • Port Hourly Cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DX Resilience

A

Direct Connect is not Resilient by default

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

DX Vs VPN

A

VPN
Encryption requires processing overhead and Transit over the Public Internet.

DX
Dedicated Port Delivers Max possible Speed

Can access AWS Private Services (VPCs) and AWS Public Services - NO INTERNET

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

VIF (Virtual Interface)

A

Virtual connections over the dx physical connection for resilience and HA.

  • Transitive VIF
  • Private VIF (Connection from Customer Location All the way to VPC)
  • Public VIF (Connection from Customer Location Through to AWS Public Services)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Transit Gateway

A

This is a Network Transit Hub that connects VPCs to on-premises networks.

  • It Significantly reduces network complexity
  • It’s a Single network object - HA and Scalable
  • It Implements Attachments to other network types: VPC, Site-to-Site VPN & Direct Connect Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Transit Gateway

A

Works like a Network Switch for AWS Connections. Can Link many VPCs together and ROute the VPCs to a Customer Gateway with a single Netwrok routing Device.

TGW needs a Subnet in a AZ for set up

TGW can pair with other TGW across AWS Regions and accounts and VPCs

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

VPC Pairing vs Transitive Gateway

A

Transitive gateway is recommended over VPN pairing for VPC pairing and Larger scale cross-network connections.

  • Supports transitive routing
  • Can be used to create global networks
  • Share between accounts using AWS RAM
  • Peer with different regions … same or cross account
  • Less complexity vs w/o TGW
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Route Table Association

A

Only One route table can be associated with a Subnet at a time. This is either the MAIN or CUSTOM route table.

All subnets are either Automatically Associated with the Main or Explicitely Re-Associated using a Custom RT

Main implicitely Associates All Subnets. If Custom is dissociated, the subnet Automatically routes back to MAIN

RT Quotas:
50 Static Routes and 100 Dynamic Routes

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

CIDR Overlap

A

VPC Peering cannot be established between two VPCs with Overlapping CIDRs

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

Routing Overlaping CIDRs

A

Method1 - Split Routing
Create separate routes for each subnet one Subnet pointing to VPC-A and Subnet-B to VPC-B

Method 2 - Dedicated
Using a /32 CIDR as one of the Destinations for one of the connection routing to Target VPC-A, and /16 to VPC-B. RT Prioritizes the longer Prefix of both destinations first.

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

Gateway Route Table

A

An Ingress Rout Table for the IGW or VGW that explicitly defines the landing destination of incoming traffic.

Gateway route tables can be used to direct a gateway (e.g. IGW) to take actions on inbound traffic - such as forwarding it to a security appliance

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

Accelerated Site-to-Site-VPN

A

VPN over AWS Backbone. However, CGW first has to connect to a DX Location via a DX or Public Internet. And then Connection is terminated over a Transit Gateway at the VPC. Not VGW or IGW.

Acceleration can be enabled when creating a TGW VPN attachment. Not compatible with VPNs using a VGW

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

VGW, TGW, IGW

A
  • IGW - Public Internet
  • VGW - Public Internet to CGW
  • TGW (Transit Gateway) - AWS Backbone
  • CGW - Customer Gateway/On Prem Gateway
  • Gateway Endpoint - VPC-to-DynamoDB&S3 only
  • Interface EndPoint - VPC-To-S3 and other AWS Private services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

VPC .2

A

VPC .2 or +2 is the IP Address reserved for DNS resolver in any VPC. It is used for DNS resolution by all services within the VPC

17
Q

Route53 Endpoints

A

A route53 service that manages hybrid DNS services etween VPC and an external DNS resolver. Eg, On-Prem. It uses ENI as its vpc endpoint and connection is done over DX, vpc peer, or VPN(the Existing hybrid connection.)

18
Q

Site-To-Site-VPN

A

Upon creation of a Site-to-Site-vpn, aws creates two Endpoints, ie, private and public endpoints. Each with its tunnel. Therefore a. Site-to-site-vpn connection is a dual tunell connection.
This connection is terminated at VGW(AWS side and CGW(Customer premise).

This connection Terminating on a Single CGW has a single point of failure. Resilience can be implemented by adding another router/CGW on the customer side in the same or preferably different Location.