Which cryptographic protocol is commonly used for securing network communications?
- FTP
- HTTP
- SSH
- SSL/TLS
SSL/TLS (Secure Sockets Layer/Transport Layer Security) is a cryptographic protocol commonly used to secure network communications, providing a secure channel over an insecure network. It ensures the confidentiality and integrity of data during transmission.
Loading...
Related Quiz
- What is the purpose of using a Content Security Policy (CSP) in web applications?
- What is the primary purpose of database normalization?
- Which of the following is NOT a common level of severity used in logging systems?
- Which CSS property is commonly used to improve rendering performance by minimizing layout recalculations?
- The GROUP BY clause is used to _______ data in a result set based on specified columns.