FAR-EDGE Ledger Services

FAR-EDGE Ledger Services

The Ledger Tier is a logical layer of the FAR-EDGE Platform that allows for truly distributed process logic to work in use cases that require some level of coordination – as is true for most industrial scenarios – without any centralized service being in charge of it, by leveraging the distributed ledger and smart contract patterns, which are both key elements of Blockchain technologies.

PNs run the Distributed Ledger Enabler and 4 more components.

Namely, the Orchestration Services, Configuration Services, Data Publishing Services and Synchronization Services Components.

LedgerServices

Distributed Ledger Enabler
The Distributed Ledger Enabler is the foundation of the Ledger Tier. It provides a transactional ledger that is replicated on all PNs and automatically kept in-sync across all instances, using peer-to-peer communication only.

The ledger stores and maintains the shared state of distributed processes: global variables and even complex data structures that are read and written concurrently by business logic running on any Tier of the FAR-EDGE Platform – typically on EGs. Such state is secured by cryptographic techniques, so that records in the ledger cannot be modified or removed once created, unless there is a system-wide unanimous consensus on doing that.

A majority consensus of PNs is also required for the creation of every new record, which constitutes an atomic transaction. The logic for assessing the validity of transactions is itself defined by a consensus of all stakeholders: it is a smart contract – i.e., executable code that implements a deterministic algorithm – deployed on the ledger. This means that the coordination of distributed processes is not only decentralized, but also dynamically (re)definable according to changing needs.

The ideal clients for this, perform frequent reads and infrequent writes of the shared state, the latter based on fast and simple logic. In other words, only highly valuable data should be persisted on the Ledger Tier.

In the FAR-EDGE Platform, smart contracts are how Ledger Services are implemented. The runtime environment for smart contracts is a Platform standard, so that compliant Ledger Services will be portable across Platforms. The Distributed Ledger Enabler depends on the Identity Management Component in the Cloud Tier for the certified digital identities of clients.

February 12, 2018   1502    Articles    
Total 0 Votes:
0

Tell us how can we improve this post?

+ = Verify Human or Spambot ?