Skip to main content

Basics of Wi-Fi

Over the past two decades, the demand for wireless service has grown at an extraordinary pace. The industry has grown from pagers, and  cellular phones  to Personal Communication Systems (PCS) and wireless local area networks (WLANs), providing services that deliver voice, data, and video in real time.  For some time, wireless communications have been evolving from voice and low data rate services towards high bit rate services like video-telephony and multimedia). In addition, wireless-in-house communications with a high degree of mobility are also emerging rapidly. Wi-Fi Access Points are being installed in almost every conceivable location from public areas such as airports, coffee bars to private homes and even on the masts of boats.
The performance of wireless communication systems depends on the radio wave transmission path between the transmitter and the receiver. Unlike their wired counterparts whose distance limitations and data rates are fully understood due to the use of specific standards and controlled media, distance limitation (i.e. the range) and data rates of Wi-Fi networks are more difficult to determine.  They interact with the environment through which they propagate by means of reflection, refraction and scattering, hence their (almost) random nature. It is essential to understand the propagation characteristics for a proposed WLAN before deployment.
802.11a and 802.11b are some of the oldest the Wi-Fi standards and operate on the 5GHz and 2.4GHz frequencies respectively. It could be said that 802.11b was the standard that popularized Wi-Fi, and many legacy devices still utilize this standard today. The biggest differentiators between these original standards from a practical standpoint are speed and range. 802.11a enables speeds of up to 54Mbit/s but the shorter wavelength isn’t as effective at penetrating walls and other obstructions making it less feasible for home networks. 802.11b is limited to 11Mbit/s of throughput, but the 2.4GHz frequency handles signal degradation better.
802.11g combined the benefits of its predecessors, offering 54Mbit/s using a 2.4GHz radio. An additional benefit of using 802.11g is the backward compatibility with 802.11b client devices, though using an 802.11b device on an 802.11g network will reduce the data rate for all clients to 11Mbit/s.

802.11n is the current Wi-Fi standard, and supports the use of both 2.4GHz and 5GHz bands. This ability to use both sets of frequencies is known as MIMO (Multiple-Input Multiple-Output). The key benefits to using 802.11n devices are data rates up to 600MBit/s, and some additional security features. 802.11n offers backward compatibility, though for performance reasons these features are optional, and are not always enabled.

Comments

  1. Harrah's Cherokee Casino & Hotel - Mapyro
    Harrah's 삼척 출장샵 Cherokee Casino & Hotel · 경상북도 출장안마 6406 Cherokee 전라남도 출장샵 Blvd. · (816) 951-1000 여수 출장마사지 · Visit 안양 출장마사지 Website · http://www.caesars.com/harrahs-cherokee-casino.

    ReplyDelete

Post a Comment

Popular posts from this blog

OBIEE 11g Error "Selected item is not of valid selection type" In Agent When Select Dashboard Page For Content

OBIEE 11g Error"Selected item is not of valid selection type" This error applies to OBIEE - version 11.1.1.7.0 and later . When you try to choose a dashboard page for delivery content in an agent, it constantly fails with the error message " Selected item is not of valid selection type ”.  Solution: This error may happen, when there is an added extra space after the end of the name of the dashboard page. For example, instead of "PAGE", it is "PAGE   "  It may happen with a space at the beginning of the name also. Removal of the extra space by renaming the dashboard page will correct the error.

DATAPUMP IMPORT HANGS AT INDEXES

  I initiated a  Datapump Import job at 11am.It took almost 30minutes to load all the tables but 8 hours later, the import log file shows that it's doing " Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX ",  so it means the import job has been hanging for almost 7.5 hours. Check dba_resumable view to see when the suspension happened SQL>select user_id,session_id, status, start_time, suspend_time,resume_time, error_msg from dba_resumable;  Check the error message. My error message was; ORA-01691: unable to extend lob segment XXXXXXXX by value in tablespace XXX   Solution:   SQL> alter tablespace XXX add datafile '/YOUR_PATH/XXX02.dbf' size 20M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED; You are good to go.  

Setting User Defined JVM Memory Arguments in JDeveloper 11g Integrated WebLogic Server

Setting User Defined JVM Memory Arguments in JDeveloper 11g Integrated WebLogic Server This guide explains how to set your own predefined JVM memory arguments for the JDeveloper WebLogic container at startup for the integrated WebLogic server.   This will help avoid java.lang.OutOfMemoryError s experienced on heavy java processes and also improve on the integrated JDeveloper WebLogic server’s performance overall. Steps Locate the file: setDomainEnv.cmd which should be at: [JDeveloper Working Directory]\jdeveloper\system.xxx.xx.xx\DefaultDomain\bin                                 i.             Note: [JDeveloper Working Directory] will be "C:\Documents and Settings\<username>\Application...