Home > Articles

This chapter is from the book

Implementing a WLAN

Implementing a WLAN involves more than selecting the desired standard and selecting a security mechanism. Access point placement can have more effect on throughput than standards. You need to understand how the efficiency of a WLAN is affected by such issues as topology, distance, and access point location.

Upon completing this lesson, you will be able to describe the factors affecting the implementation of a WLAN.

802.11 Topology Building Blocks

Figure 3-8 shows the original standard-defined 802.11 topologies: workgroup (ad hoc), infrastructure, and Extended Services Set. The other topologies such as repeaters, bridges, and workgroup bridges are vendor-specific extensions.

Figure 3-8

Figure 3-8 802.11 Building Blocks

The following list describes these different building blocks.

  • Ad hoc mode: Independent Basic Service Set (IBSS) is the ad hoc topology mode. Mobile clients connect directly without an intermediate access point. Operating systems such as Windows have made this peer-to-peer network easy to set up. This setup can be used for a small office (or home office) to allow a laptop to be connected to the main PC or for several people to simply share files. The coverage is limited. Everyone must be able to hear everyone else. An access point is not required. A drawback of peer-to-peer networks is that they are difficult to secure.
  • Infrastructure mode: In infrastructure mode, clients connect through an access point. There are two infrastructure modes:
    • Basic Service Set (BSS): The communication devices that create a BSS are mobile clients using a single access point to connect to each other or to wired network resources. The Basic Service Set Identifier (BSSID) is the Layer 2 MAC address of the BSS access point's radio card. While the BSS is the single building block for wireless topology and the BSS access point is uniquely identified through a BSSID, the wireless network itself is advertised through a SSID, which announces the availability of the wireless network to mobile clients. The SSID is a wireless network name that is user configurable and can be made up of as many as 32 case-sensitive characters.
    • Extended Services Set (ESS): The wireless topology is extended with two or more BSSs connected by a distribution system (DS) or a wired infrastructure. An ESS generally includes a common SSID to allow roaming from access point to access point without requiring client configuration.

BSA Wireless Topology

A Basic Service Area (BSA) is the physical area of RF coverage provided by an access point in a BSS. This area is dependent on the RF created with variations caused by access point power output, antenna type, and physical surroundings affecting the RF. While the BSS is the topology building block and the BSA is the actual coverage pattern, the two terms are used interchangeably in basic wireless discussions. Figure 3-9 shows a BSA topology.

Figure 3-9

Figure 3-9 BSA Topology

The access point attaches to the Ethernet backbone and communicates with all the wireless devices in the cell area. The access point is the master for the cell and controls traffic flow to and from the network. The remote devices do not communicate directly with each other; they communicate only with the access point. The access point is user-configurable with its unique RF channel and wireless SSID name.

The access point broadcasts the name of the wireless cell in the SSID through beacons. Beacons are broadcasts that access points send to announce the available services. It is used to logically separate WLANs. It must match exactly between the client and the access point. However, clients can be configured without an SSID (null-SSID), then detect all access points, and learn the SSID from the beacons of the access points. A common example of the discovery process is the one used by the integrated Windows Zero Configuration (WZC) utility when a wireless laptop is used at a new location. The user is shown a display of the newly found wireless service and asked to connect or supply appropriate keying material to join. SSID broadcasts can be disabled on the access point, but this approach does not work if the client needs to see the SSID in the beacon.

If a single cell does not provide enough coverage, any number of cells can be added to extend the range. This range is known as an Extended Service Area (ESA). Figure 3-10 shows an ESA topology.

Figure 3-10

Figure 3-10 ESA Topology

It is recommended that ESA cells have 10 to 15 percent overlap to allow remote users to roam without losing RF connections. For wireless voice networks, an overlap of 15 to 20 percent is recommended. Bordering cells should be set to different nonoverlapping channels for best performance.

Wireless Topology Data Rates

WLAN clients have the ability to shift data rates while moving. This strategy allows the same client operating at 11 Mbps to shift to 5.5 Mbps, then 2 Mbps, and finally still communicate in the outside ring at 1 Mbps. This rate-shifting happens without losing the connection and without any interaction from the user. Rate-shifting also happens on a transmission-by-transmission basis; therefore, the access point has the ability to support multiple clients at multiple speeds depending upon the location of each client. Figure 3-11 shows data rates at different distances from the access point.

