首页 > 其他 > 详细

Wlan无线网络

时间:2015-11-05 13:19:56      阅读:227      评论:0      收藏:0      [点我收藏+]

1. Hidden terminal: A, B and C, A and C cannot hear each other, if they both send packets to B, the collision will happen.

2. Exposed terminal: A and B can hear each other, but actually B can send packets to D.

3. IEEE802.11 wireless communication have no collision detection. Thus, firstly, use the ACK frame to comfirm the correct frame, and it‘s short interframe space (SIFS); Then use RTS/CTS to reserve the channel for large frames, a duration field in RTS/CTS frames;

4. Two ways to sense the carrier

  • Physical 
  • Virtual(NAV)-duration field known from RTS/CTS

5. Priority levels: SIFS<PIFS<DIFS (time duration)

  • SIFS is used for ACK, data response, RTS/CTS response
  • PIFS is used for PCF response
  • DIFS is used for DFS response

6. CSMA/CA collision avoidance, sense the carrier

  • If idle, wait a DIFS then transmit
  • If busy, wait channel to idle+wait a DIFS+wait random backoff time, then transmit

7. Supperframe: A contention-free burst occurs at the beggining, followed by a contention period.

8. The PCF protocol is based on a polling scheme controlled by the point coordinator.

Wlan无线网络

原文:http://www.cnblogs.com/pengwu/p/4938997.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!