IoT Network Architectures and Topologies
Architecture of IoT
The architecture of IoT is divided into 4 different layers i.e. Sensing Layer, Network Layer, Data processing Layer, and Application Layer.
IoT Network Topologies: The Internet of Things (IoT), it is defined as the communication of sensors, actuators, and gateways with each other. Some common topologies are invaluable for IoT. In this article, we will discuss these common topologies.
Point-to-Point Network (PPP):
It is possible for two points to communicate directly over PPP, which is one of the data link layer protocols.
Bus:
Ring:
Star:
Mesh:
In a mesh network topology, each device is connected to all other devices in the network via a dedicated point-to-point connection. Dedicated means that the connection carries data for only two connected devices. Let’s say we have n devices in the network, then each device must be connected to (n-1) devices in the network. The number of connections in a mesh topology of N devices will be (n * (n-1)) / 2.
Networking fundamentals: OSI and TCP/IP models
The OSI (Open Systems Interconnection) model and the TCP/IP (Transmission Control Protocol/Internet Protocol) model are fundamental frameworks for understanding how data is transmitted across networks. The OSI model is a conceptual, layered model, while the TCP/IP model is a practical, protocol-specific implementation, particularly for the internet.
OSI Model
Layer 7 – Application
Layer 6 – Presentation
Layer 5 – Session
Layer 4 – Transport
Layer 3 – Network
Layer 2 – Data Link
Layer 1 – Physical
Example Scenario: Viewing a Facebook Photo
TCP/IP Model
TCP/IP Model
Model Comparison
Feature | TCP/IP Model | OSI Model |
Number of Layers | 4 | 7 |
Purpose | Real-world protocol implementation | Conceptual learning and analysis |
Layer Grouping | Link: OSI Physical + Data LinkApp: OSI Session + Presentation + Application | Each layer clearly delineated |
Protocol Focus | Based directly on Internet protocols | Protocol-agnostic conceptual model |
Current Usage | Powers actual networking today | Used mainly in education/analysis |
Summing Up
The TCP/IP model drives today’s Internet and most modern networks. It’s the practical, real-world protocol suite in daily operation, optimized for scalability and performance.
The OSI model remains valuable as a teaching tool and troubleshooting framework. Its layered abstraction helps network professionals conceptualize and communicate about networking concepts.
When asked “Which is used now, TCP/IP or OSI?”: TCP/IP is used operationally, whereas OSI is used for educational and conceptual clarity.