Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: See detailed AirPort connection information' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: See detailed AirPort connection information
Authored by: huwr on Nov 06, '07 04:54:39PM
Why is the RSSI negative?

See: http://en.wikipedia.org/wiki/RSSI

I would have thought it would be between 0 and 255 - an unsigned short. Could it be that the AirPort menu is displaying it as a signed short, rather than an unsigned short?

[ Reply to This | # ]
10.5: See detailed AirPort connection information
Authored by: megagram on Nov 06, '07 09:31:07PM

I'm not an expert but my theory is Apple is using dBm for measurement. The greater the negative number, the worse off your signal is. The equation is something like db=10log(p2/p1) where P1 is your original signal in decibels and P2 is the received signal level in decibels.

So, if you have P1=P2 (no signal loss) the signal loss is 10log1 which is 0. If P1=100 and P2=10, the signal loss is 10log.1 which is -10. For P1=1000 and P2=10, the loss is 10log.01 which is -20.

Someone correct me if I'm wrong, but that's the gist of it.



[ Reply to This | # ]
10.5: See detailed AirPort connection information
Authored by: jestinson21 on Nov 07, '07 03:34:46PM

Not sure about 802.11x but in the cell phone world (GSM, CDMA, UMTS, etc.) the RSSI is usually expressed as negative number (0 being the optimal signal with no loss at all). My base station is sitting about six feet from my laptop and I get a RSSI of -48. All the neighbors are coming in at about -90 so that seems about right.



[ Reply to This | # ]