Difference between revisions of "Comparison"
From IridiaWiki
Jump to navigationJump to searchLine 3: | Line 3: | ||
= Comparison = |
= Comparison = |
||
+ | |||
⚫ | |||
+ | |||
{| class="wikitable" style="width:100%" |
{| class="wikitable" style="width:100%" |
||
! Feature !! Classical approach !! Blockchain approach |
! Feature !! Classical approach !! Blockchain approach |
||
|- |
|- |
||
− | + | | Number of used opinions for voting strategy || Last 2 opinions in robot's memory || Last 2 opinions in robot's blockchain |
|
⚫ | |||
+ | | Time |
||
⚫ | |||
⚫ | |||
⚫ | |||
+ | Broadcasting |
||
⚫ | |||
+ | | During the entire phase |
||
+ | |- |
||
+ | Listening |
||
⚫ | |||
+ | | Figure out |
||
+ | |- |
||
+ | Peers |
||
⚫ | |||
⚫ | |||
+ | |- |
||
+ | Decision-making strategy: |
||
+ | | DC, DMMD, DMVD |
||
⚫ | |||
|- |
|- |
||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | == Exploration == |
||
⚫ | |||
+ | {| |
||
+ | Time |
||
+ | | Sample from an exponential distribution with σ = 10 |
||
+ | | Sample from an exponential distribution with σ = 10 |
||
|- |
|- |
||
+ | Peers |
||
− | || Exploration State|| Time: Sample from an exponential distribution with σ = 10|| Time: Sample from an exponential distribution with σ = 10 |
||
− | + | |Not connected to any peers |
|
+ | |Not connected to any peers} |
||
⚫ | |||
= Strategies = |
= Strategies = |
Revision as of 18:06, 30 January 2017
Problem
"How to transfer the sensors readings (quality of the opinion) into a secure dissemination strategy that is similar to the existing approach?"
Comparison
Dissemination
Broadcasting Listening Peers Decision-making strategy:Exploration
Feature | Classical approach | Blockchain approach |
---|---|---|
Number of used opinions for voting strategy | Last 2 opinions in robot's memory | Last 2 opinions in robot's blockchain |
Time | proportional to sensor readings p, using a sample from an exponential distribution with pg, g = 10 | see strategies below |
During the entire phase | During the entire phase | |
Only in the last 3s of the phase | Figure out | |
Send opinions to peers if distance is below 50 cm | Connect to peers (i.e., to their Ethereum process) if distance is below 50 cm | |
DC, DMMD, DMVD | see strategies below |
Sample from an exponential distribution with σ = 10 | Sample from an exponential distribution with σ = 10 |
Not connected to any peers | Not connected to any peers}
StrategiesStrategy 1: Amount of transactions
Strategy 2: Direct modulation
Strategy 3: Dissemination time
Strategy 4: Hash-puzzle
Strategy 5: Most similar
Alternative
|