Networking: Routing and Service Endpoints Flashcards

1
Q

System routes

A

Azure uses system routes to direct network traffic between virtual machines, on-premises networks, and the Internet.

  • Traffic between VMs in the same subnet.
  • Between VMs in different subnets in the same virtual network.
  • Data flow from VMs to the Internet.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

User-Defined Routes

A

UDRs control network traffic by defining routes that specify the next hop of the traffic flow. The hop can be a 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

UDRs : Create a routing Table

A

You provide Name, Subscription, Resource Group, and Location. You also decide to use Virtual network gateway route propagation (Routes are automatically added to the route table for all subnets with Virtual network gateway propagation enabled.).

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

UDRs : To Create a custom route specify…

A

Specify RouteName, Address prefix, Next hop type,

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

UDR: Associate the Route Table

A

You need to associate a subnet with the routing table in. Each subnet can have 0 or 1 route table associated to it.

Specify: The name, Address Range, NAT Gateway, NSG and RouteTable

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

VNet service endpoint

A

provides the identity of your virtual network to the Azure service.

Azure service traffic from a virtual network uses public IP addresses as source IP addresses. With service endpoints, service traffic switches to use virtual network private addresses as the source IP addresses

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

VNet service endpoint

A

provides the identity of your virtual network to the Azure service.

Azure service traffic from a virtual network uses public IP addresses as source IP addresses. With service endpoints, service traffic switches to use virtual network private addresses as the source IP addresses

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

VNet service endpoint

A

provides the identity of your virtual network to the Azure service.

Azure service traffic from a virtual network uses public IP addresses as source IP addresses. With service endpoints, service traffic switches to use virtual network private addresses as the source IP addresses

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

VNet service endpoint

A

provides the identity of your virtual network to the Azure service.

Azure service traffic from a virtual network uses public IP addresses as source IP addresses. With service endpoints, service traffic switches to use virtual network private addresses as the source IP addresses

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

Why use a VNET service endpoint? Improved security for your Azure service resources.

A

VNet private address spaces can be overlapping and so, cannot be used to uniquely identify traffic originating from your VNet.

When service endpoints are enabled in your virtual network, you secure Azure service resources to your virtual network by adding a virtual network rule. The rule improves security by fully removing public Internet access to resources, and allowing traffic only from your virtual network.

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

Why use a VNET service endpoint? Optimal routing

A

Today, any routes in your virtual network that force Internet traffic to your premises and/or virtual appliances, known as forced-tunneling, also force Azure service traffic to take the same route as the Internet traffic. Service endpoints provide optimal routing for Azure traffic.

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

Why use a VNET service enpoint? Microsoft Backbone Network

A

Endpoints always take service traffic directly from your virtual network to the service on the Microsoft Azure backbone network.

Keeping traffic on the Azure backbone network allows you to continue auditing and monitoring outbound Internet traffic from your virtual networks, through forced-tunneling, without impacting service traffic. Learn more about user-defined routes and forced-tunneling.

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

Service Endpoint Services: Azure Storage

A

Generally available in all Azure regions. This endpoint gives traffic an optimal route to the Azure Storage service. Each storage account supports up to 100 virtual network rules.

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

Service Endpoint Services: Azure SQL Database and Azure SQL Data Warehouse.

A

Generally available in all Azure regions. A firewall security feature that controls whether the database server for your single databases and elastic pool in Azure SQL Database or for your databases in SQL Data Warehouse accepts communications that are sent from particular subnets in virtual networks.

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

Service Endpoint Services: Azure Cosmos DB.

A

Generally available in all Azure regions. You can configure the Azure Cosmos account to allow access only from a specific subnet of virtual network (VNet).

By enabling Service endpoint to access Azure Cosmos DB on the subnet within a virtual network, the traffic from that subnet is sent to Azure Cosmos DB with the identity of the subnet and Virtual Network.

Once the Azure Cosmos DB service endpoint is enabled, you can limit access to the subnet by adding it to your Azure Cosmos account.

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

Service Endpoint Service: Azure Key Vault

A

The virtual network service endpoints for Azure Key Vault allow you to restrict access to a specified virtual network. The endpoints also allow you to restrict access to a list of IPv4 (internet protocol version 4) address ranges. Any user connecting to your key vault from outside those sources is denied access.