- Mastering Blockchain
- Imran Bashir
- 136字
- 2021-07-09 19:17:03
CAP theorem and blockchain
Strangely, it seems that the CAP theorem is violated in blockchain, and especially in the most successful implementation: bitcoin, but this is not the case. In blockchains consistency is sacrificed in favor of availability and partition tolerance. In this scenario, Consistency (C) on the blockchain is not achieved simultaneously with Partition tolerance (P) and Availability (A), but it is achieved over time. This is called eventual consistency, where consistency is achieved as a result of validation from multiple nodes over time. For this purpose, the concept of mining was introduced in bitcoin; this is a process that facilitates the achievement of consensus by using a consensus algorithm called PoW. At a higher level, mining can be defined as a process that is used to add more blocks to the blockchain.
- Android應(yīng)用安全實戰(zhàn):Frida協(xié)議分析
- RESTful Java Web Services Security
- Securing Blockchain Networks like Ethereum and Hyperledger Fabric
- 網(wǎng)絡(luò)安全應(yīng)急管理與技術(shù)實踐
- Practical Network Scanning
- 網(wǎng)絡(luò)空間安全:管理者讀物
- 開發(fā)者的Web安全戒律:真實威脅與防御實踐
- 網(wǎng)絡(luò)安全三十六計:人人該懂的防黑客技巧
- 網(wǎng)絡(luò)空間安全實驗
- 網(wǎng)絡(luò)安全設(shè)計、配置與管理大全
- 黑客攻防從入門到精通
- 隱私計算:推進數(shù)據(jù)“可用不可見”的關(guān)鍵技術(shù)
- 數(shù)字銀行安全體系構(gòu)建
- 安全網(wǎng)絡(luò)構(gòu)建
- CTF網(wǎng)絡(luò)安全競賽入門教程