|
An Introduction to Wireless
Network
Wireless Internet access technology is being
increasingly deployed in both office and public
environments, as well as by Internet users at
home. Some of the basic technologies of wireless
network systems are outlined below.
Wireless Local Area
Network
A Wireless Local Area Network (WLAN) is a type
of local area network that uses high frequency
radio waves rather than wires to communicate between
network-enabled devices.
Access Point
A wireless access point (AP) is a hardware device
that allows wireless communication devices, such
as PDAs and mobile computers, to connect to a
wireless network. Usually, an AP connects into
to a wired network, and provides a bridge for
data communication between wireless and wired
devices.
Service Set Identifier
A Service Set Identifier (SSID) is a configurable
identification that allows wireless clients to
communicate with an appropriate access point.
With proper configuration, only clients with correct SSID can communicate with the access points.
In effect, the SSID acts as a single shared password
between access points and clients.
Open System Authentication
Open System Authentication is the default authentication
protocol for the 802.11 wireless standard. It
consists of a simple authentication request containing
the station ID and an authentication response
containing success or failure data. Upon successful
authentication, both stations are considered mutually
authenticated. It can be used with WEP (Wired Equivalent Privacy) protocol to provide better communication security, however it is important to note that the authentication management frames are still sent in clear text during authentication process. WEP is used only for encrypting data once the client is authenticated and associated. Any client can send its station ID
in an attempt to associate with the AP. In effect,
no authentication is actually done.
Shared Key Authentication
Shared Key Authentication is a standard challenge
and response mechanism that makes use of WEP and
a shared secret key to provide authentication.
Upon encrypting the challenge text with WEP using
the shared secret key, the authenticating client
will return the encrypted challenge text to the
access point for verification. Authentication
succeeds if the access point decrypts to the same
challenge text.
Ad-Hoc Mode
Ad-hoc mode is one of the networking topologies
provided in the 802.11 standard. It consists of
at least two wireless stations where no access
point is involved in their communication. Ad-hoc
mode WLANs are normally less expensive to run,
as no APs are needed for their communication.
However, this topology cannot scale for larger networks and lack of some security features like MAC filtering and access control.
Infrastructure Mode
Infrastructure mode is another networking topology
in the 802.11 standard, in addition to ad-hoc
mode. It consists of a number of wireless stations
and access points. The access points usually connect
to a larger wired network. This network topology
can scale to form large-scale networks with arbitrary
coverage and complexity.
Wired Equivalent Privacy
Protocol
Wired Equivalent Privacy (WEP) Protocol is a basic security feature in the IEEE 802.11 standard, intended to provide confidentiality over a wireless network by encrypting information sent over the network. A key-scheduling flaw has been discovered in WEP, so it is now considered as unsecured because a WEP key can be cracked in a few minutes with the aid of automated tools. Therefore, WEP should not be used unless a more secure method is not available.
Wi-Fi Protected Access
and Wi-Fi Protected Access 2
Wi-Fi Protected Access (WPA) is a wireless security protocol designed to address and fix the known security issues in WEP. WPA provides users with a higher level of assurance that their data will remain protected by using Temporal Key Integrity Protocol (TKIP) for data encryption. 802.1x authentication has been introduced in this protocol to improve user authentication.
Wi-Fi Protected Access 2 (WPA2), based on IEEE 802.11i, is a new wireless security protocol in which only authorised users can access a wireless device, with features supporting stronger cryptography (e.g. Advanced Encryption Standard or AES), stronger authentication control (e.g. Extensible Authentication Protocol or EAP), key management, replay attack protection and data integrity.
TKIP was designed to use with WPA while the stronger algorithm AES was designed to use with WPA2. Some devices may allow WPA to work with AES while some others may allow WPA2 to work with TKIP. But since November 2008, vulnerability in TKIP was uncovered where attacker may be able to decrypt small packets and inject arbitrary data into wireless network. Thus, TKIP encryption is no longer considered as a secure implementation. New deployments should consider using the stronger combination of WPA2 with AES encryption.
|