nerdexam
GIAC

GSEC · Question #332

What is the fundamental problem with managing computers in stand-alone Windows workgroups?

The correct answer is A. Computers in workgroups are not able to create Security Access Tokens (SATs) for their users. Windows workgroups lack centralized authentication, so Security Access Tokens issued by one machine are not recognized or usable on any other machine in the group.

Windows and Malware

Question

What is the fundamental problem with managing computers in stand-alone Windows workgroups?

Options

  • AComputers in workgroups are not able to create Security Access Tokens (SATs) for their users.
  • BOnce a computer joins a workgroup, the Security IDs (SIDs) of its users are transferred to the
  • CComputers that have Joined a workgroup cannot subsequently Join a domain.
  • DThey do not accept the Security Access Tokens (SATs) from other computer.

How the community answered

(34 responses)
  • A
    82% (28)
  • B
    6% (2)
  • C
    9% (3)
  • D
    3% (1)

Why each option

Windows workgroups lack centralized authentication, so Security Access Tokens issued by one machine are not recognized or usable on any other machine in the group.

AComputers in workgroups are not able to create Security Access Tokens (SATs) for their users.Correct

In a workgroup each computer maintains its own isolated local Security Account Manager (SAM) database. Because there is no domain controller acting as a shared authority, a Security Access Token generated by one machine carries local SIDs that other machines have no record of and cannot validate. This forces administrators to duplicate identical user accounts and passwords on every machine, which is the core management burden of workgroups.

BOnce a computer joins a workgroup, the Security IDs (SIDs) of its users are transferred to the

SIDs are generated independently by each machine's local SAM and remain local - they are not transferred to the workgroup or to other machines during a workgroup join.

CComputers that have Joined a workgroup cannot subsequently Join a domain.

Joining a workgroup does not prevent a machine from later joining a domain; a domain join simply replaces the workgroup configuration with domain membership.

DThey do not accept the Security Access Tokens (SATs) from other computer.

The inability to accept tokens from other computers is a consequence of the decentralized SAM architecture, not the root cause - the fundamental problem is the absence of a shared identity and trust authority.

Concept tested: Windows workgroup decentralized authentication and SAM limitations

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview

Topics

#Windows workgroup#Security Access Token#local authentication#domain security

Community Discussion

No community discussion yet for this question.

Full GSEC Practice