Home > Wireless Tutorial

Wireless Tutorial

August 12th, 2011 Go to comments

In this article we will discuss about Wireless technologies mentioned in CCNA.

Wireless LAN (WLAN) is very popular nowadays. Maybe you have ever used some wireless applications on your laptop or cellphone. Wireless LANs enable users to communicate without the need of cable. Below is an example of a simple WLAN:

Wireless_Applications.jpg

Each WLAN network needs a wireless Access Point (AP) to transmit and receive data from users. Unlike a wired network which operates at full-duplex (send and receive at the same time), a wireless network operates at half-duplex so sometimes an AP is referred as a Wireless Hub.

The major difference between wired LAN and WLAN is WLAN transmits data by radiating energy waves, called radio waves, instead of transmitting electrical signals over a cable.

Also, WLAN uses CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) instead of CSMA/CD for media access. WLAN can’t use CSMA/CD as a sending device can’t transmit and receive data at the same time. CSMA/CA operates as follows:

+ Listen to ensure the media is free. If it is free, set a random time before sending data
+ When the random time has passed, listen again. If the media is free, send the data. If not, set another random time again
+ Wait for an acknowledgment that data has been sent successfully
+ If no acknowledgment is received, resend the data

IEEE 802.11 standards:

Nowadays there are three organizations influencing WLAN standards. They are:

+ ITU-R: is responsible for allocation of the RF bands
+ IEEE: specifies how RF is modulated to transfer data
+ Wi-Fi Alliance: improves the interoperability of wireless products among vendors

But the most popular type of wireless LAN today is based on the IEEE 802.11 standard, which is known informally as Wi-Fi.

* 802.11a: operates in the 5.7 GHz ISM band. Maximum transmission speed is 54Mbps and approximate wireless range is 25-75 feet indoors.
* 802.11b: operates in the 2.4 GHz ISM band. Maximum transmission speed is 11Mbps and approximate wireless range is 100-200 feet indoors.
* 802/11g: operates in the 2.4 GHz ISM band. Maximum transmission speed is 54Mbps and approximate wireless range is 100-200 feet indoors.

ISM Band: The ISM (Industrial, Scientific and Medical) band, which is controlled by the FCC in the US, generally requires licensing for various spectrum use. To accommodate wireless LAN’s, the FCC has set aside bandwidth for unlicensed use including the 2.4Ghz spectrum where many WLAN products operate.

Wi-Fi: stands for Wireless Fidelity and is used to define any of the IEEE 802.11 wireless standards. The term Wi-Fi was created by the Wireless Ethernet Compatibility Alliance (WECA). Products certified as Wi-Fi compliant are interoperable with each other even if they are made by different manufacturers.

Access points can support several or all of the three most popular IEEE WLAN standards including 802.11a, 802.11b and 802.11g.

WLAN Modes:

WLAN has two basic modes of operation:

* Ad-hoc mode: In this mode devices send data directly to each other without an AP.

Wireless_Ad-hoc_mode.jpg

* Infrastructure mode: Connect to a wired LAN, supports two modes (service sets):

+ Basic Service Set (BSS): uses only a single AP to create a WLAN
+ Extended Service Set (ESS): uses more than one AP to create a WLAN, allows roaming in a larger area than a single AP. Usually there is an overlapped area between two APs to support roaming. The overlapped area should be more than 10% (from 10% to 15%) to allow users moving between two APs without losing their connections (called roaming). The two adjacent APs should use non-overlapping channels to avoid interference. The most popular non-overlapping channels are channels 1, 6 and 11 (will be explained later).

Wireless_Infrastructure_mode.jpg

Roaming: The ability to use a wireless device and be able to move from one access point’s range to another without losing the connection.

When configuring ESS, each of the APs should be configured with the same Service Set Identifier (SSID) to support roaming function. SSID is the unique name shared among all devices on the same wireless network. In public places, SSID is set on the AP and broadcasts to all the wireless devices in range. SSIDs are case sensitive text strings and have a maximum length of 32 characters. SSID is also the minimum requirement for a WLAN to operate. In most Linksys APs (a product of Cisco), the default SSID is “linksys”.

In the next part we will discuss about Wireless Encoding, popular Wireless Security Standard and some sources of wireless interference.

Comments (22) Comments
  1. gidza
    August 13th, 2011

    thanx guys for the info but to those who need more shud Todd Lammle book 6th edition, has all the detail

  2. gidza
    August 13th, 2011

    hie
    Pliz can some1 tell me if teleworkers are now in the ccna syllabus will be writing August monthed

  3. vinie
    August 16th, 2011

    9tut, A-W-E-S-O-M-E! Realy great. ;D

    Thx so much.

  4. Fabian
    August 25th, 2011

    Thanks for the info really usefull… Blessings!

  5. syed rouhan haider
    August 28th, 2011

    thankzzzz for the information of wirless network

  6. Lyte
    August 30th, 2011

    Can any1 send me , (danielagboh@yahoo.com) latest dump on 640-802. I wnt 2 write the exam in 2 weeks time.

  7. gcs
    September 6th, 2011

    @ 9tut
    please upload tutorial on subnetting & vlsm

  8. Darwin
    September 13th, 2011

    @9tut, pls upload 802.11n explanation.Thanks for about WLAN.

  9. xallax
    September 13th, 2011

    @darwin
    hey, you can read everything you need about 802.11n here:
    http://www.en.wikipedia.org/wiki/IEEE_802.11n-2009

    good morning

  10. Darwin
    September 13th, 2011

    @xallax…Thanks a lot for ur prompt reply.

  11. Cisco craze
    October 3rd, 2011

    what is initialization vector???

  12. LeeThao
    October 7th, 2011

    Hi, all .
    When i config roaming , would I config more AP same SSID ?

  13. xallax
    October 8th, 2011

    @leethao
    yes, but use different broadcast channel frequency numbers

  14. salama
    October 16th, 2011

    nice explaination

  15. Biggest 9TUT Fan!!!!
    October 20th, 2011

    Legeds live’s for ever!!!!

  16. Muhammad Arshad
    November 22nd, 2011

    i need whole WAN tutorial please help me by sending email to arsadh007@yahoo.com

  17. CiscoMan
    December 21st, 2011

    Hi,

    I think there is a mistake here :
    + Listen to ensure the media is free. If it is free, set a random time before sending data

    It should be : if it is NOT free, set a random time before sending data.

    Thank you for this great website.

  18. 9tut
    March 12th, 2012

    @CiscoMan: It is not a mistake, if the environment is free, it still waits a random time before sending data.

  19. Alex
    March 13th, 2012

    @CiscoMan: this further reduces the statistical probability of a collision. Silent -> random wait -> send

  20. nikhila
    March 27th, 2012

    i am spellbound…what a precise , easy to understand tutorial…its simply too good:) 9tut…u rock!

  21. anil rana
    April 24th, 2012

    dear sir

    can i add the manual ip address in ad-hoc peer to peer connection

    i think ad-hoc cannection supports nine wi-fi devices

  22. Rajashree
    May 17th, 2012

    Thanks! Its is a good stuff of wireless networking.

Add a Comment