Lambdacurry

Cloud Computing : RACE to information preparedness


RACE stands for Rapid Access Computing Environment - is an initiative by the US Military’s information systems department. It is a very interesting architecture (not unlike on-demand cloud computing technology put in place by Amazon’s EC2 ).

It primarily allows any user to provision (which means request and reserve) a remote computing resource, configured as per his/her choice. For the layman, it sounds pointless.. but consider an example.

You want to run a search for criminals that takes 2-3 hours to run - how do you do it? Now imagine, there are thousands of other similar users, all wanting to do something equally resource-consuming (not necessarily search). One way is the unsophisticated way of running it anyways and completely bogging down the system.

The second way is putting in a manual request for computer time - this of course is subject to the administrator’s availability

Also consider the situation where everyone is on holiday - or some people are on holiday. How do you manage computing resources, so that they do not sit idle and drink useless electricity?

The answer is an automatic provisioning system, where you can request for .. say a computing resource with Microsoft Word. Once your request is granted, you can connect to this computing resource (using technologies like RemoteDesktop, VNC, ssh , etc.) and can remotely work on it. After you are done, you release the resource, so it can potentially be used for someone else.

This architecture has the following advantages:

  • you dont need expensive and powerful computers everywhere - just need a simple computer and a decent network connection.
  • you dont need expensive software everywhere - most software companies have special licenses to allow a lot of users connect to these on-demand resources (e.g. Microsoft’s VECD)
  • you dont need to bother hiring, training and managing IT administrators everywhere.
  • employees cannot make excuses about software/hardware being unavailable. At the very least, they can work out of a cyber-cafe.

If you consider the Indian context, you can see how each state could deploy it’s own cloud and simplify its own IT architecture.


Lambdacurry

Cloud Computing : RACE to information preparedness

Published

December 05, 2009

Find me on Twitter @sandeepssrin

Did i make any mistake? Please consider sending a pull request.