Private IP OSI stack 7-layer OSI stack

BL Study Plan2110 Topo

What you will learn on this page


This lesson explains how private IP addresses are used and how it fits into the SMPTE ST 2110 stack.

What Private IP Ranges Are
Why Broadcast Systems Use Them
Control Networks
Network Segmentation
Getting Out to the World
Sample Broadcast IP Planning Checklist


Here’s how private IP ranges are typically used in broadcast systems:

What Private IP Ranges Are

Bottom Line   Defined by RFC 1918 (IPv4), the private ranges are:

  1. 10.0.0.0 – 10.255.255.255 (Class A, big networks)
  2. 172.16.0.0 – 172.31.255.255 (Class B, mid-size)
  3. 192.168.0.0 – 192.168.255.255 (Class C, small LANs)

These are not routable on the public internet — they’re reserved for internal use within organizations.

Why Broadcast Systems Use Them

    Bottom Line  
  1. Segregation: Keeps internal production traffic (video, audio, intercom, control) off the public internet.
  2. Scalability: Large address blocks (especially 10.x.x.x) make it easy to assign thousands of devices (routers, switchers, encoders, replay servers).
  3. Security: Devices with private addresses are not exposed directly to external attack.
  4. Determinism: Engineers can design fixed, predictable address plans for studios, trucks, and production networks.
Practical Examples
  1. Video over IP (SMPTE 2110)
    Each video source (camera, server, graphics, switcher) gets its own private IP.
  2. Multicast groups (e.g., 239.x.x.x, which is a reserved multicast block) carry the essence streams (video, audio, ANC).
  3. Intercom and Audio (AES67, Dante, Ravenna)
    Each intercom panel or audio device gets an IP in a private range, often with subnetting by studio/truck.

Control Networks

Bottom Line  
  1. Switchers, routers, and automation systems use private IPs for control and tally.
  2. Engineers often separate this from the heavy multicast “media network” to avoid conflicts.
  3. OB Trucks (Outside Broadcast)
    When multiple trucks are tied together, they use coordinated private subnets so they don’t overlap when interconnected.


Network Segmentation

  1. Broadcast facilities often run multiple VLANs:
    1. One for video (2110 flows, multicast-heavy)
    2. One for audio (AES67/Dante)
    3. One for control (routers, servers, automation)
    4. One for corporate IT (email, scheduling, internet access)
  2. Each VLAN uses its own private IP range, so systems stay logically separate but can interconnect through firewalls/gateways if needed.

Getting Out to the World

Bottom Line   To reach the public internet (for streaming, contribution feeds, cloud services), NAT (Network Address Translation) is used at the firewall or gateway.

  1. Inside: private addressing (safe, structured).
  2. Outside: a few public IPs represent the broadcast system to the internet.

Broadcast systems use private IP ranges to build secure, isolated, and scalable local networks for production. They rely heavily on VLANs and multicast inside those ranges to move live media streams reliably, then use NAT/firewalls when they need to connect to the wider world.


Bottom Line  

Sample Broadcast IP Planning Checklist

    Explanation      Diagram    IP Range Calculator
Category Detail IP Address
Truck A - Video VLAN Subnet 10.1.0.0/24
Truck A - Video VLAN Multicast Range 239.1.0.0/16
Truck A - Video VLAN Devices Assigned Camera 1 – 10.1.0.11
Camera 2 – 10.1.0.12
Video Server – 10.1.0.50
Truck A - Audio VLAN Subnet 172.16.1.0/24
Truck A - Audio VLAN Devices (AES67/Dante) Intercom Panel 1 – 172.16.1.21
Mixer – 172.16.1.30
Truck A - Control VLAN Subnet 192.168.1.0/24
Truck A - Control VLAN Devices (Routers, Tally, Automation) Router Control – 192.168.1.10
Tally Server – 192.168.1.20
Switcher Panel – 192.168.1.40
Truck B - Video VLAN Subnet 192.168.1.0/24
Truck B - Video VLAN Multicast Range 239.2.0.0/16
Truck B - Video VLAN Devices Assigned Camera 1 – 10.2.0.11
Camera 2 – 10.2.0.12
Replay Server – 10.2.0.60
Truck B - Audio VLAN Subnet 172.16.2.0/24
Truck B - Audio VLAN Devices (AES67/Dante) Intercom Panel 1 – 172.16.2.25
Mixer – 172.16.2.35
Truck B - Control VLAN Subnet 192.168.2.0/24
Truck B - Control VLAN Devices (Routers, Tally, Automation) Router Control – 192.168.2.10
Tally Server – 192.168.2.20
Switcher Panel – 192.168.2.40
Bottom Line
Shared Infrastructure - Switch/Router VLAN Trunking Configured (Yes/No) Yes
Shared Infrastructure - Switch/Router Multicast Routing Enabled (Yes/No) Yes
Shared Infrastructure - Switch/Router IGMP Snooping Enabled (Yes/No) Yes
Gateway/Firewall NAT Range for Internet Access 10.255.0.0/16  
Gateway/Firewall Public IP(s) 203.0.113.25 (example RFC 5737 test address)
Gateway/Firewall Streaming/Cloud Contribution Setup (Yes/No) Yes
Truck Interconnect No overlapping private ranges confirmed
Truck Interconnect Unique multicast groups per truck
Truck Interconnect VLAN isolation and trunking tested

 



 

UPDATED
5/20/26
V260520-1.0