私のルーターとワイヤレスネットワーキングカードはどちらも802.11a/b/g/n規格をサポートしていますが、速度が30〜40 Mbit/s程度しか得られないので、nの代わりにg規格を使用しているのではないかと思います。これをどうにか確認したいので、私の質問は、次のとおりです。コンピュータとルーター間の通信で現在使用されている標準を確認する方法(ネットワーク診断ツールなど)はありますか?
Windows(Win7でテスト済み、Windows XPに戻るVistaと互換性があるはずです):
C:\Users\kuba>netsh wlan show interfaces
There is 1 interface on the system:
Name : Wireless Network Connection 2
Description : DW1520 Wireless-N WLAN Half-Mini Card
State : connected
Network type : Infrastructure
Radio type : 802.11g <-- the currently negotiated value
Authentication : WPA-Personal
Cipher : CCMP
Connection mode : Auto Connect
Channel : 11
Receive rate (Mbps) : 54
Transmit rate (Mbps) : 54
Signal : 82%
Profile : xxxx
Hosted network status : Not started
多くのLinuxフレーバー(Debianを含む)ではiwconfig
を使用します。 「802.11n」などの文字列は表示されませんが、他の設定の中でBit Rate:54 Mb/s
は表示されます。