Question

In: Computer Science

Objective The objective of this lab exercise will be for the student to gain experience conducting...

Objective

The objective of this lab exercise will be for the student to gain experience conducting a wireless networking site survey.

The objective is for each group to propose a wireless networking solution for a given space (such as a classroom, office rooms, home, etc.). Verify that you can establish link (by pinging) with another laptop in your network.

(Also, you may demonstrate this by downloading the shared file on another computer in the same network).

Required

Each individual/group will create a floor plan of the area being surveyed. Use this to log measurements for wireless availability. You may place access points at any available connection point with an electrical outlet or with a network connection. You can assume that a Power over Ethernet connection is available.

Each individual/group is required to prepare a technical report regarding the findings of the wireless networking survey. Your report must include the following:

  1. A memo to the boss that describes the task assigned to you.
  2. The findings of your site survey, and your recommendation(s).
  3. A drawing (8 ½” X 11”) of your original floor plan used to conduct the site survey. Also include proposed locations of the access points.
  4. A list of the wireless networking equipment and estimated cost for providing wireless networking to the surveyed area.

Solutions

Expert Solution

conducting a wireless networking site survey :

With wireless systems, it’s very difficult to predict the propagation of radio waves and detect the presence of interfering signals without the use of test equipment. Even if the system implements omni-directional antennas, radio waves don’t really travel the same distance in all directions. Instead walls, doors, elevator shafts, people, and other obstacles offer varying degrees of attenuation, causing the RF (radio frequency) radiation pattern to be irregular and unpredictable. As a result, it’s absolutely necessary to perform a wireless site survey (also called RF site survey) to fully understand the behavior of radio waves within the operating environment before installing access points.

Site survey concepts :

The ultimate goal of a wireless site survey is to determine the number and placement of access points (or mesh nodes) that provides adequate signal coverage throughout a facility or city area. With most implementations, “adequate coverage” means support of a minimum data rate or throughput. In order to perform a successful survey, you’ll need to relate the required performance to a value that survey tools measure, such as SNR. A wireless site survey also detects the presence of RF interference coming from other sources that could degrade the performance of the wireless LAN.

The need and complexity of a wireless site survey will vary depending on the facility. For example, a small three room office may not require a site survey. This scenario can probably get by with a single Wi-Fi access point (or router) located anywhere within the office and still maintain adequate coverage. If the access point encounters RF interference from another nearby wireless LAN, you can likely choose a different channel and eliminate the problem.

A larger facility, such as an office complex, airport, hospital, or warehouse, or an outdoor area like a city, generally requires an extensive wireless site survey. Without a survey, users will probably end up with inadequate coverage and suffer from low performance in some areas.

When conducting a wireless site survey, consider the following :

1. Understand the wireless requirements : In order to identify optimum locations for access points or mesh nodes, you must have a good understanding of specific requirements for the network that impacts signal coverage. For example, maximum range between a client device and the access point decreases as data rate and resulting performance increases. Thus, you need to know the target data rates (and throughput) to correctly interpret survey results. Also, client devices may have relatively low transmit power, which must be taken into consideration when using most site survey tools. Be sure to identify the technologies that the network will implement, such as 802.11g or 802.11n, and perform the survey with these technologies in mind.

2. Obtain a facility diagram :Before getting too far with the site survey, locate a set of building blueprints or city maps. If none are available, prepare a drawing that depicts the location of walls, walkways, etc. Site survey tools import diagrams in various image formats. Of course mapping software is a good source for outdoor city surveys. If all else fails for in-building surveys, consider taking a digital photograph of the fire escape diagram, which is usually present on hallway walls.

3. Visually inspect the facility: Walk through the facility before performing any testing to verify the accuracy of the facility diagram. This is a good time to note any potential attenuation barriers that may affect the propagation of RF signals. For example, a visual inspection will uncover obstacles to signals such as metal racks and partitions, items that blueprints generally don’t show. Also, note possible locations for mounting access points, such as above ceiling tiles or on pillars. For outdoor city environments, you should carefully assess the locations and availability of street lights and water towers for mounting mesh nodes and backhaul equipment. These actions will make the later testing efforts go much more smoothly.

