Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • GfG 160: Daily DSA
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • DevOps Lifecycle
  • DevOps Roadmap
  • Docker Tutorial
  • Kubernetes Tutorials
  • Amazon Web Services [AWS] Tutorial
  • AZURE Tutorials
  • GCP Tutorials
  • Docker Cheat sheet
  • Kubernetes cheat sheet
  • AWS interview questions
  • Docker Interview Questions
  • Ansible Interview Questions
  • Jenkins Interview Questions
Open In App
Next Article:
History of Cloud Computing
Next article icon

What Is Cloud Computing ? Types, Architecture, Examples and Benefits

Last Updated : 09 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Nowadays, Cloud computing is adopted by every company, whether it is an MNC or a startup many are still migrating towards it because of the cost-cutting, lesser maintenance, and the increased capacity of the data with the help of servers maintained by the cloud providers.

Cloud Computing means storing and accessing the data and programs on remote servers that are hosted on the internet instead of the computer's hard drive or local server. Cloud computing is also referred to as Internet-based computing, it is a technology where the resource is provided as a service through the Internet to the user. The data that is stored can be files, images, documents, or any other storable document.

How Cloud Computing Works?

Cloud computing helps users in easily accessing computing resources like storage and processing over the internet rather than local hardware. Here we are discussing how it works in a nutshell:

  • Infrastructure: Cloud computing depends on remote network servers hosted on internet for store, manage, and process the data.
  • On-Demand Access: Users can access cloud services and resources based on-demand they can scale up or down the without having to invest for physical hardware.
  • Types of Services: Cloud computing offers various benefits such as cost saving, scalability, reliability and accessibility it reduces capital expenditures, improves efficiency.

Origins Of Cloud Computing

Mainframe computing in the 1950s and the internet explosion in the 1990s came together to give rise to cloud computing. Since businesses like Amazon, Google, and Salesforce started providing web-based services in the early 2000s. The term "cloud computing" has gained popularity. Scalability, adaptability, and cost-effectiveness are to be facilitated by the concept's on-demand internet-based access to computational resources.

These days, cloud computing is common, driving a wide range of services across markets and transforming the processing, storage, and retrieval of data

What is Virtualization In Cloud Computing?

Virtualization is the software technology that helps in providing the logical isolation of physical resources. Creating logical isolation of physical resources such as RAM, CPU, and Storage.. over the cloud is known as Virtualization in Cloud Computing. In simple we can say creating types of Virtual Instances of computing resources over the cloud. It provides better management and utilization of hardware resources with logical isolation making the applications independent of others. It facilitates streamlining the resource allocation and enhancing scalability for multiple virtual computers within a single physical source offering cost-effectiveness and better optimization of resources.

To know about this refer this Article - Virtualization in Cloud Computing and Types

Architecture Of Cloud Computing

Cloud computing architecture refers to the components and sub-components required for cloud computing. These components typically refer to:

  1. Front end ( Fat client, Thin client)
  2. Back-end platforms ( Servers, Storage )
  3. Cloud-based delivery and a network ( Internet, Intranet, Intercloud )

Cloud-Computing-Architecture

1. Front End ( User Interaction Enhancement )

The User Interface of Cloud Computing consists of 2 sections of clients. The Thin clients are the ones that use web browsers facilitating portable and lightweight accessibilities and others are known as Fat Clients that use many functionalities for offering a strong user experience.

2. Back-end Platforms ( Cloud Computing Engine )

The core of cloud computing is made at back-end platforms with several servers for storage and processing computing. Management of Applications logic is managed through servers and effective data handling is provided by storage. The combination of these platforms at the backend offers the processing power, and capacity to manage and store data behind the cloud.

3. Cloud-Based Delivery and Network

On-demand access to the computer and resources is provided over the Internet, Intranet, and Intercloud. The Internet comes with global accessibility, the Intranet helps in internal communications of the services within the organization and the Intercloud enables interoperability across various cloud services. This dynamic network connectivity ensures an essential component of cloud computing architecture on guaranteeing easy access and data transfer.

What Are The Types of Cloud Computing Services?

The following are the types of Cloud Computing:

  1. Infrastructure as a Service (IaaS)
  2. Platform as a Service (PaaS)
  3. Software as a Service (SaaS)
  4. Function as as Service (FaaS)

Types-of-Cloud-Computing-Services

1. Infrastructure as a Service ( IaaS )

Infrastructure as a Service (IaaS) is a type of cloud computing that gives people access to IT tools like virtual computers, storage, and networks through the internet. You don’t need to buy or manage physical hardware. Instead, you pay only for what you use.

Here are some key benefits of using IaaS:

  • Flexibility and Control: IaaS comes up with providing virtualized computing resources such as VMs, Storage, and networks facilitating users with control over the Operating system and applications.
  • Reducing Expenses of Hardware: IaaS provides business cost savings with the elimination of physical infrastructure investments making it cost-effective.
  • Scalability of Resources: The cloud provides in scaling of hardware resources up or down as per demand facilitating optimal performance with cost efficiency.

2. Platform as a Service ( PaaS )

