0% found this document useful (0 votes)
8 views7 pages

Azure Networking Configuration Guide

The document presents a knowledge check with multiple-choice questions related to virtual machines, network security groups, Azure Firewall configurations, and DNS records. It includes scenarios for managing network communication, security rule precedence, and firewall traffic allowances. Additionally, it provides important links for further reading on Azure services and configurations.

Uploaded by

onlylearning583
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views7 pages

Azure Networking Configuration Guide

The document presents a knowledge check with multiple-choice questions related to virtual machines, network security groups, Azure Firewall configurations, and DNS records. It includes scenarios for managing network communication, security rule precedence, and firewall traffic allowances. Additionally, it provides important links for further reading on Azure services and configurations.

Uploaded by

onlylearning583
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

65536/4 = 16384

2^(32-26) = 64
Knowledge Check

1) You have a VM with two NICs named NIC1 and NIC2. NIC1 is connected to the [Link]/24
subnet. NIC2 is connected to the [Link]/24 subnet. You plan enable direct communication
from the internet to TCP port 443. You would like to maintain existing communication across
the [Link]/24 and [Link]/24 subnets. To support the new functionality and keep things
simple. What should you do? Select one.

A)Remove the private IP address from NIC2 and then assign a public IP address to it. Then, create an
inbound security rule.
B)Associate a public IP address to NIC2 and create an inbound security rule.
C)Create an inbound security rule for TCP port 443.

2) Your company has two NSG security rules for inbound traffic to your web servers. There is an
allow rule with a priority of 200. And, there is a deny rule with a priority of 150. Which rule
takes precedence? Select one.

A) The allow rule takes precedence


B)The deny rule takes precedence
C) The rule that was created first takes precedence

3) You are configuring the Azure Firewall. You need to allow Windows Update network traffic
through the firewall. Which of the following should you use? Select one.

A) Application rules
B) Destination inbound rules
C) Network rules

4) Which of the following is a default inbound security rule? Select one.

A) Allow inbound coming from any VM to any other VM within the subnet.
B) Allow inbound coming from any VM to any other VM within the virtual network.
C) Allow traffic from any external source to any of the VMs

5) What type of DNS record should you create to map one or more IP addresses against a single
domain?
A) CNAME
B) A or AAAA
C) SOA
Important Links

New-NetfirewallRule -DisplayName "Allow ICMPv4-In" -protocol ICMPv4

Install-WindowsFeature Web-Server -IncludeManagementTools

[Link]

Azure Virtual Networks - [Link]

What is Azure Virtual Network? - [Link]

[Link]

[Link]

[Link]

[Link]

[Link]

Azure Firewall documentation - [Link]

What is Azure DNS? - [Link]

DNS Zones - [Link]

You might also like