646  Converged Networks and Channel Access

646.1 Learning Objectives

By the end of this section, you will be able to:

  • Compare Network Architectures: Contrast legacy separate networks with modern converged infrastructure
  • Evaluate Convergence Benefits: Explain economic, efficiency, and scalability advantages of converged networks
  • Understand Channel Access: Describe how CSMA/CA enables shared wireless medium access
  • Apply QoS Concepts: Understand how Quality of Service prioritizes critical IoT traffic

646.2 Prerequisites

Before diving into this chapter, you should be familiar with:

ImportantWhy Converged Networks Matter for IoT

Smart buildings run on converged networks. Instead of separate wiring for security cameras, access control, HVAC sensors, and voice systems, one IP network carries everything. This dramatically reduces installation costs and enables intelligent automation - your access control can talk to your HVAC to save energy when rooms are unoccupied.


646.3 Traditional Separate Networks

Before convergence, organizations needed separate infrastructure for each service:

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#2C3E50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#16A085', 'lineColor': '#E67E22', 'secondaryColor': '#16A085', 'tertiaryColor': '#E8F6F3', 'clusterBkg': '#E8F6F3', 'clusterBorder': '#16A085', 'fontSize': '12px'}}}%%
graph TB
    subgraph Legacy["Legacy Separate Networks"]
        Phone["Phone System<br/>(PSTN Lines)"]
        Video["Video System<br/>(Coax Cables)"]
        Data["Data Network<br/>(Ethernet)"]
        Building["Building Auto<br/>(Proprietary)"]
    end

    Phone --> PhoneInfra["Phone Infrastructure<br/>- PBX system<br/>- Phone wiring"]
    Video --> VideoInfra["Video Infrastructure<br/>- Coax cables<br/>- DVR systems"]
    Data --> DataInfra["Data Infrastructure<br/>- Ethernet switches<br/>- Cat5/6 cables"]
    Building --> BuildingInfra["Building Infrastructure<br/>- Proprietary control<br/>- Custom wiring"]

    style Phone fill:#E67E22,stroke:#2C3E50,color:#fff
    style Video fill:#E67E22,stroke:#2C3E50,color:#fff
    style Data fill:#E67E22,stroke:#2C3E50,color:#fff
    style Building fill:#E67E22,stroke:#2C3E50,color:#fff

Figure 646.1: Legacy separate network infrastructures for phone, video, data, and building systems

{fig-alt=β€œLegacy network architecture diagram showing four separate infrastructure systems for phone, video, data, and building automation, each requiring dedicated wiring and equipment”}

Problems: - High cost (multiple infrastructures) - Complex management (different standards) - Energy inefficiency - Limited scalability


646.4 Modern Converged Networks

21st century technological advances enable all services to run over a single data network infrastructure.

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#2C3E50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#16A085', 'lineColor': '#E67E22', 'secondaryColor': '#16A085', 'tertiaryColor': '#E8F6F3', 'clusterBkg': '#E8F6F3', 'clusterBorder': '#16A085', 'fontSize': '13px'}}}%%
graph TB
    VoIP["VoIP Phones"]
    IPCam["IP Cameras"]
    Computers["Computers"]
    IoT["IoT Sensors"]

    VoIP --> Network["Unified IP Network<br/>- Single Ethernet/Wi-Fi<br/>- PoE support<br/>- QoS management"]
    IPCam --> Network
    Computers --> Network
    IoT --> Network

    Network --> Switch["Network Switch<br/>- VLAN segmentation<br/>- Traffic prioritization<br/>- Centralized management"]

    style VoIP fill:#16A085,stroke:#2C3E50,color:#fff
    style IPCam fill:#16A085,stroke:#2C3E50,color:#fff
    style Computers fill:#16A085,stroke:#2C3E50,color:#fff
    style IoT fill:#16A085,stroke:#2C3E50,color:#fff
    style Network fill:#2C3E50,stroke:#16A085,color:#fff
    style Switch fill:#E67E22,stroke:#2C3E50,color:#fff

