Your network contains an Active Directory domain named contoso.com.
All client computers run Windows 8.
You deploy a server named Server1 that runs Windows Server 2012 R2.
You install a new client-server application named App1 on Server1 and on the client
computers. The client computers must use TCP port 6444 to connect to App1 on
Server1.Server1 publishes the information of App1 to an intranet server named Server2 by
using TCP port 3080.
You need to ensure that all of the client computers can connect to App1. The solution must
ensure that the application can connect to Server2.
Which Windows Firewall rule should you create on Server1?

A.
An outbound rule to allow a connection to TCP port 3080
B.
An inbound rule to allow a connection to TCP port 3080
C.
An outbound rule to allow a connection to TCP port 6444
D.
An inbound rule to allow a connection to TCP port 6444
Explanation:
A . Server2 needs inbound on 3080
References:
http://social.technet.microsoft.com/wiki/contents/articles/13894.troubleshooting-windowsfirewall-withadvanced-security-in-windows-server-2012.aspx
The answer is D, but in an explanation the answer is A.
So what is the correct answer?
0
0
My vote is that the answer is correct (D) and the explanation is wrong.
0
0
The explantion just states that Server2 would neet inbound on 3080, but the question is only about what Server1 need. And that is an inbound on 6444. So D is correct
0
0
Looks like it should be a 2 part question. Answer should be:
A: Outbound 3080 to all Server1 to talk to Server2
AND
D: Inbound 6444 for Clients to talk to Server1
0
0
sounds about right
0
0
Outbound traffic is allowed by default. So, only D is necessary on Server1. On Server2 inbound rule on port 3080 has to be enabled, but this is not offered.
0
0
D – normally speaking to my knowledge all outbound traffic is allowed. So inbound to Server 1 needs to be set and inbound on Server 2. Outbound Server1 to Server2 should be working from Server 1 side at least
0
0
Agree. If it says select two then would be AD else D.
0
0
D is correct, by default outbound rules are allowed. No need to allow any connections.
So, here it is talking about Server1 which needs clients to connect, nothing but inbound rule to allow connections at port 6444….
0
0
Microsoft is playing with words. They want to know what to do with Server1. Server 2 is only there to confuse us.
0
0