What is a Distributed System?
Learn the definition of a distributed system in depth.
What is a distributed system–take 1
That’s easy to answer.
A distributed system is a system that is distributed.
Simple!
But we should really avoid defining a term using the term itself.
Let’s try again.
What is a distributed system–take 2
You are likely familiar with the term ‘system’. Think of your laptop. That’s a system containing CPUs, RAMs, disk drives, numerous chips, etc.
In this context, a computer is a system, a system that is capable of storing information and also crunching numbers.
On the other hand, “distributed” means scattered, divided, or dispersed .
So when you hear the term “distributed systems”, you can safely assume that the term involves multiple machines, possibly hundreds or thousands of them.
But hang on, this is still not a definition. Let’s try this one more time.
What is a distributed system–take 3
This time, let’s first think of a system that isn’t distributed.
A single system is not a distributed system. Your single machine operating solely on its own is not a distributed system. ...