Analysis of Data Structures on the Ethereum Blockchain
Wiki for ITS | ||||||
---|---|---|---|---|---|---|
|
Analysis of Data Structures on the Ethereum Blockchain
by | |
---|---|
Supervisor(s) | Josef Noll |
Due date | 2016/05/02 |
Status | Finished |
Problem description: | The web is becoming increasingly more centralized with data congregating towards big players e.g. Google. This is not the decentralized web Tim Berners-Lee envisioned. Having a couple of companies deciding what is 'truth' and what data is available is undemocratizing. It is also endagering peoples privacy. Centralized data is more valuable to hackers and to government agencies, with the potential value of a successful hack reaching into the millions.
The web can be re-decentralized with the blockchain technology. Blockchains allow for consensus in peer-to-peer networks, removing the need for centralized servers to decide consensus. The blockchain is how Bitcoin is able to transfer money without a bank as an mediator. Ethereum allows for Turing complete applications (called smart contracts) on the blockchain, giving developers the tools needed to move anything to the blockchain. Miners, special nodes reaching consensus on the network, have to run all smart contracts. With the code in these smart contracts being measured in "gas" instead of temporal complexity and spatial complexity, means that what we know about the efficiency of different data structures, might have to be revisited. Therefor will this thesis compare various data structures on the blockchain in a theoretical and an empirical manner. |
Methods and Tools: | The tools and methods in this thesis are based on
|
Time schedule | The envisaged time schedule is:
|
Pre-Knowledge | This thesis includes a reasonable amount of programming. |
Approved | Pending by |
Keywords | Blockchain, Encryption, Confidentiality, Integrity, Availability, Privacy, Information Security, Big-O, Bitcoin |
Depiction |
this page was created by Special:FormEdit/Thesis, and can be edited by Special:FormEdit/Thesis/Analysis of Data Structures on the Ethereum Blockchain
The thesis was abandoned
TOC
- 1. Introduction, containing: short intro into the area, what is happening
- 1.1 Motivation, containing: what triggered me to write about what I'm writing about
- 1.2 Scenario Overview
- 1.3 Research Approaches
- 1.4 Related works
- 1.5 Problem Statement
- 1.6 Proposal for Solution
- 1.7 Structure of this Thesis
- 4. Implementation
- 4.1 Testbeds
- 4.2 Description of Prototypes
- 4.3 Achievements and Prototype Demonstration
- 5. Analysis
- 5. Evaluation and Lessons Learned
- 6. Conclusions
- References