5 Ways To Fix Slow 802.11n Speed

2023-05-16

http://www.cnblogs.com/jjkv3/archive/2012/04/22/2464919.html

o you went and bought a shiny new 802.11n router and were all excited at the prospect of streaming flawless HD all around your home and moving big ol' folders of ripped CDs and DVDs fly at lightning speed around your WLAN.

But reality is not so much on the flawless HD and lightning speed and you're wondering why you got sucked in yet again by those crafty consumer networking marketing folks.

Well, take heart! SmallNetBuilder understands your pain and is here to help you reclaim some of the throughput that you could be losing due to misunderstanding and misinformation.

Fix #1: Use the Correct Measure

The first mistake many people make is to use the "Speed" reported by Windows in the Wireless Network Properties window (Figure 1) as the measure of how fast their wireless link is running.

Figure 1: Pay No Attention To This Number

In reality, this number is only distantly related to the actual throughput of your wireless connection. What it shows is whatever the wireless adapter's driver tells it to show, which is usually the link rate currently being used.

The link rate is also referred to as the PHY (or physical layer) rate, which is the maximum rate that bits will move across the network link. For a 10/100 Ethernet adapter, you will usually see a speed of 100 Mbps and for a gigabit NIC, you will see 1000 Mbps (if you are connected to a gigabit switch port).

But, as we showed in the Gigabit Ethernet Need To Know, most gigabit Ethernet connections don't deliver a full 1000 Mbps . Older computers with PCI-based gigabit NICs may deliver only around 600 Mbps and even current machines using PCIe-based NICs may run at only 900 Mbps.

In a similar way, Windows might report a 300 Mbps speed, but your actual throughput could be anywhere between 50 and 90 Mbps (for example), depending on the 11n router and client card being used.

The reasons for the big difference between the "link" and actual rates include the high overhead involved in wireless connections (lots of bits used for communicating information other than the actual data you are trying to send or receive) and data retransmission (due to the inherent unreliability of a wireless connection).

11/23/09: Added Link to LAN Speed Test

To get a more accurate measure of the speed of your wireless connection, you need to use a method that actually measures the speed that your connection is delivering. These include:

  • Timing a drag-and-drop filecopy and calculating speed (file size / transfer time). LAN Speed Test does essentially the same thing, but automatically for Windows-based systems.
  • Running a file copy and using the Networking monitor in Windows Task Manager or Vista's Reliability and Performance Monitor (Start > Run perfmon.msc)
  • Using NetMeter while watching or listening to a stream or transferring files. (There is also a similar program of the same name from Brothersoft.)
  • Running Iperf or Jperf

Of course, whichever method you use, you should first use a wired connection to make the same measurement. This will let you know what you are losing by using a wireless connection.

Note that I do not recommend using an Internet-based speed test. That just introduces another (big) variable; the (highly variable) speed of your Internet connection.

Fix #2: Use 802.11n Clients

Strange as it may seem, some people think that using a 802.11n router will improve the performance of their network that has only 802.11b/g clients. It won't. 802.11n uses different technology, including MIMO, to achieve higher throughput.

Using a 802.11g client with an 11n router will get you a maximum link rate of 54 Mbps and around 22 Mbps of actual, usable throughput. Only an 802.11n client has what it takes to get higher throughput from a draft 11n router.

Using 802.11n won't improve your WLAN range, either. Take a look at the throughput vs. path loss (signal level) charts over here and note that they all tend to end at the same point. Draft 802.11n can provide higher throughput at a given location than 802.11b/g and in that way turn a borderline-usable location into a happy web-surfing spot. But it won't get you a signal in that hard-to-reach bedroom on the top floor any better than an 802.11g router will.

Fix #3: Don't Connect Draft 11n and 11b/g clients to the same router

An 802.11n router can also work with 802.11g and even 11b devices. But these much slower devices force the router to slow down to talk to them, which means a big throughput hit. Fortunately, the "legacy" mechanisms are pretty efficient and reduce throughput only when the slower devices are actively transmitting or receiving.

As we showed in Add, Don't Replace When Upgrading to 802.11n, mixing 11n and "legacy" clients can reduce throughput by 50 to 80%. So if you are mixing old and new devices, you could be shooting yourself in the (throughput) foot. Either upgrade to all 11n clients, or use a separate 802.11g router to handle your "legacy" stuff.

Fix #4: Use WPA2/AES and Enable WMM

Most 802.11n products will knock your throughput down by up to 80% if you use WEP or WPA/TKIP security. The reason is that the 802.11n spec states that the high throughput rates (link rates above 54 Mbps) can't be enabled if either of those outdated security methods are used.

The only exceptions are some products that are not Wi-Fi certified for 802.11n. The Wi-Fi Certification test suite checks for proper operation with WEP, WPA and WPA2. But if manufacturers don't submit their products for Certification, they may not lock out the higher rates. We also found early products using Ralink silicon also improperly enabled the higher rates when WEP and WPA/TKIP were used. But Ralink-based products that are Wi-Fi Certified now properly lock out the higher rages.

The bottom line is that you can only use WPA2/AES wireless security (or no security at all) if you don't want to throw away lots of speed.

Similarly, WMM must be enabled in order to get link rates higher than 54 Mbps. See Don't Mess With WMM!for more info.

Fix #5: Don't use Channel Bonding

If you are changing the Channel Width or mode from the default 20 MHz to the 40 MHz (or "Auto 20/40" mode in some routers) channel-bonding mode, you could be reducing, not increasing your throughput.

The Channel-bonding trick can provide a 10 to 20 Mbps throughput increase, but usually works best under strong signal conditions. As signal levels drop, using channel bonding becomes much less effective in providing a throughput boost.