Platform as a Service (PaaS) is a cloud computing model where a third-party provider offers the software and hardware tools needed to develop, test, and run applications. This allows users to focus on building their applications without worrying about managing servers or infrastructure.

For example, AWS Elastic Beanstalk is a PaaS offered by Amazon Web Services that helps developers quickly deploy and manage applications while AWS takes care of the needed resources like servers, load balancing, and scaling.

Here are some key benefits of using PaaS:

  • Simplifying the Development: Platform as a Service offers application development by keeping the underlying Infrastructure as an Abstraction. It helps the developers to completely focus on application logic ( Code ) and background operations are completely managed by the AWS platform.
  • Enhancing Efficiency and Productivity: PaaS lowers the Management of Infrastructure complexity, speeding up the Execution time and bringing the updates quickly to market by streamlining the development process.
  • Automation of Scaling: Management of resource scaling, guaranteeing the program's workload efficiency is ensured by PaaS.

3. Software as a Service (SaaS)

Software as a Service (SaaS) is a way of using software over the internet instead of installing it on your computer. The software is hosted by a company, and you can use it just by logging in through a web browser. You don’t need to worry about updates, maintenance, or storage the provider takes care of all that.

A common example is Google Docs. You can write and share documents online without downloading any software.

Here are some key benefits of using SaaS:

  • Collaboration And Accessibility: Software as a Service (SaaS) helps users to easily access applications without having the requirement of local installations. It is fully managed by the AWS Software working as a service over the internet encouraging effortless cooperation and ease of access.
  • Automation of Updates: SaaS providers manage the handling of software maintenance with automatic latest updates ensuring users gain experience with the latest features and security patches.
  • Cost Efficiency: SaaS acts as a cost-effective solution by reducing the overhead of IT support by eliminating the need for individual software licenses.

4. Function as a Service (FaaS)

Function as a service (FaaS) is a cloud-computing service that allows customers to run code in response to events, without managing the complex infrastructure. You just write the code, upload it and the cloud provider runs it only when it's needed. You pay only for the time your code runs.

For example, with AWS Lambda, you can write a function that resizes images whenever someone uploads a photo to your website. You don’t need to keep a server running all the time AWS runs your function only when a photo is uploaded.

Here are some key benefits of using SaaS:

  • Event-Driven Execution: FaaS helps in the maintenance of servers and infrastructure making users worry about it. FaaS facilitates the developers to run code as a response to the events.
  • Cost Efficiency: FaaS facilitates cost efficiency by coming up with the principle "Pay as per you Run" for the computing resources used.
  • Scalability and Agility: Serverless Architectures scale effortlessly in handing the workloads promoting agility in development and deployment.

To know more about the Types of Cloud Computing Difference please read this article - IaaS vs PaaS vs SaaS

What Are Cloud Deployment Models?

The following are the Cloud Deployment Models:

1. Private Deployment Model

It provides an enhancement in protection and customization by cloud resource utilization as per particular specified requirements. It is perfect for companies which looking for security and compliance needs.

2. Public Deployment Model

It comes with offering a pay-as-you-go principle for scalability and accessibility of cloud resources for numerous users. it ensures cost-effectiveness by providing enterprise-needed services.

3. Hybrid Deployment Model

It comes up with a combination of elements of both private and public clouds providing seamless data and application processing in between environments. It offers flexibility in optimizing resources such as sensitive data in private clouds and important scalable applications in the public cloud.

To know more about the Cloud Deployment Models, read this Articles

  • Cloud Deployment Models
  • Differences of Cloud Deployment Models

Characteristics Of Cloud Computing

The following are the characterisitics of Cloud Computing:

1. Scalability

With Cloud hosting, it is easy to grow and shrink the number and size of servers based on the need. This is done by either increasing or decreasing the resources in the cloud. This ability to alter plans due to fluctuations in business size and needs is a superb benefit of cloud computing, especially when experiencing a sudden growth in demand.

2. Save Money

An advantage of cloud computing is the reduction in hardware costs. Instead of purchasing in-house equipment, hardware needs are left to the vendor. For companies that are growing rapidly, new hardware can be large, expensive, and inconvenient. Cloud computing alleviates these issues because resources can be acquired quickly and easily. Even better, the cost of repairing or replacing equipment is passed to the vendors. Along with purchase costs, off-site hardware cuts internal power costs and saves space. Large data centers can take up precious office space and produce a large amount of heat. Moving to cloud applications or storage can help maximize space and significantly cut energy expenditures.

3. Reliability

Rather than being hosted on one single instance of a physical server, hosting is delivered on a virtual partition that draws its resource, such as disk space, from an extensive network of underlying physical servers. If one server goes offline it will have no effect on availability, as the virtual servers will continue to pull resources from the remaining network of servers.

4. Physical Security

The underlying physical servers are still housed within data centers and so benefit from the security measures that those facilities implement to prevent people from accessing or disrupting them on-site.

5. Outsource Management

When you are managing the business, Someone else manages your computing infrastructure. You do not need to worry about management as well as degradation.

Top Reasons to Switch from On-premise to Cloud Computing

