channelInterferenceDescription
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. Channel Interference
  2. --------------------
  3. The problem of Interference occurs "when a receiver is in range of one transmitting station
  4. and slightly out-of-range of another transmitting station, but is unable to cleanly receive
  5. the closer station's signal because of the interfering presence of the other signal."
  6. In our animation, we show 2 cases :
  7. Case 1:
  8. -------
  9. When 2 nodes are in range of each other 
  10. When these 2 nodes do carrier sense at different times, they detect carrier and the node
  11. that senses carrier later, backs off, thus avoiding collision at the receiver.
  12. But if the 2 nodes do carrier sense at the same time, they are not able to detect carrier
  13. and hence there is a collision at the receiver.
  14. Case 2 :
  15. -------
  16. When 1 node is slightly out of range of the other
  17. In this case, when both nodes send data to the receiver, some of the packets sent by the node
  18. closer to the receiver get dropped, because the receiver receives some packets from the node
  19. slightly out of range.