70-465 · Question #105
You administer two Microsoft SQL Server 2012 servers. Each server resides in a different, untrusted domain. You plan to configure database mirroring. You need to be able to create database mirroring…
The correct answer is B. Use a server certificate. To configure database mirroring endpoints between SQL Server instances in untrusted domains, server certificates are required for secure authentication and encryption.
Question
Options
- AConfigure the SQL Server service account to use Network Service.
- BUse a server certificate.
- CUse a database certificate.
- DConfigure the SQL Server service account to use Local System.
How the community answered
(39 responses)- A5% (2)
- B72% (28)
- C15% (6)
- D8% (3)
Why each option
To configure database mirroring endpoints between SQL Server instances in untrusted domains, server certificates are required for secure authentication and encryption.
Configuring the SQL Server service account to use Network Service relies on Windows authentication, which is not supported across untrusted domain boundaries for database mirroring.
When SQL Server instances are in untrusted domains, server certificates are the necessary mechanism for authenticating the database mirroring endpoints because Windows authentication cannot span these untrusted boundaries. These certificates establish trust and encrypt the communication channel between the mirroring partners, allowing the endpoints to be created and function securely.
Database certificates are typically used for encrypting database content or signing objects within a database, not for authenticating server-to-server connections like database mirroring endpoints.
The Local System account lacks network credentials and cannot authenticate across the network, making it unsuitable for establishing database mirroring endpoints.
Concept tested: Database mirroring endpoint authentication with certificates
Source: https://learn.microsoft.com/en-us/sql/database/mirroring/use-certificates-for-a-database-mirroring-endpoint-transact-sql
Topics
Community Discussion
No community discussion yet for this question.