Blockchain & Distributed Internet Infrastructure

Similar documents
Blockchains and the Web

Using Blockchain Technology in Distributed Storage Systems

Bitcoin, a decentralized and trustless protocol

Bitcoin and Blockchain

The power of Blockchain: Smart Contracts. Foteini Baldimtsi

Hong Kong JavaScript and Node.js. Welcome

Blockchain for Enterprise: A Security & Privacy Perspective through Hyperledger/fabric

Privacy-Enabled NFTs: User-Mintable, Non-Fungible Tokens With Private Off-Chain Data

Blockstack, a New Internet for Decentralized Apps. Muneeb Ali

Public Key Infrastructures

Introduction to Bitcoin I

Blockchain! What consultants should know about it. Daniel

Who wants to be a millionaire? A class in creating your own cryptocurrency

Technical Specifications for Platform Development

Reliability, distributed consensus and blockchain COSC412

Whitepaper Rcoin Global

BBc-1 : Beyond Blockchain One - An Architecture for Promise-Fixation Device in the Air -

Problem: Equivocation!

Prelude. The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency.

ENEE 457: E-Cash and Bitcoin

Blockchain-backed analytics: Adding blockchain-based quality gates to data science projects

Ergo platform. Dmitry Meshkov

Requirements for DIDs (Decentralized Identifiers)

Privacy based Public Key Infrastructure (PKI) using Smart Contract in Blockchain Technology

Decentralized Database for Developers. White Paper v March 31,2018

Bitcoin (Part I) Ken Calvert Keeping Current Seminar 22 January Keeping Current 1

OpenbankIT: a banking platform for e- money management based on blockchain technology

ICS 421 & ICS 690. Bitcoin & Blockchain. Assoc. Prof. Lipyeow Lim Information & Computer Sciences Department University of Hawai`i at Mānoa

Computer Security. 14. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2019

Will Martino (me) Kadena

Distributed Ledger With Secure Data Deletion

A Blockchain-based Mapping System

Blockchain (a.k.a. the slowest, most fascinating database you ll ever see)

File Network Whitepaper

BITCOIN PROTOCOL & CONSENSUS: A HIGH LEVEL OVERVIEW

Blockchain and Additive Manufacturing

Blockchain. CS 240: Computing Systems and Concurrency Lecture 20. Marco Canini

Lecture 3. Introduction to Cryptocurrencies

Biomedical and Healthcare Applications for Blockchain. Tiffany J. Callahan Computational Bioscience Program Hunter/Kahn Labs

Hyperledger Quilt and Interledger Protocol. Nathan Aw - Technical Ambassador Edmund To - Organizer of Hyperledger Meetup Hong Kong

BaFin-Tech 2018 BlockChain & Security (from #developerview)

Cryptography and Cryptocurrencies. Intro to Cryptography and Cryptocurrencies

About & Beyond PKI. Blockchain and PKI. André Clerc Dipl. Inf.-Ing. FH, CISSP, CAS PM TEMET AG, Zürich. February 9, 2017

Blockchain (de)constructed

Chapter 13. Digital Cash. Information Security/System Security p. 570/626

Distributed Ledger Technology & Fintech Applications. Hart Montgomery, NFIC 2017

SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW. Decentralized platform for coordination and administration of healthcare and benefits

Blockchain without Bitcoin. Muralidhar Gopinath October 19, 2017 University at Albany

Table Of Contents. Introduction Blockchain and Cryptocurrency...1. Stellar (payment network)...2. Internet and its issues...3. LocalXpose...

Ergo platform: from prototypes to a survivable cryptocurrency

How Formal Analysis and Verification Add Security to Blockchain-based Systems

TABLE OF CONTENTS VERSION 3 - NOVEMBER Joe Roets - j03 - [DRAFT] DRAGONCHAIN ARCHITECTURE

10 minutes, 10 slides, goals, tech details and why it matters. Decentralized ID & Verifiable Claims

Overview of PBI-blockchain cooperation technology

A Perspective on Bitcoin and Blockchain

IoT security based on the DPK platform

VNS Decentralized DNS and Website System White. Paper

Key concepts of blockchain

Securing, standardizing, and simplifying electronic health

Key Security Issues for implementation of Digital Currency, including ITU-T SG17 activities

Not ACID, not BASE, but SALT A Transaction Processing Perspective on Blockchains

Hyperledger fabric: towards scalable blockchain for business

Table of contents. Technical Features. Our approach. Technical Overview. Stage 1 (Using Ethereum blockchain) Participants. Data Owner.

What is Bitcoin? Consensus technology has the power to do for economics what the internet did for information - Dan Larimer

Lecture 44 Blockchain Security I (Overview)

KDC COIN WHITEPAPER KDC COIN WHITEPAPER.

Next Paradigm for Decentralized Apps. Table of Contents 1. Introduction 1. Color Spectrum Overview 3. Two-tier Architecture of Color Spectrum 4

Hyperledger Fabric v1:

Jan Møller Co-founder, CTO Chainalysis

Introduction to Cryptography in Blockchain Technology. December 23, 2018

Introduction to Blockchain

White Paper. The FaceCoin Network. Introduction

The Blockchain. Josh Vorick

GENESIS VISION NETWORK

Secure Decentralized File Sharing (SDFS) Network

BitBill: Scalable, Robust, Verifiable Peer-to-Peer Billing for Cloud Computing

Blockchain Frameworks

SpaceMint Overcoming Bitcoin s waste of energy

Executive Summary. (The Abridged Version of The White Paper) BLOCKCHAIN OF THINGS, INC. A Delaware Corporation

IPFS Data Storage Blueprint

Synapse: Decentralized Intelligence

What is Bitcoin? How Bitcoin Works. Outline. Outline. Bitcoin. Problems with Centralization

Biomedical Security. Cipher Block Chaining and Applications

Asch. A decentralized application platform based on side-chain technology V1.0.2

Blockchain, Cryptocurrency, Smart Contracts and Initial Coin Offerings: A Technical Perspective

A decentralized application platform based on side-chain technology

Unity and Interoperability Among Decentralized Systems. Chris Gebhardt. The InfoCentral Project

BlockFin A Fork-Tolerant, Leaderless Consensus Protocol April

Principals of Blockchain technology - Digital Business Ecosystem Kick of meeting Helsinki

BLOCKCHAIN ARCHITECT Certification. Blockchain Architect

Radix - Tempo. Dan Hughes

A SYSTEM FOR ENABLING SHORT-TERM FINANCING

Peer to Peer Networks

Radix - Tempo. Dan Hughes Abstract

BLOCKCHAIN CADEC Pär Wenåker & Peter Larsson

BLOCKCHAIN The foundation behind Bitcoin

Consensus & Blockchain

Blockchain, cryptography, and consensus

ECC: Peer-to-Peer Electronic Cash with Trustless Network Services

White Paper. Blockchain alternatives: The case for CRAQ

Transcription:

Blockchain & Distributed Internet Infrastructure Dirk Kutscher NEC Laboratories Europe 1

Purpose of this Meeting Discuss blockchain-based and Distributed Internet Infrastructure concepts, state of the art, new ideas Useful applications beyond financial sector? Relationship to other efforts (ICN?) Potential next steps 2

Agenda 1. Overview of blockchain and related frameworks -- Dirk 2. Blockchain registries - the future of protocol operations -- Alex 3. Internet-wide Federation -- Jeffrey 4. Discussion of potential next steps 3

Bitcoin P2P payment network Transactions: broadcasting signed bitcoin transfer message Transactions are recorded in distributed and replicated public database: blockchain Blockchain groups transactions into blocks by timestamp Blockchain cryptographically protected Consensus algorithm based on proof-of-work Longest blockchain prevails Blockchain is distributed by P2P filetransfer 4

Interesting Properties No centralized coordination, no trusted parties Sufficiently robust against fraud (doublespending) Transaction irreversibility Some level of pseudonymity Blockchain can be generalized to other distributed ledger applications Bitcoin: digital currency transfers Other digital artifacts would work as well (names etc.) 5

Blockchain Illustrated 6

Proof of Work Blockchain is collaboratively maintained by peers on the network Each block to provide verifiable proof of work invested in its creation (here: finding a hash with certain properties) Blocks refering to previous blocks (chain) Chaining makes it impossible to modify transactions later 7

Consensus Protocol Blockchain can be modified concurrently Networks converges on longest chain (following the most difficult-to-recreate chain) Relatively robust against attacks (51% mining power required to attack blockchain) 8

Transactions Addresses: RIPEMD-160(SHA-256(PK)) Value is moved between addresses using transactions Verfication according to specified rules 9

Bitcoin Nodes Full nodes Store entire blockchain (~15GB) Light nodes Download block headers only Verify proof of work on block headers Download branches associated to a given transaction only 10

Bitcoin Merits Dentralized consensus based on proof-of-work concept Implemented through blockchain Applicable to other applications that can benefit from a public, distributed ledger Caveats Update & convergence times not really suitable for time-critical applications Considerable cost for mining (i.e., for proof of work) 11

Alternative Blockchain Applications Namecoin Decentralized name registration database Map names to arbitrary identifiers (DNS names, Bitcoin IDs etc.) First-to-file paradigm to avoid impersonation Other currencies Colored coins (persistent attributes to Bitcoin units) Metacoins (configurable state transitions) 12

Namecoin Can store data in blockchain database Records Hierarchical names (keys) Byte array values (520 max length) Potential applications Identity systems Notary systems Decentralized name resolution ( censorship-free DNS ) 13

.bit TLD outside DNS (independent of ICANN) Names resolved through Namecoin-enabled resolver (web-browser plugin or supporting DNS server) draft-grothoff-iesg-special-use-p2p-bit-00 Differences to DNS Domain names not delegated to an authority that can assign them they are directly acquired by interested users Namecoin blockchain is the complete domain database Namecoin not limited to domain names there are actually multiple namespaces in Namecoin Namecoin seems to be rarely used today 14

OneName Decentralized identity system 15

Generalizing State Transition / Validation 16

Ethereum Blockchain with Turing-complete programming language Smart contracts and decentralized applications Users can write arbitrary rules for ownership, transaction formats, and state transition functions Generalized platform for specific applications, e.g., Namecoin-like systems 17

Ethereum Applications Financial Different ways of managing and entering into contracts using money Sub-currencies, financial derivatitives, saving wallets etc. Other decentralized applications Online voting, decentralized governance Decentralized File Storage Storing file blocks as encrypted bloby in Merkle tree Micropayments for storage and distribution services 18

Blockchain in OSS/Standards Hyperledger Linux Foundation project create an enterprise grade, open source distributed ledger framework and code base, upon which users can build and run robust, industryspecific applications, platforms and hardware systems to support business transactions create an open source, technical community to benefit the ecosystem of HLP solution providers and users, focused on blockchain and shared ledger use cases that will work across a variety of industry solutions promote participation of leading members of the ecosystem, including developers, service and solution providers and end users host the infrastructure for HLP, establishing a neutral home for community infrastructure, meetings, events and collaborative discussions and providing structure around the business and technical governance of HLP https://www.hyperledger.org/ 19

Maidsafe P2P-like communication network based on blockchain Includes own Safecoin currency for incentivization (micropayments for resource usage) built on top of bitcoin Network stores and replicates encrypted chunks of published data Chunk transport with caching support 20

MaidSafe Tech Stack 21

Maidsafe Implementations Distributed Transaction Manager (corresponding to Bitcoin s blockchain) Stores users account info Not in a linked chain, but by other nodes that are (P2P-address-wise) close to user Proof-of-Resource Validates users and their value to the network Storage, computation and communication resources made available to network 22

MaidSafe Technologies Kademlia DHT UDP-based transport protocol 23

MaidSafe Assessment Many similarities to DHT-based ICN E.g., Telecom Italia s Global Information Network (GIN) Strangely, none of this seems to be considered in MaidSafe documents Documentation seems incomplete Mostly on youtube... Some skeptical reviews on the web https://letstalkbitcoin.com/the-brokenness-ofmaidsafe 24

Interplanetary Filesystem (IPFS) Hypermedia distribution protocol based on P2P file system Addressed by content and identities Aims at distributed application creation 25

IPFS: P2P distributed file system Seeks to connect all computing devices with the same system of files Analogy: a single BitTorrent swarm, exchanging objects within one Git repository Provides a high throughput content-addressed block storage model, with content-addressed hyperlinks Forms a generalized Merkle DAG, a data structure upon which one can build versioned file systems, blockchains, and even a Permanent Web Combines a distributed hashtable, an incentivized block exchange, and a self-certifying namespace No single point of failure, and nodes do not need to trust each other 26

IPFS (1) Identities NodeIDs: public key hash DHT: S/Kademlia Eliminates some attacks on Kademlia s routing system (among other properties) Transport In principle agnostic to transport, but typically used with WebRTC DataChannels or utp Can add reliability service on top of chosen underlay ICE for NAT traversal Optional support for integrity and authenticity Does not necessarily assume IP 27

IPFS (2) Routing in DHT, based on Other peers network addresses Object names Block exchange Like BitTorrent, but not exchange not limited to blocks in a torrent Incentivizing cooperation (different strategies: tit-fortat, currency-based etc.) Per-node ledger for accounting transfers that is exchanged when nodes connect 28

IPFS (3) Object Merkle DAG On top of DHT/block exchange DAG links objects (based on their hash values) Objects are immutable Generalization of Git data structure Similar to ICN manifests Special namespace for mutable objects Signature verification with publisher/owner node s public key ( self-certifying names ) Aliases for human-friendly names, URIs Different possible applications Document publishing, cryptocurrency blockchains etc. 29

IPFS Advertized Use Cases 1. As a mounted global filesystem, under /ipfs and /ipns 2. As a mounted personal sync folder that automatically versions, publishes, and backs up any writes. 3. As an encrypted file or data sharing system 4. As a versioned package manager for all software 5. As the root filesystem of a Virtual Machine 6. As the boot filesystem of a VM (under a hypervisor) 7. As a database: applications can write directly to the Merkle DAG data model and get all the versioning, caching, and distribution IPFS provides 8. As a linked (and encrypted) communications platform 9. As an integrity checked CDN for large files (without SSL) 10. As an encrypted CDN 11. On webpages, as a web CDN 12. As a new Permanent Web where links do not die 30

IPFS Assessment Marrying P2P and Github Not directly an application of blockchain Seems to ignore existing work in ICN and P2P 31

Summary Blockchain: useful for decentralized recording of transactions not only for crypto currency Consensus protocol does not lend itself to real-time applications Takes some time until transaction can be considered accepted Hence: decentralized ledger Registries, namespace management Ethereum: generalized, programmable blockchain Caveat: proof of work requires real work cf. ressource consumption for bitcoin mining Related communication frameworks Decentralized, censorship-free communication with crypto currency seem to be main drivers Understanding merits and detailed security properties needs deeper analysis http://dirk-kutscher.info/misc/blockchain-resources/ 32

Next Blockchain registries - the future of protocol operations -- Alex Internet-wide Federation -- Jeffrey 33

BACKUP 34

Transactions in a Block 35

Bitcoin Transfer 36

37