RCR Wireless
  • News
  • Channels
    • 5G
    • 6G
    • BSS OSS
    • Carriers
    • IoT
    • Network Infrastructure
    • Open RAN
    • Private 5G
    • Telco AI
    • Telco Cloud
    • Test & Measurement
  • Resources
    • Reports
    • Webinars
    • White papers
    • AI Fundamentals
    • Analyst Angle
    • Editorial Calendar
    • Fundamentals
      • 5G NR Release 17
      • AI
        • Telco AI in 2025
    • Podcasts
      • Let’s Get Digital with Carrie Charles
      • Wireless Connectivity to Enable Industry 4.0 for the Middleprise
      • Well Technically…
      • Will 5G Change the World
      • Accelerating Industry 4.0 Digitalization
  • AI Infrastructure
  • Programs
  • Events
  • RCRtv
  • Advertise
  • Subscribe
Wednesday, August 19, 2026
RCR Wireless
  • News
  • Channels
    • 5G
    • 6G
    • BSS OSS
    • Carriers
    • IoT
    • Network Infrastructure
    • Open RAN
    • Private 5G
    • Telco AI
    • Telco Cloud
    • Test & Measurement
  • Resources
    • Reports
    • Webinars
    • White papers
    • AI Fundamentals
    • Analyst Angle
    • Editorial Calendar
    • Fundamentals
      • 5G NR Release 17
      • AI
        • Telco AI in 2025
    • Podcasts
      • Let’s Get Digital with Carrie Charles
      • Wireless Connectivity to Enable Industry 4.0 for the Middleprise
      • Well Technically…
      • Will 5G Change the World
      • Accelerating Industry 4.0 Digitalization
  • AI Infrastructure
  • Programs
  • Events
  • RCRtv
  • Advertise
  • Subscribe
Add RCR Wireless as a preferred source on Google
  • Qualcomm 6G Insights
  • Huawei Content Hub
  • Qualcomm – 6G Vision
  • OSS/BSS Channel
  • RCRTech Roundtable: AI Infrastructure
RCR Wireless
RCR Wireless
  • Advanced Mimo
  • Mobile mmWave
  • 5G Positioning
  • Green Networks
  • Metaverse
  • Automotive
  • Industrial and Wide-area IoT
Copyright 2021 - All Right Reserved
Home - Network topology guide for the internet of things
Big Data AnalyticsFundamentalsInternet of Things (IoT)Telco Cloud

Network topology guide for the internet of things

by Phillip Tracy October 17, 2016
written by Phillip Tracy October 17, 2016 Share
LinkedinEmail
Share 0LinkedinEmail
source: Complexity Academy/Youtube
347

Network topology guide for IoT

A network topology is how computers, printers and other devices are connected, and describes the layout of wires, devices and routing paths on a network. When referring to topology through the lens of the “internet of thigs,” it is how sensors, actuators and gateways communicate with one another. There are a number of common topologies, point to point, bus, ring, star and mesh., some of which are better suited for the IoT than others:

Point-to-Point Network

source: Concept Draw

Source: Concept Draw

A point-to-point network establishes a direct connection between two network nodes, according to O’Reilly’s Radar. Communication can take place only between these two nodes, or devices. An example of this type of network is a Bluetooth link between a cellphone and an ear piece. The advantages of point-to-point networking are its simplicity and low cost. The primary limitations spring from the one-to-one relationship that exists between two devices; the network cannot scale beyond these two nodes, therefore it is not a widely used topology for industrial IoT.

Bus

220px BusNetwork.svg

In local area networks where bus topology is used, each node is connected to a single cable with the help of interface connectors. This central cable is the backbone of the network and is known as the bus. A signal from the source travels in both directions to all machines connected on the bus cable until it finds the intended recipient. If the machine address does not match the intended address for the data, the machine ignores the data. Alternatively, if the data matches the machine address, the data is accepted. Because the bus topology consists of only one wire, it is rather inexpensive to implement when compared to other topologies. However, the low cost of implementing the technology is offset by the high cost of managing the network, according to Study Tonight.

