 ##  [Hidden Terminal Problem](/hidden-terminal-problem-0) 

 Definition

A contention scenario in a shared‑medium network where two transmitters cannot detect each other’s transmissions (they are out of mutual carrier‑sense range) but both can reach and interfere at a common receiver, causing collisions at that receiver despite decentralized carrier sensing.

 

 

 

 

 

 





## Principle

Principle

Carrier‑sense or listen‑before‑talk mechanisms fail when transmitter‑to‑transmitter sensing range is smaller than the interference range to the receiver; absence of mutual detection allows simultaneous transmissions that collide at the receiver.

 

 

 

 

 





## Demonstration

Demonstration

Illustrative scenario → Nodes A and C are separated so they cannot sense one another, both have frames to send to node B. A transmits; C, not sensing A, also transmits. At B the signals overlap in time and collide, forcing retransmissions and reducing throughput.

 

 

 

 

## Misapplication

Misapplication

Confusing hidden terminal with exposed terminal or treating it as purely a MAC‑layer timing bug. The semantic error is failing to recognize the geometric/signal‑range cause: hidden terminal arises from asymmetric sensing versus interference ranges, not only from protocol timing.

 

 

 

 

 





## Consequence

Consequence

Increased collisions, retransmissions, higher latency and lower effective throughput in decentralized MACs; mitigations include RTS/CTS handshakes, power control, directional antennas, central scheduling, or PHY strategies with capture or multi‑packet reception.

 

 

 

 

## Reversal

Reversal

In centrally scheduled networks, TDMA/FDMA with explicit coordination, or PHY designs that can decode overlapping transmissions (capture/MPR), the hidden‑terminal effect is reduced or eliminated. However, the cost of coordination or advanced PHY may offset benefits in some deployments.

 

 

 

 

 





## Boundary

Boundary

Clearly within: CSMA/CA wireless LAN where nodes A and C are out of carrier‑sense range but both reach the AP B. Boundary case: partial overlap where capture effect lets one frame be decoded despite collision. Clearly outside: wired switched Ethernet or centrally scheduled cellular uplinks with explicit resource assignment.

 

 

 

 

 





## Semantic Tension

Semantic Tension

Decentralization ↔ Coordination — simple decentralized carrier‑sense minimizes control overhead but is vulnerable to hidden terminals; adding coordination (RTS/CTS, scheduling) reduces collisions at the cost of extra signaling and latency.

 

 

 

 

 





## Synthesis

Synthesis

The hidden terminal problem is a geometric and sensing‑range mismatch: effective solutions either change the sensing/interference geometry (power/direction) or add coordination/PHY capability to prevent or tolerate simultaneous transmissions that collide at a receiver.