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的 ...
随机推荐
- Android7.0 USBCamera设备/dev/video0无读权限
Android7.0的系统,具备root权限,执行 # adb shell # su # chmod 777 /dev/video0 在5.0的系统中可以预览图像,7.0返回无读权限 File fil ...
- 【转】mac os x配置adb命令的方法,苹果电脑设置adb命令的方法
http://www.myexception.cn/operating-system/1636963.html 步骤如下: 1. 启动终端Terminal (如果当前用户文件夹下已有.bash_pro ...
- 90)PHP,提示跳转代码展示
(1)JS中的Location:href= 来跳转 (2)PHP中的header(“Refresh:time:url:目的url”); 这个Refresh是在发生多少秒后发生变化. 代码展示: be ...
- 《你不知道的Javascript》学习笔记
简介 众所周知,JavaScript 既是一门充满吸引力.简单易用的语言,又是一门具有许多复杂微妙技术的语言,即使是经验丰富的JavaScript 开发者,如果没有认真学习的话也无法真正理解它们. 如 ...
- python循环删除list中的元素
直接上例子: a = [1,2,3,4,5,6] for i in a: a.remove(i) print(a) 返回:[2, 4, 6] 循环a,想删除a的所有元素,但实际确有数据保留了下来,这是 ...
- 关于使用gitlab协同开发提交代码步骤
记录使用gitlab协同开发时从自己的分支向master分支提交代码的步骤: 环境:安装了git和TortoiseGit(git的可视化工具) 1.首先切换到自己的分支(如果不在自己的分支) 2.gi ...
- Android蓝牙----打开,关闭操作
① 我们先在AndroidManifest里面增加我们的Bluetooth权限 <uses-permission android:name="android.permission.BL ...
- TCP并发、GIL全局锁、多线程讨论
TCP实现并发 #client客户端 import socket client = socket.socket() client.connect(('127.0.0.1',8080)) while T ...
- 题解 P1951 【收费站_NOI导刊2009提高(2)】
查看原题请戳这里 核心思路 题目让求最大费用的最小值,很显然这道题可以二分,于是我们可以二分花费的最大值. check函数 那么,我们该怎么写check函数呢? 我们可以删去费用大于mid的点以及与其 ...
- Python如何规避全局解释器锁(GIL)带来的限制
编程语言分类概念介绍(编译型语言.解释型语言.静态类型语言.动态类型语言概念与区别) https://www.cnblogs.com/zhoug2020/p/5972262.html Python解释 ...