Skip to main content

What is 802.11

A family of IEEE standards that extend the common wired Ethernet local network standard into the wireless domain. The 802.11 standards are widely known as "Wi-Fi" because the Wi-Fi Alliance provides certification for 802.11 products. There have been four major 802.11 standards designated with letter suffixes (a, b, g and n); the latest and fastest being 802.11n (the slowest is 802.11b, and the two medium speed are 802.11a and 802.11g). For more about Wi-Fi networks, Following are the 802.11 specifications, from slowest to fastest.

Very Slow Speeds (1997)
The first 802.11 specifications included two spread spectrum methods in the unlicensed 2.4 GHz band: 1 Mbps frequency hopping (FHSS) and 1 and 2 Mbps direct sequence (DSSS). It also included an infrared method. Both FHSS and infrared were dropped by the Wi-Fi Alliance, but 1 Mbps DSSS method is still used by access points to advertise themselves

11b (1999) - Slow Speed

Using DSSS and the 2.4 GHz band, 802.11b boosted speed to 11 Mbps while retaining the slower DSSS modes to accommodate weak signals. It was the first major wireless local network standard, and many laptops were retrofitted with 11b network adapters. Later, 11b was built into the laptop motherboard.

11a (1999) - Medium Speed

Using orthogonal FDM (OFDM), 802.11a transmits up to 54 Mbps. It uses the 5 GHz band and is not backward compatible with the slower 11b.

11g (2003) - Medium Speed

Using orthogonal FDM (OFDM) transmission, 11g increased speed from 11 to 54 Mbps. Both 11b and 11g use the 2.4 GHz band and are compatible, which is why equipment is often designated as 802.11b/g. If 11b and 11g devices communicate, it is done at the slower 11b speed.

11n (2009) - Highest Speed

The 802.11n standard uses multiple antennas for speeds of 300 Mbps and more. Since 11n can operate in both spectrum bands, it is compatible with previous 11b/g and 11a standards.

11ac (2012) - Faster Yet

802.11ac operates in the 5 GHz band and, using multiple antennas and, depending on the number of antennas, can achieve data rates into the gigabit range.

Multiple Channels

To allow nearby access points to operate without interference, 802.11 divides the spectrum into 19 channels for 11n, 12 for 11a and only three for 11b and g. The 11b/g standards use overlapping channels, and only channels 1, 6 and 11 can be used in the U.S.

Two 802.11 Modes: Infrastructure and Ad Hoc

In "infrastructure" mode, wireless devices communicate to a wired LAN via base stations known as "access points." Each access point and its wireless devices are known as a Basic Service Set (BSS). An Extended Service Set (ESS) is two or more BSSs in the same subnet.

In "ad hoc" mode, also known as "peer-to-peer" mode, wireless devices communicate with each other directly without an access point. This is an Independent BSS (IBSS). An additional mode was added in 2009 that enables two devices to communicate with each other directly

802.11 Throughput Varies
Speed is distance dependent. The farther away the remote device from the base station, the lower the speed . Also, the actual data throughput is generally no more than half of the rated speed because 802.11 uses a collision "avoidance" technology rather than collision "detection" as in wired Ethernet . Wired systems can detect collisions, but wireless cannot and thus waits for an acknowledgment to determine if the packet was transmitted properly. For example, a rated 54 Mbps yields about 27 Mbps in real throughput.

Comments

Popular posts from this blog

How To Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...

Configuring the Linksys WRT54GS Router for wifi

Basic ADSL Router setup The full GUI can be accessed at http://ui.linksys.com/WRT54G/v1-v4/4.20.7/index.htm location  The router will work out of the box, but has none of the security functions enabled as standard. It should be connected by Cat5 or 5e ethernet cable between a modem and the computer network as its job is to manage traffic and protect the network with its built-in firewall. Configuring the WRT54GS is quite straightforward thanks to its user-friendly web interface. To access it enter; http://192.168.1.1 into your web browser. You will be prompted to enter a username and password. Enter admin for both, you will be changing this later. Router Name This image above is of the first web interface showing the basic configuration settings. Nothing needs to be changed here for most home user setups, but I suggest changing the Router Name to something meaningful and changing the Time Zone. If you have made any changes, click Save at t...

How To Setup a USB Flash Drive to Install Windows 7

If you have an ISO image of Windows 7, using Microsoft’s free utility is a quick and easy option to get the image on your USB flash drive. It requires XP SP2 or higher and if you’re using an XP machine you’ll need .NET Framework 2.0, and Microsoft Image Mastering API V2…both of which can be downloaded from the link below. It seemed to work best if I formatted the flash drive as NTFS before using the download tool. But that could be because of the flash drive I used…your mileage may vary.   It’s a pretty straight forward process, first browse to the location of your Windows 7 ISO file and click Next. Select USB device…this also helps you burn the ISO to DVD as well if you need that option. Choose your flash drive and click Begin copying. Now just wait for the process to complete. The drive will be formatted and files copied to the flash drive. When the process is finished you will be able to see the files on the flash drive as you would if you opened the installat...