Practices
  Home arrow Practices arrow Introduction to Wireless
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
PRACTICES

Introduction to Wireless
By: O'Reilly Media
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 19
    2004-08-09


    Table of Contents:
  • Introduction to Wireless
  • Radio Wave Behavior
  • Connections Without Wires
  • Operating Modes
  • Wi-Fi Hardware
  • Antennas
  • Bluetooth, Cellular Data and Infrared

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Introduction to Wireless
    ( Page 1 of 7 )

    This first chapter from the book Linux Unwired by Roger Weeks et al. introduces radio waves, antennas, connections without wires, Bluetooth, cellular data and infrared. (O'Reilly Media, ISBN: 0596005830, 2004.)

    WeeksWireless networks use radio waves to move data without wires and they have been around in one form or another for decades. Teletype, or telex, systems were established worldwide in the early 1920s. These systems used copper lines to connect two or more teletype machines. Government investments in military radios lead to innovations in radio; teletype over radio (TOR), or radioteletype, replaced many teletype systems, particularly in third-world countries that lacked copper-wire infrastructures. In many parts of the world, TOR is still used as the primary communications medium for governments. TOR uses the high frequency (HF) radio band. We’ll cover the types of radio bands later in this chapter.

    In 1970, Norm Abramson, a professor of engineering at the University of Hawaii, developed a radio-based communications system known as ALOHANET. This was the world’s first wireless packet-switched network, which allows multiple devices to transmit and receive data simultaneously. The research behind ALOHANETwas used by Bob Metcalfe to develop the Ethernet standard for wired networking.

    Presently, there are many types of wireless networks in use around the world. The 802.11 protocol set, popularly known as Wi-Fi, includes wireless network standards that allow data transmission up to a theoretical 54 Mbps. The Global Positioning System (GPS) uses a wireless connection from a receiver to a series of satellites to fix a location precisely on the planet. There are several wireless networking standards in the mobile-phone world, including General Packet Radio Service (GPRS) and Code Division Multiple Access (CDMA) 1xRTT (1x Radio Transmission Technology). Subsequent chapters will discuss all of these in detail.

    Radio Waves

    Radio waves are created when electrically charged particles accelerate with a frequency that lies in the radio frequency (RF) portion of the electromagnetic spectrum. Other emissions that fall outside of the RF spectrum include X-rays, gamma rays, and infrared and ultraviolet light. When a radio wave passes a copper wire or another electrically sensitive device, it produces a moving electric charge, or voltage, which can be transformed into an audio or data signal.

    Radio waves can be depicted mathematically as a sinusoidal curve, as shown in Figure 1-1.


    Figure 1-1.
    A sine wave representing a radio wave

    The distance covered by a complete sine wave (a cycle) is known as the wavelength. The height of the wave is called the amplitude. The number of cycles made in a second is known as the frequency. Frequency is measured in Hertz (Hz), also known as cycles per second. So, a 1 Hz signal makes a full cycle once per second. You should be familiar with this unit of measurement: if your new computer’s CPU operates at 2 GHz, the internal clock of your CPU generates signals roughly at two billion cycles per second.

    Note that frequency is inversely proportional to the wavelength: the longer the wavelength, the lower the frequency; the shorter the wavelength, the higher the frequency. The wavelength of a 1 Hz signal is about 30 billion centimeters, which is the distance that light travels in one second. A 1 MHz signal has a wavelength of 300 meters.

    Radio Frequency Spectrum

    To regulate the use of the various radio frequencies, the Federal Communications Commission (FCC) in the United States determines the allocation of frequencies for various uses. Table 1-1 shows some of the bands defined by the FCC (see http://www.fcc.gov/oet/spectrum/table/fcctable.pdf).

    Frequency

    Band

    10 kHz to 30 kHz

    Very Low Frequency (VLF)

    30 kHz to 300 kHz

    Low Frequency (LF)

    300 kHz to 3 MHz

    Medium Frequency (MF)

    3 MHz to 30 MHz

    High Frequency (HF)

    30 MHz to 328.6 MHz

    Very High Frequency (VHF)

    328.6 MHz to 2.9 GHz

    Ultra High Frequency (UHF)

    2.9 GHz to 30 GHz

    Super High Frequency (SHF)


    Table 1-1. Range of frequencies defined for the various bands.

    You can get a more detailed frequency allocation chart from http://www.ntia.doc.gov/osmhome/allochrt.pdf. The following conversion list should help you understand this chart:

    • 1 kilohertz (kHz) = 1,000 Hz
    • 1 megahertz (MHz) = 1,000 kHz
    • 1 gigahertz (GHz) = 1,000 MHz

    Wireless networks use a variety of radio frequencies. Table 1-2 shows some common wireless network protocols and the corresponding radio frequencies.

    Frequency range

    Wireless network

    2.45 GHz

    Bluetooth

    2.4 to 2.483 GHz

    802.11, 802.11b, 802.11g

    5.180 GHz to 5.805 GHz

    802.11a

    1.2276 and 1.57542 GHz

    GPS


    Table 1-2.  Frequencies used by various wireless networks

    Buy the book! If you've enjoyed what you've seen here, or to get more information, click on the "Buy the book!" graphic. Pick up a copy today!

    Visit the O'Reilly Network http://www.oreillynet.com for more online content.



     
     
    >>> More Practices Articles          >>> More By O'Reilly Media
     

       

    PRACTICES ARTICLES

    - More Techniques for Finding Things
    - Finding Things
    - Finishing the System`s Outlines
    - The System in So Many Words
    - Basic Data Types and Calculations
    - What`s the Address? Pointers
    - Design with ArgoUML
    - Pragmatic Guidelines: Diagrams That Work
    - Five-Step UML: OOAD for Short Attention Span...
    - Five-Step UML: OOAD for Short Attention Span...
    - Introducing UML: Object-Oriented Analysis an...
    - Class and Object Diagrams
    - Class Relationships
    - Classes
    - Basic Ideas





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek