06-Network Traffic Management Flashcards

1
Q

What are System Routes

A

Direct network traffic between virtual machines, on-prem networks, and the Internet

  • Traffic bet VMs in the same subnet
  • Between VMs in different subnets in the same virtual network
  • Data flow from VMs to the Internet
  • Communication between VMs using VNet-to-VNet VPN
  • Site-to-Site and ExpressRoute communication through the VPN gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are User Defined Routes

A

Set of rules, called routes that specify how packets should be routed in a virtual network

Custom routes that control network traffic by defining routes that specify the next hop of the traffic flow

Next hope can be virtual network gateway, virtual network, internet, or virtual appliance

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

What are Service Endpoints

A

Limit network access to specific subnets and IP addresses

Improved security for your Azure service resources

Optimal routing for Azure service traffic from our virtual network

Endpoints use the Microsoft Azure backbone network

Simple to set up with less management overhead

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

What is Private Line

A

Private connectivity to services on Azure. Traffic remains on the Microsoft network, with no public internet access

Integration with on-prem and peered networks

In event of security incident within your network, only the mapped resource would be accessible

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

What is Azure Load Balancer

A

Distributes inbound traffic to backend resource using load-balancing rules and health probes

Can be used for both inbound/outbound scenarios

Two types: Public and Internal

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

Public Load Balancer

A

Maps public IP addresses and port number of incoming traffic to VM’s private IP address and port number, and vice versa

Apply load balancing rules to distribute traffic across VMs or services

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

What is Internal Load Balancer

A

fill in

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

Load Balancer SKUs

A

Basic SKU and Standard SKU

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

Backend Pools

A

To distribute traffic, a back-end pool contains the IP addresses of the virtual NICs that are connected to the load balancer

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

What are Load Balancer Rules

A

Maps a frontend IP and port combination to a set of backend IP addresses and port combination

Rules can be used in combination with NAT rules

A NAT rule is explicitly attached to a VM (or network interface) to complete the path to the target

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

What is Session Persistence

A

Specified how client traffic is handled

None requests can be handled by any virtual machine

Client IP requests will be handled by the same virtual machine

Client IP and protocol specifies successive requests from the same address and protocol will be handled by the same virtual machine

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

Health Probes

A

Allow load balancer to monitor status of app

Dynamically adds/removes VMs from load balancer

Fill in

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

Application Gateway

A

Manages web app requests

Routes traffic to a pool of web servers based on the URL of a request

Web servers can be Azure virtual machines, Azure virtual machine scale sets, Azure App Service, and even on-prem servers

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

Path-based routing

A

fill in

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

Multiple-site routing

A

fill in

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

What are Application Gateway Components

A

Frontend IP

Listeners

Routing rules

Backend pools

Web application firewall (optional)

Health probes