Chapter 8 Review Questions
Let us see how much you have learned in this chapter by going over these review questions.
- What is the name of the Apache module needed for HTTPS?
-
mod_cert
-
mod_https
-
mod_key
-
mod_secure
-
mod_ssl
- What is a message digest?
- A means of encrypting transmissions via SSL.
- A message that has been encrypted using the Data Encryption Standard.
- A popular encryption method based on the Data Encryption Standard.
- A statistically unique hash, or message authentication code, of a file.
- Computer code that binds a specified server to a specified secret key.
- Which port is associated with
https
?
- 25
- 80
- 443
- 8080
- 8087
- Which statement is true?
- A digital signature contains a digital certifcate.
- Data Encryption Standard is based on GNU Privacy Guard.
- PHP is an algorithm intended for digital signature applications.
- Secure Sockets Layer consist of simple ciphers to transmit information.
- Web browsers such as Firefox and Internet Explorer support SSL encryption.
© 2006 John Michael Pierobon
Notes