Home > Articles > Cisco Network Technology > General Networking > Wireless LAN Implications, Problems, and Solutions

Wireless LAN Implications, Problems, and Solutions

  • Sample Chapter is provided courtesy of Cisco Press.
  • Date: Jun 15, 2015.

Chapter Description

When designing and supporting a WLAN, however, you must be aware of potential implications, such as security vulnerabilities, radio signal interference, multipath propagation, and other issues. This chapter from Designing and Deploying 802.11 Wireless Networks explains the impacts of these problems and introduces some ways to resolve them.

This chapter will introduce you to:

  • Security Vulnerabilities
  • Radio Signal Interference
  • Impacts of Multipath Propagation
  • Roaming Issues
  • Battery Limitations
  • Interoperability Problems
  • Installation Issues

As Chapter 1, “Introduction to Wireless LANs,” describes, wireless LANs (WLANs) offer tremendous benefits. When designing and supporting a WLAN, however, you must be aware of potential implications, such as security vulnerabilities, radio signal interference, multipath propagation, and other issues. This chapter explains the impacts of these problems and introduces some ways to resolve them. Later chapters explain more details on how to combat the implications.

Security Vulnerabilities

Network security refers to the protection of information and resources from loss, corruption, and improper use. With WLANs, security vulnerabilities fall within the following areas (see Figure 4-1):

  • Passive monitoring
  • Unauthorized access
  • Denial-of-service attacks

The sections that follow explain these security problems in greater detail.

Figure 4-1

Figure 4-1 Wireless LAN Security Vulnerabilities Include Passive Monitoring, Unauthorized Access, and Denial-of-Service Attacks

Passive Monitoring

Wireless LANs intentionally propagate data throughout buildings, campuses, and even cities. As a result, the radio signals often go beyond the limits of the area an organization physically controls. For instance, radio waves easily penetrate building walls and can be received from the facility’s parking lot and possibly a few blocks away, as illustrated in Figure 4-2. It is possible for an unauthorized person to passively retrieve a company’s sensitive information by using a laptop equipped with a radio card from this distance without being noticed by network security personnel. A hacker, for example, might be sitting in an automobile outside a business, capturing all 802.11 transmissions using a freely available packet sniffer, such as WireShark. After capturing the data, the hacker will be able to retrieve contents of e-mails and user passwords to company servers. Of course, the hacker can use this information to compromise the security of the company. This problem also exists with wired Ethernet networks, but to a lesser degree. Current flow through the metallic wires emits electromagnetic waves that someone could receive by using sensitive listening equipment. The person must be much closer to the cable, though, to receive the signals. Thus, in terms of passive monitoring, WLANs are not as secure as wired networks.

The method for resolving the issues of passive monitoring is to implement encryption between all client devices and the access points. Encryption alters the information bits in each frame, based on an encryption key, so that the hacker cannot make sense of the data he captures via passive monitoring. An example of an 802.11 encryption process is Wired Equivalent Privacy (WEP), which was part of the original 802.11 standard ratified in 1997. WEP is fairly easy to crack, however, so it is not recommended for encrypting sensitive information. Other encryption methods, such as Wi-Fi Protected Access (WPA), offer much stronger security.

Figure 4-2

Figure 4-2 Without Effective Encryption, an Unauthorized Person Can Listen in on Wireless LAN Data Transmissions

Unauthorized Access

If someone can connect to a WLAN, she can potentially access anything on the network, including client devices, servers, and applications, as illustrated in Figure 4-3. Some organizations do a good job of locking down servers and applications, but others do not. A hacker who can connect to a WLAN will look for backdoors and other security glitches to compromise the security of the network. For example, a hacker connected to an access point can use a TCP port scanner to implement a scan for open (unsecured) ports on servers. If one is found, the hacker has access to the port’s utilities, which might allow her to directly access sensitive information or reconfigure the network in a manner that makes it less secure (and thus easier to access more sensitive information).

Figure 4-3

Figure 4-3 Unauthorized Access Enables Someone to Gain Access to an Organization’s Servers and Applications

One way that a hacker can gain unauthorized access to a WLAN is to stage a man-in-the-middle attack, as illustrated in Figure 4-4. There are a variety of methods to set up a man-in-the-middle attack. One is to exploit the TCP/IP Address Resolution Protocol (ARP) functions. ARP is a crucial function that a source station (such as an 802.11 radio) uses to discover the physical address of a destination station. This physical address is the MAC address, which is embedded in the client radio by the manufacturer and unique from any other client device or network component. The MAC address is analogous to the street address of your home. Just as someone must know this address to send you a letter, a sending 802.11 radio must know the MAC address of the destination. The 802.11 radio understands and responds to only the physical MAC address.

