Backup Domain Controller

In a large network with hundreds of connected systems, the Primary Domain Controller needs some help to handle all the security validations, so one or more BDCs can be installed on the network. A BDC stores a copy of the User-Database, which is identical to the User-Database on the PDC (and if a change is made on the PDC by adding/deleting/modifying a user-information, the copies on the BDC are updated automatically).
A BDC is entitled to handle security validations (checking Username and password for Logon and for accessing to Shared data), so the workload of security validations is distributed to multiple Domain Controllers.
In addition, the BDC is the Backup: in case the PDC goes down, a BDC can be promoted to become (either temporary or permanent) the PDC.