Q1: A design review cites RFC 8949. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of CBOR data model from nearby security functions and policy decisions.
**Related keywords:**
- **data item**: A single CBOR value
- **tag**: Marker for additional semantics
- **deterministic encoding**: Stable byte representation
**Options:**
- A: defining the business meaning of every map key in every protocol is not the central purpose of RFC 8949. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: encoding structured data in a compact binary representation with extensibility and well-defined data items is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: making signed data stable without a deterministic encoding profile is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.