nerdexam
Microsoft

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.

Understanding Server Roles

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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    3% (2)
  • D
    93% (56)

Why each option

A digital certificate is used to cryptographically verify the legitimacy and identity of a secure website.

AActive Directory

Active Directory is a directory service for managing users, computers, and other network resources within an organization, not for authenticating public websites.

BEnterprise trust

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.

CPrivate key

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.

DDigital certificateCorrect

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

#digital certificates#SSL/TLS#website security

Community Discussion

No community discussion yet for this question.

Full 98-365 Practice