Features of Bus Topology

  1. It transmits data only in one direction.
  2. Every device is connected to a single cable

Advantages of Bus Topology

  1. It is cost-effective.
  2. Used in small networks.
  3. It is easy to understand.
  4. Easy to expand by joining two cables together.

Disadvantages include:

  1. Cable fails then whole network fails.
  2. If network traffic is heavy or nodes are more the performance of the network decreases.
  3. Cable has a limited length.
  4. It is slower than the ring topology.

Ring

220px RingNetwork.svg

A ring topology is a bus topology in a closed loop. Data travels around the ring in one direction. When one node sends data to another, the data passes through each intermediate node on the ring until it reaches its destination. The intermediate nodes repeat – retransmit – the data to keep the signal strong. Every node is a peer; there is no hierarchical relationship of clients and servers. If one node is unable to retransmit data, it severs communication between the nodes before and after it in the bus.

Star

220px StarNetwork.svg

In local area networks with a star topology, each network host is connected to a central hub with a point-to-point connection, with every computer indirectly connected to every other node with the help of the hub. The switch is the server and the peripherals are the clients. The network does not necessarily have to resemble a star to be classified as a star network, but all of the nodes on the network must be connected to one central device. All traffic that traverses the network passes through the central hub.

There are a few important advantages to a star topology, which has become the most commonly used topology, according to O’Reilly. First, the performance of the network is consistent, predictable and fast – low latency and high throughput. In a star network a data packet typically only travels one hop to reach its destination (if traveling between the hub and a sensor) or at most two hops (if traveling between two sensors), yielding a low and predictable network latency.

Second, there is high overall network reliability due to the ease with which faults and devices can be isolated. Each device utilizes its own, single link to the hub, making the isolation of individual devices straightforward and making it easy to detect faults and to remove failing network components.

The disadvantages of this network type are similar to the point-to-point network. The range is limited to the transmission range of a single device. Additionally, there is no ability to route around radio frequency obstacles should there be a network interference or interruption.

Mesh

source: Foobaz

Source: Foobaz

A mesh network consists of three types of nodes:

  • A gateway node as in a star network, provided so data can reach the outside world;
  • Simple sensors nodes; and
  • Sensor/router nodes, which are sensor nodes with repeater/routing capability.

Sensor/router nodes must not only capture and disseminate their own data, but also serve as relays for other nodes, according to O’Reilly.

Mesh network nodes are deployed so every node is within transmission range of at least one other sensor/router node. Data packets pass through multiple sensor/routers nodes to reach the gateway node.

The primary disadvantage is that mesh networks are, by their nature, more complex than point-to-point or star network topologies. A sight survey is typically done followed by installation and commissioning of the network. Also, there is higher network latency in mesh networks due to multiple network hops typical from the sensor to gateway.

Mesh is a growing network topology commonly found in IoT deployments, some of its advantages include:

  • Data can be transmitted from different devices simultaneously. This topology can withstand high traffic;
  • Even if one of the components fails there is always an alternative present. So data transfer doesn’t get affected; and
  • Expansion and modification in topology can be done without disrupting other nodes.
You Might Also Like
  • KDDI expands AI, cloud, and data center investment
  • Physical AI is exposing a data sovereignty gap (Reader Forum)
  • Japan’s private 5G market is finally moving beyond demo experiments (Analyst Angle)
  • Monday (telco diary) | Sovereign AI for Industry 4.0
  • Agentic AI – the $60bn opportunity for telecom operators (Reader Forum)
  • When the push becomes the pull – private 5G and physical AI

Table of Contents

  • Network topology guide for IoT
  • Point-to-Point Network
  • Bus
  • Ring
  • Star
  • Mesh
Share 0 LinkedinEmail
Phillip Tracy

previous post
Verizon using drones to inspect cell sites in aftermath of Hurricane Matthew
next post
Kellogg’s turns to Amazon Web Services for data analytics

