PDA

View Full Version : Cluster computing/botnet


Mk
Jul26-08, 03:54 PM
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 (http://en.wikipedia.org/wiki/Beowulf_(computing))?

Thanks, :)

Mk
Jul26-08, 05:44 PM
How is a project like BOINC and SETI@HOME, different from the way a botnet gives large amounts of regular home PCs tasks?

PerennialII
Aug12-08, 04:59 AM
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 (http://en.wikipedia.org/wiki/Beowulf_(computing))?

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:

mgb_phys
Aug12-08, 09:37 AM
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.