CV0-003 · Question #79
An administrator is configuring a website in the cloud. Which of the following secure network protocols should the administrator configure?
The correct answer is C. SSL. SSL is the standard protocol for securing web traffic, encrypting communication between clients and cloud-hosted web servers.
Question
An administrator is configuring a website in the cloud. Which of the following secure network protocols should the administrator configure?
Options
- AHTTP
- BIPSEC
- CSSL
- DSSH
How the community answered
(25 responses)- B4% (1)
- C88% (22)
- D8% (2)
Why each option
SSL is the standard protocol for securing web traffic, encrypting communication between clients and cloud-hosted web servers.
HTTP transmits all data in plaintext with no encryption, making it inherently insecure for any website handling user data.
IPSec operates at the network layer and is used to secure VPN tunnels and network-to-network communications, not browser-to-server web traffic.
SSL (Secure Sockets Layer) is specifically designed to secure website traffic by encrypting the channel between a user's browser and the web server, underpinning HTTPS. It provides confidentiality and integrity for data in transit, which is the baseline security requirement for any cloud-hosted website. Configuring SSL ensures that sensitive user data and transactions cannot be intercepted.
SSH provides encrypted remote command-line access to servers for administrative purposes, not secure delivery of web content to end users.
Concept tested: Secure web protocol selection for cloud-hosted websites
Source: https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-bindings
Topics
Community Discussion
No community discussion yet for this question.