White Papers

  • Norton eBook: The 2026 Telco Playbook

  • Enea White Paper: Why Intelligent AAA is the Swiss Army Knife of Telecom

  • CSG White Paper: Telco AI Enabler: Mediation’s Defining Role

  • Enea White Paper: Scalable Database Design for 5G and Beyond

  • Supermicro and NVIDIA Whitepaper: Powering sovereign AI at scale

Editorial Reports

  • Report: NTN in motion — evolving standards, expanding services

  • Market Pulse Report: Telco AI in 2026 – Trends, Challenges and Opportunities

  • Nvidia Report: The State of AI in Telecommunications: 2026 Trends

Webinars

  • Webinar: Building 6G — aligning technology, policy and purpose

  • SIMCom Webinar: Scaling your next deployment – from plastic to provisioning

  • Webinar: Rethinking the RAN as AI, cloud and openness converge

  • Webinar: Scale-Up, Scale-Out, Scale-Across – Building AI-Era Network Fabrics

  • Webinar: NTN in motion – evolving standards, expanding services

Since 1982, RCR Wireless News has been providing wireless and mobile industry news, insights, and analysis to mobile and wireless industry professionals, decision makers, policy makers, analysts and investors.

Facebook Twitter Youtube Linkedin Envelope Rss

Useful Links

  • Subscribe
  • About RCR Wireless News
  • Contact Us
  • Advertise
  • Editorial Calendar
  • Archive
  • RSS
  • Wireless News Archive
  • Subscribe
  • About RCR Wireless News
  • Contact Us
  • Advertise
  • Editorial Calendar
  • Archive
  • RSS
  • Wireless News Archive

Edtior's Picks

Telecom AI ambition far outpaces execution, HCLTech pulse survey finds
Industry perspective: From automation to autonomy
Omdia sees RAN growth outside China despite weak global market

Latest Articles

Telecom AI ambition far outpaces execution, HCLTech pulse survey finds
Industry perspective: From automation to autonomy
Omdia sees RAN growth outside China despite weak global market
Unlock greater intelligence and innovation in OSS/BSS with a unified cloud, data and AI platform

© 2026 RCR Wireless News All Right Reserved. Developed by Eight Hats.

Cookie Policy | Privacy Policy

RCR Wireless
  • News
  • Channels
    • 5G
    • 6G
    • BSS OSS
    • Carriers
    • IoT
    • Network Infrastructure
    • Open RAN
    • Private 5G
    • Telco AI
    • Telco Cloud
    • Test & Measurement
  • Resources
    • Reports
    • Webinars
    • White papers
    • AI Fundamentals
    • Analyst Angle
    • Editorial Calendar
    • Fundamentals
      • 5G NR Release 17
      • AI
        • Telco AI in 2025
    • Podcasts
      • Let’s Get Digital with Carrie Charles
      • Wireless Connectivity to Enable Industry 4.0 for the Middleprise
      • Well Technically…
      • Will 5G Change the World
      • Accelerating Industry 4.0 Digitalization
  • AI Infrastructure
  • Programs
  • Events
  • RCRtv
  • Advertise
  • Subscribe
RCR Wireless
  • News
  • Channels
    • 5G
    • 6G
    • BSS OSS
    • Carriers
    • IoT
    • Network Infrastructure
    • Open RAN
    • Private 5G
    • Telco AI
    • Telco Cloud
    • Test & Measurement
  • Resources
    • Reports
    • Webinars
    • White papers
    • AI Fundamentals
    • Analyst Angle
    • Editorial Calendar
    • Fundamentals
      • 5G NR Release 17
      • AI
        • Telco AI in 2025
    • Podcasts
      • Let’s Get Digital with Carrie Charles
      • Wireless Connectivity to Enable Industry 4.0 for the Middleprise
      • Well Technically…
      • Will 5G Change the World
      • Accelerating Industry 4.0 Digitalization
  • AI Infrastructure
  • Programs
  • Events
  • RCRtv
  • Advertise
  • Subscribe
@2020 - All Right Reserved. Designed and Developed by PenciDesign