Difficulty: Easy
Correct Answer: The Testers group must be assigned permissions to the shared directory on the Windows NT Advanced Server in the RESEARCH domain
Explanation:
Introduction / Context:
Classic Windows NT domain trusts distinguish between account domains (hold user and global groups) and resource domains (host servers and shares). A one-way trust of RESEARCH → TESTING (RESEARCH trusts TESTING) allows RESEARCH servers to authenticate users and groups from TESTING, but access still depends on explicit permissions granted on the resource.
Given Data / Assumptions:
Concept / Approach:
With a one-way trust, the resource domain must assign access control entries (ACEs) to accounts or groups from the trusted domain. Global groups from the account domain (TESTING) are best practice for permission assignment in the resource domain (RESEARCH). The user does not need to log on to RESEARCH; logging on to TESTING provides credentials that RESEARCH can validate via the trust relationship.
Step-by-Step Solution:
Verification / Alternative check:
Windows NT domain design guidelines recommend “Global groups from account domain into local groups on resource domain, then assign permissions,” confirming the approach works without cross-domain logon changes.
Why Other Options Are Wrong:
No action: Wrong because permissions must be granted on the RESEARCH share.
Grant permissions and require logon to RESEARCH: Unnecessary; trust provides cross-domain authentication.
None of the above: Incorrect because assigning permissions to the Testers group in RESEARCH is sufficient.
Common Pitfalls:
Misreading trust direction; assuming users must log on to the resource domain; granting rights to individual users instead of using global groups.
Final Answer:
The Testers group must be assigned permissions to the shared directory on the Windows NT Advanced Server in the RESEARCH domain
Discussion & Comments