Chapter 2 Review Questions
Let us see how much you have learned in this chapter by going over these review questions.
- How many layers does the OSI model have?
- 1
- 3
- 5
- 7
- 9
- What statement is true?
- A master secret is created using private key encryption.
- Normal termination of an SSL session occurs when the
close_notify
message is sent.
- SSL was developed by Microsoft.
- The current version of SSL is 2.0.
- The SSL Record protocol permits the encapsulation of lower level protocols such as IP.
- Which step occurs last in the SSL handshake process?
- Client Hello.
- The client informs the server that future messages from the server will be encrypted with the session key.
- The client sends an encrypted message indicating that the client portion of the handshake is finished.
- The master secret is generated.
- The server sends an encrypted message indicating that the server portion of the handshake is finished.
- What is a cipher suite?
- A message sent at the end of an SSL handshake.
- A set of cryptographic algorithms.
- A set of fields in the SSL handshake.
- A set of message exchanges to create the master secret.
- A set of message excahnges to create the premaster secret.
© 2006 John Michael Pierobon
Notes