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.
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)- A2% (1)
- B2% (1)
- C4% (2)
- D93% (50)
Why each option
SSL/TLS encryption is a fundamental method for securing data in transit over the internet, ensuring confidentiality and integrity.
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.
Physical security protects hardware and infrastructure from unauthorized access or damage, which is distinct from securing data actively being transmitted digitally over the internet.
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.
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
Community Discussion
No community discussion yet for this question.