Which statement best describes the role of a Certificate Authority regarding public keys?

Prepare for the CodeHS The Internet Test. Study with flashcards and multiple-choice questions, each offering hints and explanations. Ace your exam!

Multiple Choice

Which statement best describes the role of a Certificate Authority regarding public keys?

Explanation:
A Certificate Authority exists to prove that a public key truly belongs to the website it's paired with. It checks that the requester controls the domain (and sometimes validates organizational identity) and then signs a certificate that binds that domain to a specific public key. When your browser connects, it trusts certificates from trusted CAs and validates that the certificate is legitimate and issued for the site you’re visiting. If the certificate checks out, the site proves it owns the corresponding private key, and a secure TLS connection can be established with the correct keys. The other ideas aren’t accurate descriptions of what a CA does: it doesn’t encrypt all traffic itself—encryption is negotiated during the TLS handshake using session keys; it isn’t responsible for registering domain names; and it doesn’t assign IP addresses to websites.

A Certificate Authority exists to prove that a public key truly belongs to the website it's paired with. It checks that the requester controls the domain (and sometimes validates organizational identity) and then signs a certificate that binds that domain to a specific public key. When your browser connects, it trusts certificates from trusted CAs and validates that the certificate is legitimate and issued for the site you’re visiting. If the certificate checks out, the site proves it owns the corresponding private key, and a secure TLS connection can be established with the correct keys.

The other ideas aren’t accurate descriptions of what a CA does: it doesn’t encrypt all traffic itself—encryption is negotiated during the TLS handshake using session keys; it isn’t responsible for registering domain names; and it doesn’t assign IP addresses to websites.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy