2019 International Conference on Innovative Computing (ICIC) 2019
DOI: 10.1109/icic48496.2019.8966735
|View full text |Cite
|
Sign up to set email alerts
|

Comparative study of permissioned blockchain solutions for enterprises

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
9
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 19 publications
(10 citation statements)
references
References 10 publications
0
9
0
Order By: Relevance
“…Quorum is an open-source enterprise blockchain infrastructure based on Ethereum [10,33]. Quorum provides Raft and IBFT as its consensus protocols.…”
Section: Quorum Blockchain Platform and Smart Contractsmentioning
confidence: 99%
See 2 more Smart Citations
“…Quorum is an open-source enterprise blockchain infrastructure based on Ethereum [10,33]. Quorum provides Raft and IBFT as its consensus protocols.…”
Section: Quorum Blockchain Platform and Smart Contractsmentioning
confidence: 99%
“…Raft achieves very fast results compared to other known consensus algorithms. Unlike PoW, it works on permissioned and private blockchain networks where the goal is to get a faster consensus [10].…”
Section: Quorum Blockchain Platform and Smart Contractsmentioning
confidence: 99%
See 1 more Smart Citation
“…Nadir [ 18 ] contributed towards contrasting the permissioned blockchain leading houses Fabric, Corda, and Quorum blockchain based on comparison filters of modularity, language support, privacy, transactions per second, currency support, and adaptability. The comparison filters are scaled between 1 and 3 and computing the final score, representing the overall adaptability of the framework.…”
Section: A Review Of the State Of The Artmentioning
confidence: 99%
“…After that, the LogRequestMsg message is packed with a whole bunch of information related to log characteristics as well as the new entries and is sent to the follower node that the follower node will use to update its log. In Algorithm 5, when the LogRequestMsg message to update log is received at the follower node from the Rep-licateLogMsg function; it first compares the argument variable term with its presentTerm if the argument passed value is greater, then it updates its term to the latest term, (1) on initialization do (2) presentTerm � 0; votedForNode � null; log � < > ; committedLength � 0 (3) presentRole � follower; presentLeader � null (4) votesReceived � { }; sentEntriesLength � < > ; ackedEntriesLength � < > (5) end (6) on recovery from crash do (7) presentRole � follower; presentLeader � null (8) votesReceived � { }; sentEntriesLength � < > ; ackedEntriesLength � < > (9) end (10) on node nodeId suspects leader has failed, or on selection timeout do (11) if logOk ∧ termOk then (7) presentTerm � candidateTerm; presentRole � follower; votedForNode � candidateId (8) msg � (VoteRequestMsg, candidateId, candidateTerm, candidateLogLength, candidateLogTerm) (9) kNodes � kRandomNodes ⊂ nodes (10) for each node ∈ kNodes send (11) msg to node (12) end (13) send (VoteResponseMsg, nodeId, presentTerm, true) to node candidateId ( 14) else (15) send (VoteResponseMsg, nodeId, presentTerm, false) to node candidateId ( 16) end (17) end (18) end ALGORITHM 2: Voting on a new leader, at FOLLOWER side. 16 Computational Intelligence and Neuroscience resets its votedForNode variable to null, converges to "follower" state, and updates its presentLeader variable with the new leader.…”
Section: Log Replication Phasementioning
confidence: 99%