• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what is the role of world wide web in distributed computing system

Pooja Singhania

Junior Member
i have to submit an assignment tommorrow so kindly please help me with relevant data please. i wanna know what is the role of WWW in distributed computing system.
 
That depends on the system and need. It could be access to multiple private clusters of computers located in different buildings that are only connected via the internet. It could be access to millions of donor computers. It could be advertising. Access to software, knowledge, etc... It is a pretty broad topic really.
 
Conceptually, in large part, the Internet serves as the connectivity between nodes in a very widely spaced HPC system. In traditional HPCs or supercomputers, connectivity is handled by things like 10GbE or Infiniband. The use of slow, high latency Internet connectivity dictates the way the software for DC is written and implemented.

Edited.
 
Last edited:
Except not all Distributed Computing is based on the concept of a super computer being broken down into smaller systems. Sometimes it needs multiple starting points and/or locations. For example, Quake Catcher Network and Radioactive@home needs systems spread out all over the world in order to work. A single super computer cannot do this at all. DIMES would scour the web testing routes that data would take. There were others like Anansi & Surveil that also was more interested in multiple locations like that.
 
Except not all Distributed Computing is based on the concept of a super computer being broken down into smaller systems. Sometimes it needs multiple starting points and/or locations. For example, Quake Catcher Network and Radioactive@home needs systems spread out all over the world in order to work. A single super computer cannot do this at all. DIMES would scour the web testing routes that data would take. There were others like Anansi & Surveil that also was more interested in multiple locations like that.
You're right, of course. I thought the question was general and somewhat simplistic, so my intent was to calibrate an answer accordingly.
 
Back
Top