Grid Computing Explained 28
An anonymous reader writes "What's different between Grid computing and P2P, CORBA, cluster computing, and DCE? This article provides a cursory analysis of the similarities and differences between Grid computing and such distributed computing systems as P2P, CORBA, cluster computing, and DCE."
CORBA? (Score:4, Interesting)
Re:CORBA? (Score:3, Insightful)
Of all distributed computing environments, CORBA probably shares more surface-level similarities with grid computing than the others. This is due to the strategic relationship between grid computing and Web services in the Open Grid Services Architecture.
Oddly enough, WSDL and SOAP are mentioned, but never really discussed. And the would be probably better suited than CORBA.
Re:CORBA? (Score:3, Interesting)
Oddly enough, WSDL and SOAP are mentioned, but never really discussed. And the would be probably better suited than CORBA.
WSDL and SOAP are used [globus.org] in version 3 of the Globus Toolkit [globus.org], which is a well-known open source grid toolkit. In that version, all grid services are Web Services.
Indeed (Score:3, Funny)
I'm fairly sure I'm stupider now than when I started reading.
Re:Indeed (Score:2)
IBM have used CORBA for many of the internal interfaces in their larger systems; many people in IBM know what CORBA is and what it does.
In this article it's worth mentioning as a means to contrast the whole grid idea with existing RPC designs; otherwise people are likely to think "what's the big deal about web-services as an RPC layer, anyway?"
Hmmm (Score:2)
I guess. But it's confusing an implementation with an architecture. I suppose somebody might have asked "Couldn't we implement this sort of architecture using CORBA?" - but that train of thought seems out of place in the article.
To fit with the article, it seems like it would have made more sense to compare "Grid computing vs. regular RPC" rather than "Our protocols for grid computing vs. one proto
Plan9 (Score:1, Informative)
OT: Is there a Java-based P2P system? (Score:1, Offtopic)
but does it exist... yet?
Re:OT: Is there a Java-based P2P system? (Score:3, Informative)
Here's one toolkit [globus.org] for creating grid programs with java.
Personally, I just don't see grid computing work where you ship your stuff out to 3rd party computers. There is the network latency, and the security aspects. But it might work for a company to maintain their own grid. That I could see. Maybe.
Re:OT: Is there a Java-based P2P system? (Score:2)
The problem with Grids (Score:5, Insightful)
My question is what business problems can be solved with grids? Most people do not work in scientific computing facilities and most engineering departments are overseas anyway.
Re:The problem with Grids (Score:2, Insightful)
The distinguishing factor about Grids is that they operate across organizational boundaries. There's no point in doing a single organization Grid. Beowulf clusters? You might have them on the grid as single nodes.
BTW, there is one very well known (in t
Re:The problem with Grids (Score:3, Insightful)
-the supply of compute power will equal the demand
-shifts in supply happen automatically
-you pay for what you use
Don't think of cluster computing. That's the wrong idea. Don't think engineering. Those people need clusters, not grids.
Grids are for people who run businesses. Their demand changes all the time, and it's expensive to have to buy computers that can handle the peak load. For example, some types of retailers will do 80% of their business in December. Why shoul
Re:The problem with Grids (Score:3, Insightful)
Grid requires that you are doing things that don't require too much data to be pushed around (at least not compared to the amount of work that has to be done on the data). For large databases and the like, the problem is just sorting through the data and sending it somewhere else won't help because the effort of sending it
Re:The problem with Grids (Score:2, Insightful)
Re:The problem with Grids (Score:2)
Re:The problem with Grids (Score:1, Interesting)
You're right on though. Grid computing is really similar to outsour
Re:The problem with Grids (Score:4, Insightful)
Re:The problem with Grids (Score:2, Interesting)
Most people do not work in scientific computing facilities
True, most people are not involved in this sort of work.
Re:The problem with Grids (Score:3, Interesting)