= Grid computing with BOINC = == Grid versus volunteer computing == '''Grid computing''' is a form of distributed computing in which an organization (such as a business) uses its existing computers to handle its own long-running computational tasks. This differs from volunteer computing in several ways: * The computing resources can be trusted; i.e. one can assume that the PCs don't return results that are intentionally wrong, and that they don't falsify credit. Hence there is typically no need for replication. * There is no need for screensaver graphics; in fact it may be desirable to have the computation be completely invisible and out of the control of the PC user. * Client deployment is typically automated. == BOINC as a grid computing platform == Although it was originally designed for volunteer computing, BOINC works very well for grid computing. The steps in creating a grid are: * [ServerIntro Set up a BOINC server], develop or port applications, and test them. Set [JobIn workunit parameters] to disable redundancy. * Create an account with the [userw:Preferences general preferences] that you want enforced on your desktop grid. * [ProjectOptions Configure your project] to disable account creation. * [userw:Deploying_BOINC_on_networks Create a custom installer] that includes the desired [UnixClient configuration files]. Typically, this would include an account file that would attach each client to the account on your project. You might also want to include files that allow clients to be remotely monitored and controlled. * Deploy your installer; on Windows networks this can be done using Active Directories. To ensure that outside hosts can't participate in your project or access its files, configure your firewall to prevent HTTP access to your BOINC server. For more information on grid computing using BOINC, and some useful pre-compiled software, visit [http://desktopgrid.hu/ Desktopgrid.hu].