stem/IOT/Networking
Andy Pack b96482abd3 vault backup: 2023-12-28 11:35:06
Affected files:
.obsidian/graph.json
.obsidian/workspace-mobile.json
.obsidian/workspace.json
Politcs/America/94 Crime Bill.md
Politcs/America/Black.md
Politcs/America/Presidents.md
Politcs/BLM.md
Politcs/British/Prime Ministers.md
Politcs/British/Tory.md
Politcs/Compass.md
Politcs/Fascism.md
Politcs/Labour Laws.md
Politcs/Neoliberalism/Neoliberalism.md
Politcs/Neoliberalism/Thatcher.md
Politcs/Now.md
Politcs/Socialism.md
STEM/IOT/Cyber-Physical Systems.md
STEM/IOT/Networking/Networking.md
STEM/IOT/OS/Composition.md
STEM/IOT/OS/Contiki.md
STEM/IOT/OS/OS.md
STEM/IOT/Software Services.md
2023-12-28 11:35:06 +00:00
..
Networking.md vault backup: 2023-12-28 11:35:06 2023-12-28 11:35:06 +00:00
README.md vault backup: 2023-06-08 17:52:08 2023-06-08 17:52:09 +01:00

tags
net
iot

Gateway

  • Connects IoT devices to internet
  • Operator deployed
    • LTE etc
  • Self-deployed
    • Wi-Fi

Roles

  • Machine-to-machine connections
    • Cheaper telecoms cost
    • Cheaper hardware
      • Not everything has to be LTE connected
    • Simpler config
  • Translate protocols between IoT and internet
  • Processing data
    • Encrypting, filtering, consolidating
  • Boundary between networks
    • Security

Network Module

  • 802.15.4 only a channel
    • End-to-end provided by network module
  • Multi-hop wireless network
    • Wireless sensor networks (WSN)
    • Wireless mobile ad hoc networks (MANET)
    • Wireless mesh network (WMN)
    • Vehicular ad hoc network (VANET)

Roles

  • Management
    • Packet
      • Adapting size and format
    • Address
      • Adapting and/or resolving addresses
    • Device
      • Joining/leaving of nodes
    • Service
      • Add-ons such as security
  • Operational
    • Route discovery & maintenance
    • Packet forwarding

Performance

  • Power consumption
    • Limited supply
    • Significant power in communications
  • Network Lifetime
    • Duration of proper operation
    • Before no longer provides services
      • When a node fails
    • Design-time
      • Design deployment that will last
    • Run-time
      • Dynamic operation to conserve energy usage
      • All layers
        • App
          • Consolidating data
          • Adaptive frequency for data grouping
        • Network
          • Avoid aggressive topology maintenance
        • MAC
          • Duty-cycle MAC to keep radio asleep
        • Physical
          • Power level control

Issues

  • Bottleneck
    • One node relaying lots of data
    • Bad placement of gateway

  • Low power devices
  • Multi-hop