Proof of Work (PoW) is the original consensus mechanism used by Bitcoin and other cryptocurrencies. It requires miners to expend computational energy to solve complex mathematical puzzles in order to validate transactions and create new blocks.
How It Works
Miners compete to find a nonce (number) that, when combined with the block data and hashed, produces a result below a target difficulty. This process is computationally intensive but easy for others to verify, ensuring the network's security.
Security
PoW is considered highly secure because attacking the network would require controlling more than 50% of the total mining power (a "51% attack"), which for large networks like Bitcoin is prohibitively expensive.
Criticism
PoW's primary criticism is its enormous energy consumption. Bitcoin alone consumes more electricity than many countries. This has led to the development of more energy-efficient alternatives like Proof of Stake.