Slide 1

Slide 1 text

IPFS The Permanent Web

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

IPFS background overview use cases future

Slide 5

Slide 5 text

it all starts simple

Slide 6

Slide 6 text

dataset package manager

Slide 7

Slide 7 text

dataset package manager needed git + bittorrent

Slide 8

Slide 8 text

dataset package manager needed git + bittorrent suddenly, everything made sense

Slide 9

Slide 9 text

dataset package manager needed git + bittorrent suddenly, everything made sense

Slide 10

Slide 10 text

IPFS content addressed versioned peer-to-peer filesystem

Slide 11

Slide 11 text

IPFS goal - to connect all devices with the same system of files

Slide 12

Slide 12 text

IPFS goal - to connect all devices with the same system of files like the web plus git and bittorrent

Slide 13

Slide 13 text

IPFS = DHT + BT + Git + SFS + Web

Slide 14

Slide 14 text

IPFS = DHT + BT + Git + SFS + Web

Slide 15

Slide 15 text

’90 ’00 ’10

Slide 16

Slide 16 text

’90 ’00 ’10

Slide 17

Slide 17 text

’90 ’00 ’10

Slide 18

Slide 18 text

’90 ’00 ’10

Slide 19

Slide 19 text

’90 ’00 ’10 IPFS

Slide 20

Slide 20 text

’90 ’00 ’10 IPFS /ipfs

Slide 21

Slide 21 text

’90 ’00 ’10 IPFS web p2p mobile ???

Slide 22

Slide 22 text

IPFS background overview use cases future

Slide 23

Slide 23 text

network routing exchange mdag naming files ipfs stack

Slide 24

Slide 24 text

network routing exchange mdag naming files uTP, WebRTC ipfs stack

Slide 25

Slide 25 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC ipfs stack

Slide 26

Slide 26 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap ipfs stack

Slide 27

Slide 27 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag ipfs stack

Slide 28

Slide 28 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links ipfs stack

Slide 29

Slide 29 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 30

Slide 30 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 31

Slide 31 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 32

Slide 32 text

routing

Slide 33

Slide 33 text

routing put(key, value) get(key) value

Slide 34

Slide 34 text

routing put(key, value) get(key) value putPeer(key) getPeer(key) []peer

Slide 35

Slide 35 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 36

Slide 36 text

BitTorrent

Slide 37

Slide 37 text

BitTorrent

Slide 38

Slide 38 text

BitTorrent

Slide 39

Slide 39 text

BitTorrent

Slide 40

Slide 40 text

BitTorrent market

Slide 41

Slide 41 text

BitSwap

Slide 42

Slide 42 text

BitSwap getBlock(key) []data

Slide 43

Slide 43 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 44

Slide 44 text

No content

Slide 45

Slide 45 text

git workflow

Slide 46

Slide 46 text

git merkle dag

Slide 47

Slide 47 text

type Link struct { Name string Size uint64 Hash Multihash } type Node struct { Links []*Link Data []byte } ipfs merkle dag

Slide 48

Slide 48 text

paths /ipfs//

Slide 49

Slide 49 text

paths /ipfs// /ipfs/XLYkgq61DYaQ8NhkcqyU7rLcnSa7dSHQ16x/foo.txt

Slide 50

Slide 50 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 51

Slide 51 text

No content

Slide 52

Slide 52 text

No content

Slide 53

Slide 53 text

naming /ipns/

Slide 54

Slide 54 text

naming /ipns/ signed by public-key XLYkgq61DYaQ8N

Slide 55

Slide 55 text

ipns paths # ipfs # /ipfs// /ipfs/XLYkgq61DYaQ8Nhkc/foo/bar.txt # ipns mutable mapping (via DHT/Routing) # qyU7rLcnSa7dSHQ16 -> XLYkgq61DYaQ8Nhkc /ipns/qyU7rLcnSa7dSHQ16/foo/bar.txt # ipns + dns record # DNS TXT juan.benet.ai “ipfs=qyU7rLcnSa7dSHQ16” /ipns/juan.benet.ai/foo/bar.txt

Slide 56

Slide 56 text

network routing exchange mdag naming files dht (kademlia) or anything uTP, WebRTC bittorrent -> bitswap merkle dag mutability + links applications ipfs stack

Slide 57

Slide 57 text

IPFS background overview use cases future

Slide 58

Slide 58 text

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).

Slide 59

Slide 59 text

use cases 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.

Slide 60

Slide 60 text

IPFS background overview use cases future

Slide 61

Slide 61 text

No content

Slide 62

Slide 62 text

Links! website - http://ipfs.io paper - http://static.benet.ai/t/ipfs.pdf protocol - https://github.com/jbenet/ipfs Go impl - https://github.com/jbenet/go-ipfs node impl - https://github.com/jbenet/node-ipfs GitHub - @jbenet Twitter - @juanbenet

Slide 63

Slide 63 text

Links! website - /ipns/ipfs.io paper - /ipns/ipfs.io/ipfs.pdf protocol - /ipns/github.com/jbenet/ipfs Go impl - /ipns/github.com/jbenet/go-ipfs node impl - /ipns/github.com/jbenet/node-ipfs GitHub - @jbenet Twitter - @juanbenet

Slide 64

Slide 64 text

No content

Slide 65

Slide 65 text

Thank You !!!!!