In a very short manner I will list the FSMO roles and their purpose.
If you are a Windows system administrator you should memorize this info, it will come in handy in the future.
Within Active Directory not all Domain Controllers are equal, some have certain roles assigned to them, these roles need to be performed by a single Domain Controller.
These roles are called the FSMO roles (Flexible Single Master Operations).
There are 5 roles, 2 of which are forest wide and the other 3 are domain wide roles.
Schema master (forest wide):
The Schema Master controls all updates to the Schema within the forest.
Domain Naming Master (forest wide):
The Domain Naming Master role is responsible for the creation and deletion of domains in the forest
PDC Emulator (domain wide):
The PDC emulator role provides backwards compatibility for Windows NT backup domain controllers (BDCs), the PDC emulator advertises itself as the primary domain controller for the domain.
It also acts as the domain master browser and maintains the latest password for all users within the domain.
Infrastructure Master (domain wide):
The Infrastructure Manager role is responsible for updating references from objects within its domain with objects in other domains.
Relative ID (RID) Master (domain wide):
The RID Master manages the Security Identifier (SID) for every object within the domain.
Hopefully this will help some of you. :)
As always, your comments/thoughts/remarks are welcome.
Until next time, Capre Diem…
Information was taken from http://www.dovestones.com/active-directory/FSMORoles.html