nerdexam
Linux_Foundation

LFCA · Question #44

What is a common method for securing data transmitted over the internet?

The correct answer is D. SSL/TLS encryption. SSL/TLS encryption is a fundamental method for securing data in transit over the internet, ensuring confidentiality and integrity.

Submitted by akirajp· May 4, 2026Security

Question

What is a common method for securing data transmitted over the internet?

Options

  • AData masking
  • BPhysical security
  • CPassword protection
  • DSSL/TLS encryption

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    93% (50)

Why each option

SSL/TLS encryption is a fundamental method for securing data in transit over the internet, ensuring confidentiality and integrity.

AData masking

Data masking is a technique for obscuring specific data with realistic but false information, primarily used for non-production environments or compliance, not for securing data in transit over the internet.

BPhysical security

Physical security protects hardware and infrastructure from unauthorized access or damage, which is distinct from securing data actively being transmitted digitally over the internet.

CPassword protection

Password protection secures access to systems or data at rest, but it does not inherently secure the data itself during transmission over an open network like the internet.

DSSL/TLS encryptionCorrect

SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are cryptographic protocols that provide secure communication over a computer network by encrypting the data transmitted between a client and a server, verifying server identity, and ensuring data integrity.

Concept tested: Data in transit security

Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-protocols-schannel-ciphers

Topics

#SSL/TLS#Network security#Data encryption#Internet security

Community Discussion

No community discussion yet for this question.

Full LFCA Practice