Figure 3-11

Figure 3-11 Wireless Data Rates

The following outlines the characteristics of data rates as they apply to client devices and signal strength:

  • Higher data rates require stronger signals at the receiver. Therefore, lower data rates have a greater range.
  • Wireless clients always try to communicate with the highest possible data rate.
  • The client reduces the data rate only if transmission errors and transmission retries occur.

This approach outlined in the previous list provides the highest total throughput within the wireless cell. Figure 3-11 is for IEEE 802.11b; however, the same concept applies to IEEE 802.11a or IEEE 802.11g data rates.

Access Point Configuration

This topic describes the factors that should be considered when implementing a WLAN.

Wireless access points can be configured through a command-line interface (CLI), or more commonly through a browser GUI. However, the mode of configuration of the basic wireless parameters is the same. Basic wireless access point parameters include SSID, RF channel with optional power, and authentication (security), whereas basic wireless client parameters include only authentication. Wireless clients need fewer parameters because a wireless network interface card (NIC) scans all the available RF it can to locate the RF channel (meaning an IEEE 802.11b/g card cannot scan 5 GHz) and usually initiates the connection with a null-SSID to discover the available SSIDs. Therefore, by 802.11 design, if you are using open authentication, the result is plug-and-play. When security is configured with PSKs for older WEP or current WPA, remember that the key must be an exact match to allow connectivity.

Depending on the hardware chosen for the access point, it might be capable of two frequencies, 2.4 GHz ISM band and 5 GHz UNII band, and all three IEEE 802.11a/b/g implementations. The features of the access point usually allow for fine adjustment of parameters such as which frequencies to offer, which radio to enable, and which IEEE standard to use on that RF.

When 802.11b wireless clients are mixed with 802.11g wireless clients, throughput is decreased because the access point must implement a protection RTS/CTS protocol. Hence, if you implement only one IEEE wireless client type, throughput is greater than if you use a mixed mode.

After you configure the basic required wireless parameters of the access point, additional fundamental wired side parameters must be configured for the default router and Dynamic Host Configuration Protocol (DHCP) server. Given a pre-existing LAN, a default router is needed to exit the network, and a DHCP server is needed to lease IP addresses to wired PCs. The access point simply uses the existing router and DHCP servers for relaying IP addresses to wireless clients. Because the network has been expanded, verify that the existing DHCP IP address scope is large enough to accommodate the new wireless client additions. If this is a new installation with all router and access point functions in the same hardware, then you simply configure all parameters in the same hardware.

Steps to Implement a Wireless Network

The basic approach to wireless implementation (as with any basic networking) is to gradually configure and test incrementally, following these steps:

  • Step 1 Before implementing any wireless, verify pre-existing network and Internet access for the wired hosts.
  • Step 2 Implement wireless with only a single access point and a single client, without wireless security.
  • Step 3 Verify that the wireless client has received a DHCP IP address and can ping the local wired default router and then browse to the external Internet.
  • Step 4 Finally, configure wireless security with WPA/WPA2. Only use WEP if hardware equipment does not support WPA/WPA2.

Wireless Clients

Currently, many form factors exist to add wireless to existing laptops. The most common are Universal Serial Bus (USB) devices with self-contained fixed antenna software and wireless supplicant software, both of which enable wireless hardware usage and provide security options for authentication and encryption. Most new laptops contain some form of wireless. This availability of wireless technology has increased the wireless market and improved ease of use. Newer Windows operating systems have a basic wireless supplicant client (WZC). WZC enables wireless plug-and-play by discovering SSIDs being broadcasted and allowing the user to simply type the matching security PSK for such items as WEP or WPA. The basic features of WZC satisfy more simple SOHO environments.

Large enterprise networks require more advanced wireless client features than those of native operating systems. In 2000, Cisco started a program of value-add feature enhancements through a royalty-free certification program. Over 95 percent of Wi-Fi–enabled laptops shipped today are Cisco Compatible Extensions compliant. The details and status of versions and features can be found on http://www.cisco.com/go/ciscocompatible/wireless. Table 3-3 shows a summary of versions and features:

