exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 15 question 1 discussion

Actual exam question from Microsoft's AZ-104
Question #: 1
Topic #: 15
[All AZ-104 Questions]

HOTSPOT -
You implement the planned changes for NSG1 and NSG2.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: No -

NSG2 blocks RDP to VM2 -

Box 2: Yes -

ICMP is not blocked -

Box 3: No -

NSG2 blocks RDP from VM2 -
Reference:
https://docs.microsoft.com/en-us/azure/virtual-network/network-security-group-how-it-works

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
humnahibataynge
Highly Voted 2 years, 6 months ago
I think the Answers should be: YYN VM1 has inbound rules, so no restriction on outbound. VM2 has outbound rules, so no restrictions on inbound. Hence VM1 can establish RDP to VM2. VM2 —ping—> VM3: Yes(no restriction other than outbound RDP) VM2 —RDP—> VM3: No(outbound RDP is not allowed on VM2) Please correct me if I am wrong. Tmrw I have my exam.
upvoted 115 times
Jay_D_Lincoln
2 weeks, 5 days ago
No NSG2 explicitly denies outbound RDP traffic from VM1 to VM2. Even if NSG1 allowed inbound RDP, NSG2 would still block it. NSG2 explicitly denies outbound RDP traffic from VM1 to VM2. Even if NSG1 allowed inbound RDP, NSG2 would still block it.
upvoted 1 times
...
pythonier
2 years, 5 months ago
I agree that is YYN: 1-The rule is configured inbound from VM1 and VM2 will allow the traffic because of stateful firewall inspection, the traffic is allowed to come in. If the traffic is initiated from VM2 them it wouldn't work. 2-ping will be allow because the vnets are already peered 3-No, traffic is initiated from VM2 and the outbound rule will block it. Feel free to correct me if I am wrong.
upvoted 16 times
...
humnahibataynge
2 years, 6 months ago
Passed the exam today with 920/1000. This case was not there in my exam.
upvoted 9 times
...
dejedi
1 year, 5 months ago
Ill say Y Y Y Vnet 2 and 3 are peered so NGS shouldnt consider them different Vnet to apply restrictions unless you block the traffic https://blog.aelterman.com/2021/01/08/defaulting-azure-virtual-network-peering-from-allowing-to-denying-traffic/
upvoted 8 times
...
...
qwerty100
Highly Voted 2 years, 5 months ago
From VM1, you can Esablish a Remote Desktop sesion to VM2: Yes They are in the same subnet and VM1 doesn't have restriction on outbound and VM2 doesn't have restriction on inbound From VM2, you can ping VM3: No Rule 400 only permit ping from 10.0.2.0/24 to 10.0.1.0/24. VM3 has 172.16.1.4 IP address From VM2, you can establish a Remote Desktop sesion to VM3: No Rule 200 only permit virtualNetwork (VNET1) destination RDP and VM3 is in VirtualNetwork VNET2
upvoted 31 times
qwerty100
2 years, 4 months ago
Sorry, I made a mistake in the explanation: From VM2, you can establish a Remote Desktop sesion to VM3: No Rule 200 blocks RDP traffic
upvoted 1 times
qwerty100
2 years, 4 months ago
Sorry I can't update the answer and I have to make a new post: Finaly I think is : YYN From VM1, you can Esablish a Remote Desktop sesion to VM2: Yes They are in the same VNET and VM1 doesn't have restriction on outbound and VM2 doesn't have restriction on inbound From VM2, you can ping VM3: Yes Rule 400 only permit ping from 10.0.2.0/24 to 10.0.1.0/24. VM3 has 172.16.1.4 IP address, but there are implicit rules: any(port) any(protocol) virtualnetwork(source) to virtualnetwork (destination). The VNETs are peered and ping works. From VM2, you can establish a Remote Desktop sesion to VM3: No Rule 200 blocks RDP traffic
upvoted 21 times
...
...
...
MrMoris
Most Recent 1 week, 1 day ago
The correct answer with some consideration is YYN Reasons: Q1: As @humnahibataynge mentioned, "VM1 has inbound rules, so no restriction on outbound, and VM2 has outbound rules, so no restrictions on inbound." So we can establish RDP from VM1 to VM2. So YES (TESTED IN LAB) Q2: If we assume that the firewall on both VM2 and VM3 is not blocking ICMP then we can ping VM3 from VM2. Answer would be YES (TESTED IN LAB) Q3: The only reason the makes VM2 not being able to RDP to VM3 is that VM3 does not have any NSG associated with it so literally you can not RDP to VM3 from any source(TESTED IN LAB). The trick here is the destination of the outbound rule in NSG2 is service tag: VirtualNetwork! So only the RDP to any destination inside the vnet(e.g. VM1) will be denied!(TESTED IN LAB) Therefore if we add a proper NSG to VM3 we will be able to RDP to VM3 from VM2! Please correct me if I'm wrong.
upvoted 1 times
...
[Removed]
4 months, 3 weeks ago
WRONG Yes Yes No
upvoted 3 times
DiligentSam
4 months, 1 week ago
Hello SeMoOoOoOo I always see you in Examtopics, can you tell where the question is. I just find out the answer.
upvoted 2 times
...
...
155e6a0
5 months ago
N - There is an TLS handshaking process to establish an RDP connection between 2 VMs. Both inbound and outbound rules must allow TCP protocol && Port 3389 (default for RDP) to open for both VMs. Inbound itself (or outbound itself) is not enough for the connection because of the handshake steps. Y N
upvoted 2 times
...
FatFatSam
5 months, 1 week ago
In Existing Environment section, it said "No network security groups (NSGs) are associated to the network interfaces or the subnets.". Then, in planned changes section, NSG1 is attached to VM1's NIC and NSG2 is attached to VNET1/Subnet2. Thus, VM3 has no NSG attached to its NIC nor its subnet. There is no single inbound rule allow any traffic. I tested in Lab. From VM2, you can NOT ping VM3 AND you can NOT establish a Remote Desktop session to VM3. So, my answer is YNN.
upvoted 2 times
...
23169fd
8 months, 3 weeks ago
1. From VM1, you can establish a Remote Desktop session to VM2. No because NSG2 outbound rule will prevent the RDP connection 2. From VM2, you can ping VM3. Yes because No rules prevent this ping. 3. From VM2, you can establish a Remote Desktop session to VM3. No because NSG2 prevent his RDP connection
upvoted 4 times
Grycek10
7 months, 1 week ago
"1. From VM1, you can establish a Remote Desktop session to VM2. No because NSG2 outbound rule will prevent the RDP connection" You're wrong! It's only outbound rule attached to Subnet2 (which contains only VM2). So from VM2 this rule indeed would block RDP connection to VM1 (or any other), but from VM1 it doesn't apply, as then it's inbound rule from VM2(subnet2) perspective.
upvoted 2 times
...
...
WeepingMaplte
9 months, 1 week ago
When there is no restriction means that default it is allowed. https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview#default-security-rules https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview#default-security-rules:~:text=You%20can%27t%20remove%20the%20default%20rules%2C%20but%20you%20can%20override%20them%20by%20creating%20rules%20with%20higher%20priorities.
upvoted 1 times
...
mkhlszf
10 months ago
No: Traffic is allowed from NSG1 but blocked by NSG2 VM1-->--NGS1--X--NSG2----VM2 Yes: No rules applied; networks are peered VM2-->--NSG2-->--VM3 No: NSG2 blocks traffic by the very same rule tha blocks from VM1 (same ip range) VM2--X--NSG2----VM3
upvoted 5 times
...
Amir1909
11 months, 2 weeks ago
Yes Yes No
upvoted 2 times
...
tashakori
11 months, 3 weeks ago
Yes Yes No
upvoted 2 times
...
[Removed]
1 year, 2 months ago
Seeing so many conflicting answers, I tested this in my lab. Initially, without testing, my answer was No, Yes, No but I was surprised with the test results. I have basically replicated the scenario given and double checked that everything was configured correctly. Here are the results: - From VM1, I can RDP into VM2 - From VM2, I can ping VM3 (only if I disable Windows Firewall) - not sure what the state of the firewall is on this VM but I assume it's off because the question focuses on the NSG rules and your understanding of them. - From VM2, I can establish a RDP session to VM3. Therefore, I would say the answer is Y, Y, Y.
upvoted 3 times
[Removed]
1 year, 2 months ago
If you wonder why the NSGs don't apply, is because the traffic is not leaving the VNETs since they are peered, so everything is considered "internal" traffic just like if the VMs were on the same VNET/Subnet. The only point that you can argue is Box2, where if you don't intentionally disable Windows Firewall or allow ICMP on the VM itself, the answer would be NO as ping is blocked by default in Windows Firewall, so you need to take your chances here. Either read the question as if they were testing your understanding of the NSGs and how the rules would apply given the scenario in question, or read it like a sysadmin would and don't make assumptions. For instance, if they don't say Windows Firewall is off on VM3 then assume it's not as the default configuration has all firewall profiles turned on. Y/Y/Y if you make an assumption and turn off Windows Firewall or Y/N/Y if you don't assume anything.
upvoted 2 times
...
...
Fr3ggel
1 year, 3 months ago
How do many people know that the vnets are peered? I can't find it in te case text.
upvoted 1 times
Nathan12345
1 week, 3 days ago
read full questions at least twice
upvoted 1 times
...
DBFront
1 year, 3 months ago
Look at 2nd table, the one with the headings of "Name" and "Subnet' and "Peered with"
upvoted 1 times
...
...
Viggy1212
1 year, 4 months ago
NSG Rules : NSG1 (VM1 Level) vm1 can be pinged by any servers in Vnet vm1 cannot accept RDP from vnet1/subnet2 (vm2) [vm2 to vm1 not possible] --------- NSG2 (Subnet Level ) [10.0.2.0/24] vm2 cannot RDP any server [Source : 10.0.0.0/16] vm2 can ping vm1 ------------- Q1.From VM1 to VM2 (RDP) : No [blocked by NSG2] Q2. VM2 to ping Vm3 : No NSG rule, but 2 different Vnet1 to Vnet2 as per Default NSG Rules : Yes Q3.vm2 to vm3 (RDP) : No [blocked by NSG2] Given Answer is Correct...
upvoted 3 times
...
sardonique
1 year, 5 months ago
Box1 = NO, here's why VM1 cannot connect to VM2. Let's check the data flow rules. Vnet1 and Vnet2 are peered so they can communicate between them. NSG1 is tied to VM1's NIC; NSG1 will block RDP connections attempts originated from [vnet1/subnet2]; that is an inbound rdp block rule on VM1, so nobody from subnet2 can RDP to VM1, however that's not what we are looking for. Now let's check NSG2: it is tied to [vnet1/subnet2] so it applies to VM2. NSG2 is blocking RDP connection attempts orignitated form the whole VNET1 (10.0.0.0/16 includes the following range: 10.0.0.0-->10.0.255.255) so RDP packet will never reach VM2.
upvoted 2 times
...
rodrigo2186
1 year, 5 months ago
I did the lab and I found: Y,NY And ping to VM3 no work only because Windows Firewall is enable. If you disable windows firewall Ping works.
upvoted 1 times
...
Kverma7
1 year, 6 months ago
This was in Exam 23-08-23
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago