Citrix Workspace – Planning and Building — Question 75
Scenario: A Citrix Architect needs to design a new XenApp and XenDesktop environment.
The following Control Layer security requirements have been identified:
✑ For security reasons, it is unacceptable to use default ports for FMA Services.
✑ Access to PowerShell and Citrix Studio for management will be restricted to management workstations by granular firewall rules.
Which command-line interface executable should the architect run to ensure that all Control Layer security requirements are met?
Answer options
- A. BrokerService.exe ""VdaPort 8081 ""WISSLPort 8083 ""SDKPort 8083 ""ConfigureFirewall
- B. BrokerService.exe ""VdaPort 443 ""WISSLPort 443 ""SDKPort 443 ""ConfigureFirewall
- C. BrokerService.exe ""VdaPort 80 ""WISSLPort 80 ""SDKPort 8083 ""ConfigureFirewall
- D. BrokerService.exe ""VdaPort 8081 ""WISSLPort 8082 ""SDKPort 8083 ""ConfigureFirewall
Correct answer: B
Explanation
The correct answer is B because it uses port 443 for VdaPort, WISSLPort, and SDKPort, which is the standard secure port for FMA Services, thus meeting the requirement to avoid default ports. Options A and D do not use the standard secure ports, while option C uses port 80, which is not secure and does not satisfy the identified security requirements.