H12-821_V1.0 · Question #359
Which of the following does the basic framework of the SSH protocol not include?
The correct answer is D. SSH User Audit Protocol. Option D, "SSH User Audit Protocol," is correct because no such protocol exists within the SSH framework - it is a fabricated option designed to test whether you know the actual components. The three real layers of SSH are: the Transport Layer Protocol (option C), which handles…
Question
Options
- ASSH user authentication protocol
- BSSH connection protocol
- CSSH transport layer protocol
- DSSH User Audit Protocol
How the community answered
(24 responses)- A4% (1)
- B17% (4)
- C8% (2)
- D71% (17)
Explanation
Option D, "SSH User Audit Protocol," is correct because no such protocol exists within the SSH framework - it is a fabricated option designed to test whether you know the actual components.
The three real layers of SSH are: the Transport Layer Protocol (option C), which handles encryption, server authentication, and data integrity; the User Authentication Protocol (option A), which verifies the client's identity to the server; and the Connection Protocol (option B), which multiplexes the encrypted tunnel into logical channels for things like shell sessions and port forwarding.
Memory tip: Remember the acronym TUC - Transport, User Authentication, Connection. If a protocol name sounds plausible but does not fit TUC, it almost certainly does not belong in the SSH framework.
Topics
Community Discussion
No community discussion yet for this question.