nerdexam
CompTIA

CAS-002 · Question #210

Which of the following protocols only facilitates access control?

The correct answer is A. XACML. XACML is the only protocol listed that is exclusively designed for access control policy evaluation and enforcement, with no authentication or provisioning capabilities.

Technical Integration of Enterprise Components

Question

Which of the following protocols only facilitates access control?

Options

  • AXACML
  • BKerberos
  • CSPML
  • DSAML

How the community answered

(25 responses)
  • A
    88% (22)
  • B
    8% (2)
  • C
    4% (1)

Why each option

XACML is the only protocol listed that is exclusively designed for access control policy evaluation and enforcement, with no authentication or provisioning capabilities.

AXACMLCorrect

XACML (eXtensible Access Control Markup Language) is an OASIS standard that defines both a declarative policy language and a request/response protocol solely for evaluating access control decisions - determining who can perform what actions on which resources under which conditions. Unlike the other protocols listed, XACML has no authentication function; its exclusive purpose is to serve as a Policy Decision Point (PDP) in attribute-based access control (ABAC) architectures. This makes it the only protocol in the list that purely and exclusively facilitates access control.

BKerberos

Kerberos is a network authentication protocol that issues tickets to prove identity and enable mutual authentication; it does not evaluate or enforce access control policies.

CSPML

SPML (Service Provisioning Markup Language) is used for provisioning, managing, and deprovisioning user accounts and entitlements across directory services and applications, not for making runtime access control decisions.

DSAML

SAML (Security Assertion Markup Language) handles both authentication assertions and authorization decision statements between identity and service providers, making it a broader protocol rather than a pure access control mechanism.

Concept tested: XACML as an exclusive access control policy decision protocol

Source: https://docs.oasis-open.org/xacml/3.0/xacml-3.0-core-spec-os-en.html

Topics

#XACML#access control#authorization protocols#SAML vs SPML

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice