There is still much to be done, but this page contains a partial list of cloud computing acronyms and definitions.
Archive for the ‘Uncategorized’ Category
Cloud Computing Glossary
Thursday, January 14th, 2010Why the Cloud?
Saturday, December 26th, 2009Services have been migrating to the Internet with the Web 2.0 explosion. Companies have come (albeit cautiously) to depend on hosted services for certain applications- most notably CRM data. Salesforce has been particularly successful at offering an application which has replaced custom Access database systems or equivalent islands of office customer and sales data with a browser accessible replacement. Originally adopted by small and/or venture-based companies, the maturation of Salesforce (and its developer tools) has led to adoption by much larger companies.
So while the term cloud is a relatively hot term over the past year or so- personal and corporate data has been trusted to hosted environments for years. This trust will only grow in the future and the promotion of in-house hosted applications to the cloud is inevitable. Hosting services and data in the cloud makes sense for the following reasons:
- Opportunity to reduced infrastructure/management costs. While a business’s infrastructure cannot be eliminated entirely, the cash outlay of purchasing servers and the time to manage them by staff can be reduced.
- Pay what you use. Cloud computing vendors offer pricing strategies based on processor demand, storage, etc. A careful analysis is necessary to determine your particular savings, but generally for new or small businesses, the cost may be easily calculated and the savings compelling.
- Scale for demand. Perhaps the reason that stands without much argument is the potential for properly designed cloud hosted applications to scale with demand. Your outlay of capital is preserved because you only pay extra for those times where there is overwhelming demand for computing resources. (perhaps during the end-of-year holiday rush, or tax season)
For each one of these reasons to consider the cloud there is a counterpoint or equally convincing reason not to… that will be covered in a separate post.
Why Azure?
The term ‘cloud computing’ has been around for a while and Amazon has been offering its Elastic Cloud for the past two years. Microsoft was bound to jump into the fray sooner or later and it wouldn’t be a recent Microsoft offering if it wasn’t somehow wrapped up in .NET. Leveraging .NET is in Microsoft’s best interest, and in the interest of developers who’ve spent the time mastering the supported languages and framework. Simply put…
“Windows Azure is a platform for running Windows applications and storing data in the cloud.”
Azure’s API is REST based and thus is available to developers who choose not to embrace the .NET lifestyle.
What kind of solutions is Windows Azure appropriate to host?
- Business-oriented solutions (services and/or applications) which target businesses. (SaaS Software as a Service)
- Consumer targeted software solutions. Azure’s scalability is especially well suited for burst conditions, such as holiday seasons or single day events.
- Line-Of-Business or other enterprise-level applications.
Furthermore, Microsoft intends to build its own SaaS (Software as a Service) applications on the Windows Azure platform.
Azure’s Engine
Powering Azure are Microsoft’s Global Foundation Services. Microsoft’s GFS is not spoken about often, but it is supplies the substrate on which Microsoft’s service strategy is based. This platform is responsible for hosting hundreds of Microsoft’s own applications and underpins the Azure services as well. The new GFS data centers are based around ‘containerized’ servers. Each container (think cargo shipping container) holds a standard configuration of approximately 2,300 servers. This provides up to a ten-fold increase in computing density over traditionally outfitted data centers. Furthermore, additional computing capability can be brought online, by adding additional containers as demand permits. While this strategy isn’t unique to Microsoft, it is the sheer scope of the build-out that places the capabilities of this platform in a position to dominate the space. Each data center is designed to house approximately 225 containers. Microsoft will bring over a half million servers to the cloud with each data center it operates.
Cloud Origins
Sunday, December 20th, 2009Cloud Origins…
2010 will be the start of the cloud computing decade and the value proposition that cloud computing promises is too compelling for companies to ignore. Computing ‘in the cloud’ has a long and sordid history: remember Sun’s Network Computer (NC); where Sun stated, “The network is the computer”? Well, Sun wasn’t actually wrong- just a decade or so ahead of what was actually possible. I actually had the privilege of working with an NC. It was early ’96 and I was working with Reuters in a group that was working with Java to develop the next generation of business solutions. Java One had just concluded in the fall and if I remember correctly, JDK 1.0 was released at that gathering. Microsoft and Netscape were releasing browsers, seemingly weekly. Application user interfaces were programmed in AWT and it was a major challenge getting anything to run in both browsers.
Enter the NC.
Our team was making progress developing a research publication application and there were various other groups exploring the integration of C++ and COM technologies with sandboxed Java applications. Mark Andreessen and Jim Barksdale visited with our development group the night after doing a Charlie Rose interview. Because Java provided a managed runtime, our application development efforts seemed to be more effective at developing applications than those in groups developing in C++. At least that is what the Java evangelists purported and given a motivated team (late nights and weekends) some terrific demo’s were produced. It was early in the ’98 that we received our first NC’s from Sun. By this time we had gotten pretty good at developing for IE and Netscape, but were we ready to be developing on NT and UNIX as well? Our directive changed to include being OS agnostic as well as browser agnostic. I seem to remember Microsoft releasing versions of IE that ran on the NC as well as on its own OS. The NC seemed to be a non-started from the minute the power was switched on. It booted from the host and applications (even the simple ones we were creating) took forever to load and neither browser seemed to be stable. I remember a few frustrating weeks working with the team to stay on top of the onslaught of patches and updates, but ultimately the machines sat in the lab unused.
Web Services
Sun was as ahead of its time with the NC as most vendors (include Microsoft) were with concepts such as Web-TV. Sure the concepts are sound, but the technology and infrastructure hadn’t matured to make it practical (or in some cases) even possible. Processor and network speeds, as well as VM maturity doomed the NC from the start. These same constraints- especially the ‘last mile’ problem has confounded web-based media delivery- until only recently.
Web services and/or service-based architectures have proven to be one of the most successful aspects of the Internet revolution. Properly designed, deployed and consumed, web-services are RPC for a new generation. They are platform agnostic, easily routed and can be secured (although not always successfully) using standards-based protocols.
Next Stop: The Cloud.
What is Azure in Depth?
Thursday, November 26th, 2009Azure in Depth is an ongoing exploration of Microsoft’s Azure Operating System. This blog represents the collective investgation that Stratton has performed for during Azure’s Beta period during 2009 and experience Stratton gathers as Azure nears release in early 2010. So, although this discussion is being published online toward the end of 2009, the material is gathered from notes accumulated over the past year. Stratton intends to extend hands-on training on the Azure platform and some of that training material (or the work leading to the creation of this material) will be part of this site.