Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The IEC 10746-1-13 (2017) standard, published jointly by ISO and IEC as part of the ISO/IEC 10746 series, defines a specialised framework for managing security and transactions within open distributed processing (ODP) systems. It extends the foundational Reference Model of Open Distributed Processing (RM-ODP) to address modern requirements for transaction atomicity, cross-domain security, and auditability. This article provides an authoritative examination of the standard’s scope, technical requirements, implementation strategies, and compliance pathways for organisations adopting distributed architectures in sectors such as finance, telecommunications, and healthcare.
IEC 10746-1-13 (2017) applies to systems that require coordinated, secure transactions spanning multiple administrative domains. The standard specifies:
It is applicable to any ODP environment, including cloud platforms, edge computing, and service-oriented architectures (SOA). The standard is technology-neutral, allowing implementation in CORBA, Web services (SOAP/REST), or microservices.
The standard structures the system into five viewpoints, as prescribed by RM-ODP, each extended with security and transaction management requirements. Table 1 summarises the key characteristics and compliance criteria for each viewpoint.
| Viewpoint | Scope | Key Security Requirement | Compliance Criteria |
|---|---|---|---|
| Enterprise | Business objectives, stakeholder roles, and policies governing the system | Role-Based Access Control (RBAC) must align with organisational policies; all transactions must be initiated by authorised roles | Policy engine implements RBAC; role assignments are approved and auditable |
| Information | Data semantics, information structure, and flow | Data confidentiality and integrity via encryption (AES-256 as minimum) and signature schemes | Data classification enforced; encryption at rest and in transit verified |
| Computational | Distribution of application logic and service interfaces | Mutual authentication of interacting computational objects; secure session establishment | Service APIs enforce token validation; session replay protection active |
| Engineering | Infrastructure mechanisms (nodes, channels, protocols) | Network segmentation and secure communication channels (TLS 1.3 required) | Vulnerability scans show no open insecure ports; certificates valid and renewal processes documented |
| Technology | Physical and software platforms, including OS, middleware, hardware | Secure boot, trusted platform modules (TPM), and patch management | All platform components are hardened; update policies enforced with rollback safety |
Each viewpoint must be addressed independently yet consistently. The standard provides conformance statements for each viewpoint, and a system can be declared compliant only when all viewpoint requirements are met and traceable between viewpoints.
A central technical requirement is the cryptographically bound transaction context. Each transaction context carries a unique identifier, a log of operations, and root of trust that links back to the initiating domain. This context is propagated to all participating services through a secure header. The standard mandates that context headers must be signed by the originator and verified at every hop.
The standard defines a canonical event schema for audit logs. Each log entry must include: transaction ID, viewpoint identifier, timestamp (NTP-synchronised), action, initiator identity, and cryptographic hash of the previous entry. This ensures tamper-evident, chained logs that support forensic investigations.
Adopting IEC 10746-1-13 requires careful planning and cross-team coordination. The following alerts highlight key considerations.
Organisations seeking compliance with IEC 10746-1-13 (2017) should follow a structured conformance process.
The standard references complementary standards: ISO/IEC 10746-2 (Foundations) and ISO/IEC 10746-3 (Architecture) for background theory; ISO/IEC 27001 for information security management. Integration with ISO/IEC 27001 is particularly recommended to align the security viewpoints with an organisation’s overall ISMS.
This article is prepared for informational and educational purposes, reflecting the technical content of IEC 10746-1-13 (2017) as published in 2026.