Hidden Terminal Problem
The Hidden Terminal Problem describes the situation in a WLAN environment with at least three nodes, where at least two nodes can't communicate with each other because they are out of each other's range.
Imagine three nodes called A, B and C arranged in a line with a distance of n meters between each other. Let the communication range of each node be a circle around its position with a radius r>n but r<2*n. Now node B can "see" both nodes A and C, but node A as well as node C can only "see" node B.
The Hidden Terminal Problem can lead to data collision, because node A can't see when node C is sending data to node B and therefore try to also send data to node B. A possible solution for this problem used in the 802.11 specification is the 802.11 RTS/CTS.
External links
- illustration of the Hidden Terminal Problem, http://pcl.cs.ucla.edu/slides/workshop99/Ken-pw99/sld008.htm