How can botnets be prevented from becoming distributed computing clusters?

  • Thread starter Thread starter Mk
  • Start date Start date
AI Thread Summary
The discussion centers on the differences between botnets and distributed computing systems like WAN Beowulf clusters and projects such as BOINC and SETI@HOME. Both systems utilize multiple computers to perform tasks, but key distinctions exist. In a botnet, user workstations typically have less control over the tasks being executed, similar to high-throughput computing (HTC) clusters, which often run applications during idle times. However, botnets differ in their communication methods; clusters allow direct communication between nodes, often using high-performance networks, while botnets primarily communicate with a master node due to firewall restrictions, limiting inter-machine communication. This highlights the structural and operational differences between legitimate distributed computing projects and malicious botnets.
Mk
Messages
2,039
Reaction score
4
First,
THIS IS NOT A HACKING QUESTION, I am just interested in distributed computing.

I was wondering if anybody around might know what prevents a "botnet" from being something like a WAN beowulf cluster?

Thanks, :)
 
Computer science news on Phys.org
How is a project like BOINC and SETI@HOME, different from the way a botnet gives large amounts of regular home PCs tasks?
 
Mk said:
First,
THIS IS NOT A HACKING QUESTION, I am just interested in distributed computing.

I was wondering if anybody around might know what prevents a "botnet" from being something like a WAN beowulf cluster?

Thanks, :)

...actually the differences between a botnet and for example a HTC cluster (of which have most experience) are fairly small I'd say. In both (at least with a typical config) if a user's workstation is utilized they don't necessarily have much control over what the cluster software is doing on their computers and when (Ok, if use personal workstations as a part of a HTC cluster typically configure the cluster appls to run only when the station is idle or during nighttime etc.). Sure a botnet if understood in a typical context goes "somewhat" beyond. How similar is the coding underneath and what protocols they utilize ... hmmmm :confused:
 
One difference is the communications in the cluster.
A cluster normally allows direct communications between nodes, sometimes this is even a very expensive high performance network like InfiniBand rather than just ethernet.
A SETI or botnet cannot easily communicate between machines because of firewalls and so all coms is to the master node.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top