2014 09-23 mechanism of gossip protocol

44
Mechanism of Gossip protocol Genki Sugawara

Upload: sugawara-genki

Post on 09-Jun-2015

1.745 views

Category:

Technology


4 download

DESCRIPTION

About mechanism of Gossip protocol

TRANSCRIPT

Page 1: 2014 09-23 Mechanism of Gossip protocol

Mechanism of Gossip protocol

Genki Sugawara

Page 2: 2014 09-23 Mechanism of Gossip protocol

Introduction

It is the LT about Gossip protocol.Describes mechanism of Gossip protocol.

Page 3: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

A style of computer-to-computer communication protocol inspired by the form of gossip seen in social networks. http://en.wikipedia.org/wiki/Gossip_protocol

Page 4: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

Page 5: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

● Simple

Page 6: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

● Simple● Masterless

Page 7: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

● Simple● Masterless● Resistant to node failure

Page 8: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

● Simple● Masterless● Resistant to node failure● It is used in a various middleware

Page 9: 2014 09-23 Mechanism of Gossip protocol

Gossip protocol

● Cassandra● Serf● Consul● ...etc

Page 10: 2014 09-23 Mechanism of Gossip protocol

Mechanism

Page 11: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 12: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 13: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 14: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 15: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 16: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 17: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 18: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 19: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 20: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 21: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 22: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 23: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 24: 2014 09-23 Mechanism of Gossip protocol

Creating Cluster

Page 25: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 26: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 27: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 28: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 29: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 30: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 31: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 32: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 33: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 34: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 35: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 36: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 37: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 38: 2014 09-23 Mechanism of Gossip protocol

Removing Node

Page 39: 2014 09-23 Mechanism of Gossip protocol

Summary

Page 40: 2014 09-23 Mechanism of Gossip protocol

Summary

● Mechanism of Gossip protocol is very simple

Page 41: 2014 09-23 Mechanism of Gossip protocol

Summary

● Mechanism of Gossip protocol is very simple● It is possible to propagate any data

Page 42: 2014 09-23 Mechanism of Gossip protocol

Summary

● Mechanism of Gossip protocol is very simple● It is possible to propagate any data● It might be useful to remember…?

Page 43: 2014 09-23 Mechanism of Gossip protocol

Ruby library

bitbucket.org/winebarrel/rgossip2

Page 44: 2014 09-23 Mechanism of Gossip protocol

Thanks for listening