Figure 646.2: Modern converged IP network unifying all device types on single infrastructure

{fig-alt=β€œModern converged network diagram showing VoIP phones, IP cameras, computers, and IoT sensors all connected to single unified IP network infrastructure with centralized management”}

Benefits for IoT: - Economic savings: One infrastructure supports all devices - Energy efficiency: Shared power and networking equipment - Scalability: Easy to add new devices and services - Flexibility: Connect anything anywhere

WarningTradeoff: Converged Network vs Separate Networks

Option A: Single converged IP network for all traffic (voice, video, data, IoT) - lower cost, simpler management, single skill set required

Option B: Separate dedicated networks for different traffic types - guaranteed performance isolation, simpler QoS, no cross-traffic interference

Decision Factors: Choose converged when cost reduction is priority, when QoS mechanisms are robust enough, or for typical enterprise/smart building deployments. Choose separate networks for safety-critical industrial systems where latency guarantees are mandatory, or when legacy systems cannot be migrated. Modern best practice: converged physical infrastructure with logical separation via VLANs and strict QoS policies - getting benefits of both approaches.

Example: A modern smart building uses one Ethernet/Wi-Fi network for: - Temperature sensors - Security cameras - Access control systems - HVAC control - Lighting systems - Occupancy sensors - Voice communications


646.5 Converged Network Economics

Scenario: Your company manages a 10-story office building that currently has four separate networks: traditional phone system (PSTN lines with PBX), security camera system (coax cables with DVR), computer network (Ethernet), and building automation (proprietary BACnet wiring). The CFO asks you to evaluate upgrading to a converged IP network supporting 200 VoIP phones, 500 computers, 100 IP cameras, and 1000 IoT sensors on one infrastructure.

Current costs: Four separate infrastructures cost approximately $200,000-800,000 to install and maintain.

Think about: 1. What are the economic trade-offs between maintaining four specialized networks versus one unified IP network? 2. How does converging voice, video, data, and building automation onto a single network affect operational complexity?

Key Insight: Converged networks use one IP-based infrastructure for all services instead of separate dedicated networks. A single unified network costs $50,000-200,000 to deploy - representing 60-75% cost savings compared to four independent systems. Energy efficiency improves dramatically: one set of switches, routers, and cabling replaces four independent systems. Management simplifies: a single IT team maintains one infrastructure instead of requiring specialists for phone systems, video systems, and building automation. Modern smart buildings leverage Power over Ethernet (PoE) to provide both power and data on the same cable, further reducing installation costs.

Verify Your Understanding: - If you needed to add 500 new IoT environmental sensors to this building, how would deployment differ between the converged network versus the legacy approach? Consider cabling requirements, power delivery, configuration time, and ongoing maintenance.


646.6 Channel Access: CSMA/CA

When multiple wireless devices share the same radio channel, they need a mechanism to avoid collisions. Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) is the foundation of Wi-Fi and many IoT protocols.

646.6.1 How CSMA/CA Works

  1. Carrier Sensing: Before transmitting, each node listens to the channel
  2. Backoff Timer: If channel is busy, node picks a random backoff time from contention window [0, CW]
  3. Countdown: When channel is idle, backoff counter decrements each slot
  4. Transmission: When backoff reaches 0, node transmits
  5. Collision: If multiple nodes reach 0 simultaneously, collision occurs
  6. Exponential Backoff: After collision, CW doubles (up to CW_max), providing fairness

646.6.2 Protocol Efficiency Comparison

Protocol Max Efficiency Description
Pure ALOHA ~18.4% Transmit anytime, high collisions
Slotted ALOHA ~36.8% Time slots reduce collisions
CSMA (1-persistent) ~53% Listen before transmit
CSMA/CA 50-70%+ Carrier sensing + backoff

This simulation demonstrates how Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) works in wireless networks like Wi-Fi and IoT protocols. Watch how multiple nodes coordinate access to a shared channel using carrier sensing, random backoff, and exponential backoff after collisions.

