Skip to content
media-podcast-icon Blogpost
in
hosting

The technical potential of cloud computing

Time to read 9 Min

There’s no doubt about it: the future of IT lies in the cloud. Cloud-based technologies are dominating the market and the high number of businesses embracing the cloud is an indication of just how essential this tool is.

Published by

Author

Simone Catania

Date

2023/04/06
Woman with laptop with a square in the background incl. a cloud computing icon

The word “cloud” is seemingly all-pervasive nowadays. It has become a buzzword used in every industry to evoke all aspects related to innovation and digitalization that most companies are now desperately trying to catch up with. We hear about the cloud all the time. But do we really understand the design behind this technology?

Back in the days, if you had a mail server, the physical server was located in your office, with cables and a server operating system, maybe Windows NT 4.0 and Microsoft Exchange Server. It was a huge hassle and each element depended on another. A problem in the operating system, like an error or malware, in the CPU or the electricity supply, would entirely shut down the mail services in the network. Servers and applications were dependent on the hardware.

A virtual computing environment uses a hypervisor to run multiple virtual machines (VMs) on a single hardware system. Each VM operates independently with its own OS and applications, sharing hardware resources. This setup boosts resource efficiency, and flexibility, simplifying the management of multiple computing environments.

In the cloud system we use these days, there is a separation of these elements. The software is separated from the operating system and therefore from the hardware. The cloud enables the creation of virtual machines (VM), a digital version of a physical computer. In the virtual world, this instance can be migrated to different hardware if something fails. For example, if the power supply is disrupted in the operating server, the virtualization migrates to another server and the service stays up and running without problems. However, virtualization is only one of the enabling features of cloud technology.

Where does the concept of cloud computing come from?

In 1999, the US company Salesforce launched corporate applications over the internet for the first time. It was the beginning of Software-as-a-service (SaaS). The next milestone was in 2002, with Amazon Web Services (AWS), a suite of cloud-based services, followed in 2006 by Elastic Compute Cloud (EC2), which allows renting virtual computers to run applications.
In 2009, more big tech corporations entered the cloud space. Google with the G Suite (now Google Workspace) and Microsoft with Microsoft Azure started offering web-based applications. Cloud technologies gradually stepped into the corporate world and the entire digital environment.

Eight technologies enabled by cloud computing

Virtual computing is only one component of the cloud ecosystem. Cloud computing entails much more and includes several other computing services. From storage, databases, servers, networking, software and analytics, cloud computing offers flexible resources and innovative solutions at the base of today’s digital revolution.

Cloud computing offers various components such as storage, server, public, hybrid, and private clouds, applications, and databases. These components provide scalable, flexible, and cost-effective solutions for data storage, computing resources, and application hosting, catering to the diverse needs of businesses and individuals.
Cloud computing opened the doors to innovative internet-based solutions. Let’s take a look at the main technologies based on cloud computing.

1. Web-based applications

Most of the software we use nowadays is no longer installed on our computers. More often than not, applications are web-based and enabled by cloud computing. They are relatively simple pieces of software written in standard web programming languages like HTML, CSS, JavaScript, XML, PHP, etc. Unlike software programs, they do not need to be installed and run locally on the device’s operating system (OS).

When using a web application, you’re accessing a server located somewhere in the world through the web browser on your device. All you need is a stable internet connection and the web-based app is usually accessible from anywhere and at any time. The servers are located somewhere else and not in your office or home. Examples of popular web-based apps include CMS like WordPress or Shopify, social networks like Facebook and Twitter, online shops like Amazon and applications like the Google Workplace.

2. Clustering or cluster of computers

You have a cluster of computers when you set up an OS on multiple servers and install an application on top of that. They create a group of two or more computers that work together towards a specific goal. Cluster computing has been used extensively to connect servers or instances and run a single database.

For example, you can run MySQL on different computers in your office and set up a cluster consisting of different types of hardware. Database replication occurs, meaning that every computer shares the same information. When you access the database through the internet, you hit the cluster and not a specific database in one single device. Most of the online information comes from databases stored in these cluster environments. Web-based applications, for example, use computer clusters to store their database.

The cluster chooses which server you should be redirected to. If the first server in the cluster is too busy, you will be re-routed to the next one. This clustering feature is called load balancing and it optimizes performance. The clusters have a high degree of availability and are resilient and redundant.

In cloud computing, a clustering structure refers to a group of interconnected servers working together to enhance performance, reliability, and scalability. These servers, connected to the internet, distribute the workload among themselves.

3. Terminal services

