A proof-of-work (POW) system (or protocol, or function) is an economic measure to deter denial of service attacks and other service abuses such as spam on a network by requiring some work from the service requester, usually meaning processing time by a computer. A key feature of these schemes is their asymmetry: the work must be moderately hard (but feasible) on the requester side but easy to check for the service provider. This idea is also named Client Puzzle Protocol (CPP). It is distinct from a CAPTCHA, which is intended for a human to solve quickly, rather than a computer.
One popular system is Hashcash, which uses partial hash inversions to prove that work was done, as a good-will token to send an e-mail.
有名なシステムには、e-mailを送るための信頼性のあるトークンとして、これは動作が為されたことを証明するための部分的なハッシュインバージョンを利用する、Hashcashというものがある。
1つの人気があるシステムは、電子メールを送る親善券としてのHashcash(それは仕事がされたということを証明するために部分的なハッシュ逆転を使います)です。
For instance the following header represents about 252 hash computations to send a message to calvin@comics.net on January 19, 2038:
Whether POW systems can actually solve a particular denial-of-service issue such as the spam problem is subject to debate;[1][2] the system must make sending spam emails obtrusively unproductive for the spammer, but should also not prevent legitimate users from sending their messages. Proof-of-work systems are being used as a primitive by other more complex cryptographic systems such as Bitcoin.
Proof-of-work variants
There are two classes of proof-of-work protocolsChallenge-response protocols assume a direct interactive link between the requester and the provider.
POWシステムが実際にスパム問題などの特定のサービス妨害(DoS)問題を解決できるかどうかについては議論がある:[1][2]システムはスパマーがスパムeメールを非常に送信しにくくするものでなければならないが、同時に正当なユーザーがメッセージを送るのを妨害しないようにもしなければならない。プルーフオブワークシステムはBitcoinのような他のもっと複雑な暗号化システムによりプリミティブとして使われている。
プルーフオブワークの変数
プルーフオブワークには2つの分類がある。
Challenge-responseプロトコルはリクエスターとプロバイダーとの間のダイレクトインタラクティブリンクである。
POWシステムがスパンの問題のような特定のDoS攻撃の問題を実際に解決できるかどうかという点は議論の余地がある。[1][2] POWシステムはスパン送信メールをスパン送信者にとってでしゃばりなくらい収益価値のないものにしなければならないが、正規のユーザーが自分のメッセージを送信するのを妨げないようにもしなければならない。POWシステムはビットコインのような他のより複雑な暗号システムによって原始的なものとして用いられてきた。
Proof-of-work変数
Proof Of Work プロトコルには2種類あり、challenge/response プロトコルはリクエスタとプロバイダの間の直接的相互リンクを担う。
The provider chooses a challenge, say an item in a set with a property, the requester finds the relevant response in the set, which is sent back and checked by the provider. As the challenge is chosen on the spot by the provider, its difficulty can be adapted to its current load. The work on the requester side is bounded, and its variance is low.
Solution-verification protocols do not assume such a link: as a result the problem must be self-imposed before a solution is sought by the requester, and the provider must check both the problem choice and the found solution. Most such schemes are unbounded probabilistic iterative procedures with high variance such as Hashcash.
ソリューションベリフィケーションプロトコルはそのようなリンクを使わない:だからリクエスターによりソリューションが求められる前に自発的に問題が課されなければならず、プロバイダーは問題選択とソリューション発見の両方をチェックしなければならない。多くの場合そのようなスキームはハッシュキャッシュのような高分散の確率的反復プロシージャによる制限を受けない。
Moreover, the underlying functions used by these schemes may be:
CPU-bound where the computation runs at the speed of the processor, which greatly varies in time, as well as from high-end server to low-end portable devices.[3]
Memory-bound where the computation speed is bound by main memory accesses (either latency or bandwidth), the performance of which is expected to be less sensitive to hardware evolution.
Network-bound if the client must performs few computations but must collect some tokens from various remote servers before querying the final service provider. In this sense the work is not actually performed by the requester, but it incurs delays anyway because of the latency to get the required tokens.
計算がプロセッサーのスピードで行われるCPU制限。これは時間のばらつきが大きく、ハイエンドのサーバーとローエンドのポータブル機器とでも差がある。[3]
計算スピードがメインメモリーアクセス(待ち時間又は帯域幅)により制限されるメモリー制限。そのパフォーマンスはハードウェアの進化に影響を受けにくいものと期待されている。
クライアントが行う計算は少ないが最終サービスプロバイダーにクエリーを送る前に複数の遠隔サーバーからトークンを集めなければならないネットワーク制限。この意味では実際にリクエスターによる作業は行われないが、いずれにせよ必要なトークンを得るための待ち時間により遅れが生じる。
Finally, some POW systems offer shortcut computations that allow participants who know a secret, typically a private key, to generate cheap POWs. The rationale is that mailing-list holders may generate stamps for every recipient without incurring a high cost. Whether such a feature is desirable depends on the usage scenario.
Computer scientist Hal Finney built on the proof-of-work idea, yielding a system that exploited reusable proof of work ("RPOW").[17] The idea of making proofs-of-work reusable for some practical purpose had already been established in 1999.
Bitcoin is a proof-of-work crypto currency developed on top of a decentralized P2P network
コンピューターサイエンティストのハル・フィニーがプルーフオブワークの理念を構築し、リユーザブルプルーフオブワーク(RPOW)を開発したシステムを生み出した。[17]いくつかの実践的目的のために再使用可能なプルーフオブワークを作るというこの理念は1999年にすでに確立されていた。Bitconは分散化されたP2Pネットワークの頂点で開発されたプルーフオブワークのクリプトカレンシーである。
こちらで使わせてもらっています。
http://matome.naver.jp/odai/2134896481353859401