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 (48) 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.

  23. Jama
    June 13th, 2012

    Hi 9tut.. in the explanation of 802.11 why don’t u add 802.11n? I need to know it’s difference than the other ones?

    Thank You

  24. Somaliland
    June 13th, 2012

    I confused OFDM and searched it..found out that you forget to right Frequency.. u just write like this Orthogonal Division Multiplexing (OFDM)..

    Thank You

  25. Almira
    July 12th, 2012

    same here.. im looking wheres F heh

  26. Sasank Choudhury
    August 6th, 2012

    nice explanation………..thanks a lot………….

  27. texray
    August 27th, 2012

    Q6. 172.25.0.0 given. No mask or prefix given. 172 is a class be address with a classful mask of 255.255.0.0 prefix /16. This is only one subnet with range of 172.25.0.0 to 172.25.255.255 /16. We want eight subnets. 2 to the number of host bits borrowed equals the number of subnets gained. So we want 8 subnets. Borrow 3 hosts bit because 2^3 host bits borrowed equals 8 subnets gained from one subnet given. So borrowing 3 hosts bits, we move our classful /16 boundary 3 places to the right which would give us a new /19 prefix. There are 8 subnets gained and we want to know only what the 3rd subnet is and we have a ip subnet zero command configured which means that the first subnet is 172.25.0.0 to 172.25.31.255. The next subnet is 172.25.32.0 to 172.25.32.255. the third subnet is 172.25.64.0 to 172.95.255. Look at the ip address choices in the question and choose those that fit into the third subnet’s range. I hope this helps.

  28. texray
    August 27th, 2012

    Sorry I made one mistake on Q6. the second subnet range is from 172.25.32.0 to 172.25.63.255.

  29. @DeepKamal
    December 24th, 2012

    gr8

  30. jhon
    January 19th, 2013

    @9tut

    Now,as i understand from your words

    roaming : must have same ssid but both AP must be on different frequencies

    so my question is if both AP were on different frequencies so how can roaming happen ?

    and if we used different frequencies like 1,6,11 …..so there is no overlapping and there is no roaming ? so why different frequencies

    thanks

  31. 9tut
    January 19th, 2013

    @jhon: They are in different frequencies. The device must get all necessary information about that AP, including frequency before “jumping” to another AP.

  32. noor
    January 22nd, 2013

    Thx so much.

  33. Base Zeuz
    April 9th, 2013

    Hello everybody!!!! Anyone that tell me, where download a study guide of CCNA_Wirless, please…
    So, I’m passed CCNA 881 !!! last April 5th, 2013. If anyone need something else, and I help please send me a mail jcgt_83@hotmail.com
    Thank you guys…See you soon

  34. Dilsher
    April 13th, 2013

    Hi 9tut if you have practice material of WAN like your EIGRP it is very educative with packet tracer. I want to practice WLAN in packet tracer but i have no idea how to practice WLAN with packet tracer, if you have some material kindly update.

    dilsheramritsar@gmail.com

    Thank you……

  35. Rapunzel
    May 6th, 2013

    thanks a bunch!! this helped alot

  36. Rapunzel
    May 6th, 2013

    G R E A T !!

  37. Dave
    June 7th, 2013

    Take a look at this site for a pdf tutorial – I am reading it over the next few days.

    http://www.veriwave.com/pdf/07/80211_tutorial.pdf

  38. Nargis
    July 13th, 2013

    Awesome lts easy but very comprehensive …….

  39. adao
    July 18th, 2013

    where is the sec. parts of this tutorial?

  40. Kathie
    October 22nd, 2013

    Hello, I am writing in an unusual case … Some time ago, I used your services, and one of your employees face was familiar to me. At dinner with my wife, it turned out that he was a burglar, who 5 years ago broke into our home!!! This is ridiculous!!! How you can hire criminals? I found at least 3 bad entries for him at website for background check http://everifies.com !! I am sure there are more!!! Please do something about it, things like that are ridiculous!!!

  41. Charles Gachango
    January 18th, 2014

    hey,can I also get the vlsm tutorials on gmail

    gachangocmbugua@gmail.com

    I’ll appreciate.

  42. cham
    August 3rd, 2014

    Hey 9tut can you give me a server explaining web site.like this :)
    Thank You

  43. immanuel.simbo@gmail.com
    August 6th, 2014

    i never knew anything about networking. but your teachings have come with me this far. thanks very……………………….. much

  44. mohed
    February 8th, 2015

    thanks, for greater information about wlan

  45. oluwafemi michael
    February 8th, 2015

    am a new student of wlan can some 1 mentol me oluwafemimichael206@yahoo.com and introduce me to any tutoria please

  46. Rob
    March 30th, 2015

    If it is free, set a random time before sending data

    Should that read :

    If it is NOT free, set a random time before sending data?

  47. Rob
    March 30th, 2015

    Please disregard previous comment – read respond to CiscoMan’s comment

  48. Muskan Bista
    May 28th, 2015

    Awesome

Add a Comment