Unit IV — Advanced IT Trends: Cloud Computing, IoT, AI & Data Analytics
Modern IT is shaped by four transformative technologies: Cloud Computing, Internet of Things (IoT), Artificial Intelligence & Machine Learning, and Data Analytics. These trends are reshaping industries, creating new opportunities, and driving the digital economy.
---
Cloud Computing
Cloud computing delivers computing services — servers, storage, databases, networking, software — over the internet ("the cloud") on a pay-as-you-go basis.
Service Models
| Model | Full Form | Description | Example |
|---|---|---|---|
| IaaS | Infrastructure as a Service | Virtualised computing resources (VMs, storage, networks) | AWS EC2, Azure VMs |
| PaaS | Platform as a Service | Development platform (OS, runtime, database) | Google App Engine, Heroku |
| SaaS | Software as a Service | Ready-to-use applications over the web | Gmail, Office 365, Salesforce |
Deployment Models
| Type | Description |
|---|---|
| Public Cloud | Shared infrastructure managed by a cloud provider; open to all |
| Private Cloud | Dedicated infrastructure for one organisation |
| Hybrid Cloud | Combination of public and private clouds |
| Community Cloud | Shared by organisations with common concerns |
Key Benefits: Scalability, cost reduction (no hardware investment), flexibility, disaster recovery, global access.
Key Providers: Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP).
---
Internet of Things (IoT)
IoT refers to the network of physical devices ("things") embedded with sensors, actuators, and connectivity that collect and exchange data over the internet without human intervention.
Examples of IoT Devices:
- Smart home: smart thermostats (Nest), lights, locks, refrigerators.
- Wearables: smartwatches (Apple Watch, Fitbit).
- Industrial IoT: factory machine monitoring, predictive maintenance.
- Smart cities: traffic management, waste monitoring.
- Healthcare: remote patient monitoring, insulin pumps.
IoT Architecture:
- Sensors/Devices — Collect physical data (temperature, motion, GPS).
- Connectivity Layer — Wi-Fi, Bluetooth, Zigbee, LoRa, 5G.
- Data Processing — Edge computing or cloud processing.
- Application Layer — Dashboard, alerts, automation.
Challenges: Security and privacy risks, interoperability, data volume, power consumption.
---
Artificial Intelligence (AI) & Machine Learning (ML)
Artificial Intelligence is the simulation of human intelligence processes by computer systems.
Key AI Subfields:
| Field | Description | Example |
|---|---|---|
| Machine Learning (ML) | Algorithms that learn from data without explicit programming | Spam filters, recommendation engines |
| Deep Learning | ML using multi-layer neural networks | Image recognition, speech recognition |
| Natural Language Processing (NLP) | Understanding and generating human language | Chatbots, translation, voice assistants |
| Computer Vision | Interpreting visual data | Facial recognition, self-driving cars |
| Expert Systems | Emulate domain-expert decision-making | Medical diagnosis, tax advisory |
| Robotics | AI-powered physical agents | Industrial robots, surgical robots |
Machine Learning Types:
| Type | Description |
|---|---|
| Supervised Learning | Model trained on labelled data (input-output pairs) |
| Unsupervised Learning | Model finds patterns in unlabelled data |
| Reinforcement Learning | Agent learns by trial-and-error to maximise reward |
---
Data Analytics
Data analytics is the process of examining large datasets to draw conclusions, identify patterns, and support decision-making.
Types of Analytics:
| Type | Question Answered | Tools |
|---|---|---|
| Descriptive | What happened? | Excel, Tableau, Power BI |
| Diagnostic | Why did it happen? | SQL, statistical analysis |
| Predictive | What will happen? | ML models, regression |
| Prescriptive | What should we do? | Optimisation algorithms |
Big Data — The 5 Vs:
- Volume — Massive amounts of data
- Velocity — High speed of data generation
- Variety — Different formats (text, video, sensor data)
- Veracity — Accuracy and trustworthiness
- Value — Useful insights extracted
Tools: Hadoop, Apache Spark, Python (Pandas, Scikit-learn), R, Tableau.
---
Convergence of These Technologies
All four trends work together:
- IoT devices generate massive data.
- Cloud stores and processes it at scale.
- AI/ML extracts intelligence from it.
- Data Analytics turns results into business decisions.
Key Takeaway: Cloud computing (IaaS/PaaS/SaaS), IoT, AI/ML, and Data Analytics are the pillars of modern IT. For exams, know the three cloud service models, IoT architecture, ML types (supervised/unsupervised/reinforcement), and the four types of data analytics. These topics are also relevant for interviews and industry work.