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 3080http://social.technet.microsoft.com/wiki/contents/articles/13894.troubleshooting-windows- firewall-withadvanced-security-in-windows-server-2012.aspx
Outbound rule is allowed by default. So we just need to allow TCP port 6444 let the communication of clients and server.
Answer is D