How can botnets be prevented from becoming distributed computing clusters?

  • Thread starter Thread starter Mk
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
Mk
Messages
2,040
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, :)
 
Physics 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.