optimizing Wi-Fi solution for International School
https://aweisoft.azurewebsites.net/Knowledge/Cisco/OptimizeWiFi/OptimizeWiFi.aspx
Connect me on Linkedin BruceWang@aweisoft.net
Write on April 16 2014
Some suggestions about optimizing Wi-Fi solution for International School
My understanding of the current Wi-Fi situation in those international school especially big one:
Problem A: Wi-Fi self interference of multipath, reflection, scattering, refraction
Problem B: Bottle-neck on the cabling network.
Problem C: Configuration with the Wlan Controller.
Problem D: IP pool jam while a large amount of teachers and students are moving from APs to APs.
Problem E: Bottle-neck of the individual clients of laptops, tablets.
Problem A: Wi-Fi self interference of multipath, reflection, scattering, refraction
Multipath
Following picture show the multipath topologic. There is 3 non-overlapping channel in 2.4G. They are channel 1, 6 and 11, In Japan, there is 4 non-overlapping channels(1,6,11,14) in 2.4G which are 1,6,11,14. Let’s just talk about regularly 2.4G with 3 non-overlapping channels. Ok, if the 3 APs runs in different channels, then there is no interference(Picture1). But if there is another AP(AP4) show up, then in the overlap of the 4 APs, a laptop will run into a confused situation because of the duplication of logic access point with 2 different physical APs. In the overlap area the wireless signal will shaking. In real world, this happens a lot.
Try to minimize the 4 APs overlap area.


Reflection, scattering, refraction

Most of the classroom, there is a big metal broad which it is a mirror for the laptop to ‘see’ the AP. Ok, the laptop, It sees two AP1 which runs in precisely the same channel. Guess what will happen, interference. So while you are doing the positing of APs, you should considering the metal white broad or some other metal things. Make sure the less reflection signals the laptops can receive.
As for scattering and refraction problems, it’s still the same reason: Laptops see one duplication signal by some way. But this two problem happens much less than reflection.
Problem B: Bottle-neck on the cabling network.
When the workers are doing the found-mental cabling, I saw many workers doing their work with kind of anxious attitude. With this attitude, they may not do the cabling with the compliance of the integrated cabling. Then this cable will be a bottle-neck on this route. As the manager of the first party, I care about the workers; I tell them where they can have a rest and have the water, tea, coca-cola and cookies. And I always drop by them and say hi to them, ask them how's going. Obviously, both XIS and I got returns: the found-mental network of the Wi-Fi projection was constructed perfectly, during the past 3 years I didn't have to worry about the found-mental network. It's been tested perfect.
Clear up the found-mental bottle-neck as much as possible, Of cause need to do many test job. Optimizing the inside routing. Add some more truck link between the Switches to increase more inside bandwidth and reliability.
Problem C: Configuration with the Wlan Controller.


Right configuration with the Wlan Controller is one of the most important points. Update the Wlan Controller IOS. New IOS works much effective than old versions.
Suggest use the ‘FlexConnect Mode’ for Cisco APs, You can configure it in Wlan Controller. ‘FlexConnect Mode’ work 10% faster than ‘Local Mode’ as I tested in Cisco Wi-Fi solution.
Why Flexconnect mode is effective than Local mode? Following 2 picture shows how.
Problem D: IP pool jam while a large amount of teachers and students are moving from APs to APs.

For schools, especially big one, many teachers and students move from classroom to classroom, IP pool jam is also a concern. The issue tells like this: whatever the clients it is, Mac or PCs, tablet or cell phones, it’s just can’t successful associate with the SSID. But later you try it again, It works fine.
Following picture shows how to divide those APs into different Vlan and solve the Jam of IP pool.
Problem E: Bottle-neck of the individual clients of laptops, tablets.
I would like to show those test result first I take by ‘Fluke networks AIRCHECK Wi-Fi Tester’, It is a spectrum analyzer which can help to find the noise source.
Non-802.11signal(noise resource) is 26% in the whole channel 1 over 2.4GHz.

Non-802.11signal(noise resource) is 39% in the whole channel 3 over 2.4GHz.

Non-802.11 interfernce on channel 1 would casue major performance issue for APs on that channel.
Non 802.11 signal(noise resource) is 0% in channel 157 over 5GHz. The signal is perfect.

As we all know that:
Max data rate of 802.11n over 2.4G is 144Mbps
Max data rate of 802.11n over 5G is 450Mbps(Year 2012 or 13, I heard that it can support 600Mbps now)
5G is like a high-way with dozens of channels, and 2.4GHz is like a country road just with a 3 non-overlapping channel(4 in Japan).
Most of the laptops Wi-Fi cards in our school have been upgraded to 5G Wi-Fi card. There are still some laptops which doesn’t support 5G Wi-Fi card.
The weak point for 5G channel is: Distance between the laptops and AP. The more distance the less speed. When you are out of the classroom, the signal is too weak to work.
Real time speed of copying data by 5G Wi-Fi card.

