Re: BOINC/SETI Credits.
Subject: Re: BOINC/SETI Credits.
From: Odysseus
Date: 21/08/2005, 21:44
Newsgroups: alt.sci.seti

Gwen wrote:

Merci pour votre réponse, thanks for your answer,
mais j'ai une autre question, but I have an other question,
que calcule BOINC, que fait-il ? what's calculating BOINC, what's doing ?

(Je m'excuse pour le brièveté de ma réponse en français, mais je ne
suis pas très à l'aise écrivant toute langue sauf anglais.)

BOINC (L'interface ouverte de Berkeley pour calculs en réseau) ne
calcule rien soi-même : c'est le logiciel 'client' qui fait les
calculs. Le client 'SETI@home' analyse des signaux par radio venant
de l'espace, recherchant l'évidence des transmissions artificielles.
Il y a plusieurs autres clients travaillant ailleurs, dans domaines
comme prévision de climat, biochimie, et physique, chacun controlé
par BOINC et l'utilisant pour messager et comptable. Ainsi les
auteurs des projets de l'informatique répartie ne doivent pas écrire
leurs propres logiciels pour accomplir les tâches communes.

BOINC itself is just an 'interface' that does no calculations. It
manages communication with the data-servers on behalf of whatever
client software is running under it. These functions include
installing and updating the clients, determining how the clients
share the available computer time, receiving data for processing,
returning completed results, and keeping track of credit for the work
done on each project.

The SETI@home client analyzes radio signals from space (mostly
acquired by the giant dish at Arecibo, Puerto Rico), using
mathematical techniques to look for evidence of artificial
transmissions amid the natural 'noise'. There are several other
client programs working in other fields, such as climate-prediction,
biochemistry, and physics, each managed by BOINC and using it as an
interface to that particular project's data servers and user accounts.

By using BOINC, people writing distributed-computing software can
concentrate on the calculations required for their particular
project, without having to develop their own system for the common
management and data-transfer functions.

-- Odysseus