4.1 - Implement and Manage Virtual Networking

SilentMaracas avatar
SilentMaracas
·
·
Download

Start Quiz

Study Flashcards

Questions and Answers

What is the purpose of Azure Virtual Networks (VNets)?

To define network spaces with IP address ranges segmented into subnets.

What are the key properties of a Virtual Network?

Name, Location, Address Space, DNS Settings, Subnets, Peerings.

What are the restrictions on naming a Virtual Network?

Must be unique within the resource group, 2-64 characters, start and end with a letter, number, or underscore.

How does VNet Peering enable communication between VMs in different VNets?

<p>Using private IP addresses over Microsoft's infrastructure.</p> Signup and view all the answers

What does a Subnet's Address Range specify?

<p>The subnet's IP address range in CIDR notation.</p> Signup and view all the answers

What is the purpose of a Network Security Group in a Subnet?

<p>To control inbound and outbound traffic flows.</p> Signup and view all the answers

How does Route Table in a Subnet impact traffic routing?

<p>It overrides default routes for sending traffic to specific destinations.</p> Signup and view all the answers

What is the significance of Service Endpoints in a Subnet?

<p>They provide direct routes to Azure PaaS services.</p> Signup and view all the answers

What does Delegations allow in a Subnet?

<p>Allows subnets to be used by specific Azure services.</p> Signup and view all the answers

What is the difference between Local and Global VNet Peering?

<p>Local VNet Peering is within the same region, while Global VNet Peering can be across regions.</p> Signup and view all the answers

What is the purpose of a VNet Gateway in Azure networking?

<p>Required for VNet peering, avoids cost, throughput limitations, and complexity associated with additional VNet gateways</p> Signup and view all the answers

How are private IP addresses configured within Azure networking?

<p>Configured within IP configurations of the network interface, with the first private IP typically set at .4</p> Signup and view all the answers

What are the tiers available for Public IP addresses in Azure networking?

<p>Basic (static/dynamic, open by default) and Standard (static, closed by default, supports zones)</p> Signup and view all the answers

What is the purpose of Source Network Address Translation (SNAT) in Azure networking?

<p>Used for outbound traffic from a VM's private IP to the public IP, without requiring a public IP for outbound Internet traffic</p> Signup and view all the answers

How do Service Endpoints function in Azure networking?

<p>Integrates Azure PaaS services into VNets via Microsoft Azure backbone network, can be enabled on multiple subnets</p> Signup and view all the answers

What is the purpose of Private Endpoints in Azure networking?

<p>Establish private connections between supported Azure services and VNets using private IP addresses and links</p> Signup and view all the answers

How are DNS Zones managed in Azure networking?

<p>Managed by Azure DNS, stores DNS records for a domain, child zones treated separately</p> Signup and view all the answers

What is the function of DNS Labeling in Azure networking?

<p>Configuring DNS labels for Azure public IP addresses, can be set in IP address resource or Azure DNS</p> Signup and view all the answers

How are Route Tables and User-Defined Routes (UDRs) used in Azure networking?

<p>Useful for routing traffic through network virtual appliances, support next hop types like Virtual Appliance, Internet, etc.</p> Signup and view all the answers

What challenges are associated with Custom DNS in Azure networking?

<p>Necessity to register each VM in DNS services, possibility of configuring dynamic DNS queries for VM registration</p> Signup and view all the answers

More Quizzes Like This

Use Quizgecko on...
Browser
Browser