Answers Quote by Grace Hopper
“If one ox could not do the job they did not try to grow a bigger ox, but used two oxen. When we need greater computer power, the answer is not to get a bigger computer, but . . .to build systems of computers and operate them in parallel.”
About This Quote
Source Speech: 1965, Computer Science Conference, Grace Hopper
Scaling performance is achieved by parallelism, not by enlarging a single processor.
In simple terms: Use many small computers together instead of one big one.
Design systems that work in parallel.
Themes
Mood
Type
When to use this quote
- Data centers
- high‑performance computing
- cloud services
- AI training
- big data processing
Key Concepts
Questions to Reflect On
- How can you redesign a task to run concurrently?
- What coordination challenges arise with many nodes?
Parallel systems add complexity and coordination overhead.