nerdexam
Network_Appliance

NS0-157 · Question #323

NTFS allows file access based on ___________.

The correct answer is A. NT ACLs and SID. NTFS controls file access using NT Access Control Lists to define permissions and Security Identifiers to uniquely identify the users and groups those permissions apply to.

Network Configuration and Data Access

Question

NTFS allows file access based on ___________.

Options

  • ANT ACLs and SID.
  • BNT ACLs and UNIX permissions.
  • CSID and password.
  • DUNIX permissions.

How the community answered

(43 responses)
  • A
    88% (38)
  • B
    7% (3)
  • C
    2% (1)
  • D
    2% (1)

Why each option

NTFS controls file access using NT Access Control Lists to define permissions and Security Identifiers to uniquely identify the users and groups those permissions apply to.

ANT ACLs and SID.Correct

NTFS uses NT ACLs - lists of Access Control Entries - to specify what actions (read, write, execute, etc.) are allowed or denied on a file or directory, and uses SIDs as the unique, immutable identifiers that represent users and groups within those ACL entries.

BNT ACLs and UNIX permissions.

NTFS does not natively use UNIX permissions (rwx triplets); UNIX permissions are part of the POSIX model and are not a component of the NTFS security architecture.

CSID and password.

Passwords are an authentication mechanism used to verify identity at login, not an authorization mechanism - NTFS file access decisions are made by comparing SIDs in a token against ACL entries, not by checking passwords.

DUNIX permissions.

UNIX permissions are foreign to NTFS and are not used for access control on Windows NTFS volumes.

Concept tested: NTFS access control using ACLs and SIDs

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-identifiers

Topics

#NTFS#ACLs#SID#file permissions

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice