Which security standard is commonly used for protecting data in transit between a client and a database server?
- AES
- MD5
- SHA-256
- TLS/SSL
Transport Layer Security (TLS) or Secure Sockets Layer (SSL) is commonly used for encrypting data transmitted between a client and a database server. This ensures that the data remains confidential and protected from unauthorized access during transit. TLS/SSL protocols provide encryption and authentication mechanisms, making them essential for securing communication channels in database systems.
Loading...
Related Quiz
- What is the difference between a "RUNTIME_ERROR" and a "COMPILER_ERROR" in SQL error handling?
- In data migration testing, what is the role of a data mapping document?
- How does comprehensive database testing contribute to the success and trustworthiness of a new online banking platform for a financial institution?
- Scenario: You are performing load testing on an e-commerce website during the holiday shopping season. Suddenly, the website experiences a surge in traffic beyond the expected load, and the response times slow down significantly. What type of testing should you have conducted to prepare for this situation?
- Query optimization aims to reduce query execution ____________ and improve overall system performance.