Check out location D in the Wireless Chart plot below, which shows that using the 40 MHz bandwidth modereduced throughput by around 75%! (Channel bonding in Location B didn't work so well either.) I have also found that with some routers, switching back to 20 MHz bandwidth yields a connection when I couldn't even get one using 40 MHz mode.

Throughput can be worse using 40 MHz bandwidth mode

So if you have been using 40 MHz bandwidth mode and wondering why your speeds have dropped, try switching back to 20 MHz mode to see if your throughput moves back up. 


本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

5 Ways To Fix Slow 802.11n Speed 的相关文章

  • 91. Decode Ways(解码方法)

    这道题的关键在于推导出递推公式 xff0c 这里我将存储的数组定义为code xff0c 字符串为s xff0c code i 代表前i个字符可解码的数量 xff0c 即code i 代表的是s i 1 及之前字符的总解码数量 很明显可知c
  • Decode Ways 解码方法

    一条包含字母 A Z 的消息通过以下方式进行了编码 xff1a 39 A 39 gt 1 39 B 39 gt 2 39 Z 39 gt 26 给定一个只包含数字的非空 字符串 xff0c 请计算解码方法的总数 示例 1 输入 34 12
  • 关于Ubuntu fix-broken 的使用

    执行命令 xff1a sudo apt fix broken install sudo apt get update sudo apt get upgrade 运行后可以解决由于依赖包缺失或错误引起的无法通过apt get来安装应用
  • Decode Ways问题及解法

    问题描述 xff1a A message containing letters from A Z is being encoded to numbers using the following mapping 39 A 39 gt 1 39
  • Leetcode: Decode ways

    A message containing letters from A Z is being encoded to numbers using the following mapping 39 A 39 gt 1 39 B 39 gt 2
  • LeetCode-decode-ways

    A message containing letters fromA Zis being encoded to numbers using the following mapping 39 A 39 gt 1 39 B 39 gt 2 39
  • Leetcode Decode Ways 解题报告

    A message containing letters from A Z is being encoded to numbers using the following mapping 39 A 39 gt 1 39 B 39 gt 2
  • 5 Ways To Fix Slow 802.11n Speed

    http www cnblogs com jjkv3 archive 2012 04 22 2464919 html o you went and bought a shiny new 802 11n router and were all
  • linux 有线认证联网,Ubuntu通过802.1x(有线)认证上网

    一 首先 xff0c 得确认你是通过802 1x认证的 暨大的同学可以致电网络中心办公室 xff0c 说你是苹果电脑的 xff0c 让老师把你的认证模板改为苹果系统即可使用标准802 1x而不是锐捷认证上网 二 点击panel上面的网络连接
  • tail -f slow.log tail: inotify cannot be used, reverting to polling

    tail f slow log tail inotify cannot be used reverting to polling tail慢查询日志出现tail inotify cannot be used reverting to pol
  • Gazebo加载grasp-fix插件报错:

    Gazebo加载grasp fix插件报错 xff1a Err GazeboGraspGripper cpp 64 GazeboGraspGripper Palm link ee link not found The gazebo gras
  • The Gazebo grasp fix plugin

    The Gazebo grasp fix plugin 官方资料链接 xff1a https github com JenniferBuehler gazebo pkgs wiki The Gazebo grasp fix plugin 特
  • 【leetcode】802. 找到最终的安全状态(find-eventual-safe-states)(拓扑排序)[中等]

    链接 https leetcode cn com problems find eventual safe states 耗时 解题 xff1a 23 min 题解 xff1a 23 min 题意 在有向图中 xff0c 以某个节点为起始节点
  • MySQL慢查询的两种分析方案 slow sql

    http blog csdn net ylqmf article details 6541542 前一段日子 xff0c 我曾经设置了一次记录在MySQL数据库中对慢于1秒钟的SQL语句进行查询 想起来有几个十分设置的方法 xff0c 有几
  • 转:Fix Bug的五个阶段

    一个非常严重和困难的bug xff0c 能够成就一个饱经沧桑深受压力的有经验的专业程序员的职业生涯 经受这种考验的创伤程度 xff0c 相当你受到了一次严重的身体伤害 xff0c 离婚 xff0c 或是家庭成为的离世 研究人员在研究了计算机
  • Leetcode: Decode ways

    A message containing letters from A Z is being encoded to numbers using the following mapping 39 A 39 gt 1 39 B 39 gt 2
  • 802.11 Authentication and Association

    The 802 11 standard provides a method for supplying different levels of access to different nodes in a wireless local ar
  • 802.11 QoS

    到了空调西瓜WiFi的夏日时光了 xff0c 家里用网的人一多 xff0c 难免会抢占起宽带资源来 有没有什么办法 xff0c 让家里所有人都可以得到一个比较不错的网络体验呢 xff1f 那今天你可以试试打开你路由器的QoS功能了 xff0
  • wifi 802.11 kvr 漫游

    802 11k 802 11k为无线局域网应该如何进行信道选择 漫游服务和传输功率控制提供了标准 他提供无线资源管理 xff0c 让频段 xff08 BAND xff09 通道 xff08 CHANNEL xff09 载波 xff08 CA
  • FIX协议介绍与QuickFIX使用入门(上)

    定义 FIX协议是由国际FIX协会组织提供的一个开放式协议 目的是推动国际贸易电子化的进程 在各类参与者之间 包括投资经理 经纪人 买方 卖方建立起实时的电子化通讯协议 FIX协议的目标是把各类证券金融业务需求流程格式化 使之成为一个个可用

随机推荐