optimizing Wi-Fi solution for International School的更多相关文章
- 严格次小生成树[BJWC2010] (树链剖分,倍增,最小生成树)
题目链接 Solution 有几点关键,首先,可以证明次小生成树一定是由最小生成树改变一条边而转化来. 所以需要枚举所有非最小生成树的边\((u,v)\).并且找到 \(u\) 到 \(v\) 的边中 ...
- 【Win10 应用开发】扫描和连接Wi-fi网络
老周今天带大家去“扫雷”了,别当真,是扫描并连接指定无线网络,时尚一点叫Wi-fi. 所以,今天的任务要求你的设备至少有1张无线网卡,目前老周没看到过有N张无线网卡的设备.像笔记本.平板等设备都可以, ...
- 全文检索引擎 Solr 部署与基本原理
全文检索引擎 Solr 部署与基本原理 搜索引擎Solr环境搭建实例 关于 solr , schema.xml 的配置说明 全文检索引擎Solr系列-–全文检索基本原理 一.搜索引擎Solr环境搭建实 ...
- Solr搭建大数据查询平台
参考文章:http://www.freebuf.com/articles/database/100423.html 对上面链接的补充: solr-5.5.0版本已被删除,新url:http://mir ...
- 我与solr(五)--关于schema.xml中的相关配置的详解
先把文件的代码贴上来: <?xml version="1.0" encoding="UTF-8" ?> <!-- 版权说明... --> ...
- Solr:文本分析
文本分析时搜索引擎的核心工作之一,对文本包含许多处理步骤,比如:分词.大写转小写.词干化.同义词转化等.简单的说,文本分析就说将一个文本字段的值转为一个一个的token,然后被保存到Lucene的索引 ...
- Solr:Schema设计
本文已挪至 http://www.zhoujingen.cn/blog/8546.html Solr将数据以结构化的方式存入系统中,存储的过程中可以对数据建立索引,这个结构的定义就是通过schema ...
- McAfee重返科技业 研制D-Central防政府监视
新闻链接:http://tech.qq.com/a/20131008/016127.htm 新闻时间: 10月8日编译 新闻正文:McAfee重返科技业 研制D-Central防政府监视 约翰·迈克菲 ...
- 【Android】 Android-wifi 直连 wifi direct wifi p2p
现在,Android的支持Wi -Fi的直接点对点点对点(P2P)Android系统的供电设备和其他类型的设备,没有一个热点或互联网连接之间的连接.Android框架提供了一套Wi - Fi的P2P的 ...
随机推荐
- Spring定义Bean的两种方式:和@Bean
前言: Spring中最重要的概念IOC和AOP,实际围绕的就是Bean的生成与使用. 什么叫做Bean呢?我们可以理解成对象,每一个你想交给Spring去托管的对象都可以称之为Bean. 今天 ...
- Qt QThread必须要了解的几个函数
概述 如果想对Qt中的QThread有个更加深刻的了解,必须要知道这几个重要的函数,现在就一一介绍下. 函数介绍 属性 返回值 函数体 功能 static QThread * QThread::cur ...
- 学习python-20191203-Python Flask高级编程开发鱼书_第02章 Flask的基本原理与核心知识
视频01: 做一个产品时,一定要对自己的产品有一个明确的定位.并可以用一句话来概括自己产品的核心价值或功能. 鱼书网站几个功能 1.选择要赠送的书籍,向他人赠送书籍(价值功能,核心价值的主线): 2. ...
- Block to|wreck|Range|Reach|span|chase around|amuse|exploit |instructed
English note: Block to 纷涌而至 destroy多指彻底地.毁灭性地破坏,含导致无用,不能或很难再修复的意味. wreck侧重指船只.车辆.房屋等受到严重破坏或完全毁坏,也可指计 ...
- 从源码看commit和commitAllowingStateLoss方法区别
Fragment介绍 在很久以前,也就是我刚开始写Android时(大约在2012年的冬天--),那时候如果要实现像下面微信一样的Tab切换页面,需要继承TabActivity,然后使用TabHost ...
- [LC] 485. Max Consecutive Ones
Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1, ...
- MOOC(7)- case依赖、读取json配置文件进行多个接口请求-学习mock(7)
学习mock # learn_mock_7.py # 单元测试结合mock思路 import unittest from mock import mock from day_20200208_mooc ...
- NEON优化之《简介》
NDK支持NEON环境配置:https://blog.csdn.net/app_12062011/article/details/50462351 一个很典型的例子:http://hilbert-sp ...
- mysql表关联问题(第三卷:外键多对多)
现在我们整理一下多对多的问题,举个例子现在一个男的可能和多个女的谈过恋爱,一个女的也可能和多个男的谈过恋爱,把他们恋爱的关系整理为数据关联表就成为了多对多的关系. 准备三张表,男人信息表,女人信息表, ...
- CPU|MICGPU|FPGA|超算|Meta-data|
生物医学大数据: 收集数据后对数据的分析,如同看相,而对数据信息的挖掘可以看作是算命.这两个过程是基于算法和软件这类工具之上的. 在存储方面:在硬件上,为了Parallel computing的目的, ...