In a blockchain, what ensures data integrity by linking successive blocks?

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 data integrity by linking successive blocks?

Explanation:
Linking successive blocks with cryptographic hashes ensures data integrity across the chain. Each block includes a hash of the previous block and its own content, so the hash chain binds them together. Because hash functions are deterministic, any change to a block’s data would produce a different hash, breaking the link to the next block and making tampering obvious. Recomputing all the hashes to cover up a modified history is extremely difficult in a distributed network, which is what helps maintain an immutable ledger. Encryption algorithms, while useful for confidentiality, don’t by themselves connect blocks to guarantee integrity. Centralized servers contradict the decentralized nature of blockchains, where integrity comes from consensus and the hash-linked chain rather than a single point of control. Public-key encryption can authenticate or protect messages, but the fundamental mechanism that ties blocks together and preserves integrity is the cryptographic hash linkage.

Linking successive blocks with cryptographic hashes ensures data integrity across the chain. Each block includes a hash of the previous block and its own content, so the hash chain binds them together. Because hash functions are deterministic, any change to a block’s data would produce a different hash, breaking the link to the next block and making tampering obvious. Recomputing all the hashes to cover up a modified history is extremely difficult in a distributed network, which is what helps maintain an immutable ledger.

Encryption algorithms, while useful for confidentiality, don’t by themselves connect blocks to guarantee integrity. Centralized servers contradict the decentralized nature of blockchains, where integrity comes from consensus and the hash-linked chain rather than a single point of control. Public-key encryption can authenticate or protect messages, but the fundamental mechanism that ties blocks together and preserves integrity is the cryptographic hash linkage.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy