Kalpana Kalpana (Editor)

Distributed System Security Architecture

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

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

C D C A : c e r t i f i c a t e ( B , C A )

A B : A , { T A , A } K A B , { L , A , P A } S A , { { K A B } P B } S A

B C D C : A

C D C B : c e r t i f i c a t e ( A , C A )

B A : { T A + 1 } K A B

References

Distributed System Security Architecture Wikipedia