ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Exchange Server
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is DSACCESS?
 Question Submitted By :: Raveesh Katiyar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is DSACCESS?
Answer
# 1
It is a exchange process to communicate with AD
 
Is This Answer Correct ?    6 Yes 1 No
Sasidhar
 
  Re: What is DSACCESS?
Answer
# 2
DSACCESS: Means also communicate with Acdive Directory in 
Exchange Server
 
Is This Answer Correct ?    3 Yes 1 No
Raveesh Katiyar
 
 
 
  Re: What is DSACCESS?
Answer
# 3
DSAccess implements a directory access cache that stores 
recently accessed information for a configurable length of 
time. This reduces the number of queries made to global 
catalog servers
 
Is This Answer Correct ?    7 Yes 0 No
Imtiaz
 
  Re: What is DSACCESS?
Answer
# 4
Starting with Exchange Server 2000 Microsoft began using 
the AD - Active Directory as the repository for Exchange 
related data. So microsoft had to create certain rules to 
make sure that the Exchange Server communiated with the AD 
in such a way that it did not create excessive network 
traffic or overwhelm domain controllers with too many LDAP 
requests. ( For beginners i would like to explain this in a 
little more detail - whenever Exchange would need any data 
from the Active Directory it will use an LDAP query for 
geting the data. Now all the data is present in the AD and 
AD is present on DCs - that is Domain Controlers, hence 
Exchange would be sending LDAP queries to DCs for the data.)
        So for controlling the communication between 
Exchange and AD; microsoft created a component called the 
DS Access. DS Access would act as an intermediary between 
the AD and Exchange Server. 
          Thus, DS is used by all the Exchange components 
to query the AD and acquire the configuration and recipient 
information. Example of the Exchange components that use DS 
Access are Exchange System Attendant, Message Transfer 
Agent and the Exchange information store.
           DS Access is a generic name assigned to a group 
of DLLs - DSAccess.dll, Dscmgs.dll and Dscperf.dll. These 
are collectively called the DS Access or the DS access 
cache. The DS Access cache is actually made up of two 
seperate caches: 

The Configuration Cache - The configuration cache is used 
to store information pertaining to the configuration data, 
including store and routing objects. It is set to 5 MB by 
default. 
      When the system boots, DS Access initiates a 
discovery process designed to identify the AD topology
(primarily related to the site structure), the domain 
controllers, and which domain controllers act as global 
catalog servers. 
        DS Access repeats the discovery process every 15 
minutes to check for configuration changes and verify that 
the known domain controllers are still available. Whenever 
Exchange server needs to access a domain controller or a 
global catalog server, it consults the DS Access cache to 
determine which server is best fit for the job.

The User Object Cache - By default the Exchange Server sets 
aside 140 MB for the user object cache, which stores user 
object data. Objects within this cache are flushed when the 
cache fills up or when the object's TTL expires. The 
default TTL for the user object is  5 mins. 
        This user object cache is designed for preventing 
excessive LDAP queries. When the Exchange server needs to 
know something about a user, it checks the DS Access cache 
first to see if the information is already stored there. If 
the information is cached, then Exchange uses the cached 
copy instead of issuing an LDAP query. If the required 
information is not cached, Exchange has to retrieve the 
necessary information from the DC via an LDAP query and it 
stores the results in the DS Access cache.
 
Is This Answer Correct ?    4 Yes 1 No
Saif Ali Khan
 
  Re: What is DSACCESS?
Answer
# 5
Starting with Exchange Server 2000 Microsoft began using 
the AD - Active Directory as the repository for Exchange 
related data. So microsoft had to create certain rules to 
make sure that the Exchange Server communiated with the AD 
in such a way that it did not create excessive network 
traffic or overwhelm domain controllers with too many LDAP 
requests. ( For beginners i would like to explain this in a 
little more detail - whenever Exchange would need any data 
from the Active Directory it will use an LDAP query for 
geting the data. Now all the data is present in the AD and 
AD is present on DCs - that is Domain Controlers, hence 
Exchange would be sending LDAP queries to DCs for the data.)
        So for controlling the communication between 
Exchange and AD; microsoft created a component called the 
DS Access. DS Access would act as an intermediary between 
the AD and Exchange Server. 
          Thus, DS is used by all the Exchange components 
to query the AD and acquire the configuration and recipient 
information. Example of the Exchange components that use DS 
Access are Exchange System Attendant, Message Transfer 
Agent and the Exchange information store.
           DS Access is a generic name assigned to a group 
of DLLs - DSAccess.dll, Dscmgs.dll and Dscperf.dll. These 
are collectively called the DS Access or the DS access 
cache. The DS Access cache is actually made up of two 
seperate caches: 

The Configuration Cache - The configuration cache is used 
to store information pertaining to the configuration data, 
including store and routing objects. It is set to 5 MB by 
default. 
      When the system boots, DS Access initiates a 
discovery process designed to identify the AD topology
(primarily related to the site structure), the domain 
controllers, and which domain controllers act as global 
catalog servers. 
        DS Access repeats the discovery process every 15 
minutes to check for configuration changes and verify that 
the known domain controllers are still available. Whenever 
Exchange server needs to access a domain controller or a 
global catalog server, it consults the DS Access cache to 
determine which server is best fit for the job.

The User Object Cache - By default the Exchange Server sets 
aside 140 MB for the user object cache, which stores user 
object data. Objects within this cache are flushed when the 
cache fills up or when the object's TTL expires. The 
default TTL for the user object is  5 mins. 
        This user object cache is designed for preventing 
excessive LDAP queries. When the Exchange server needs to 
know something about a user, it checks the DS Access cache 
first to see if the information is already stored there. If 
the information is cached, then Exchange uses the cached 
copy instead of issuing an LDAP query. If the required 
information is not cached, Exchange has to retrieve the 
necessary information from the DC via an LDAP query and it 
stores the results in the DS Access cache.
 
Is This Answer Correct ?    7 Yes 0 No
Saif_ali_khan
[CSC]
 
  Re: What is DSACCESS?
Answer
# 6
DSAccess is a component that optimizes the communication
between Active Directory and components within exchange server.
 
Is This Answer Correct ?    7 Yes 0 No
Mukram Khan
 

 
 
 
Other Exchange Server Interview Questions
 
  Question Asked @ Answers
 
How can you immediately stop PF replication?  2
In Exchange 2003 standard edition. how many Storage groups & groups are in exchange.  3
What types of Pf management tools might you use?  1
Are there any other installation considerations?  2
"You got a new HP DL.380(2U) server, dual X con 4GB of RAM. 7 SAS disks, 64bit what do you do next to install exchange 2003? (you have AD in place)" Satyam1
What are the configuration options in IMF?  1
How would you work with muliiple recipient policies?  1
Why not install exchange on the same machine as a DC?  7
i want to proper sentence in Active directory what is a forest? what is a Domain?  2
What are Recipient policies?  2
What’s the main differences between exchange 5.5 and Exchange 2000/2003  2
What is the issue with trying to remove email addresses added by recipient policies? How would you fix that ?  2
Explain the configuration steps required to allow exchange 2003 to send and receive email from the internet consider a one site multiple server sccnario.  1
Name a few configuration option for exchange recipients. HSBC2
"You created a mailbox for a user, yet the mailbox does not appear in ESM. Why?"  3
When would you need to manually create additional RUS?  2
How would you verity that the schema was in fact updated?  1
How would you achieve incoming mail redundancy?  3
what is system public folders in Exchange server 2003  1
What are the message hygiene options you can use natigely in exchange 2003?  1
 
For more Exchange Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com