Table 3-3. Versions and Features

Version

Topic

Example

V1

Security

Wi-Fi compliant; 802.1x, LEAP, Cisco Key Integrity Protocol

V2

Scaling

WPA, access point–assisted roaming

V3

Performance and security

WPA2, Wi-Fi Multimedia (WMM)

V4

Voice over WLAN

Call Admission Control (CAC), voice metrics, UPSD

V5

Management and IPS

Management Frame Protection (MFP), client reporting

Enterprise networks typically manage one set of wired clients and another set of wireless clients. Cisco offers a full-featured supplicant for both wired and wireless clients called Cisco Secure Services Client. The benefit to users is a single client for wired or wireless connectivity and security.

See http://www.cisco.com/go/ciscocompatible/wireless for additional information.

Wireless Troubleshooting

If you follow the recommended steps for implementing a wireless network, the divide-and-conquer technique via incremental configuration will most likely lead to a problem. These are the most common causes of configuration problems:

  • Configuring a defined SSID on the client (versus its discovery method of SSID) that does not match the access point (inclusive of case sensitivity)
  • Configuring incompatible security methods

Both the wireless client and access point must match for authentication method, EAP or PSK, and encryption method (TKIP or AES).

Other common problems resulting from initial RF installation can sometimes be identified by answering the following questions:

  • Is the radio enabled on both the access point and client for the correct RF (2.4 GHz ISM or 5 GHz UNII)?
  • Is an external antenna connected and facing the correct direction (straight upward for dipole)?
  • Is the antenna location too high or too low relative to wireless clients (within 20 vertical feet)?
  • Are there metal objects in the room reflecting RF and causing poor performance?
  • Is the AP the client is attempting to reach at too great of a distance?

The first step in troubleshooting a suspected wireless issue is to break the environment into wired network versus wireless network. Then, further divide the wireless network into configuration versus RF issues. Begin by verifying the proper operation of the existing wired infrastructure and associated services. Verify that other pre-existing Ethernet-attached hosts can renew their DHCP addresses and reach the Internet.

Then co-locate both the access point and wireless client together to verify configuration and eliminate the possibility of RF issues. Always start the wireless client on open authentication and establish connectivity. Then, implement the desired wireless security.

If the wireless client is operational at this point, then only RF-related issues remain. First, consider whether metal obstructions exist. If so, move the obstruction or change the location of the access point. If the distance is too great, consider adding another access point using the same SSID, but a unique RF channel. Lastly, consider the RF environment. Just as a wired network can become congested with traffic, so can RF for 2.4 GHz (more often than 5 GHz). Check for other sources of wireless devices using 2.4 GHz.

If performance issues seem to relate to time of day, that would indicate RF interference from a device. An example would be slow performance at lunchtime in an office located near a microwave oven used by employees. While most microwaves jam RF channel 11, other microwaves jam all RF channels. Another cause of problems could be RF devices that hop frequencies, such as Frequency Hopping Spread Spectrum (FHSS) used in cordless phones. Because there can be many sources of RF interference, always start with co-locating the access point and wireless client and then move the wireless client until you can reproduce the problem. Most wireless clients have supplicant software that helps troubleshoot by presenting relative RF signal strength and quality.

Summary of Implementing a WLAN

The following summarizes the key points that were discussed in this lesson:

  • Ad hoc mode: Clients connect directly without an intermediate access point.
  • Infrastructure mode: Clients connect through an access point. There are two modes:
    • Basic Service Set (BSS)
    • Extended Services Set (ESS)
  • BSS wireless topology:
    • Basic Service Area (BSA)
    • Extended Service Area (ESA)
  • Wireless access points can be configured through a command-line interface or more commonly a browser GUI.
  • The basic approach to wireless implementation is to gradually configure and test incrementally.
  • Currently, many form factors exist to add wireless to existing laptops:
    • Windows Zero Configuration
    • Cisco Compatible Extensions
    • Cisco Secure Services Client
  • Troubleshooting wireless by breaking the environment into wired network versus wireless network.

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020