Skip to main content

Cloud Computing : what is it and its overview?


Cloud Computing :
Cloud Computing refers to accessing the applications over the internet.  Now an important question arises, "What is Cloud ? " The answer to this would be - cloud is nothing but just a group of computers connected together through a number of cables or connected wireless.

In cloud computing, the applications are hosted remotely and then the applications are accessed by the users over the internet. You do not need to download any application on your computer and install it. You can just use the services provided through a browser.

Generally, the services of the hardware and the software that you are using rests on your desktop or within your company's network. But in cloud computing, it is provided to you as a service. Knowingly or unknowingly, we have been using the service of cloud for a long time and are still using.

Examples of Cloud Computing :

The blog that you are reading now, is stored in some of the servers of google and no body knows where exactly it is stored. But you are still able to read this blog.

Another best example can be given to you of a web based mail service that you use to send and receive email. You do not store your email on your computer, it is stored on google servers. You open Chrome, Internet Explorer, Firefox or any other browser to access the mail service and be able to send and receive email.

We can add online documents as well here. You might have heard of Google Docs, which provides you the services, same as are provided by Ms Office or any other office application software. You can visit and login to Google Docs and then use the services of document creation, spreadsheet, etc with out downloading anything on your computer.

All of these is the gift of cloud.

We can describe Cloud Computing on the below models :

1- Deployment Model
2- Service Model

I will go ahead and write another article on these service models to discuss with you about this.

In cloud computing, you achieve platform independence, as you need not install any software on your computer / any other device, to access applicatoins. You access the applications through a browser [Internet Explorer, Chrome , Mozilla Firefox] and so on.



Comments

Popular posts from this blog

How to create a validation rule in Salesforce

Validation rule is a filter or a criteria that validates the data that is pushed into an application and verifies if the data that has been entered is in accordance to the set standards. Example : Let's say, there is a field that is used to enter the Age of a Student. But per the organization rule, no student should be allowed to join the course if the age is not more than 25 years. So here you may write a validation rule saying that the Age field should not be more than 25. In case the age entered is more than 25, then the record is not allowed to be saved. You would see an error when you enter the age more than 25. Let me give you another example.  Say that there's a field to enter the Product code. And per the rule of the organization, the Product code should always start with PR. In case you enter any code other than the one that begins with PR, you would encounter an error. The benefits of Validation rules is that you can improve the quality of the data that is go...