nerdexam
CompTIA

220-1102 · Question #610

A web server is configured to only allow secure connections. Which of the following will a user most likely use to connect to the web server?

The correct answer is D. TLS. To establish a secure connection with a web server configured for security, a user's browser relies on TLS, which encrypts the communication channel.

Security

Question

A web server is configured to only allow secure connections. Which of the following will a user most likely use to connect to the web server?

Options

  • ATFTP
  • BHTTP
  • CFTP
  • DTLS

How the community answered

(25 responses)
  • B
    4% (1)
  • C
    4% (1)
  • D
    92% (23)

Why each option

To establish a secure connection with a web server configured for security, a user's browser relies on TLS, which encrypts the communication channel.

ATFTP

TFTP (Trivial File Transfer Protocol) is an insecure protocol primarily used for simple file transfers, not for secure web server connections.

BHTTP

HTTP (Hypertext Transfer Protocol) is the fundamental protocol for web communication, but by itself, it is unsecured; secure web connections use HTTPS, which is HTTP over TLS.

CFTP

FTP (File Transfer Protocol) is used for transferring files but is inherently insecure for sensitive data unless secured with TLS (FTPS), and it's not the primary protocol for general web server access.

DTLSCorrect

TLS (Transport Layer Security) is the cryptographic protocol that ensures secure communication over a computer network. When a web server is configured to only allow secure connections, it means it expects communication over protocols secured by TLS, such as HTTPS. A user's web browser will use TLS to encrypt the HTTP traffic, establishing a secure, authenticated, and private connection to the web server.

Concept tested: Secure web communication protocols

Source: https://learn.microsoft.com/en-us/windows/win32/secauthn/transport-layer-security-protocol

Topics

#TLS#HTTPS#Web security#Network protocols

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice