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 Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
jdbc:mysql://127.0.0.1:3306/xxx?useSSL=false 在后面添加?useSSL=false即可 参考网站
- CentOS换yum源和epel源为国内源
CentOS换源 YUM源 备份原来的repo文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bac ...
- Python 装饰器 多装饰器同时装饰一个函数 多参数函数
装饰器是在不修改源代码的情况下,使用装饰器增加原函数的功能. 在软件开发中有一个原则——"开放-封闭",简单地说就是已经实现的功能不允许被修改,但可以被扩展. 封闭:已经实现的功能 ...
- [LC] 209. Minimum Size Subarray Sum
Given an array of n positive integers and a positive integer s, find the minimal length of a contigu ...
- [LC] 246. Strobogrammatic Number
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside ...
- Qt QString与string的转换
QString --> string QString.toStdString(); string --> QString QString::fromStdString(string);
- STL中map的使用
知识点 C++中map提供的是一种键值对容器,里面的数据都是成对出现的.map内部自建一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在map内部所有的数据都是有序的. ...
- mybatis 添加后获得该新增数据自动生成的 id
// useGeneratedKeys默认值为false,keyProperty的值对应的是User类中的主键字段名 // mybatis 写法如下 <insert id="inser ...
- 在中国实现自我价值的英国研究员——微软亚洲研究院英国籍研究员Darren的7年之路
"我和妻子在这儿已经待了7年了,这里的一切都很棒,无论是微软亚洲研究院还是北京."Darren笑着说,似乎他和中国,和北京,和研究院一直停留在"蜜月期",并未曾 ...
- Python实现线程交替打印字符串
import threading con = threading.Condition() word = u"12345上山打老虎" def work(): global word ...