Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

1.1 The Global Vision of IoT: Ubiquitous Intelligence

Lesson 1 of 31 in the free Internet of Things (IoT) notes on Siksha Sarovar, written by Rohit Jangra.

1.1.1 Historical Evolution and Philosophical Vision

The Vision of the Internet of Things (IoT) is the realization of a hyper-connected world where physical objects are integrated into the information network. This concept was popularized by Mark Weiser in his seminal 1991 paper on "Ubiquitous Computing". It envisions a future where technology recedes into the background of our lives, becoming as fundamental and invisible as electricity or water.

The Evolution Roadmap of Connectivity:

  1. Mainframe Era (1960-1980): One computer, many people. Computing was a scarce resource accessible only to elite institutions. Interaction was via punch cards and terminals.
  2. PC Era (1980-2000): One computer, one person. The desktop revolution brought computing to the home and office. The focus was on personal productivity and the early World Wide Web.
  3. Mobile Era (2000-2010): One person, one powerful mobile device. Connectivity became personal, portable, and always-on. The rise of social media and apps changed human behavior.
  4. IoT Era (2010+): One person, many computers (embedded in objects). Computers are now embedded in lightbulbs, cars, industrial turbines, and even clothing. The focus is on environment-to-server and thing-to-thing communication.

The Three Pillar Vision Model:

PerspectiveObjectiveKey RequirementTechnical DependencyReal-World Impact
Societal VisionImproving quality of life and human safetyUser-centric design, Ethics, AccessibilityWearable Sensors, HMIFall detection, Smart Cities
Economic VisionCreating new "As-a-Service" marketsAffordability, Scalability, MonetizationCloud Platforms, Subscription APIsPredictive Maintenance, Precision Agri
Technical VisionA global network of smart objectsInteroperability, IPv6, Security6LoWPAN, DTLS, MQTTSeamless Data Flow, Zero-Touch

1.1.2 The Technical "Anything" Paradigm

The university-level framework for IoT vision is defined by six dimensions of connectivity that must be satisfied for a truly ubiquitous system:

  1. Anytime Connection: Connectivity is independent of the time of day. This requires devices to have advanced power management, energy harvesting, and the ability to operate in nano-ampere deep-sleep modes for years.
  2. Anyplace Connection: Connectivity is geographically agnostic. Whether a device is in an underground basement, a remote farm, or the middle of the ocean, it must reach the network via satellite (LEO), cellular roaming, or long-range radio (LPWAN).
  3. Anything Connection: Interaction between Human-to-Human (H2H), Human-to-Thing (H2T), and Thing-to-Thing (T2T). This requires standardized object identities (UIDs) and a universal naming service.
  4. Any Path: Utilizing multiple heterogeneous network paths (Wi-Fi + Bluetooth + 5G + Satellite) to ensure 99.999% reliability for mission-critical apps.
  5. Any Service: Providing intelligent, context-aware services that adapt to the user's environment without explicit commands.
  6. Any Business: Horizontal data integration across vertical silos like Healthcare, Smart Energy, and Industrial Logistics to create a unified data lake.

1.1.3 Theoretical Framework: Convergence of Technology Domains

IoT acts as the "Universal Glue" for three massive technology sectors that were previously silos:

  • Operational Technology (OT): Systems used in factories to monitor and control physical processes (e.g., SCADA, PLC, DCS). Focus: Real-time reliability, physical safety, and deterministic timing.
  • Information Technology (IT): Systems used for data management, cloud analytics, virtualization, and business apps. Focus: Scalability, ease of development, and cybersecurity.
  • Communication Technology (CT): The physical medium and protocols used to move bits (e.g., 5G NR, Fiber, LoRa, 6LoWPAN). Focus: Spectral efficiency, bandwidth, and low-latency.

1.1.4 Characteristics of the IoT Ecosystem

  • Enormous Scale: Managing networks with trillions of sensors. Current IPv4 cannot handle this, making IPv6 mandatory ($3.4 imes 10^{38}$ addresses).
  • Dynamic Changes: The network graph is constantly changing as nodes join, go to sleep, move, or experience link failure due to interference.
  • Self-Healing: The ability of the network (usually via Mesh protocols like RPL) to automatically route around dead nodes or areas of high RF noise.
  • Asymmetric Traffic: IoT is "Upload-Heavy". A sensor might send 100 bytes of telemetry every minute but receive only a 1-byte ACK.
  • Intermittent Connectivity: Devices are not always "online". Systems must be designed with store-and-forward logic.