In the past, we used to have a mainframe and dumb terminals with limited computing power to connect multiple users to a computer. They were called “dumb” because they had no intelligence and were essentially input/output devices, such as a mouse or keyboard. They had to send back information to the mainframe since computers were not widespread and only a few users needed powerful computers.

Technology evolved and the dumb terminals became obsolete. They were replaced by the smart terminal and thin client concept, able to execute local processes and be connected to a powerful computer, such as a server.

Nowadays, terminal services are installed, e.g. in Microsoft Windows Server. They enable connections to the terminal service server through a window on the desktop. You get remote access to all your components in one single computer dashboard. If your computer fails, you can access the terminal service server on another computer.

4. Application servers

Application servers (AS) host applications. They let users access a piece of software without installing it on the device. They are built upon terminal service servers and offer a framework to facilitate the creation of web applications and a server environment to run them.

Instead of getting the entire terminal services dashboard, you now only get the application. The procedure is rather effortless as it only requires a couple of clicks and can be used to deliver static and dynamic content via several protocols such as HTTP, including access to the application database.

But application servers do more than deliver web pages. They offer clustering, fail-over and load balancing, which means that developers can focus on the business logic. Application servers typically support multiple programming languages and deployment platforms. They are now used for running apps on servers, mobile and browsers.

Application servers offer numerous advantages contributing to web applications' efficient functioning and management.

5. Virtualization

Most people associate virtualization with cloud computing. Although this holds true, virtualization is only one kind of technology associated with this innovation.

Before cloud computing, if you wanted to migrate your server operating systems from one piece of physical hardware to another, you would have to make a full backup of all data, migrate the OS and install it on the new hardware. Then, reinstall all apps in the OS and recover all the backed data to the new server. Perhaps after 24 hours of diligent work, the new server would finally be ready to use. The transfer required time, a skilled workforce and money. This process needed to be executed whenever you wanted to upgrade your system with more CPU or RAM!

Nowadays, virtualization allows the separation of OS from the hardware. You can transfer the OS, along with apps and settings etc., from one piece of hardware to another piece of hardware in just a few clicks. When virtualization is applied, the OS sits above the hardware and you can copy and paste data and settings to the new piece of hardware. Instead of 24 hours, a migration might now take just one hour.

Find out more in our blog article about how virtualization is integrated into the cloud computing ecosystem.

6. Virtual server instance

In cloud computing, an instance is a virtual server running an application from a public or private cloud network. Virtual machines and instances are often used as synonyms. With hosted instances, you pay for the computing resources you need and not the actual hardware hosted by someone else.

The first pay-per-use model in the cloud environment was probably Amazon’s “elastic computing”. Virtual server instances enable maximum utilization and you can configure the system as you wish and allocate the resources freely. If needed, the computing power can be expanded to span multiple machines.

With the rapid growth of the cloud and the internet in the past years, data exchanges occur far away from the data centers. Cloud providers employ edge servers to run virtual server instances in focal points. By shortening the distance, data can run faster and server performance improves.

7. Hosted solutions

In today’s internet, companies offer different hosted solutions. Instead of buying products, you buy a membership or a license and get access to an interface and various functionalities. Licenses, databases, CMS and apps have become hosted solutions. For example, Gmail is a fully hosted service. Microsoft Exchange Server is another example. You can use mail and calendaring servers on Windows Server operating systems without buying physical supplies.

If you are wondering, there is a difference between hosted instances and hosted solutions. The former creates the virtual server on which you install your own configurations. With hosted solutions, the provider maintains both hardware and software. You access the hosted solution online via a VPN or remote desktop  and benefit from their computing power.

8. Public, private and hybrid cloud

We can differentiate three general model types under the broader cloud computing term. The public cloud englobes all the cloud infrastructure on the internet with a service provider. You can access it and use its processing power, storage capacity and services as much as and only when you need them.

Suppose you have to comply with sensitive data and strict compliance requirements or you simply want this technology in your own server room. In this case, the private cloud offers a dedicated cloud infrastructure for your exclusive use. Governments or big companies usually rely on this private solution.

The hybrid cloud blends both options. It provides the optimal infrastructure for any workload as you can decide how to split the cloud service according to your needs and potential seasonal peaks.

Cloud computing offers unparalleled flexibility, allowing users to scale resources as needed, adapting to changing workloads and demands. It provides cost-effectiveness by eliminating the need for upfront investments in hardware and infrastructure while enabling multi-sharing of resources. High reliability and scalability ensure consistent performance and the ability to handle growing user bases and workloads effortlessly.

Cloud solutions powered by InterNetX

As an IaaS and cloud solution provider, we are the right experts to support your digital transformation. Discover the full potential of the cloud for your business. We make IT happen!

See our cloud solutions icon-arrow--right