zoukankan      html  css  js  c++  java
  • 802.11 WDS how does it work, when to use it and what are the limitations

    802.11 WDS how does it work, when to use it and what are the limitations

    WDS or wireless distribution system is a part of the 802.11 spec for repeating. It can be a good way of extending your network for low cost.

    How it works:

    First all access points must be the same brand and model sometimes even the same revision to work properly.

    WDS works on the MAC layer both devices must be configured with the others wireless MAC address. 




    WDS can be chained between multiple access points but the MAC addresses must be properly configured between the pairs.
    in the figure below
    AP A needs the MAC of C and B configured for WDS
    AP B needs the MAC of A
    AP C needs the MAC of A and D
    AP D needs the MAC of C



    Access points must be set the the same channel and the same SSID should be used.

    The access points must be located close enough to each other so they have a good signal. Putting the access points in B only mode may extend the range by raising the power output. 

    The eternal port on the wireless access points may be used to connect another device like a computer or hub.

    When to use it:

    Any indoor area where the wireless signal can easily pass through walls, 
    ceiling or floors, like in a wood and sheetrock construction. 

    If distance is more important than speed.

    A example could be the use of such an extension could be in
    an area where laying cable is not allowed because of historic nature
    of the building, or because of the presence of health hazardous
    material such as asbestos.

    WDS is also an excellent solution to create a roaming network in an
    area where wired connections between the APs cannot be
    established. For example think of a convention in a hotel or resort,
    where a large area needs to be covered, and therefore multiple APs
    are needed.

    The drawbacks and when not to use:

    Because you are repeating the wireless signal with only one radio on one channel Each WDS link cuts the available bandwidth in 1/2 and adds a small amount of latency.

    Because there is only one radio omni directional antennas must be used making WDS not practical for long range out door links or indoor links where there is signal blocking material.

    Encryption using 802.1x rotating keys is not possible only fixed WEP or WPA keys may be used.

    Other options:

    For long distance out door links a repeater can be created by using a bridge and access point configured back to back on non overlapping channels. Since this configuration uses two radios bandwidth will not be reduced by the repeater only a small amount of latency will be encountered.
  • 相关阅读:
    由VMnet引起的browser-sync故障解决方案
    Gen8折腾日记
    实变函数笔记(1)——集合与基数
    密码学笔记(6)——复杂度及其相关内容
    微分几何笔记(1)——参数曲线、内积、外积
    密码学笔记(5)——Rabin密码体制和语义安全性
    密码学笔记(4)——RSA的其他攻击
    密码学笔记(2)——RSA密码
    密码学笔记(1)——数论准备知识
    第七章小结
  • 原文地址:https://www.cnblogs.com/jjkv3/p/2460860.html
Copyright © 2011-2022 走看看