Figure 4-4

Figure 4-4 A Hacker Can Hijack a Session Away from a Legitimate User

The application software that needs to send the data will have the IP address of the destination, but the sending station must use ARP to discover the corresponding physical address. It gets the address by broadcasting an ARP request packet that announces the IP address of the destination station to all the other network devices. All stations within range hear this request, and the station that has the corresponding IP address will return an ARP response packet containing its MAC address and IP address. The sending station will then include this MAC address as the destination address in the 802.11 data frame being sent. The sending station also stores the corresponding IP address and MAC address mapping in a table for a period of time or until the station receives another ARP response from the station having that IP address. This is where ARP introduces a security risk.

A hacker can fool a station by sending (from an unauthorized laptop) a fictitious ARP response that includes the IP address of a legitimate network device, such as a wireless access point, and the MAC address of the client radio in the unauthorized laptop. This causes all legitimate stations on the network to automatically update their ARP tables with the false mapping to the unauthorized laptop. This causes these stations to send future 802.11 data frames to the rogue device rather than the legitimate access point. This is a classic man-in-the-middle attack, which enables a hacker to manipulate user sessions. As a result, the hacker can obtain passwords, capture sensitive data, and even interface with corporate servers as if she were the legitimate user.

A critical security concern of IT managers is the presence of rogue wireless access points on the corporate network. A rogue access point is one that the company does not authorize for operation. The trouble is that a rogue access point often does not conform to WLAN security policies, which enables an open, insecure interface to the corporate network from outside the physically controlled facility. Figure 4-5 illustrates a scenario where a rogue access point is providing open access to the network from outside the physically controlled area of a facility.

Figure 4-5

Figure 4-5 A Rogue Access Point Can Offer an Unsecured Opening to the Network

Employees have relatively free access to a company’s facility, which makes it possible for them to inadvertently install a rogue access point. An employee, for example, might purchase an access point at an office supply store and install it without coordinating with the IT organization to support wireless printing or access to the network from a conference room. Or developers working on wireless applications might connect an access point to the corporate network for testing purposes. In most cases, employees deploying these types of access points do not understand the security issues they’re creating. These scenarios often lead to access points not conforming to adequate security practices. As a result, the corporate network is left wide open for a casual snooper or hacker to attack.

A hacker can install a rogue access point to provide an open, non-secure interface to the corporate network. To do this, the hacker must directly connect the access point to an active network port within the facility. This requires the hacker to pass through physical security, and it is easier to do than most companies assume. Nevertheless, the hacker will need to physically traverse the facility and install the access point without being noticed. It is unlikely that someone would do this unless the company has resources that are critical enough for a hacker to go to the trouble and risk of planting the rogue.

A way to counter unauthorized access is to employ an authentication system that verifies the identity of users, client devices, and access points before allowing them to operate on the WLAN. The user provides a form of credentials, such as username and password or digital certificate, and an authentication server determines whether the person (or client device) can access the network. If not, the network does not allow the client device to connect to the access point. As a result, the access point on the WLAN acts as a security gate to the network. In addition, for added protection, a company can keep all traffic on the WLAN on a virtual LAN (VLAN) that is separate from VLANs supporting sensitive applications and servers. This way, the company can limit the implications resulting from unauthorized access to only the applications and servers supporting the wireless network. A company can even go as far as keeping all WLAN traffic outside the company firewall and requiring all wireless users to implement virtual private network (VPN) client software similar to when connecting to the corporate network from public networks.

Unauthorized Access Leads to Compromise of Financial Data

A large private company in California implemented a WLAN to support enterprise mobility. The system was seemingly working great and providing significant benefits to its users. Over a year after the system went operational, the IT department noticed, through a routine network security audit, that several of its printers in the financial department had been configured to send all printed data to a file at a suspicious IP address. Unfortunately, the IT department had not locked down the administrative access ports on these printers. Even though all the details of what happened here are not known, it is likely that a hacker gained unauthorized access to the WLAN (which did not implement any form of authentication) and ran a port scan to find the open printer administration port. With the open port’s IP address (resulting from the scan), the hacker could easily log in to the administrative port and set the printer to send all print jobs to a file located on the hacker’s laptop. The printer would then continue to print on paper and also send the print data to the hacker’s laptop. Of course this would send to the hacker everything that the printer would print, such as internal goals and objectives, company sales information, employee salaries, and so on. After discovering this issue, the company promptly implemented an authentication system to disallow all unauthorized people from accessing the WLAN.

