Exposed node problem

In wireless networks, the exposed node problem occurs when a node is prevented from sending packets to other nodes due to a neighboring transmitter. Consider an example of 4 nodes labeled R1, S1, S2, and R2, where the two receivers are out of range of each other, yet the two transmitters in the middle are in range of each other. Here, if a transmission between S1 and R1 is taking place, node S2 is prevented from transmitting to R2 as it concludes after carrier sense that it will interfere with the transmission by its neighbor S1. However note that R2 could still receive the transmission of S2 without interference because it is out of range of S1.[1]
IEEE 802.11 RTS/CTS mechanism helps to solve this problem only if the nodes are synchronized and packet sizes and data rates are the same for both the transmitting nodes. When a node hears an RTS from a neighboring node, but not the corresponding CTS, that node can deduce that it is an exposed node and is permitted to transmit to other neighboring nodes.[1]
If the nodes are not synchronised (or if the packet sizes are different or the data rates are different) the problem may occur that the sender will not hear the CTS or the ACK during the transmission of data of the second sender.
Diagram given seem to be wrong because if both S2 and S1 transmit RTS , no node will backoff (R1,R2 will not backoff) so the transmission occurs and this is not hidden terminal.
Best explaination is given in below paper - Hidden vs. Exposed Terminal Problem in Adhoc Networks by Aruna Jayasuriya, Sylvie Perreau, Arek Dadej, Steven Gordon Institute for Telecommunications Research University of South Australia Mawson Lakes SA 5095, Australia
See also
- Hidden node problem
- IEEE 802.11 RTS/CTS
- Multiple Access with Collision Avoidance for Wireless (MACAW)
References
- ^ a b Bharghavan; et al. (1993-07-01). "MACAW: A Media Access Protocol for Wireless LAN's" (PDF). In the Proc. ACM SIGCOMM Conference (SIGCOMM '94), August 1993, pages 212-225. Retrieved 2006-11-11.
{{cite journal}}
: Cite journal requires|journal=
(help); Explicit use of et al. in:|author=
(help)