Click here to Skip to main content
15,885,127 members
Home / Discussions / Cloud Computing
   

Cloud Computing

 
AnswerRe: A Beginner Question Please! Pin
David W. Young5-Jul-11 6:09
David W. Young5-Jul-11 6:09 
Questionhelo Pin
niroopz114-Apr-11 17:04
niroopz114-Apr-11 17:04 
Generalhi Pin
chi9a31-Mar-11 21:50
chi9a31-Mar-11 21:50 
GeneralRe: hi PinPopular
Skynet_Code2-Apr-11 10:58
Skynet_Code2-Apr-11 10:58 
GeneralRe: hi PinPopular
Jihaad Joe5-Apr-11 14:00
Jihaad Joe5-Apr-11 14:00 
GeneralRe: hi Pin
davidnz13-Apr-11 14:19
davidnz13-Apr-11 14:19 
QuestionHow I learned to stop worrying and love the Cloud Pin
wizardzz29-Nov-10 7:38
wizardzz29-Nov-10 7:38 
AnswerRe: How I learned to stop worrying and love the Cloud Pin
maq_rohit30-Dec-10 8:03
professionalmaq_rohit30-Dec-10 8:03 
Following are the 10 special reason to use cloud

1: Familiarity of Windows

Azure is based on Windows, so you can write applications in the same programming languages you’ve used for Windows apps: Visual Basic, C++, C#, etc. You can also use familiar tools such as Visual Studio, along with ASP.NET and other familiar Windows technologies. This makes it easy for organizations to find developers who already have the skills to create applications for the Azure platform. And because the Azure environment is much like the standard Windows environment, it’s easier to create a cloud version of an existing Windows application.

2: 64-bit Windows VMs

Applications running on Azure run in virtual machines, with each instance of the app running in its own VM on the 64-bit Windows Server 2008 operating system. The hypervisor on which they run is designed specifically for the cloud. You don’t have to supply your own VMs or deal with managing and maintaining the OS because apps are developed using Web role instances or worker role instances that run in their own VMs. The apps interoperate with other Azure components through a Windows Azure agent that runs in each VM. With Azure, you can focus on the code and don’t have to worry about the hardware.

3: Azure SDK

Microsoft provides the Windows Azure software development kit (SDK), which includes a version of the Azure environment you can run on your own computer. It’s called the Windows Azure Development Fabric, and it includes the Azure agent and storage. You can work locally when developing and debugging an application and then move it to the cloud. You can download the tools for Vista Studio 2008 and 2010, along with the SDK, from Microsoft.

4: Scalability and flexibility

Using Azure, you can easily create applications that run reliably and scale from 10 to 10 thousand or even 10 million users — without any additional coding. Azure Storage provides scalable, secure, performance-efficient storage services in the cloud.

After you create a Web app, you can specify the number of processors for the application to use. If the application needs to scale up to meet growing demand, it’s easy to change the settings to use more processors. The “pay as you go/pay as you grow” approach lets you bring your new apps to market sooner and respond more quickly to changes in your customers’ needs.

5: Cost benefits and pricing model

Taking advantage of resources in the cloud allows you to decrease your costs for building and expanding your on-premises resources. You can also reduce the cost of IT administration because the hardware is being taken care of for you, off-premises. The cost of creating, testing, debugging, and distributing Web-based applications goes down because you have to pay only for the computer processing time and storage space you need at a given time.

Windows Azure pricing will be based on consumption, with a per-hour fee that’s dependent on the size of the instance for Azure computing services and per-month or per-transaction fees for Azure storage services based on data size. For pricing details, see the Microsoft Web site.

6: Data center in the cloud

SQL Azure provides organizations with all the benefits of an enterprise-class data center without the hassle, headaches, and cost of maintaining such an entity. You get high availability and reliability with redundant copies of your data and automatic failover. No more worries about backing up data yourself.

It’s a relational database model that stores data in the same manner as SQL Server (tables, indexes, views) and thus will be familiar to Windows DBAs, but your SQL Azure Server is spread across multiple physical computers for more flexibility. For information about the differences between SQL Azure and SQL Server, see Similarities and Differences - SQL Azure vs. SQL Server.

7: Support resources

