SK0-005 · Question #613
SK0-005 Question #613: Real Exam Question with Answer & Explanation
The correct answer is A: SSL/TLS. {"question_number": 9, "question": "Which of the following would protect data in transit?", "correct_answer": "A. SSL/TLS", "explanation": "SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are protocols specifically designed to encrypt data as it travel
Question
Which of the following would protect data in transit?
Options
- ASSL/TLS
- BSHA-512
- CMD5
- D3DES
Explanation
{"question_number": 9, "question": "Which of the following would protect data in transit?", "correct_answer": "A. SSL/TLS", "explanation": "SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are protocols specifically designed to encrypt data as it travels across a network, protecting it from interception (eavesdropping) and tampering. SHA-512 and MD5 are hashing algorithms used for data integrity verification, not encryption of data in transit. 3DES is a symmetric encryption algorithm that could theoretically encrypt data, but it is not a transport security protocol - it must be incorporated into a protocol like TLS to protect data in transit. SSL/TLS is the direct and complete answer for securing data in transit.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.