4. Assess existing network infrastructure: Determine the capacity of any existing wired networks that can interface the access points or mesh nodes. Most buildings have Ethernet and in some cases optical fiber networks. Check on how much of the existing networks can be made available for supporting the wireless network. This will aid designers later on in the deployment when defining the architecture and bill of materials for the wireless network.

5. Identify coverage areas: On the facility diagram or city map, indicate all areas where coverage is needed, such as offices, hallways, stairwells, utility rooms, bathrooms, break rooms, patios, parking garages, and elevators. Also, identifying where users will not wireless coverage is important to avoid wasting time surveying unnecessary areas. Keep in mind that you might get by with fewer access points and lower equipment costs if you can limit the roaming areas.

6. Determine preliminary access point locations: By considering the location of wireless users and range estimations of the wireless LAN products you’re using, approximate the locations of access points that will provide adequate coverage throughout the user areas. Plan for some propagation overlap (generally 25 percent) among adjacent access points, but bear in mind that channel assignments for access points will need to be far enough apart to avoid inter-access point interference.

Be certain to consider mounting locations, which could be vertical posts or metal supports above ceiling tiles. Recognize suitable locations for installing the access point, antenna, and data / PoE cable. Also think about different antennas when deciding where to position access points. An access point mounted near an outside wall, for example, could be a good location if you use a patch antenna with relatively high gain oriented within the facility.

7. Verify access point locations: This is when the site survey testing begins. Most wireless LAN vendors provide wireless site survey software that identifies the associated access point, data rate, signal strength, and signal quality. You can load this software on a laptop and test the coverage of each preliminary access point location. Alternately, you can use a third party site survey tool available from several different companies, such as AirMagnet, Berkeley Varitronics Systems, and Ekahau.

Install an access point at each preliminary location, and monitor the site survey tool readings by walking varying distances away from the access point. There’s no need to connect the access point to the distribution system because the survey tests merely ping the access point or read the beacon signal strength. Very important: Definitely consider the SNR range boundary and uplink signal strength when interpreting the results. To make the access point easy to move about the facility, you can mount it on a pole attached to a cart with a battery and DC/AC converter. Otherwise, you’ll need to haul around an extension cord and always be looking for where to plug in for power (not recommended).

Take note of performance or signal readings at different points as you move to the outer bounds of the access point coverage. In a multi-floor facility, perform tests on the floor above and below the access point. Keep in mind that a poor signal quality reading could indicate that RF interference is affecting the wireless LAN. This would warrant the use of a spectrum analyzer to characterize the interference, especially if there are no other indications of its source. Based on the results of the testing, you might need to reconsider the location of some access points and redo testing for the affected locations.

8. Document findings: Once you’re satisfied that the location of access points you’ve identified will provide adequate signal coverage, document your findings on the facility diagrams by depicting the location of each access point. The installers will need this information.

These steps will point you in the right direction, but experience really pays off. If you’re new to wireless LANs, you’ll begin to build an odd intuition about the propagation of radio waves after accomplishing several wireless site surveys.


Related Solutions

