VMware Carbon Black Cloud Professional (2021) — Question 62
An administrator needs to monitor Connection Server health by using a http request.
Which command is the correct command to use?
Answer options
- A. GET https://<connectionserver>:22443/favicon.ico
- B. GET https://<connectionserver>:9443/favicon.ico
- C. GET https://<connectionserver>:443/favicon.ico
- D. GET https://<connectionserver>:4172/favicon.ico
Correct answer: C
Explanation
The correct command is option C, which uses port 443, the standard port for HTTPS traffic, allowing for secure communication to monitor the Connection Server health. Options A, B, and D utilize non-standard ports that are not typically associated with this purpose, making them incorrect for this scenario.