Saturday 10 March 2018

What's Next.. "Lite Cloud"?



Information Technology has been one of the fastest growing industries for the last few decades. Advancements in IT Infrastructure and Electronic industries have always redefined the Software industry and reshaped the way applications are developed and deployed. In this blog I am penning down few of my “lite” thoughts on the past, present and where we are heading. These are some ideas which might be beneficial for cloud companies in future; something I like to call as the “Lite Cloud”.


Gone are the days…

I remember getting my first PC, back in high school days. A Pentium II or III processor with a black and white monitor, 512 MB RAM, 4 GB Harddisk (which was considered to be huuuuge in those days), 3.5 inch HD floppy drive (1.44 MB capacity) and a CDROM drive. It had Windows 95, MS Office 97, basic win applications and Dave (my favorite game to date). That system had cost us more than 5 times the cost of a PC with high-end specifications in today’s world! In those days internet cost a fortune too, for as little as 64 Kbps bandwidth, it was probably 10 times the cost of today’s fiber optics line. Who would have imagined that within two decades computers and internet would become so affordable?



What An Evolution!

The Infrastructure industry has come a long way from desktop client-based architectures supporting single-user applications; then Server-based architectures for multi-user applications; then cloud-based architecture for multiplatform applications; to the latest Universal platform for multi-device applications. A couple of years ago, it was hard to imagine that same piece of code would be running on PC, tablet, Mobile, Xbox, IoT, and HoloLens.

Such revolutions have challenged software techies at every step to reinvent the way code is written. Gone are the days when programmers had to optimize code to save every single byte of memory consumed; the days when processor couldn’t handle heavy-duty multithreaded tasks (the exception being that of mission-critical, realtime, embedded systems etc.). Today developers have Terabytes of memory at their disposal, with extremely fast processors. That’s tremendous evolution!

So, where are we heading?

Lets look at some stats first. As per Forbes,
  • Hybrid cloud adoption grew 3X in the last year, increasing from 19% to 57% of organizations surveyed.
  • In 15 months, 80% of all IT budgets will be committed to cloud solutions.
  • 73% of companies are planning to move to a fully software-defined data center within 2 years.
  • 49% of businesses are delaying cloud deployment due to a cyber security skills gap.

Apparently, Cloud adoption will reach very high peaks as more businesses start moving to the cloud.

What’s Next?


I was looking into AWS, MS Azure and Google’s current offerings for cloud platforms. Any technology which can reduce operational costs or improve security will be of huge benefit. I am sure there are many products out there focusing exactly on this area. I was wondering what might be the next thing in cloud computing; and few ideas clicked my mind and I termed it as the “Lite Cloud”.

Lite Cloud

Just like Thin Client is a lightweight, diskless machine, Lite Cloud would be a lightweight instance running in the cloud. For AWS it would mean a lightweight EC2 instance, in case of Google it will be lightweight GEC and lightweight VMs for Azure. This solution would be based on 5 building blocks

Decoupled Architecture

A cloud hosted virtual machine instance with minimum dedicated memory. It decouples the running instance from its actual storage location (which might be a separate cloud/on-premise server). Such decoupled architecture might be needed for applications dealing with Big Data.

Disk less Nodes

Cloud instances which need not have dedicated VHD/volume attached to it. The applications can dynamically link to store and retrieve data from any storage device (either hosted in the same cloud or on-premise or on a different cloud) via socket connection (internet), shared storage etc.

Universal Installers

Next generation installers capable of reading any source format and installing directly on the remote systems or locally attached devices. When the software gets installed, the universal installer diverts the calls to the remote system (either hosted on the same cloud, or on-premise or on a different cloud). With fiber-optic links, speed wouldn’t be an issue in future.

Sandboxed Apps

Each running app is wrapped in its own sandbox. This acts as a shield protecting the app from cyber attacks (which is of greater significance for cloud-based machines).

Stateless Instances

Not just installation but even the data used by the application automatically gets saved on the remote system (either hosted in the same cloud, or on-premise or on a different cloud)

Lite Cloud Benefits

Cloud Security and Data Protection

Imposes two-level data security, first on the VM instance and second time on the storage server. It’s better to impose thorough security checks on one file server instead of each cloud instance.

Data Privacy

Apps are dynamically linked to data stored in a separate location on dedicated servers (can be in cloud or on-premise). On-premise file servers are beneficial to store sensitive data and apps.

Best of all clouds (Mix and Match)

Mix and match between different cloud providers (if the cloud provider allows this). For instance, you might run a VM hosted on AWS cloud and choose to save the data on a storage machine hosted in the Azure cloud (Hybrid Providers? Why not!)

Reduced cost

This reduces the cost as you don’t need dedicated VHD (virtual hard disk) attached to each of your cloud instances. Cloud providers can allow multiple users to share the same VHD. I am not sure whether AWS, Google or Azure offer such an option yet, but it’s not a bad idea to reduce costs (I think).

Designed for Elastic Computing

As Lite Cloud converts apps to be stateless, this is a perfect design for Elastic computing architecture. It also boosts scalability.

Built for Hybrid Cloud

Decoupling execution from the storage makes it easy for organizations to retain sensitive data/applications on-premise while linking it to cloud-based applications at the same time.

That’s what I had in mind. As I said, these are purely my thoughts on what future cloud solutions might look like. Feel free to share your suggestions on this. Stay tuned!



Priya Saxena

No comments:

Post a Comment