In a blockchain, what ensures tamper detection across the chain?

Study for the WGU ITAS 2142 D830 Introduction to Cryptography Exam. Review flashcards and multiple choice questions with hints and explanations. Get ready for your exam!

Multiple Choice

In a blockchain, what ensures tamper detection across the chain?

Explanation:
Cryptographic hashes linking blocks provide tamper detection across the chain. Each block header includes the hash of the previous block, so any change to a block alters its hash and breaks the chain’s linkage. When nodes verify the chain, they rehash blocks and ensure each link points to the correct predecessor; a modified block would cascade through the chain and be immediately detectable. In networks using proof-of-work, tampering would also require redoing work for all following blocks, making the attack practically infeasible. Within a block, a Merkle root summarizes all transactions, allowing efficient verification that specific transactions are included, but the essential tamper-detection mechanism across blocks is the hash pointers that chain blocks together. Encryption alone protects confidentiality or authenticity in other contexts, and centralized authentication servers reintroduce a single point of failure, not the tamper-evident structure that distributed ledgers rely on.

Cryptographic hashes linking blocks provide tamper detection across the chain. Each block header includes the hash of the previous block, so any change to a block alters its hash and breaks the chain’s linkage. When nodes verify the chain, they rehash blocks and ensure each link points to the correct predecessor; a modified block would cascade through the chain and be immediately detectable. In networks using proof-of-work, tampering would also require redoing work for all following blocks, making the attack practically infeasible. Within a block, a Merkle root summarizes all transactions, allowing efficient verification that specific transactions are included, but the essential tamper-detection mechanism across blocks is the hash pointers that chain blocks together. Encryption alone protects confidentiality or authenticity in other contexts, and centralized authentication servers reintroduce a single point of failure, not the tamper-evident structure that distributed ledgers rely on.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy