Basic Concept: In a layered AI system security architecture, access control must be established at each layer, beginning from the outermost point of entry. Authentication must be established at the endpoint level first, as this is the first point of interaction between users and the AI system. CompTIA SecAI+ Study Guide establishes endpoint authentication as the initial access control layer for AI systems.
Why D is Correct: Endpoint access control is the first authentication control to implement because it governs the initial connection from user devices or client applications to the AI system. All subsequent access layers including server access, model access, and data access depend on the endpoint being authenticated first. Establishing endpoint authentication ensures that only authorized endpoints can initiate sessions and proceed through subsequent authentication layers.
Why A is Wrong: Model access controls govern who can query, update, or access the AI model ' s parameters and functions. This control layer is implemented after endpoint authentication has been established, as it applies to requests that have already been authenticated at the endpoint level.
Why B is Wrong: Server access controls manage access to the computing infrastructure hosting the AI system. While critical for infrastructure security, server-level controls are configured by administrators and are not the first authentication control for end-user access flows.
Why C is Wrong: Data access controls define what data the AI system and its users can read, write, or query. These are implemented at a deeper layer after endpoint and potentially model authentication have verified that the requester is authorized to interact with the system at all.