Skip to main content

How Can the Range of a Wi-Fi Network Be Boosted?

By Bradley Mitchell, About.com Guide
Question: How Can the Range of a Wi-Fi Network Be Boosted?
You can boost the signal range of a Wi-Fi computer network in several ways:
Answer: * reposition your router (or access point) to avoid obstructions and radio interference. Both reduce the range of Wi-Fi network equipment. Common sources of interference in residences include brick or plaster walls, microwave ovens, and cordless phones. Additionally, consider changing the Wi-Fi channel number on your equipment to avoid interference.
* upgrade the antenna on your router (or access point).
Wi-Fi antennas on most wireless base stations can be removed and replaced with more powerful ones.
* add another access point (or router). Large residences typically require no more than two APs, whereas businesses may employ dozens of APs. In a home, this option requires connecting your primary wireless router (access point) to the second one with Ethernet cable; home wireless routers and/or APs don't normally communicate with each other directly.
* add a bi-directional Wi-Fi signal amplifier to wireless devices as needed. A Wi-Fi signal amplifier (sometimes called "signal booster") attaches to a router, access point or Wi-Fi client at the place where the antenna connects. Bi-directional antennas amplify the wireless signal in both transmit and receive directions. These should be used as Wi-Fi transmissions are two-way radio communications.
* add a Wi-Fi repeater. A wireless repeater is a stand-alone unit positioned within range of a wireless router (access point). Repeaters (sometimes called "range expanders") serve as a two-way relay station for Wi-Fi signals. Clients too far away from the original router / AP can instead associate with the WLAN through the repeater.

Comments

Popular posts from this blog

OSI Reference Model: Layer 2 Hardware

In my last article, I introduced the Open System Interconnect (OSI) reference model and discussed it's first layer; the Physical Layer. In this article I will discuss the second layer, the Data Link Layer, from a hardware perspective. The data link layer provides functional and procedural methods of transferring data between two points. There are five general functions which the Data Link layer is responsible for. These functions are: * Logical Link Control * Media Access Control * Data Framing * Addressing * Error Detection Logical Link Control The Logical Link Control (LLC) is usually considered a sublayer of the Data Link layer (DLL), as opposed to a function of the DLL. This LLC sublayer is primarily concerned with multiplexing protocols to be sent over Media Access Control (MAC) sublayer. The LLC does this by splitting up the data to be sent into smaller frames and adding descriptive information to these frames, called headers. Media Access Control Like LLC...

The Dude network monitor

The Dude network monitor is a new application by MikroTik which can dramatically improve the way you manage your network environment. It will automatically scan all devices within specified subnets, draw and layout a map of your networks, monitor services of your devices and alert you in case some service has problems. The Dude demo system: Our RouterOS demo routers are viewable from within the Dude, install The Dude and connect to our Demo dude system with the Dude Secure connection to 159.148.147.209 RouterOS package is currently only suited for v3.17 and above The Dude for Windows the dude stable download Dude v3.6 Optional RouterOS package * For X86 (RB200, PC) * For MIPS-LE (RB100, RB500) * For MIPS-BE (RB400) * For PPC (RB300, RB600, RB1000) The Dude for Windows the dude beta download Dude v4.0beta3 Optional RouterOS package Note: v4beta3 PPC package is currently not working * For X86 (RB200, PC) * For MIPS-LE (RB100, RB500) * For MIPS-BE (RB400)...

OSI Reference Model Layer 1 Hardware

The Open System Interconnect (OSI) reference model is a model, developed by the International Standards Organization (ISO), which describes how data from an application on one computer can be transferred to an application on another computer. The OSI reference model consists of seven conceptual layers which each specify different network functions. Each function of a network can be assigned to one, or perhaps a couple of adjacent layers, of these seven layers and is relatively independent of the other layers. This independence means that one layer does not need to be aware of what the implementation of an adjacent layer is, merely how to communicate with it. This is a major advantage of the OSI reference model and is one of the major reasons why it has become one of the most widely used architecture models for inter-computer communications. The seven layers of the OSI reference model, as shown in Figure 1, are: * Application * Presentation * Session * Transport * Ne...