zoukankan      html  css  js  c++  java
  • Bridge mode

    Question: What is Bridging Mode in Wi-Fi Networking?
    Answer: In Wi-Fi networking, bridging mode allows two or more wireless access points (APs) to communicate with each for the purpose of joining multiple LANs.

    Many Wi-Fi bridging mode products exist with varying levels of functionality.

    Some wireless bridges support only a single point-to-point connection to another AP. Others support point-to-multipoint connections to several other APs.

    Each AP in bridging mode connects to a wired LAN. Some AP models simultaneously support wireless clients while operating in bridging mode, but others work as "bridge-only" and disallow any clients from connecting. Some APs only support bridging with other APs from the same manufacturer or product family.

    AP bridging capability (when it is available) can be enabled or disabled through a configuration option. Normally, APs in bridging mode discover each other viaMedia Access Control (MAC) addresses that must be set as configuration parameters.

    While operating in bridging mode, wireless APs utilize a substantial amount of bandwidth. Wireless clients on bridged Wi-Fi networks generally share the same bandwidth as the bridge devices. Therefore, clients tend to perform slower in bridging mode than otherwise.

    In Wi-Fi, repeater mode is a variation on bridging. Rather than join multiple LANs, repeater mode is intended mainly to increase the range of a single wireless LAN by extending the same wireless signal.

    ======================

    以下来自一个论坛 

    Well bridge and repeater /WDS are different..

    Bridge is just the same as a wireless client.. but then connects to ethernet.. and allows multiple ethernet clients to join.. bridge is a replacement for an ethernet segment if you like.. it should be totally transparent.. ie other than being slower than ethernet it offers nothing else.

    Repeater and WDS are the same thing done in different ways.. WDS is a non standard method of repeating wireless but it uses WEP security as a max and has to be configured at both ends with MAC address of the connecting device.. it is often not compatible across brands of wireless chip as it is not a standard.

    The other repeater method is similar to bridge but retransmits the wireless signal and so allows wireless clients as well as ethernet clients.. it requires no configuration on the router end,, as it should appear as a client on the network. Where bridges can work very well repeaters cause terrible slow down.. the repeater box itself can either tx or rx.. so it halves the network speed.. they are flakey as the corner fish shop. So worth avoiding if at all possible..

    But there are more reliable methods of repeating wireless that do work well.. a mesh is one of those methods. Also there are devices that use propriety system to achieve reliably I think apple airports can do reliable repeater but is not compatible with other brands.

    If you want reliable repeater look at mesh or apple or even cisco if you have heaps of money. 
    DD_WRT offers better solutions than most.. because most routers won't do bridge or repeater whereas dd-wrt can offer that.. 

    If you flashed the buffalo to dd-wrt it would work as a bridge. As stated though, repeater is to be avoided. 

  • 相关阅读:
    测试思想-流程规范 关于预发布环境的一些看法
    Jenkins 开启用户注册机制及用户权限设置
    Jenkins 利用Dashboard View插件管理任务视图
    Loadrunner 脚本开发-从文件读取数据并参数化
    SVN SVN合并(Merge)与拉取分支(Branch/tag)操作简介
    测试思想-流程规范 SVN代码管理与版本控制
    Python 关于Python函数参数传递方式的一点探索
    接口自动化 基于python+Testlink+Jenkins实现的接口自动化测试框架[V2.0改进版]
    Python 解决Python安装包时提示Unable to find vcvarsall.bat的问题
    lintcode :链表插入排序
  • 原文地址:https://www.cnblogs.com/jjkv3/p/2461667.html
Copyright © 2011-2022 走看看