you are the security administrator for your organization's active directory forest. you have implemented a ca hierarchy using windows server 2016 servers. you need to make sure that you can restore your cas and their databases in the case of a server failure. what should you do?

See Answers (1)

Suggested Answer

The best way to backup a CA is via a system state backup. The CA database, the CA key pair, the registry, the IISmetabase, and all of the system files will be backed up by system statebackup. The backup media should always be kept in a secure area. You are safeguarded by using the Certification Authority snap-Certificate in's Services Backup Wizard.What is system state backup ?When you create a system state backup, you can recover if a machine starts up but you've lost your registry and system files. Domain member: Boot files, COM+ class registration database, registry are all included in a system state backup.The backup of System State is unaffected by incremental, differential, or even complete backup techniques. Regardless of the parameters used for backup method under the general tab, the System State backup will always be a full backup. The interdependence of the components is to blame for this.Consider the System State as a single file rather than a collection of files. This will show that it always backs up the entire item, even if the job type is incremental. Whatever the task settings, it will always be a full backup of the system state.To learn more about Backup refer :https://brainly.com/question/27332238#SPJ4