CV0-003 · Question #364
A private cloud has been created on a company intranet. The maintenance of this cloud has been given to another company, which will be accessing the private cloud directly through a remote…
The correct answer is C. SSH to an intermediary server in the DMZ. In this scenario, the external maintenance company needs to reach the remote management server sitting in the DMZ. The traffic flow goes from outside → inward to the DMZ server, so the administrators SSH to the intermediary server in the DMZ (Option C). From there, that DMZ…
Question
A private cloud has been created on a company intranet. The maintenance of this cloud has been given to another company, which will be accessing the private cloud directly through a remote management server in the DMZ. Which of the following would be used for communication in this scenario?
Options
- ASCP from a browser in the private cloud to the remote server
- BSSH from an intermediary server in the DMZ
- CSSH to an intermediary server in the DMZ
- DHTTP to a browser in the private cloud
How the community answered
(27 responses)- A11% (3)
- B4% (1)
- C78% (21)
- D7% (2)
Explanation
In this scenario, the external maintenance company needs to reach the remote management server sitting in the DMZ. The traffic flow goes from outside → inward to the DMZ server, so the administrators SSH to the intermediary server in the DMZ (Option C). From there, that DMZ server can relay management traffic into the private cloud. Option B ('SSH from an intermediary server') reverses the direction - it implies the DMZ server initiates the connection outward, which is not how remote administrators connect. SCP from a browser (A) is not a valid tool pairing, and HTTP (D) is unencrypted and unsuitable for remote server management. SSH is the correct protocol because it provides encrypted, authenticated remote access, and the DMZ server acts as the controlled entry point that separates the public-facing zone from the private cloud.
Topics
Community Discussion
No community discussion yet for this question.