Microsoft Exam Questions

You need to configure Server1 to support the clientconnections from App1.exe

Your network contains an Active Directory domain named contoso.com. The domain contains an Application
server named Server1. Server1 runs Windows Server 2012.
Server1 is configured as an FTP server.
Client computers use an FTP Application named App1.exe. App1.exe uses TCP port 21 as the control port and
dynamically requests a data port.
On Server1, you create a firewall rule to allow connections on TCP port 21.
You need to configure Server1 to support the clientconnections from App1.exe.
What should you do?

A.
Run netsh firewall addportopening TCP 21 dynamicftp.

B.
Create a tunnel connection security rule.

C.
Create an outbound firewall rule to allow App1.exe.

D.
Run netshadvfirewall set global statefulftp enable.

Explanation:
* add portopening
Used to create a port-based exception.