Which encryption methods for the protocols do I need to know?

The only thing that i find not really covered in depth in my study guides is what encryption methods are used for a particular protocol? I see a lot of people saying this is needed for the exam.
for example my books cover that PGP uses its own decentralized type of digital certificates using an RSA based PKI method with two keys.
Which protocols and what encryption methods do they use do i need to know for the test?
for example my books cover that PGP uses its own decentralized type of digital certificates using an RSA based PKI method with two keys.
Which protocols and what encryption methods do they use do i need to know for the test?
Comments
EAP, MS-CHAP (v1 and v2), CHAP, PAP, DES, 3DES, AES, RSA, Certificates.
You should also know MD5, SHA-1 (although these are hasing protocols not encryption)
Know PKI well too.
SE Notebook
I am asking what encryption methods are used for protocols like SSL, PGP, L2TP,IPSEC,
Like I need to know what encryption method is used for a particular protocol.
IPSEC uses almost anything, it was designed to be flexible
SSL can use any of the following:
- For key exchange: RSA, Diffie-Hellman, ECDH, SRP, PSK
- For authentication: RSA, DSA, ECDSA
- Symmetric ciphers: RC4, Triple DES, AES, IDEA, DES, or Camellia. In older versions of SSL, RC2 was also used.
L2TP uses IPsec for encryptionSE Notebook
There are lots of good references on technet as well.
You'll also do well to have a solid understanding of what asymmetric and symmetric methods are, how they work (only from a basic perspective) and what protocols use which methods. (This may be what your study sources are trying to get across.)
For example, SSL and TLS are examples of protocols that use asymmetric encryption.
However, SSL and TLS also use symmetric encryption.
Why both? Asymmetric encryption is a secure method of exchanging a key over a public network (such as the Internet) but it isn't efficient. Once the key is securely exchanged, the remainder of the session uses this key for symmetric encryption.
I realize you may not be getting the exact answer to your question that you're asking for, but the question is broad. In my book, there are about 150 pages on cryptography (15 percent of the exam).
Darril Gibson
www.sy0-201.com
CompTIA A+, Network+, Security+ Blogs
Daily Network+ and Security+ Test Taking Tips on Twitter