- 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.
- CTF實戰(zhàn):技術(shù)、解題與進階
- unidbg逆向工程:原理與實踐
- 網(wǎng)絡(luò)空間攻防技術(shù)原理
- Rootkit和Bootkit:現(xiàn)代惡意軟件逆向分析和下一代威脅
- 網(wǎng)絡(luò)安全保障能力研究
- 安全實戰(zhàn)之滲透測試
- Learning Veeam? Backup & Replication for VMware vSphere
- Python Penetration Testing Cookbook
- 先進云安全研究與實踐
- 數(shù)字政府網(wǎng)絡(luò)安全合規(guī)性建設(shè)指南:密碼應(yīng)用與數(shù)據(jù)安全
- Learn Azure Sentinel
- Web代碼安全漏洞深度剖析
- Practical Internet of Things Security
- 網(wǎng)絡(luò)入侵檢測系統(tǒng)原理與應(yīng)用
- Web安全之機器學(xué)習(xí)入門