You can find the solutions to these questions in Appendix A, "Answers to Review Questions."
1.
What problem does PKI solve?
The lack of a common encryption standard for Internet applications
The problem that asymmetric encryption techniques do not work without a PKI
The fact that Diffie-Hellman is not secure
The problem of scalable, secure key exchange
The problem of manually issuing bulk certificates
The performance problem when using RSA
2.
Which two statements about symmetric encryption are true?
Symmetric encryption is a good choice for real-time encryption of bulk data.
Symmetric encryption is commonly used to sign asymmetric keys.
Symmetric encryption uses asymmetric keys.
RSA is an example of a symmetric encryption algorithm.
ASE is an example of a symmetric encryption algorithm.
With symmetric encryption, the encryption key equals the decryption key.
3.
Which two statements about trusted introducers are incorrect?
The trusted introducer has to be trusted by all other members of the system.
The trusted introducer has to trust all other members of the system.
The trusted introducer guarantees the authenticity of entities it is introducing to others.
Only the trusted introducer has to trust the root of the system.
The trusted introducer is the root of a system.
Any entity of the system can guarantee the authenticity of any other member.
4.
Which statement about a certificate is true?
A certificate includes the identity of the owner of the certificate and the symmetric key of the owner.
A certificate includes the public key of the issuer.
A certificate includes the identity of the owner of the certificate and the private key of the owner.
A certificate includes the identity of the issuer of the certificate, the identity of the owner of the certificate, and the public key of the owner.
A certificate does not include any keys in cleartext.
A certificate includes an encrypted private key of the owner and a cleartext public key of the issuer.
5.
Which of the following are the two valid options to secure enrollment in a PKI?
Perform the enrollment from a trusted device only.
Perform the enrollment in both directions.
Perform the enrollment over a trusted network.
Use self-signed certificates on all devices.
Do not send the private key in the enrollment.
Perform mutual out-of-band authentication between the PKI user and CA.
6.
Which of the following is true about certificate revocation?
Any entity of a PKI system that receives an untrusted certificate can request revocation of that certificate.
The CA periodically revokes all expired certificates.
Certificate revocation is needed when the public key has been transferred without a certificate.
Certificate revocation is needed whenever the private key is not trustworthy anymore.
Certificate revocation is needed whenever the public key is not trustworthy anymore.
Certificate revocation is the process of adding a user to the PKI.
7.
What is the certificate of a web server used for when you are using SSL?
It is used to authenticate the client.
The public key of the server is used by the client when encrypting the data sent to the server.
The private key of the server is used by the client when encrypting the data sent to the server.
It is used to authenticate the server and to protect the challenge response traffic during client authentication.
It is used to authenticate the server and to encrypt the symmetric session keys used for the asymmetric encryption of the data stream.
It is used to authenticate the server and to encrypt the symmetric session keys used for the authentication and encryption of the data stream.
8.
Which of the following is an asymmetric encryption algorithm?
AES
Diffie-Hellman
DES
Blowfish
9.
When using asymmetric encryption, which key is transmitted from the sending to the receiving host?
Public key
Private key
Shared secret key
No keys are transmitted.
10.
A nontrusted user has obtained the certificate of one of your public web servers. What should be done to ratify this situation? (Select all that apply.)
Nothing
The certificate should be immediately revoked and published to a CRL.
The certificate should be immediately revoked. Clients can immediately find this revocation if they are using OCSP.
The private key should be regenerated on the web server.