Because Azure uses the same familiar tools and technologies as other Windows platforms, you can take advantage of the well-established support structure within Microsoft and company-provided resources, such as TechNet and MSDN, along with the huge ecosystem of Windows developers outside the company. There will always be someone to turn to when you have questions or problems.

8: Interoperability

With Azure, you can develop hybrid applications that allow your on-premises applications to use cloud services, such as the cloud database and storage services. Communications services work between on-premises applications and the cloud, as well as mobile devices.

Azure supports open standards and Internet protocols, such as HTTP, XML, SOAP, and REST. There are SDKs for Java, PHP, and Ruby, for applications written in those languages, and Azure tools for Eclipse.

9: Security

Knowing that security is one of the biggest concerns for companies considering a move to the cloud, Microsoft designed Azure with security in mind. The .NET Access Control Service provides a way to integrate identities, and Security Assertion Markup Language (SAML) tokens are used by applications to determine whether a user is allowed access. Microsoft has designed its compliance framework to meet regulatory requirements. For more details, see my article Microsoft Azure: Security in the Cloud.

10: Something for everyone

Windows Azure can benefit hosting providers, ISVs, systems integrators, and custom software developers. Hosting providers can expand their services to areas where they don’t have existing infrastructure and add new services without more infrastructure investment. ISVs can use Azure to create, deploy, and manage Web apps and SaaS without large capital expenditures, and they can scale those applications more quickly and cost effectively. Systems integrators can take advantage of Azure’s ability to work with existing on-premise infrastructures. Custom software developers can create software solutions for customers who can’t afford the costs of in-house development, including hardware costs, and they can deliver their applications to customers as services without building and maintaining an expensive data center.
QuestionWhat is it for? [modified] Pin
Keith Barrow21-Nov-10 2:02
professionalKeith Barrow21-Nov-10 2:02 
AnswerRe: What is it for? Pin
wolfbinary29-Nov-10 9:55
wolfbinary29-Nov-10 9:55 
GeneralRe: What is it for? Pin
Keith Barrow29-Nov-10 21:21
professionalKeith Barrow29-Nov-10 21:21 
GeneralRe: What is it for? Pin
Mycroft Holmes29-Nov-10 21:34
professionalMycroft Holmes29-Nov-10 21:34 
QuestionDeveloping a Multitenant Application in Java Pin
sangeetha_spss12-Oct-10 3:08
sangeetha_spss12-Oct-10 3:08 
AnswerRe: Developing a Multitenant Application in Java Pin
Richard MacCutchan12-Oct-10 5:46
mveRichard MacCutchan12-Oct-10 5:46 
AnswerRe: Developing a Multitenant Application in Java PinPopular
Pete O'Hanlon12-Oct-10 6:47
mvePete O'Hanlon12-Oct-10 6:47 
QuestionBeyond the hype [SOLVED] Pin
Pete O'Hanlon18-Sep-10 7:37
mvePete O'Hanlon18-Sep-10 7:37 
AnswerRe: Beyond the hype PinPopular
Luc Pattyn18-Sep-10 8:48
sitebuilderLuc Pattyn18-Sep-10 8:48 
GeneralRe: Beyond the hype Pin
Henry Minute18-Sep-10 10:50
Henry Minute18-Sep-10 10:50 
GeneralRe: Beyond the hype Pin
Luc Pattyn18-Sep-10 11:45
sitebuilderLuc Pattyn18-Sep-10 11:45 
GeneralBeyond the hype Pin
jimbo809830-Sep-10 3:28
jimbo809830-Sep-10 3:28 
AnswerRe: Beyond the hype Pin
Keith Barrow18-Sep-10 21:22
professionalKeith Barrow18-Sep-10 21:22 
AnswerRe: Beyond the hype PinPopular
Mycroft Holmes18-Sep-10 22:42
professionalMycroft Holmes18-Sep-10 22:42 
GeneralRe: Beyond the hype Pin
Pete O'Hanlon19-Sep-10 7:43
mvePete O'Hanlon19-Sep-10 7:43 
GeneralRe: Beyond the hype Pin
Luc Pattyn19-Sep-10 7:55
sitebuilderLuc Pattyn19-Sep-10 7:55 
GeneralRe: Beyond the hype Pin
Sushant Joshi22-Sep-10 17:13
Sushant Joshi22-Sep-10 17:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.