exam questions

Exam MD-100 All Questions

View all questions & answers for the MD-100 exam

Exam MD-100 topic 3 question 12 discussion

Actual exam question from Microsoft's MD-100
Question #: 12
Topic #: 3
[All MD-100 Questions]

You are a network administrator at your company.
The company uses an application that checks for network connectivity to a server by sending a ping request to the IPv6 address of the server. If the server replies, the application loads.
A user cannot open the application.
You manually send the ping request from the computer of the user and the server does not reply. You send the ping request from your computer and the server replies.
You need to ensure that the ping request works from the user's computer.
Which Windows Defender firewall rule is a possible cause of the issue?

  • A. File and Printer Sharing (NB-Datagram-In)
  • B. File and Printer Sharing (Echo Request ICMPv6-Out)
  • C. File and Printer Sharing (NB-Datagram-Out)
  • D. File and Printer Sharing (Echo Request ICMPv6-In)
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
nickw
Highly Voted 5 years, 7 months ago
Correct answer is B. The inbound rule will have no effect on the pings from the user's computer, but an outbound rule set to block will stop the ping leaving. I've just tested this.
upvoted 42 times
KornienkoBoris
5 years, 6 months ago
In ping the packets are walking to the both sides
upvoted 2 times
...
Beitran
4 years, 7 months ago
Just tested it in the lab: when blocking inbound icmpv6 the client is still able to ping the server, it's just incoming pings that don't get answered. Thus the correct answer is B
upvoted 10 times
...
jcgm1990
2 years, 10 months ago
Incorrect, answer is D, I have just tested this, please stop sharing incorrect information
upvoted 4 times
...
...
Anthony_2770
Highly Voted 4 years, 6 months ago
Answer is D. The server can respond to other computers but not the users computer which suggests a setting needs to be changed on the users computer. The server does not reply does not mean that it did not receive it. The reply just was not registered by the users computer. Hence the incoming rule.
upvoted 29 times
Storm
4 years, 4 months ago
You are right that the issue is on the client computer, but choosing the wrong rule... 1. client is using the echo-request-out rule 2. server is using the echo-request-in rule 3. client is using the echo-reply-in rule (B)
upvoted 10 times
Mikey82
3 years, 7 months ago
If the link referenced is correct then the answer to this question is D. To enable ping, you need to set an INBOUND ICMP exception rule in the firewall, somehow.
upvoted 2 times
...
...
RoGr
3 years, 4 months ago
Yes and ping works from other computer !
upvoted 2 times
...
...
Sim2IT
Most Recent 1 year, 8 months ago
At first I thought the answer was D, but after digging a bit deeper and going to this page: https://kb.iu.edu/d/aopy it definitely seems like B. ECHO Requests In is to allow other machines to be able to ping you, it is turned off to prevent certain attacks like DDoS. ECHO Request Out allow you to send those ping requests out.
upvoted 1 times
...
DaZa5
1 year, 12 months ago
Selected Answer: D
For me is D. I think if it was B it would not have context to the specification in the question that the server responds to other clients.
upvoted 1 times
...
nickzhu
2 years ago
Selected Answer: D
IN rule affects ping
upvoted 1 times
...
Buruguduystunstugudunstuy
2 years, 1 month ago
Selected Answer: D
The correct answer is D. File and Printer Sharing (Echo Request ICMPv6-In). The issue may be caused by a Windows Defender firewall rule that is blocking the ping request from the user's computer to the server. The fact that the ping request works from your computer indicates that the server is properly configured to respond to ping requests. The File and Printer Sharing (Echo Request ICMPv6-In) rule is responsible for allowing incoming ICMPv6 traffic, which includes ping requests, from the network to the computer. If this rule is not enabled on the user's computer, it may be blocking the ping request to the server. By enabling the File and Printer Sharing (Echo Request ICMPv6-In) rule, you allow the user's computer to receive incoming ping requests which should resolve the issue.
upvoted 1 times
Buruguduystunstugudunstuy
2 years, 1 month ago
The other options are incorrect because they are not related to allowing incoming ICMPv6 traffic, which is required for the ping request to work from the user's computer to the server. Answer A, File and Printer Sharing (NB-Datagram-In), is responsible for allowing inbound NetBIOS datagram traffic, which is used for file and printer sharing between computers on a network. Answer B, File and Printer Sharing (Echo Request ICMPv6-Out), is responsible for allowing outgoing ICMPv6 traffic, which includes ping requests, from the computer to the network. Answer C, File and Printer Sharing (NB-Datagram-Out), is responsible for allowing outbound NetBIOS datagram traffic, which is used for file and printer sharing between computers on a network.
upvoted 1 times
...
...
williamlamata
2 years, 2 months ago
The possible cause of the issue is option B: "File and Printer Sharing (Echo Request ICMPv6-Out)". chatgpt
upvoted 1 times
...
ccontec
2 years, 2 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
Dnyc
2 years, 2 months ago
B (tested). Bear in mind you are pinging the server from the computer in the question and not getting a reply. That does not mean the server is getting the initial ping and the reply is being blocked by the sending computer. I tried each of the below, resetting firewall rules between each change. Standard behavior (no outbound or inbound rules enabled, no inbound ICMP rule enabled): you can ping out and get a reply, you can't ping in from another computer to that one. Enabling outbound allowing ICMP: does nothing, same effect as default behavior Enabling inbound allowing ICMP: allows another computer to ping this one Enable inbound rule blocking ICMP: blocks only inbound pings, outbound still go out and get replies Changing Outbound rule to blocking ICMP: General failure message. Ping fails. So it's B, if you're just looking at the computer sending pings. Specifically, outbound ICMP has been blocked. Disabling that rule should allow the pings again, putting it back to default behavior.
upvoted 2 times
...
ITNoob22
2 years, 4 months ago
Selected Answer: D
I have tested between two Windows 10 client VM's and again with Windows Server 2012 and a Windows 10 client ONLY THE INBOUND RULE AFFECTS PING REQUESTS when both computers are on the same network!!!!! I'm not yet sure when Outbound comes into play but I'm assuming between different networks. However the question is misleading the change is needed by the SERVER not the CLIENT. In my testing allowing incoming requests by the firewall allows to other computer to request ping. In this case the client can not ping the server so a change or addition in the inbound rule by the server is required. Again this information based on my test with two Win 10 IPv4 firewall rules.
upvoted 1 times
flabezerra
2 years, 3 months ago
Notice: “the server does not reply”. That is, the server is not responding why? Either the user's machine is not sending requests (general failure) or the server is not returning replies (request timed out). But the question remains: “You need to ensure that the ping request works from the user's computer.”. Here, what is expected to be known is to ensure that the user's machine is sending requests. B. File and Printer Sharing (Echo Request ICMPv6-Out)
upvoted 1 times
...
...
Nickname4Discussion_s
2 years, 4 months ago
I don't understand why it says "Echo Request In". Shouldn't it be "Echo Reply In"?
upvoted 1 times
...
MWN
2 years, 5 months ago
windows firewall by default dont block 'out', but block 'in'... Now i understand why 'd' is correct...
upvoted 2 times
...
SR1991
2 years, 5 months ago
How can you really know with this little bit of information. the other computer pinged succesfull. But if my outbound is blocking then the server won't receive a ping, but when it's is inboud your computer can't receive the ping back.
upvoted 1 times
...
Kock
2 years, 6 months ago
Resposta D está correta: Regras de entrada Quando você instala o sistema operacional Windows pela primeira vez, o Windows Defender Firewall bloqueia todo o tráfego de entrada não solicitado. Para permitir um certo tipo de tráfego de entrada não solicitado, você deve criar uma regra de entrada que descreva esse tráfego. Regras de saída O Windows Defender Firewall permite todo o tráfego de saída, a menos que uma regra o bloqueie. As regras de saída permitem ou negam explicitamente o tráfego originário de um computador que corresponda aos critérios de uma regra. https://learn.microsoft.com/pt-br/training/modules/explore-microsoft-defender/6-explain-windows-defender-firewall-advanced-security
upvoted 1 times
...
Kock
2 years, 6 months ago
Outbound rules Windows Defender Firewall allows all outbound traffic unless a rule blocks it. Outbound rules explicitly allow or deny traffic originating from a computer that matches a rule’s criteria. For example, you can configure a rule to explicitly block outbound traffic to a computer by IP address through the firewall, but allow the same traffic for other computer https://learn.microsoft.com/pt-br/training/modules/explore-microsoft-defender/6-explain-windows-defender-firewall-advanced-security
upvoted 1 times
...
flabezerra
2 years, 7 months ago
Selected Answer: B
Note those statements in the question * “If the server replies” and “the server does not reply” - Server issue (inbound ICMP network traffic) * “The company uses an application that checks for network connectivity to a server by sending a ping request to the IPv6 address of the server.” - user's perspective (inbound ICMP network traffic) * "You need to ensure that the ping request works from the user's computer.” - FROM THE USER’S COMPUTER The real scenario: the server is not responding to requests or responses from/to user request. BUT we need to make sure that the ping request works from the user’s computer.
upvoted 1 times
flabezerra
2 years, 7 months ago
We need to make sure that the ping request works from the user’s computer. B. File and Printer Sharing (Echo Request ICMPv6-Out) Definition of Inbound ICMP Rule - This type of rule allows ICMP requests and responses to be sent and received by computers on the network. Link definition: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-firewall/create-an-inbound-icmp-rule#:~:text=This%20type%20of%20rule%20allows%20ICMP%20requests%20and%20responses%20to%20be%20sent%20and%20received%20by%20computers%20on%20the%20network.
upvoted 1 times
...
...
Rickert
2 years, 7 months ago
Selected Answer: B
If you read the provided link you will see it is B. https://www.howtogeek.com/howto/windows-vista/allow-pings-icmp-echo-request-through-your-windows-vista-firewall/
upvoted 1 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