Denial-of-Service Attacks

A denial-of-service (DoS) attack is an assault that can cripple or disable a WLAN. Wireless networks are extremely vulnerable to DoS attacks (even when using modern security mechanisms), which can cause a WLAN to slow to crawling speeds or even quit working. This causes a company that’s dependent on a WLAN to experience delays, which can be costly for some applications, such as wireless security cameras, inventory systems, and PoS terminals.

One form of DoS attack is the “brute-force” method. This type of attack can come in one of two forms:

  • A huge flood of packets that uses up all the network’s resources and forces it to shut down
  • A very strong radio signal that totally dominates the airwaves and renders access points and radio cards useless

One of the ways a hacker can perform a packet-based brute-force DoS attack is to use other computers on the network to send large numbers of useless packets to the server. This adds significant overhead on the network and takes away usable bandwidth from legitimate users. The use of a very strong radio signal to disrupt the access points and radio cards is a rather risky attack for a hacker to attempt. Because a very powerful transmitter at a relatively close range must be used to execute this type of attack, the owners of the WLAN can find the hacker through the use of homing tools.

Another form of DoS attack fiddles with the 802.11 protocols in a way that disables the network. This can be done via specialized software running on a laptop without connecting to any of the network’s access points. For example, the software can continuously send 802.11 disassociation frames to all client radios, which causes them to disconnect from the access points with which they are associated. This cuts off the client devices from the network, which of course disables them from communicating on the network, accessing applications, and so on. This method and others are well known by network culprits and published readily on the Internet.

DoS attacks are not common, and they are generally implemented over the air, thus disturbing only a small portion of a WLAN. For example, a malicious hacker with a wireless laptop might be outside a building containing a WLAN and begin broadcasting disassociation frames, but only the client radios within range of the malicious person will receive the disassociation frames and disconnect from their respective access points. Other client radios operating farther inside the building, far enough away to not receive disassociation frames, will continue operating.

Sometimes a DoS occurrence on a wireless network might not be intentional. Because the 2.4-GHz version of 802.11n resides in such a crowded spectrum, 2.4-GHz cordless phones, microwave ovens, Bluetooth devices, and other devices that use the 2.4-GHz spectrum might cause a significant reduction in WLAN performance. As a result, a company should fully investigate the use of these devices and possibly put limits on their usage before a WLAN is deemed operational.

There is not much that you can do to entirely prevent a DoS attack. A company can minimize the possibility of DoS attacks against a WLAN by making the facility as resistive as possible to incoming radio signals. This includes using directive antennas near the periphery of the building and aiming the directive side of the antenna indoors to reduce the listening capability of the antenna to signals originating outdoors. In addition, the use of RF shielding paint and window film can add significant attenuation to the exterior walls of the buildings to nearly eliminate jamming signals from outdoors. The problem with these solutions, however, is that they can be expensive and also cut off the usage of other wireless devices, such as cell phones. Also, they are not effective if a hacker somehow gets inside the building to stage the DoS attack. Of course that’s where good physical security practices come into play.

Because of the potential harm, you must consider potential DoS attacks before launching mission-critical applications on a WLAN. If a DoS attack is even a remote possibility, think about how you will get by if the network is not available for an indefinite period of time. The benefits of the WLAN in the long term, however, will likely outweigh the disruption of an occasional DoS attack, assuming that the organization does not depend entirely on the wireless network. Something that should be put in place for any mission-critical WLAN application is a backup plan. A company should not be so dependent on its wireless network that if it goes down, everything grinds to a halt.

As with wired networks, a company should also have a “Plan B” in case the WLAN becomes unavailable because of a DoS attack. For example, a large retail store might use a wireless network to support wireless PoS terminals. In case the wireless network becomes inoperative (possibly due to a DoS attack), the retail store should have a backup plan, such as batching sale transactions for later processing when the network becomes available or when it is possible to connect the terminal to the retail system via a cable.

2. Radio Signal Interference | Next Section

Cisco Press Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Cisco Press 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 Cisco Press 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@ciscopress.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 Cisco 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.ciscopress.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