Key takeaway: Architecture choice is a risk-allocation decision, not just a hardware decision.
| Feature | Peer-to-Peer | Client-Server |
|---|---|---|
| Control location | Distributed across peers | Centralized on server roles |
| Setup cost | Lower initial cost | Higher initial infrastructure cost |
| Ongoing management | Repeated per device | Standardized from central services |
| Security consistency | Depends on each user/device | Enforced through central policies |
| Failure pattern | Local failures often isolated | Server failure can affect many users |
Answer frame to memorize: model choice control location operational effect.