# Exercises
The following questions are created to help you review the material
this chapter covered.

**How do Light nodes verify payments? How are Merkle Paths involved and 
what are they?**
<br/>
<br/>
<br/>
**How does the blockchain network guarantee that valid information
spreads quickly but not invalid information?**
<br/>
<br/>
<br/>
**Describe how a completely new node gets up to speed.**
<br/>
<br/>
<br/>
**Explain how a new block is generated on a Proof-of-Work blockchain.**
<br/>
<br/>
<br/>
**Why is it necessary for blocks to always be produced, even if they
are empty, for the blockchain to remain valid?**
<br/>
<br/>
<br/>
**Describe what a accidental fork is and how it is rectified?**
<br/>
<br/>
<br/>
**What is the difference between a centralized and peer-to-peer mining pool?
How does the latter produce valid blocks for the main chain?**
<br/>
<br/>
<br/>
**What is the difference between public and private blockchains?**
<br/>
<br/>
<br/>
**Briefly explain how blockchain is a solution to the Byzantines General Problem.**
<br/>
<br/>
<br/>
**Why is it beneficial nodes to have multiple connections in public blockchains?**
<br/>
<br/>
<br/>