The following are the Top reasons to switch from on-premise to cloud computing:

1. Reduces cost

The cost-cutting ability of businesses that utilize cloud computing over time is one of the main advantages of this technology. On average 15% of the total cost can be saved by companies if they migrate to the cloud. By the use of cloud servers businesses will save and reduce costs with no need to employ a staff of technical support personnel to address server issues. There are many great business modules regarding the cost-cutting benefits of cloud servers such as the Coca-Cola and Pinterest case studies.

2. More storage

For software and applications to execute as quickly and efficiently as possible, it provides more servers, storage space, and computing power. Many tools are available for cloud storage such as Dropbox, Onedrive, Google Drive, iCloud Drive, etc.

3. Employees Better Work Life Balance

Direct connections between cloud computing benefits, and the work and personal lives of an enterprise’s workers can both improve because of cloud computing. Even on holidays, the employees have to work with the server for its security, maintenance, and proper functionality. But with cloud storage the thing is not the same, employees get ample of time for their personal life and the workload is even less comparatively.

Top leading Cloud Computing Companies

The following tables show the top leading cloud computing companies along with key details about their cloud services:

Company

Cloud Service Name

Key Offerings

1. Amazon

AWS (Amazon Web Services)

Compute, Storage, AI/ML, Databases, Networking

2. Microsoft

Azure

Cloud computing, AI, Analytics, Hybrid Cloud

3. Google

Google Cloud Platform (GCP)

AI/ML, Big Data, Kubernetes, Cloud Storage

4. Alibaba

Alibaba Cloud

IaaS, AI, Big Data, Cloud Security, CDN

5. Oracle

Oracle Cloud

Enterprise Cloud, Databases, SaaS, PaaS

6. IBM

IBM Cloud

AI, Quantum Computing, Hybrid Cloud, Security

7. Salesforce

Salesforce Cloud

CRM, SaaS, AI, Analytics

8. Tencent

Tencent Cloud

AI, Gaming Cloud, IoT, Big Data

Advantages of Cloud Computing

The following are main advantages of Cloud Computing:

1. Cost Efficiency

Cloud Computing provides flexible pricing to the users with the principal pay-as-you-go model. It helps in lessening capital expenditures of Infrastructure, particularly for small and medium-sized businesses companies.

2. Flexibility and Scalability

Cloud services facilitate the scaling of resources based on demand. It ensures the efficiency of businesses in handling various workloads without the need for large amounts of investments in hardware during the periods of low demand.

3. Collaboration and Accessibility

Cloud computing provides easy access to data and applications from anywhere over the internet. This encourages collaborative team participation from different locations through shared documents and projects in real-time resulting in quality and productive outputs.

4. Automatic Maintenance and Updates

AWS Cloud takes care of the infrastructure management and keeping with the latest software automatically making updates they is new versions. Through this, AWS guarantee the companies always having access to the newest technologies to focus completely on business operations and innvoations.

Disadvantages Of Cloud Computing

The following are the main disadvantages of Cloud Computing:

1. Security Concerns

Storing of sensitive data on external servers raised more security concerns which is one of the main drawbacks of cloud computing.

2.Downtime and Reliability

Even though cloud services are usually dependable, they may also have unexpected interruptions and downtimes. These might be raised because of server problems, Network issues or maintenance disruptions in Cloud providers which negative effect on business operations, creating issues for users accessing their apps.

3. Dependency on Internet Connectivity

Cloud computing services heavily rely on Internet connectivity. For accessing the cloud resources the users should have a stable and high-speed internet connection for accessing and using cloud resources. In regions with limited internet connectivity, users may face challenges in accessing their data and applications.

4. Cost Management Complexity

The main benefit of cloud services is their pricing model that coming with Pay as you go but it also leads to cost management complexities. On without proper careful monitoring and utilization of resources optimization, Organizations may end up with unexpected costs as per their use scale. Understanding and Controlled usage of cloud services requires ongoing attention.

Cloud Sustainability

The following are the some of the key points of Cloud sustainability:

1. Energy Efficiency

Cloud Providers supports the optimization of data center operations for minimizing energy consumption and improve efficiency.

2. Renewable Energy

On increasing the adoption of renewable energy sources like solar and wind power to data centers and reduce carbon emissions.

3. Virtualization

Server virtualization facilitates better utilization of hardware resources, reducing the need for physical servers and lowering the energy consumptions.

Cloud Security

Cloud security recommended to measures and practices designed to protect data, applications, and infrastructure in cloud computing environments. The following are some of the best practices of cloud security:

1. Data Encryption

Encryption is essential for securing data stored in the cloud. It ensures that data remains unreadable to unauthorized users even if it is intercepted.

2. Access Control

Implementing strict access controls and authentication mechanisms helps ensure that only authorized users can access sensitive data and resources in the cloud.

3. Multi-Factor Authentication (MFA)

MFA adds an extra layer of security by requiring users to provide multiple forms of verification, such as passwords, biometrics, or security tokens, before gaining access to cloud services.

Use Cases Of Cloud Computing

Cloud computing provides many use cases across industries and various applications:

1. Scalable Infrastructure

Infrastructure as a Service (IaaS) enables organizations to scale computing resources based on demand without investing in physical hardware.

2. Efficient Application Development

Platform as a Service (PaaS) simplifies application development, offering tools and environments for building, deploying, and managing applications.

3. Streamlined Software Access

Software as a Service (SaaS) provides subscription-based access to software applications over the internet, reducing the need for local installation and maintenance.

4. Data Analytics

Cloud-based platforms facilitate big data analytics, allowing organizations to process and derive insights from large datasets efficiently.

5. Disaster Recovery

Cloud-based disaster recovery solutions offer cost-effective data replication and backup, ensuring quick recovery in case of system failures or disasters.


Next Article
History of Cloud Computing
author
kartik
Improve
Article Tags :
  • DevOps
  • Cloud Computing
  • Ola Cabs
  • C++-Misc C++
  • JP Morgan
  • Cloud-Computing
  • TCS-coding-questions
  • Volkswagen IT Services
Practice Tags :
  • Ola Cabs

Similar Reads

  • Cloud Computing Tutorial
    Cloud computing is a technology that enables us to create, configure, and customize applications through an internet connection. It includes a development platform, a hard drive, software, and a database.In this Cloud Computing Tutorial, you will learn the basic concepts of cloud computing, which in
    10 min read
  • Basics Of Cloud Computing

    • What Is Cloud Computing ? Types, Architecture, Examples and Benefits
      Nowadays, Cloud computing is adopted by every company, whether it is an MNC or a startup many are still migrating towards it because of the cost-cutting, lesser maintenance, and the increased capacity of the data with the help of servers maintained by the cloud providers. Cloud Computing means stori
      15 min read

    • History of Cloud Computing
      Have you ever thought about how cloud computing started? Who came up with the idea? How did it grow into the services we use every day, like Netflix, Google Drive, and AWS? Today, it's very easy to use computers, storage, and apps from anywhere in the world without buying expensive equipment or sett
      4 min read

    • Evolution of Cloud Computing
      Cloud computing allows users to access a wide range of services stored in the cloud or on the Internet. Cloud Computing services include computer resources, data storage, apps, servers, development tools, and networking protocols. They are most commonly used by IT companies and for business purposes
      6 min read

    • Characteristics of Cloud Computing
      There are many characteristics of Cloud Computing here are few of them : On-demand self-services: The Cloud computing services does not require any human administrators, user themselves are able to provision, monitor and manage computing resources as needed.Broad network access: The Computing servic
      2 min read

    • Advantages of Cloud Computing
      In today's digital age, cloud computing has become a game-changer for businesses of all sizes. Cloud-based computing has numerous benefits, making it a popular choice for companies looking to streamline operations and reduce costs. From cost efficiency and scalability to enhanced security and improv
      8 min read

    • Architecture of Cloud Computing
      Cloud Computing, is one of the most demanding technologies of the current time and is giving a new shape to every organization by providing on-demand virtualized services/resources. Starting from small to medium and medium to large, every organization uses cloud computing services for storing inform
      6 min read

    • Cloud Computing Infrastructure
      Prerequisite - Cloud Computing Cloud Computing which is one of the demanding technology of current scenario and which has been proved as a revolutionary technology trend for businesses of all sizes. It manages a broad and complex infrastructure setup to provide cloud services and resources to the cu
      3 min read

    • Cloud Management in Cloud Computing
      As more businesses shift to cloud platforms, managing cloud services has become crucial. Cloud management involves monitoring and controlling cloud resources like storage, computing power, and applications, across public, private, or hybrid environments. It ensures everything runs smoothly, securely
      6 min read

    • What is Cloud Storage?
      Cloud storage is a method to save data on the internet instead of your computer or hard drive. It allows you to store files (like documents, images, videos, backups, and more) on remote servers that are managed by cloud service providers. You can access your files anytime and from anywhere using the
      15 min read

    • Real World Applications of Cloud Computing
      In simple Cloud Computing refers to the on-demand availability of IT resources over internet. It delivers different types of services to the customer over the internet. There are three basic types of services models are available in cloud computing i.e., Infrastructure As A Service (IAAS), Platform
      6 min read

    Cloud Deployment Models

    • Cloud Deployment Models
      Cloud Computing has now become an essential part of modern businesses, offering flexibility, scalability, and cost-effective solutions. But Selecting the most appropriate cloud deployment model is essential to utilize the complete potential of cloud services. Whether you're a small business or a lar
      12 min read

    • Types of Cloud Computing
      There are three commonly recognized Cloud Deployment Models: Public, Private, and Hybrid Cloud Community Cloud and Multi-Cloud are significant deployment strategies as well. In cloud computing, the main Cloud Service Models are Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and So
      12 min read

    • Difference Between Public Cloud and Private Cloud
      Cloud computing is a way of providing IT infrastructure to customers, it is not just a set of products to be implemented. For any service to be a cloud service, the following five criteria need to be fulfilled as follows: On-demand self-service: Decision of starting and stopping service depends on c
      6 min read

    • Public Cloud vs Private Cloud vs Hybrid Cloud
      Pre-requisite: Cloud ComputingCloud computing is a type of remote computer network hosting, where massively distributed computers are connected to the Internet and made available through Internet Protocol networks such as the Internet. Cloud computing involves providing a service over the Internet,
      7 min read

    Cloud Service Models

    • Cloud Based Services
      Cloud Computing means using the internet to store, manage, and process data instead of using your own computer or local server. The data is stored on remote servers, that are owned by companies called cloud providers such as Amazon, Google, Microsoft). These companies charge you based on how much yo
      11 min read

    • Platform As A Service (PaaS) and its Types
      Platform as a Service (PaaS) is a cloud computing model designed for developers, offering a complete environment to build, test and deploy applications. Unlike traditional infrastructure management, PaaS takes care of things like servers, storage and networking allowing developers to focus mainly on
      11 min read

    • Software As A Service (SaaS)
      Owning software is very expensive. For example, a ₹50 lakh software running on a ₹1 lakh computer is a common place. As with hardware, owning software is the current tradition across individuals and business houses. Often the usage of a specific software package does not exceed a coupl
      2 min read

    • Difference between SaaS, PaaS and IaaS
      Cloud Computing has transformed the way companies access, manage, and expand their IT resources. Among the many cloud services models, IaaS(Infrastructure as a Service), PaaS(Platform as a Service), and SaaS(Software as a Service) are the most popular. Each of these models provides different service
      7 min read

    Cloud Virtualization

    • Virtualization in Cloud Computing and Types
      Virtualization is the technology that enables to create virtual environments from a single physical machine. In this article, you will learn what a virtual machine is, why it is important, the different types of virtualization, how it works, and the benefits and disadvantages associated with it. Vir
      11 min read

    • Difference between Cloud Computing and Virtualization
      IntroductionCloud computing and virtualization are two fundamental ideas that are essential to IT infrastructure management in today's technologically advanced society. Even though they are often discussed together, they have diverse functions and provide unique benefits. This article explains the d
      4 min read

    • Pros and Cons of Virtualization in Cloud Computing
      Virtualization allows the creation of multiple virtual instances of something such as a server, desktop, storage device, operating system, etc. Thus, Virtualization is a technique that allows us to share a single physical instance of a resource or an application among multiple customers and an organ
      5 min read

    • Data Virtualization
      Data virtualization is used to combine data from different sources into a single, unified view without the need to move or store the data anywhere else. It works by running queries across various data sources and pulling the results together in memory. To make things easier, it adds a layer that hid
      9 min read

    • Hardware Based Virtualization
      Prerequisite - Virtualization In Cloud Computing and Types, Types of Server Virtualization, Hypervisor A platform virtualization approach that allows efficient full virtualization with the help of hardware capabilities, primarily from the host processor is referred to as Hardware based virtualizatio
      5 min read

    • Server Virtualization
      Server Virtualization is most important part of Cloud Computing. So, Talking about Cloud Computing, it is composed of two words, cloud and computing. Cloud means Internet and computing means to solve problems with help of computers. Computing is related to CPU & RAM in digital world. Now Conside
      3 min read

    • Types of Server Virtualization in Computer Network
      Server Virtualization is the partitioning of a physical server into a number of small virtual servers, each running its own operating system. These operating systems are known as guest operating systems. These are running on another operating system known as the host operating system. Each guest run
      5 min read

    • Network Virtualization in Cloud Computing
      Prerequisite - Virtualization and its Types in Cloud Computing Network Virtualization is a process of logically grouping physical networks and making them operate as single or multiple independent networks called Virtual Networks. General Architecture Of Network Virtualization Tools for Network Virt
      4 min read

    • Operating system based Virtualization
      Operating System-based Virtualization is also known as Containerization. It is a technology that allows multiple isolated user-space instances called containers to run on a single operating system (OS) kernel. Unlike traditional virtualization, where each virtual machine (VM) requires its own OS, OS
      5 min read

    Cloud Service Provider

    • Amazon Web Services (AWS) Tutorial
      Amazon Web Service (AWS) is the world’s leading cloud computing platform by Amazon. It offers on-demand computing services, such as virtual servers and storage, that can be used to build and run applications and websites. AWS is known for its security, reliability, and flexibility, which makes it a
      13 min read

    • Microsoft Azure Tutorial
      Microsoft Azure is a cloud computing service that offers a variety of services such as computing, storage, networking, and databases. It helps businesses and developers in building, deploying, and managing applications via Microsoft-Controlled data centers. This tutorial will guide you from Microsof
      13 min read

    • Google Cloud Platform Tutorial
      Google Cloud Platform (GCP) is a set of cloud services provided by Google, built on the same technology that powers Google services like Search, Gmail, YouTube, Google Docs, and Google Drive. Many companies prefer GCP because it can be up to 20% cheaper for storing data and databases compared to oth
      8 min read

    Advanced Concepts of Cloud

    • On Premises VS On Cloud
      Let us first understand the meaning of the word On-Premises and On Cloud. On Premises : In on-premises, from use to the running of the course of action, everything is done inside; whereby backup, privacy, and updates moreover should be managed in-house. At the point when the item is gotten, it is th
      3 min read

    • Differences between Cloud Servers and Dedicated Servers
      Cloud Servers A cloud server is essentially an Infrastructure as a Service-based cloud service model that is facilitated and typically virtual, compute server that is accessed by users over a network. Cloud servers are expected to give the same functions, bolster the equivalent operating systems (OS
      4 min read

    • Cloud Networking
      Cloud Networking is a service or science in which a company’s networking procedure is hosted on a public or private cloud. Cloud Computing is source management in which more than one computing resources share an identical platform and customers are additionally enabled to get entry to these resource
      11 min read

    • Server Consolidation in Cloud Computing
      Pre-requisites: Cloud Computing, Server Virtualization Server consolidation in cloud computing refers to the process of combining multiple servers into a single, more powerful server or cluster of servers. This can be done in order to improve the efficiency and cost-effectiveness of the cloud comput
      6 min read

    • Hypervisor Security in Cloud Computing
      Pre-requisite: Cloud Computing A Hypervisor is a layer of software that enables virtualization by creating and managing virtual machines (VMs). It acts as a bridge between the physical hardware and the virtualized environment. Each VM can run independently of one other because the hypervisor abstrac
      5 min read

    • Cloud Computing Security
      Prerequisite : Cloud ComputingWhat is Cloud Computing ?Cloud computing refers to the on demand delivery of computing services such as applications, computing resources, storage, database, networking resources etc. through internet and on a pay as per use basis. At the present time the demand for clo
      5 min read

    • Security Issues in Cloud Computing
      In this, we will discuss the overview of cloud computing, its need, and mainly our focus to cover the security issues in Cloud Computing. Let's discuss it one by one. Cloud Computing :Cloud Computing is a type of technology that provides remote services on the internet to manage, access, and store d
      5 min read

    • 7 Privacy Challenges in Cloud Computing
      Cloud computing is a widely discussed topic today with interest from all fields, be it research, academia, or the IT industry. It has suddenly started to be a hot topic in international conferences and other opportunities throughout the world. The spike in job opportunities is attributed to huge amo
      5 min read

    • Security Threats in Implementing SaaS of Cloud Computing
      Pre-requisite: Cloud Computing In order to improve their resilience and efficiency, several businesses accelerated their transition to cloud-based services as a result of the hybrid work paradigm mandated by companies at the height of the COVID-19 epidemic. Regardless of where an enterprise is locat
      6 min read

    • Multitenancy in Cloud computing
      Multitenancy in Cloud computing: Multitenancy is a type of software architecture where a single software instance can serve multiple distinct user groups. It means that multiple customers of cloud vendor are using the same computing resources. As they are sharing the same computing resources but the
      2 min read

    • Middleware in Grid Computing
      Pre-requisites: Grid Computing Middleware refers to the software that sits between the application layer and the underlying hardware infrastructure and enables the various components of the grid to communicate and coordinate with each other. Middleware can include a wide range of technologies, such
      2 min read

    • Difference between Cloud Computing and Grid Computing
      Cloud Computing and Grid Computing are two model in distributed computing. They are used for different purposes and have different architectures. Cloud Computing is the use of remote servers to store, manage, and process data rather than using local servers while Grid Computing can be defined as a n
      4 min read

    • Scalability and Elasticity in Cloud Computing
      Prerequisite - Cloud Computing Cloud Elasticity: Elasticity refers to the ability of a cloud to automatically expand or compress the infrastructural resources on a sudden up and down in the requirement so that the workload can be managed efficiently. This elasticity helps to minimize infrastructural
      4 min read

    • Cloud Bursting vs Cloud Scaling
      Pre-requisite: Cloud Computing Cloud bursting and Cloud scaling are two related but distinct concepts in cloud computing. Cloud bursting is a process of dynamically extending an on-premise data center's capacity to a public cloud when there is a sudden and unexpected increase in demand. This allows
      7 min read

    • Automated Scaling Listener in Cloud Computing
      A service agent is known as the automated scaling listener mechanism tracks and monitors communications between cloud service users and cloud services in order to support dynamic scaling. In the cloud, automated scaling listeners are installed, usually close to the firewall. where they continuously
      4 min read

    • Difference Between Multi-Cloud and Hybrid Cloud
      Introduction : Multi-cloud and hybrid cloud are two concepts that have become increasingly popular in the world of cloud computing. A multi-cloud strategy involves using multiple cloud computing services from different cloud providers, rather than relying on a single provider for all services. This
      5 min read

    • Difference Between Cloud Computing and Fog Computing
      Cloud Computing: The delivery of on-demand computing services is known as cloud computing. We can use applications to storage and processing power over the internet. It is a pay as you go service. Without owning any computing infrastructure or any data centers, anyone can rent access to anything fro
      3 min read

    • Overview of Multi Cloud
      When cloud computing proved itself as an emerging technology of the current situation and if we will see there is a great demand for cloud services by most organizations irrespective of the organization's service and organization's size. There are different types of cloud deployment models available
      10 min read

    • Service level agreements in Cloud computing
      A Service Level Agreement (SLA) is the bond for performance negotiated between the cloud services provider and the client. Earlier, in cloud computing all Service Level Agreements were negotiated between a client and the service consumer. Nowadays, with the initiation of large utility-like cloud com
      6 min read

    • Overview of Everything as a Service (XaaS)
      Everything as a Service (XaaS) :Before only cloud computing technology was there and various cloud service providers were providing various cloud services to the customers. But now a new concept has emerged i.e Everything as a Service (XaaS) means anything can now be a service with the help of cloud
      5 min read

    • Resource Pooling Architecture in Cloud Computing
      Pre-requisite: Cloud Computing A resource pool is a group of resources that can be assigned to users. Resources of any kind, including computation, network, and storage, can be pooled. It adds an abstraction layer that enables uniform resource use and presentation. In cloud data centers, a sizable p
      3 min read

    • Load balancing in Cloud Computing
      Load balancing is an essential technique used in cloud computing to optimize resource utilization and ensure that no single resource is overburdened with traffic. It is a process of distributing workloads across multiple computing resources, such as servers, virtual machines, or containers, to achie
      6 min read

    • Overview of Desktop as a Service (DaaS)
      Prerequisite : Cloud Computing Introduction :There are different cloud service models are available like SaaS, PaaS, IaaS and now even everything can be a service with the help of cloud computing. That's why Everything/Anything as a Service(XaaS) has emerged. Like that, the Desktop as a Service came
      5 min read

    • IoT and Cloud Computing
      One component that improves the success of the Internet of Things is Cloud Computing. Cloud computing enables users to perform computing tasks using services provided over the Internet. The use of the Internet of Things in conjunction with cloud technologies has become a kind of catalyst: the Intern
      6 min read

    • Container as a Service (CaaS)
      What is a Container :Containers are a usable unit of software in which application code is inserted, as well as libraries and their dependencies, in the same way that they can be run anywhere, be it on desktop, traditional IT, or in the cloud.To do this, the containers take advantage of the virtual
      5 min read

    • Principles of Cloud Computing
      The term cloud is usually used to represent the internet but it is not just restricted to the Internet. It is virtual storage where the data is stored in third-party data centers. Storing, managing, and accessing data present in the cloud is typically referred to as cloud computing. It is a model fo
      3 min read

    • Resiliency in Cloud Computing
      Pre-requisite: Cloud Computing In cloud computing, resilience refers to a cloud system's capacity to bounce back from setbacks and carry on operating normally. Hardware malfunctions, software flaws, and natural disasters are just a few examples of the different failures that a resilient cloud system
      4 min read

    • Serverless Computing
      Imagine if you give all of your time in building amazing apps and then deploying them without giving any of your time in managing servers. Serverless computing is something that lets you to do that because the architecture that you need to scale and run your apps is managed for you. The infrastructu
      3 min read

geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

'); // $('.spinner-loading-overlay').show(); let script = document.createElement('script'); script.src = 'https://assets.geeksforgeeks.org/v2/editor-prod/static/js/bundle.min.js'; script.defer = true document.head.appendChild(script); script.onload = function() { suggestionModalEditor() //to add editor in suggestion modal if(loginData && loginData.premiumConsent){ personalNoteEditor() //to load editor in personal note } } script.onerror = function() { if($('.editorError').length){ $('.editorError').remove(); } var messageDiv = $('
').text('Editor not loaded due to some issues'); $('#suggestion-section-textarea').append(messageDiv); $('.suggest-bottom-btn').hide(); $('.suggestion-section').hide(); editorLoaded = false; } }); //suggestion modal editor function suggestionModalEditor(){ // editor params const params = { data: undefined, plugins: ["BOLD", "ITALIC", "UNDERLINE", "PREBLOCK"], } // loading editor try { suggestEditorInstance = new GFGEditorWrapper("suggestion-section-textarea", params, { appNode: true }) suggestEditorInstance._createEditor("") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } //personal note editor function personalNoteEditor(){ // editor params const params = { data: undefined, plugins: ["UNDO", "REDO", "BOLD", "ITALIC", "NUMBERED_LIST", "BULLET_LIST", "TEXTALIGNMENTDROPDOWN"], placeholderText: "Description to be......", } // loading editor try { let notesEditorInstance = new GFGEditorWrapper("pn-editor", params, { appNode: true }) notesEditorInstance._createEditor(loginData&&loginData.user_personal_note?loginData.user_personal_note:"") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } var lockedCasesHtml = `You can suggest the changes for now and it will be under 'My Suggestions' Tab on Write.

You will be notified via email once the article is available for improvement. Thank you for your valuable feedback!`; var badgesRequiredHtml = `It seems that you do not meet the eligibility criteria to create improvements for this article, as only users who have earned specific badges are permitted to do so.

However, you can still create improvements through the Pick for Improvement section.`; jQuery('.improve-header-sec-child').on('click', function(){ jQuery('.improve-modal--overlay').hide(); $('.improve-modal--suggestion').hide(); jQuery('#suggestion-modal-alert').hide(); }); $('.suggest-change_wrapper, .locked-status--impove-modal .improve-bottom-btn').on('click',function(){ // when suggest changes option is clicked $('.ContentEditable__root').text(""); $('.suggest-bottom-btn').html("Suggest changes"); $('.thank-you-message').css("display","none"); $('.improve-modal--improvement').hide(); $('.improve-modal--suggestion').show(); $('#suggestion-section-textarea').show(); jQuery('#suggestion-modal-alert').hide(); if(suggestEditorInstance !== null){ suggestEditorInstance.setEditorValue(""); } $('.suggestion-section').css('display', 'block'); jQuery('.suggest-bottom-btn').css("display","block"); }); $('.create-improvement_wrapper').on('click',function(){ // when create improvement option clicked then improvement reason will be shown if(loginData && loginData.isLoggedIn) { $('body').append('
'); $('.spinner-loading-overlay').show(); jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.unlocked-status--improve-modal-content').css("display","none"); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status) }, }); } else { if(loginData && !loginData.isLoggedIn) { $('.improve-modal--overlay').hide(); if ($('.header-main__wrapper').find('.header-main__signup.login-modal-btn').length) { $('.header-main__wrapper').find('.header-main__signup.login-modal-btn').click(); } return; } } }); $('.left-arrow-icon_wrapper').on('click',function(){ if($('.improve-modal--suggestion').is(":visible")) $('.improve-modal--suggestion').hide(); else{ } $('.improve-modal--improvement').show(); }); const showErrorMessage = (result,statusCode) => { if(!result) return; $('.spinner-loading-overlay:eq(0)').remove(); if(statusCode == 403) { $('.improve-modal--improve-content.error-message').html(result.message); jQuery('.improve-modal--overlay').show(); jQuery('.improve-modal--improvement').show(); $('.locked-status--impove-modal').css("display","block"); $('.unlocked-status--improve-modal-content').css("display","none"); $('.improve-modal--improvement').attr("status","locked"); return; } } function suggestionCall() { var editorValue = suggestEditorInstance.getValue(); var suggest_val = $(".ContentEditable__root").find("[data-lexical-text='true']").map(function() { return $(this).text().trim(); }).get().join(' '); suggest_val = suggest_val.replace(/\s+/g, ' ').trim(); var array_String= suggest_val.split(" ") //array of words var gCaptchaToken = $("#g-recaptcha-response-suggestion-form").val(); var error_msg = false; if(suggest_val != "" && array_String.length >=4){ if(editorValue.length { jQuery('.ContentEditable__root').focus(); jQuery('#suggestion-modal-alert').hide(); }, 3000); } } document.querySelector('.suggest-bottom-btn').addEventListener('click', function(){ jQuery('body').append('
'); jQuery('.spinner-loading-overlay').show(); if(loginData && loginData.isLoggedIn) { suggestionCall(); return; } // script for grecaptcha loaded in loginmodal.html and call function to set the token setGoogleRecaptcha(); }); $('.improvement-bottom-btn.create-improvement-btn').click(function() { //create improvement button is clicked $('body').append('
'); $('.spinner-loading-overlay').show(); // send this option via create-improvement-post api jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status); }, }); });
"For an ad-free experience and exclusive features, subscribe to our Premium Plan!"
Continue without supporting
`; $('body').append(adBlockerModal); $('body').addClass('body-for-ad-blocker'); const modal = document.getElementById("adBlockerModal"); modal.style.display = "block"; } function handleAdBlockerClick(type){ if(type == 'disabled'){ window.location.reload(); } else if(type == 'info'){ document.getElementById("ad-blocker-div").style.display = "none"; document.getElementById("ad-blocker-info-div").style.display = "flex"; handleAdBlockerIconClick(0); } } var lastSelected= null; //Mapping of name and video URL with the index. const adBlockerVideoMap = [ ['Ad Block Plus','https://media.geeksforgeeks.org/auth-dashboard-uploads/abp-blocker-min.mp4'], ['Ad Block','https://media.geeksforgeeks.org/auth-dashboard-uploads/Ad-block-min.mp4'], ['uBlock Origin','https://media.geeksforgeeks.org/auth-dashboard-uploads/ub-blocke-min.mp4'], ['uBlock','https://media.geeksforgeeks.org/auth-dashboard-uploads/U-blocker-min.mp4'], ] function handleAdBlockerIconClick(currSelected){ const videocontainer = document.getElementById('ad-blocker-info-div-gif'); const videosource = document.getElementById('ad-blocker-info-div-gif-src'); if(lastSelected != null){ document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.backgroundColor = "white"; document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.borderColor = "#D6D6D6"; } document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.backgroundColor = "#D9D9D9"; document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.borderColor = "#848484"; document.getElementById('ad-blocker-info-div-name-span').innerHTML = adBlockerVideoMap[currSelected][0] videocontainer.pause(); videosource.setAttribute('src', adBlockerVideoMap[currSelected][1]); videocontainer.load(); videocontainer.play(); lastSelected = currSelected; }

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences