Networking Flashcards

1
Q

Service Endpoints

A

used to extend the private address space of an azure virtual network and to extend the identity of a virutal network to Azure services over a direct connection.

Traffic originating from your virtual network and headed toward your Azure service never leaves the Microsoft Azure backbone network

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

Private Link

A

can be used to privately access a specific service instance from your virtual netowkr or from youron-prem network

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

You can control outbound network access from an Azure subent with Azure Fireall. With Azure Firewall you can configure:

A

Application rules that define qualified domain names (FQDN, like www.google.com), that be be accessed from a subnet

Network rules that defind source address, protocol, destination port and destination address

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

Network Security Groups (NSGs)

A

-Rules that allow or deny inbound network traffic to, or outbound network traffic from, many kinds of Azure resources
-You can create custom rules
While you cant delete the default rules, you can create rules to overide them
-Can be assigned to a specfic NIC or to aan entire subnet

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

One pre requirement for JIT in VIM is:

A

that the VM needs a NSG associted to it

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

Application Security Group

A

-You can group the NICs of several different VMs on the same Vnet, then apply a NSG rule to only those grouped NICs
-this allows you to create different traffic rules for different groups of NICs on the same Vnet
-Using a separate Application Security Group for each group of VMs allows you to manage the NSG rules for each different group fo VMs
-All network interfaces assigned to an ASG have to exist in the same virutal network that the first network interface assigned to the ASG is in.

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

The following are default rules in NSG

A

AllowVnetInbound
AllowAzureLoadBalancerInbound
DenyAllInbound
AllowVnet Outbound
AllowInternetOutbound
DenyAllOutbound

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

Connect an individual workstation directly to an Azure Virtual Network with Point-2-Site VPN

A

Virtual Network Gateway
Gateway subnet
Self-signed certificate
client configuration package

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

Point-2-Site

A

-Allows you to establish a connection between a single computer in your on-prem network with your virtual network
-often used to allow remote workers to connect into your Azure VirtualNetwork through an encrypted tunnel over the internet

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

Site-2-Site VPN
you need to configure:

A

Virutal Network Gateway
Gateway subnet
Local Network Gateway
VPN connection

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

Site-2-Site VPN

A

-when you want to connect to an entire on-prem network to an Azure Virtual Network, you can use a site-to-site VPN
-establishes a secure, encrypted connection over the internet between an Azure VPN gateway that’s deployed in the virtual network and the on-prem VPN device

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

Azure VPN Gateway

A

-VPN Gateway is used to send and receive encrypted traffic between an Azure virtual network and an on-prem network
-this traffic is sent over the public internet
-it can be used to send encrypted traffic between Azure virtual networks over the Microsoft network
-you can only define one VPN gateway per Vnet
-each VPN Gateway supports multiple connections to it
-when created a gateway subnet is also made
-once the gatewat is deployed, you can create an IPSec or IKE VPN tunnel between the newly deployed VNet gateway and any one of a number of other gateways

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

Remember that when there is a site-2-site connection between an Azure VNet and an onprem data center, you have to define a:

A

Gateway subnet in the Azure VNet. All traffic from onprem would flow via the gateway subnet

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

Azure ExpressRoute

A

lets you connect your onprem network to the Microsoft cloud via a private connection rather than the public internet

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

Azure DDos Protection

A

2 tiers
Basic: auto enabled, always on traffic monitoring, real time mitigationg
Standard: mitigated volumetric attacks, protocol attacks, application layer attacks

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

Virtual Network Peering

A

-low-latency, high bandwidth connectivity between Azure resources that are connected to different virutal networks
-facilitates data transfer across different VNets, even when they are in differen azure subscriptions, Azure AD tenants, and Azure regions

17
Q

Azure Firewall

A

-this managed service is used to protect Azure Virtual network resources. This fully stateful fireall as a service comes with built in high availability and also offeres unrestricted cloud scalability
-because it uses a static public IP to represent your underlying virutal network resources, Azure Firewall allows outside firewalls to easily identify traffic from your VNet

18
Q

The following resources have built-in firewall configuration settings

A

-Azure storage account
-Azure SQL Database
-Azure SQL Server

19
Q

Web Application Firewall (WAF)

A

-WAF is included with the Application Gateway service and with the Front Door service
-Such a solution can more quickly react to serurity threats by centrally patching whatever known vulnerability exists, instead of securing each individual web application

20
Q

You need to ensure that data is secured in trasit for a web application on your Azure subscritption, which is required?

A

-Obtain a custom domain name
-Upload a certificate to Azure Key Vault
-Purchase an app service certificate
-Create SSL bindings

21
Q

To use HTTPs with a Azure Web App you need:

A

to upload a PFX file. The PFX file will contain the SSL certificate required for HTTPS

22
Q

Azure Bastion

A

-another way to securely connect to VMs in Azure

-Deployed inside an Azure Virtual Network that allows you to securely connect to VMs over both RDP and SSH right from the Azure portal over TLS

-You would not need a public IP for VMs

23
Q

NSGs

A

You can log network traffic that flows through an NSG with Network Watcher’s NSG flow log capability

24
Q
A