Hacker News new | ask | show | jobs
by acuozzo 1000 days ago
What kind of distributed systems work?

Usenet (servers) are as much of a distributed system as a Hadoop cluster.

The same can be said for e.g., DNS vs. Spark.

1 comments

Handling large data basically. I already work with small data distributed systems.
The flooding algorithm of USENET is a wonder. Still worth understanding how it actually avoided endlessly sending the same articles in loops for example.

(I used to run one of the world's busiest USENET nodes from my house for a short while! I did not know that it was pssible to physically wear out hard discs until then...)