98-365 · Question #146
Which is used to verify that a secure Web site is legitimate?
The correct answer is D. Digital certificate. A digital certificate is used to cryptographically verify the legitimacy and identity of a secure website.
Question
Which is used to verify that a secure Web site is legitimate?
Options
- AActive Directory
- BEnterprise trust
- CPrivate key
- DDigital certificate
How the community answered
(60 responses)- A2% (1)
- B2% (1)
- C3% (2)
- D93% (56)
Why each option
A digital certificate is used to cryptographically verify the legitimacy and identity of a secure website.
Active Directory is a directory service for managing users, computers, and other network resources within an organization, not for authenticating public websites.
Enterprise trust refers to trust relationships between different domains or organizations, primarily used for authentication and authorization within a corporate network, not for verifying external public websites.
A private key is part of a public-key cryptography pair, held secretly by the website server, and used to decrypt information encrypted with its corresponding public key and to digitally sign data, but it is the digital certificate (which contains the public key and identity information) that is presented to and verified by the client.
A digital certificate, issued by a trusted Certificate Authority, binds a public key to the identity of the website owner. When a user connects to a secure website (HTTPS), the browser verifies the certificate's authenticity and validity to ensure the site is legitimate and to establish a secure, encrypted connection.
Concept tested: Digital certificates for website authenticity
Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-overview
Topics
Community Discussion
No community discussion yet for this question.