Question Objective: The objective of this lab exercise is to give you practice in programming with...
Question Objective: The objective of this lab exercise is to give you practice in programming with one of Python’s most widely used “container” data types -- the List (commonly called an “Array” in most other programming languages). More specifically you will demonstrate how to: Declare list objects Access a list for storing (i.e., writing) into a cell (a.k.a., element or component) and retrieving (i.e., reading) a value from a list cell/element/component Iterate through a list looking for specific values using...
Lab 3 Java Classes and Memory Management Multi-file Project In this lab you will gain experience...
Lab 3 Java Classes and Memory Management Multi-file Project In this lab you will gain experience using classes and arrays of classes. Use the following as the beginning of a student abstract data type. public class Student { private String fName ; private String lName ; private double[] grades; } This class should be in the package com.csc241. Write a program that prompts a user for a total number of students and dynamically allocates memory for just that number of...
Objective To get practice in designing recursive functions and to gain experience in algorithm time efficiency....
Objective To get practice in designing recursive functions and to gain experience in algorithm time efficiency. Project Description Consider a network of streets laid out in a rectangular grid, for example In a northeast path from one point in the grid to another, one may walk only to the north (up) and to the east (right). For example, there are four northeast paths from A to B in the preceding grid: Write a program that must use a recursive function...
Does anyone have experience with during a lab on conducting a 2-sample t-test at a 1%...
Does anyone have experience with during a lab on conducting a 2-sample t-test at a 1% level of significance to find out if the U.S. stock returns significantly outperform the U.S. bond returns using the monthly data covering the sample period of 1980-2017? Draw conclusions by both the P Value and Critical Value Method. Arnavbha - I have an excel spreadsheet with data, but how do I get it to you?
Basic Unix Commands Objective: The objective of this lab is to work with files of UNIX...
Basic Unix Commands Objective: The objective of this lab is to work with files of UNIX file system. Procedure: 1. OpenyourUnixshellandtrythesecommands: Ø Create a new file and add some text in it vcat > filename Ø View a file vcat /etc/passwd vmore /etc/passwd vmore filename Ø Copy file, making file2 vcp file1 file2 Ø Move/rename file1 as file2 vmv file1 file2 Ø Delete file1 as file2 vrm file //Deletefile //Double-checkfirst vrm -i file Ø Counts the lines, words, characters in...
The objective of this assignment is to gain an understanding of the lexical analysis phase of...
The objective of this assignment is to gain an understanding of the lexical analysis phase of a compiler and the process of constructing a symbol table. Problem: The first phase of compilation is called scanning or lexical analysis. This phase interprets the input program as a sequence of characters and produces a sequence of tokens, which will be used by the parser. Write a program (in C, C++, C#, Java, or Python) that implements a simple scanner for a source...
Having some trouble with this Java Lab (Array.java) Objective: This lab is designed to create an...
Having some trouble with this Java Lab (Array.java) Objective: This lab is designed to create an array of variable length and insert unique numbers into it. The tasks in this lab include: Create and Initialize an integer array Create an add method to insert a unique number into the list Use the break command to exit a loop Create a toString method to display the elements of the array Task 1: Create a class called Array, which contains an integer...
PLEASE WRITE IN C++ only . The objective of this assignment is to gain an understanding...
PLEASE WRITE IN C++ only . The objective of this assignment is to gain an understanding of the lexical analysis phase of a compiler and the process of constructing a symbol table. Problem: The first phase of compilation is called scanning or lexical analysis. This phase interprets the input program as a sequence of characters and produces a sequence of tokens, which will be used by the parser. Write a program (in C, C++, C#, Java, or Python) that implements...
A student microscope has a 10× objective and a 15× eyepiece. A student is using the...
A student microscope has a 10× objective and a 15× eyepiece. A student is using the microscope to view a thin slice of an apple. The cells in the apple have a diameter of 0.10 mm. Assume a length L = 160 mm. part a: How far from the objective lens should the apple slice be placed? part b: Determine the angular size of a cell when viewed through the microscope. part c: Determine the angular size of a 19-mm-diameterpenny...
The objective of this lab is to practice your Verilog coding and the design of a...
The objective of this lab is to practice your Verilog coding and the design of a Finite State Machine. Lab Goal: For this lab, you will code a Verilog module to implement the FSM described in this document. This lab will also require that you use the Seven - Segment Display on the DE0 - CV FPGA board. Design Specifications for the FSM Implem ent the following simple state machine on the DE0 - CV FPGA board. This FSM will...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT