This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-reloaded:iot_network_topologies [2024/11/29 09:56] – pczekalski | en:iot-reloaded:iot_network_topologies [2025/01/05 18:17] (current) – pczekalski | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * Simplicity: Straightforward design makes implementation and maintenance easier. | * Simplicity: Straightforward design makes implementation and maintenance easier. | ||
| * Failure Isolation: If a device fails, it does not affect other devices in the network. | * Failure Isolation: If a device fails, it does not affect other devices in the network. | ||
| - | * Ease of Management: | + | * Ease of Management: |
| * Low Latency: Direct communication with the hub reduces delays in data transmission. | * Low Latency: Direct communication with the hub reduces delays in data transmission. | ||
| Line 27: | Line 27: | ||
| * Home Automation: Smart lighting, thermostats, | * Home Automation: Smart lighting, thermostats, | ||
| - | * Agricultural Monitoring: Sensors reporting soil and weather conditions to a centralized | + | * Agricultural Monitoring: Sensors reporting soil and weather conditions to a centralised |
| **2. Tree Topology** | **2. Tree Topology** | ||
| Line 34: | Line 34: | ||
| < | < | ||
| </ | </ | ||
| - | Tree topology (figure {{ref> | + | Tree topology (figure {{ref> |
| There is a particular case of the tree-of-trees topology available (among others in Bluetooth) called Scatternet. | There is a particular case of the tree-of-trees topology available (among others in Bluetooth) called Scatternet. | ||
| Line 40: | Line 40: | ||
| * Scalability: | * Scalability: | ||
| - | * Organized | + | * Organised |
| * Distributed Processing: Intermediate nodes can process data locally, reducing load on the root node. | * Distributed Processing: Intermediate nodes can process data locally, reducing load on the root node. | ||
| Line 46: | Line 46: | ||
| * Higher-level Dependency: Failure at higher levels can disconnect entire branches of the network. | * Higher-level Dependency: Failure at higher levels can disconnect entire branches of the network. | ||
| - | * Complex Setup: Requires careful planning and configuration to optimize | + | * Complex Setup: Requires careful planning and configuration to optimise |
| * Maintenance Challenges: Troubleshooting issues in large tree networks can be time-consuming. | * Maintenance Challenges: Troubleshooting issues in large tree networks can be time-consuming. | ||
| **Use Cases** | **Use Cases** | ||
| - | * Smart Cities: Streetlights and traffic systems are organized | + | * Smart Cities: Streetlights and traffic systems are organised |
| * Industrial IoT: Layered monitoring systems for production lines or warehouses. | * Industrial IoT: Layered monitoring systems for production lines or warehouses. | ||
| Line 66: | Line 66: | ||
| * Self-healing: | * Self-healing: | ||
| * Scalability: | * Scalability: | ||
| + | * Load balancing: The network can implement load balancing easily due to multiple routing paths. | ||
| * Optimal Coverage: Mesh topology can extend communication over large areas. | * Optimal Coverage: Mesh topology can extend communication over large areas. | ||
| Line 71: | Line 72: | ||
| * High Complexity: Implementation and management are challenging, | * High Complexity: Implementation and management are challenging, | ||
| - | * Energy-intensive: | + | |
| + | | ||
| * Higher Costs: Increased hardware requirements for maintaining multiple connections. | * Higher Costs: Increased hardware requirements for maintaining multiple connections. | ||
| Line 85: | Line 87: | ||
| < | < | ||
| </ | </ | ||
| - | Linear topology (figure {{ref> | + | Linear topology (figure {{ref> |
| **Advantages** | **Advantages** | ||
| Line 157: | Line 159: | ||
| < | < | ||
| </ | </ | ||
| - | Hybrid topology (figure {{ref> | + | Hybrid topology (figure {{ref> |
| **Advantages** | **Advantages** | ||
| Line 176: | Line 178: | ||
| * Industrial IoT: Complex systems requiring multiple topology types for optimal performance. | * Industrial IoT: Complex systems requiring multiple topology types for optimal performance. | ||
| - | Choosing the proper IoT network topology requires carefully evaluating the application’s needs, including reliability, | + | Choosing the proper IoT network topology requires carefully evaluating the application’s needs, including reliability, |