Showing posts with label Windows 2008 Server. Show all posts
Showing posts with label Windows 2008 Server. Show all posts

Tuesday, May 3, 2011

MCITP Tutorials launched - mcitptutorials.com

Friends,

                  I have created a new website for MCITP certification (  for all. Their i would like to share the knowledge. send all your requirements on server 2008. am expecting the comments from all of them

Friday, March 18, 2011

RODC – read only domain controller windows 2008



                An RODC is an additional domain controller for a domain. It hosts read-only partition of the AD database. Only accept relocated changes to AD and never initiate replication. Replication uses only a one-way connection from domain controller that has a writable database copy to the read only domain controller (RODC). It mainly designed for branch office environment for physical security concern.  It cannot hold operation master roles, can be deployed only on windows 2008 server core for additional security. The following RODC functionality extenuates these problems.

  •           Credential Cache
  •      Admin role separation
  •      Read only : Active directory – Domain Services Database
  •      Unidirectional replication
  •       Read only: DNS
      Credential Cache:

                RODC does not store user or computer credentials by default. It has exception for the computer account of the RODC and a special krbtgt account that each RODC has. We can explicitly allow any other credential caching on an RODC. It advertises as KDC (Key Distribution Center) for the branch office. It uses different krbtgt account and password than the KDC on the writable domain controller uses when it signs or encrypts ticket-granting request. If account is successfully authenticated, the RODC attempts to contact writable domain controller at the hub site and request a copy of the appropriate credentials, then writable domain controller recognizes that the request is coming from an RODC and consults the PRP (Password replication policy) in effect for the RODC. The password replication policy decides if a computer or user credentials it can be replicated from the writable domain controller to the Read only domain controller and RODC caches them. RODC after cached the credentials, it can directly give the service to user’s logon requests until the credentials change. 

     Admin role separation:

                We can delegate local admin access for read only domain controller to any domain user, but that user can’t do administrative task on any other domain or domain controller. It permits only allow on RODC to perform administrative tasks.

      Read only:  Active directory – Domain Services Database:

                RODC have the all the active directory objects and attributes that a writable domain controller holds, except account passwords. Active directory database changes cannot be made to RODC Active directory database. Changes must be made on a writable domain controller and then replicate to RODC.

     Unidirectional replication

                RODC is unidirectional replication because no changes are written directly to it and also no changes originate at the RODC.  Unidirectional replication applies to both AD DS and Distributed File System Replication of SYSVOL. The RODC performs normal inbound replication for AD DS and SYSVOL changes.




     Read only DNS

                We can deploy DNS service on read only domain controller, it able to replicate all application partition that DNS uses. Client system can query it for name resolution as they query any other DNS server. It does not client updates directly.







Tuesday, March 15, 2011

Windows 2008 Active Directory replication features



·        It partitioning of the data store and domain controllers in a domain hosts only the domain naming context for their domain. It helps keep replication to a minimum, particularly in mltidomain forests.

·        It includes application directory partition and global catalog – partial set of attribute. By default, it not replicated to every domain controller in the forest.

·        Within a single site, distinct control of intrasite replication and Intersite replication (between sites).

·        It has features of collision detection and management. Although rare, that an attribute will have been modified on two different domain controllers during a single replication. In such a situation, the two changes will have to be reconciled. ADS have resolution algorithms’ that satisfy almost
all situations.

·        Attribute level of replication. If an object attribute is modified, only that attribute only will be replicate, the entire object is not replicated except when the new object is created.  

·        By default, Active directory will configure an effective the, two way replication topology. So that the loss of any one domain controller does not impact the replication. This topology automatically created when as domain controller are moved, added or moved between sites.




Web Hosting