\({cwGrowthViz}\){efficiencyComparison}

Key Metrics: - Pure ALOHA: ~18.4% max efficiency (transmit anytime, high collisions) - Slotted ALOHA: ~36.8% max efficiency (time slots reduce collisions) - CSMA/CA: 50-70%+ efficiency (carrier sensing + backoff avoids most collisions)


646.7 Quality of Service (QoS) for IoT

In converged networks, different traffic types have different requirements. Quality of Service (QoS) ensures critical traffic gets priority.

646.7.1 Traffic Prioritization

Priority Traffic Type Latency Requirement Example
Critical Emergency/Safety < 10ms Emergency stop commands
High Real-time control < 50ms Robot arm control
Medium Video/Voice < 150ms Security cameras
Low Telemetry Best effort Temperature sensors

Question: An industrial IoT deployment needs to guarantee that emergency stop commands (100 bytes, sent every 100ms) reach controllers within 50ms even during heavy network traffic from 1000 sensor nodes sending telemetry. Which QoS implementation approach provides the BEST solution?

Explanation: Correct: Strict priority queuing with DSCP marking (C) provides deterministic latency for critical traffic. Emergency stop packets marked with DSCP EF (Expedited Forwarding) get highest priority. Network switches configured with priority queuing ensure critical queue is always serviced first - emergency packets experience minimal queuing delay (typically <1ms). Why others fail: Traffic shaping (A) doesn’t prioritize - emergency packets still wait. Bandwidth increase (B) doesn’t guarantee latency during bursts. Weighted Fair Queuing (D) guarantees bandwidth share but not strict latency.


646.8 Knowledge Check: Network Optimization

Question: Which network optimization techniques help reduce congestion and improve throughput in IoT networks? Select ALL that apply.

Explanation: Traffic shaping (B) smooths transmission rates to prevent congestion spikes. QoS prioritization (C) ensures critical data gets preferential treatment. Packet aggregation (D) improves efficiency - combining 10 small 50-byte readings into one 500-byte packet reduces overhead from 780 bytes to 78 bytes. Jumbo frames (A) are inappropriate for constrained IoT devices with small, frequent readings.


646.9 Summary

  • Legacy networks required separate infrastructure for phone, video, data, and building automation - expensive and complex
  • Converged networks carry all services on one IP infrastructure, reducing costs 60-75% and simplifying management
  • CSMA/CA enables shared wireless medium access through carrier sensing, random backoff, and exponential backoff after collisions
  • Protocol efficiency improves from 18% (Pure ALOHA) to 70%+ (CSMA/CA) through collision avoidance mechanisms
  • QoS prioritization ensures critical IoT traffic (emergency commands) gets delivered within latency requirements

646.10 What’s Next

You’ve now completed the Network Mechanisms series. Continue your networking journey with:

TipFurther Resources

Interactive Tools: - Cisco Packet Tracer - Network simulation tool - Wireshark - Packet analysis tool - Subnet Calculator - IP addressing practice

Video Tutorials: - Networking Fundamentals - Professor Messer - IP Addressing and Subnetting


Deep Dives: - Networking Fundamentals - Complete networking principles for IoT - Networking Basics - Core networking concepts and terminology - Layered Models Fundamentals - OSI and TCP/IP layer models

Addressing and Configuration: - Networking Addressing and Subnetting - IPv4/IPv6 addressing, CIDR, subnet calculations - Layered Models Labs and Implementation - Hands-on IP addressing and ARP

Protocol Stack: - IoT Protocols Fundamentals - IoT-specific protocol adaptations - Transport Fundamentals - TCP and UDP in detail - Application Protocols - MQTT, CoAP, HTTP for IoT

Network Design: - Topologies Fundamentals - Star, mesh, ring, and bus topologies - Topologies Labs and Design - Practical topology design

Performance: - Routing Fundamentals - How packets find their way through networks - Transport Selection and Scenarios - Choosing TCP vs UDP