From owner-freebsd-mobile Sun Jul 14 15: 9:59 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57E637B400 for ; Sun, 14 Jul 2002 15:09:56 -0700 (PDT) Received: from dmlb.org (pc1-cmbg2-6-cust106.cam.cable.ntl.com [80.4.4.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607AB43E31 for ; Sun, 14 Jul 2002 15:09:56 -0700 (PDT) (envelope-from dmlb@dmlb.org) Received: from slave.my.domain ([192.168.200.39]) by dmlb.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 17TrYw-000Axz-00; Sun, 14 Jul 2002 23:09:54 +0100 Received: from dmlb by slave.my.domain with local (Exim 3.36 #1) id 17TrYw-0008cH-00; Sun, 14 Jul 2002 23:09:54 +0100 Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020714190625.79562.qmail@web21108.mail.yahoo.com> Date: Sun, 14 Jul 2002 23:09:54 +0100 (BST) From: Duncan Barclay To: Vinod Subject: Re: wi TX rate mechanism Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 14-Jul-2002 Vinod wrote: > Hi there all.I had a question about the wi TX > mechanism. I have observed that sometimes the TX rate > of my wi card fluctuates between 11Mbps, 6Mbps and > 2Mbps.Why does this happen? > if its due to interference why should the TX rate be > affected?shouldnt just the receiving station be > affected? > Was wondering if the receiving station tells the > sender to slow down.does it? 802.11 has automatic rate throttling in the MAC (medium access controller). The firmware in the card will initally try to send a packet at the highest rate supported by the BSS. If the TX does not receive and acknowledgement in a given time, it will fall back to lower rates because lower rates have a better chance of being received when the received signal is corrupted by interference and noise. The mechanism is "independent" of the receiver, in that the TX makes all the decesions based on whether it gets acks. > Another question i had is about the throughput i get > and what the wicontrol command shows my TX rate is. > I have seen that i get about 5Mbps throughput when the > TX rate is shown to be 11Mbps.so can i assume i will > always get about 5Mbps when wicontrol shows the rate > to be 11Mbps? if i start getting lesser throughput > then will wicontrol also be showing a lesser TX rate > like 6Mbps or 2Mbps ? What i mean in short is will > wicontrol automatically show smaller TX rates at the > sender when my receiver throughput falls.this is > related to my first question actually. > Thanks in advance, > Vinod When using an access point (infrastructure) all traffic from station to station must go through the AP. I.e. sta1 -> ap, ap->sta2. This essentially halves the system through put compared with the on air bit rate. Using ad-hoc networks removes this and you get close to the on air rate. Duncan -- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message