Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Distributed System Security Architecture
Computer security architecture

Distributed System Security Architecture or (DSSA) is a computer security architecture that provides a suite of functions including login, authentication, and access control in a distributed system. To differ from other similar architectures, the DSSA architecture offers the ability to access all these functions without the trusted server (known as a certificate authority) being active.

In DSSA, security objects are handled by owners and access is controlled by the central, universally trusted, certificate authority.

We don't have any images related to Distributed System Security Architecture yet.
We don't have any YouTube videos related to Distributed System Security Architecture yet.
We don't have any PDF documents related to Distributed System Security Architecture yet.
We don't have any Books related to Distributed System Security Architecture yet.
We don't have any archived web articles related to Distributed System Security Architecture yet.

DSSA/SPX

DSSA/SPX is the authentication protocol of DSSA. The CDC is a certificate granting server while the certificate is a ticket signed by CA which contains the public key of the party being certified. Since the CDC is merely distributing previously signed certificates, it is not necessary for it to be trusted.

A → C D C : B {\displaystyle A\to CDC\colon B}

C D C → A : certificate ⁡ ( B , C A ) {\displaystyle CDC\to A\colon \operatorname {certificate} (B,CA)}

A → B : A , { T A , A } K A B , { L , A , P A ′ } S A , { { K A B } P B } S A ′ {\displaystyle A\to B\colon A,\{T_{A},A\}K_{AB},\{L,A,P'_{A}\}S_{A},\{\{K_{AB}\}P_{B}\}S'_{A}}

B → C D C : A {\displaystyle B\to CDC\colon A}

C D C → B : certificate ⁡ ( A , C A ) {\displaystyle CDC\to B\colon \operatorname {certificate} (A,CA)}

B → A : { T A + 1 } K A B {\displaystyle B\to A\colon \{T_{A}+1\}K_{AB}}