两台机器,相同的无线适配器,不同的速度

两台机器,相同的无线适配器,不同的速度

我有两台彼此相邻的机器(5 英尺以内),每台机器都安装了相同的无线适配器(TP/LINK USB 无线 N 适配器)。

无线路由器在另一个房间。直接连接到路由器,我得到 120mb/s。

从一台机器(一台较旧、速度稍慢的机器,运行 Windows 7,以下称为“Win7”),我获得了 65mb/s 的 speedtest.net 下载速度

我从另一台机器(更新、更快、运行 Windows 8,以下称为“Win8”)获得 35mb/s 的 speedtest.net 下载速度。两台机器的上传速度均为 10mb/s。

据我所知,它们的设置相同,无线适配器相同,并且都使用制造商提供的最新驱动程序。据我所知,所有无线设置都相同(加密 AES 等)。

下面我粘贴了两台机器上 netsh int tcp show global 的结果

Windows 8:

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State          : enabled
Chimney Offload State               : enabled
NetDMA State                        : disabled
Direct Cache Access (DCA)           : disabled
Receive Window Auto-Tuning Level    : normal
Add-On Congestion Control Provider  : none
ECN Capability                      : enabled
RFC 1323 Timestamps                 : disabled
Initial RTO                         : 3000
Receive Segment Coalescing State    : disabled

wmic NIC 的结果其中 NetEnabled=true 获取名称、速度:

Name                             Speed
TP-LINK Wireless USB Adapter #2  193250000

Windows 7的:

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State          : enabled
Chimney Offload State               : enabled
NetDMA State                        : enabled
Direct Cache Acess (DCA)            : disabled
Receive Window Auto-Tuning Level    : normal
Add-On Congestion Control Provider  : none
ECN Capability                      : enabled
RFC 1323 Timestamps                 : disabled

wmic NIC 的结果其中 NetEnabled=true 获取名称、速度:

Name                             Speed
300Mbps Wireless USB Adapter     58000000

如果我可以做/发布其他任何事情来提供更多信息,请说,我不擅长配置硬件。

谢谢

相关内容