Skip to main content

What is cloud computing?


Cloud computing is a big thing but understanding the concept is very simple.Before going to tell about cloud computing I would like to say one thing

First of all, if your going to do some projects about web applications the main thing is you must need machine i.e laptop or system(Including hard disk, ram, processor) moreover you need to install software(including license) related to design web applications.This project is going to do by only one person is fine you can buy a laptop.But if you are going to do a project for the big client you must need 10 or 20 machines moreover have to install the os, software, license, and processor.Whether it's a permanent means ok you can buy or the machine will use for 1 month or 6 months you don't need to buy a machine.In this situation, cloud computing is coming to help you.Now you can get an idea little bit even though I will explain briefly

What is cloud computing?

cloud computing is paying for what you are using or rending the services.They will provide you with a virtual machine.

For example, if you are going to use a machine from the cloud for an hour or day or month you have to pay money for how many hours or day that you are using and money depends upon your recruiting machine also.You can access your virtual machine that contains high specifications(8gb ram,corei7, some software) using low specification laptop or system.
So your data is storing some data center, not on your physical machine.Even Social media also cloud.We can upload or share anything so that it will not store anything on your machine

Types of services in cloud computing:

  • Infrastructure as a service(Windows, Linux, cluster)
  • Platform as a service(operating system)
  • Software as a service

Modes:

  • Private mode
  • Public mode
  • Hybrid mode
  • Community mode
Private mode: Cloud giving some private option also like some company giving mail id will work only in company surrounding

Public mode: you can use anywhere in the world like using Gmail

Hybrid mode: It is the combination of private and public mode

Community mode: It is like within the two organization.Consider company A and B.Here company A employers can access anything in company B same as like company B employers can access anything in company A.

Cloud computing providers:

The followings below are providing cloud computing
  • Google cloud platform
  • Microsoft Azure
  • Amazon web service
  • Adobe
  • IBM
  • Rackspace
  • Red Hat and etc
Now you may be getting a confusion about what is the difference between own server and cloud server.

Difference between own server and cloud server:

Own server: Investment cost is high and very tough to maintain, the hardware is permanent.

Cloud server: No investment cost, Billed based on usages, No/Low maintenance.we can increase or decrease hardware



Comments

Popular posts from this blog

What is System Software and Application Software?

In this section, we are going to discuss the difference between system software and application software. Still, most of us have a lot of confusion about these two. I will clarify let me explain What is Software? Software means a set of the program made to complete some task. Its full and full codes. What is hardware? Hardware is physical one that we can touch and feel and made with some electrical components and that have some specific functions. For example Monitor, Pc, Mouse, Electric Board, Printer and etc Now you may think why I included hardware and explained?. The reason is without hardware software won't work same as without related software hardware won't work.  What is system software?  It is the software that used to manage computer resources and essential for the computer to work. It will install automatically when OS installed. See the image OS and utilities are applied in hardware then only it will work. Types: BIOS Ut...

What is Windows Service?

A Windows service is a Computer Program It enables to create long-running executable applications. It doesn't have any User Interfaces only running in the background process. It will run automatically when system boots ON and also we can set manually for Start and Stop Only one instance of windows service running on the device. It will run only administrator privileges. Are you looking my page using system or laptop?. Then you can see a lot of windows services that are running on your system background without your permission, Just follow my instructions Click "Start">Type "Services">Now you can see a lot of window services like below  WHAT IS THE WINDOWS SERVICES CONTROL MANAGER? Windows Services are managed via the Services Control Manager Panel.The Panel shows a list of services that are running on your system/laptop and for each Name, Description(Purpose of service), Status(Started or Not), Startup Type(Ma...

What is NLog ?

Nlog   is .NET Library which enables to add some sophisticated traces code to your application and delivering the flow of diagnostic traces from   source to target What is source code?                                         The source code is the fundamental component of a computer program that is created by a programmer and sequence formate.                    We can control the flow of diagnostic traces from source to target type. Types of Target: Email Messages(.mail)  Text File(.txt) Event Log(.log) Database(.db) and etc These all are called as target type messages.Each trace messages augmented with some contextual information. What is Contextual information?                    Contextual information can include f...