digital · infrastructure
spectrum sharing that only works in theory
Dynamic spectrum sharing cannot scale beyond Centralized, cooperative scenarios
Problem statement
Radio spectrum — the electromagnetic frequencies used for wireless communication — is an exhaustible shared resource allocated through static licensing that leaves much spectrum underutilized while licensed bands are congested. Dynamic spectrum sharing (DSS) promises to solve this by allowing multiple users to access the same frequencies in real time based on actual usage rather than rigid licenses. However, deployed DSS systems (CBRS/3.5 GHz in the US, TV white spaces) only work under centralized coordination with cooperative users who voluntarily share information about their transmissions. When users are non-cooperative (competitive carriers, military/commercial coexistence, international border zones), or when the number of autonomous devices exceeds what centralized databases can manage (billions of IoT devices), existing DSS approaches fail — causing harmful interference, unfair access, or extreme latency in spectrum allocation decisions.
Why this matters
The 2023 National Spectrum Strategy identifies dynamic sharing as essential for meeting growing wireless demand without displacing critical federal (military, weather satellite, radar) spectrum users. The estimated economic value of spectrum access exceeds $500 billion annually in the US. The explosion of IoT devices (projected 30+ billion by 2030), autonomous vehicles requiring ultra-reliable low-latency communication, and 6G's use of higher frequencies all demand spectrum access models that scale beyond current centralized approaches. Without scalable DSS, the US faces a spectrum crisis where critical services compete destructively for limited frequencies.
What’s been tried and why it hasn’t worked
The CBRS (Citizens Broadband Radio Service) three-tier sharing system uses a centralized Spectrum Access System (SAS) and Environmental Sensing Capability (ESC) to manage access around incumbent Navy radar. This works for the limited CBRS deployment but requires each user to register, report, and comply with centralized decisions — a model that breaks down with millions of autonomous, low-cost IoT devices that lack the intelligence or connectivity for real-time coordination. Cognitive radio approaches using spectrum sensing allow devices to detect and avoid occupied channels, but sensing is unreliable (hidden terminal problem) and slow relative to the millisecond dynamics of modern wireless systems. Game-theoretic models assume rational, self-interested players with knowledge of other players' strategies — assumptions that fail in heterogeneous networks where devices range from simple sensors to sophisticated base stations. Reinforcement learning approaches to spectrum access show promise in simulation but suffer from exploration-exploitation tradeoffs in live spectrum: exploration (trying different channels) causes real interference to other users.
What would unlock progress
Distributed spectrum access protocols that guarantee coexistence properties (bounded interference, minimum throughput) without requiring inter-user communication or centralized coordination — analogous to how CSMA/CD enables Ethernet without central scheduling. Physical-layer techniques that make transmissions inherently interference-tolerant (ultra-wideband, spread spectrum with modern coding) could reduce the cost of imperfect sharing decisions. Federated learning approaches where devices learn spectrum models locally and share only model updates (not raw sensing data) could enable coordination without privacy or bandwidth costs. Formal verification of spectrum sharing protocols could provide guaranteed performance bounds that regulators need to approve non-cooperative sharing.
Entry points for student teams
A student team could start entirely in software, building a simulation framework in ns-3 — free and open source, with a spectrum module that models frequency-dependent propagation and inter-technology interference (https://www.nsnam.org/docs/models/html/spectrum.html) — to model the transition from centralized CBRS-style sharing to fully distributed access as user density rises, and to locate the density at which the centralized approach breaks. The same three distributed access algorithms (game-theoretic, multi-armed bandit, deep RL) can then be benchmarked on real radios without buying any: the NSF PAWR platforms POWDER (https://powderwireless.net/) and COSMOS (https://www.cosmos-lab.org/) run software-defined radio nodes that outside researchers drive remotely through a web portal, so the team needs a free portal account attached to an approved project rather than $10k+ of USRP hardware, an RF-shielded lab, or its own transmit license, which the platform holds. On either path the measurements are the same — throughput, fairness, and convergence time for 4–8 non-cooperative nodes under realistic interference — with the simulation sized so that the testbed run confirms or refutes a prediction the team already made. Relevant disciplines include electrical engineering, computer science, game theory, and machine learning.
Genome — every gene is a door
Structural cousins — same reason stuck, other fields
Sources
NSF NewSpectrum Program (NSF 24-549), ECCS Division; NSF RINGS Program (NSF 21-581); NSF DCL on Advanced Wireless (NSF 24-041); accessed 2026-02-15; 2023 National Spectrum Strategy go to source ↗
verification notes (working record)
The collection team’s own sourcing notes for this brief, kept verbatim:
The NSF NewSpectrum program supports "fundamental research to investigate new spectrum access, management approaches and underlying technology enablers for the next spectrum era." The 2023 National Spectrum Strategy calls for "effective spectrum management, including through dynamic spectrum sharing models." NSF DCL 24-041 identifies "fine-grained and real-time dynamic spectrum allocation and sharing" as a priority for engineering research. The RINGS program (NSF 21-581) targets "improving the performance and resilience of networked systems." Related problem: transport-v2x-spectrum-regulatory-destruction.md addresses the regulatory destruction of V2X spectrum specifically; this brief addresses the broader technical scaling limits of spectrum sharing across all use cases.
Reconciliation 2026-08-21: The entry-point triage flag was correct — the first door asked for a 4–8-node USRP testbed, which is $10k+ of radios plus an RF lab and licensing care, and the brief offered no path for a team without them. Repaired by leading with the brief's own simulation door (facility-free, kept and made concrete) and rebuilding the hardware door on remote public testbeds instead of purchased radios. Verified live 2026-08-21: ns-3 is free/open-source (GPLv2) with a spectrum module modeling frequency-dependent propagation and inter-technology interference (https://www.nsnam.org/ and https://www.nsnam.org/docs/models/html/spectrum.html); POWDER accepts outside users who request a portal account and create or join a project (https://powderwireless.net/ and its getting-started documentation at https://docs.powderwireless.net/getting-started.html); COSMOS states that "researchers will be able to run experiments remotely on the COSMOS testbed by logging into a web-based portal" and offers organization and user registration (https://www.cosmos-lab.org/). ORBIT was checked as a third candidate and is NOT cited: www.orbit-lab.org now 301-redirects to a COSMOS legacy wiki page, so it is not an independently standing testbed. Checked the whole section, not just the flag: the unflagged simulation door was sound and needed only an anchor, so this brief did not carry the hidden second-door defect. No claims about POWDER/COSMOS cost tiers or eligibility limits beyond what those pages state were added.