1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ビットコインのブロックチェーン

Last updated at Posted at 2021-02-18

ビットコインで使用されるブロックチェーンのP2P分散型ネットワークというシステム

中央管理者を置かず、大量に分散された電子デバイスにデータが保管され
データの記帳を行う有志の作業者全員で同じデータを管理しています。

取引記録が管理ネットワーク上に公開され、作業者全員で取引の正当性を検証し、
合意によって有効化されます。これにより二重払いなどの不正記録排除が容易になります。

取引データは、大量に分散化された有志の電子デバイスに保管され、一部の電子デバイスで
記録の改ざんが行われてもネットワーク全体の記録まで改ざんすることは極めて困難です。

さらに一部のデータがサイバー攻撃を受け破壊されても、
他の電子デバイスでは同一のデータが保存されているため、データの復旧が可能です。

すべてのデータが同時に破壊されない限りブロックチェーンのサービス停止はほぼなく、
現状実質的には「ゼロダウンタイム」となっています。

参考記事
https://coin.z.com/jp/column/blockchain/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?