C_SEC_2405 · Question #11
Which levels of security protection are provided by Secure Network Communication (SNC)? Note: There are 3 correct answers to this question.
The correct answer is A. Authentication B. Privacy C. Integrity. SNC is an SAP interface that secures communication between system components using external security products (like Kerberos or SAML). It operates at the network transport layer and provides exactly three protections: Authentication (verifying the identity of both communication…
Question
Which levels of security protection are provided by Secure Network Communication (SNC)? Note:
There are 3 correct answers to this question.
Options
- AAuthentication
- BPrivacy
- CIntegrity
- DAvailability
- EAuthorization
How the community answered
(53 responses)- A75% (40)
- D8% (4)
- E17% (9)
Explanation
SNC is an SAP interface that secures communication between system components using external security products (like Kerberos or SAML). It operates at the network transport layer and provides exactly three protections: Authentication (verifying the identity of both communication partners), Integrity (ensuring data is not tampered with in transit via cryptographic checksums), and Privacy (encrypting the data so it cannot be read by third parties).
Why D and E are wrong:
- Availability (D) is a core security concept (part of the CIA triad) but is addressed through redundancy, load balancing, and failover mechanisms - not by SNC, which is purely a communication security layer.
- Authorization (E) determines what an authenticated user is allowed to do, but that is handled by SAP's role and profile system (e.g., authorization objects), not by SNC.
Memory tip: Think of SNC as an "AIP" lock - Authentication (who you are), Integrity (data untouched), Privacy (data hidden). Availability and Authorization are real security concerns, but they live outside the transport layer where SNC operates - don't let the familiar security vocabulary trick you.
Topics
Community Discussion
No community discussion yet for this question.