DESIGN-WLAN for 500 users

I have a client who want to implement a LAN in a new corporate site, and he want to implement all the LAN in a WLAN. The office is a three floor building where the company assign near 200 users per floor. Each user employ windows xp system with office, sql DB, file system, etc.
I search in the Cisco web page but I did not find example of a similar implementation. It is factible to implement? Has the WLAN a similar performance that a wired LAN?

You can build a wireless network like this, but you need to be aware that wireless has significant bandwidth limitations.
It is easy to build a wired network where each user will have guaranteed 10 Mbps connections to the server resources. This is especially true for a site with only a few hundred users per floor.
A wireless network, on the other hand, involves a great deal of planning in order to make sure there is sufficient wireless coverage and bandwidth. Users connected to a wireless access point share the bandwidth available to that access point--must like in the days of 10BaseT hubs or 10Base2 Ethernet. On an 802.11a/g network, the best shared throughput you should expect is 22 Mbps.
Here's my advice if you really want to build a network like this:
Unified Wireless is a must. You cannot be bothered to constantly tweak the settings on the 30 access points you'll probably end up installing.
5Ghz! You want to have a dense deployment of access points. That way you will have fewer people on one access point, and should an access point fail other neighboring access points can pick up the users who otherwise would be left without a signal. Do not play with 802.11g on the 2.4Ghz spectrum. 802.11a on the 5Ghz spectrum will give you 8 indoor channels and allow for a dense access point deployment. Try to keep your users per access point under 12.
Consider the AIR1252AG access point with support for 802.11n-draft 2.0.
If the client is considering doing this wireless implimentation to save money: get out now. They are going to try and build a bargain basement wireless network and it will not work. Users will be unhappy. You will spend weeks trying to troubleshoot dead spots and noise spots. A properly implimented wireless network is just about as expensive as a wired network. On top of that, it will be slower and more prone to failure. The only real advantage of wireless networks is mobility. Users can move around, office cubicles can be rearranged, and costs are saved in the long term.

Similar Messages

  • I´m doing a design for presale, where I will need a router what support PAT for 500 or a little more of users, it not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    I´m doing a design for presale, where  I will  need a router what support PAT for 500 or a little more of users, it  not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    What is your WAN speed currently and projected WAN speed in the next 3 years?

  • Setting of init.ora file for 500 users

    how to set diffrents parameters in init.ora file
    for 500 user
    (hybrid system)(oltp+dss)
    thanks

    Yeah, it depends and you will need to adjust thoses parameters during the "life" of the database.
    I give you some of my thoughts (that's just thoughts, not a rule => there is no perfect rule) :
    500 users = Unix box i guess so :
    If MTS (dont think u need MTS for 500 users) => SGA = 75% of the RAM of the server
    If NOT MTS (dedicated processes) => SGA = 50% of the RAM
    Say 2GB of RAM on no MTS :
    buffer cache = 900 MB
    shared pool = 100MB to 200 MB
    sort_area_size = 256KB
    something like 50 to 100 RBS (depends on how many users are connected simultaneously)
    for the users which will not do some OLTP operations, you should make few BIG RBS and assign their transactions to them. for thoses users, you probably need a bigger sort_area_size.
    all the tablespaces LOCALLY MANAGED
    backup with RMAN
    Fred

  • Recommended tuning parameters 10gAS 9.0.4 for 500 users

    Hi,
    we have Oracle 10gAS 9.0.4 deployed on multiprocessor windows using J2EE + WebCache type of installation
    couple hundred EJBs, signed applet as the client gui
    datasource connection pool using oracle thin driver
    what would be the recommended tuning parameters for 500 concurrent users hitting this web/appserver?
    Thanks,
    Arpad

    Dear Malmstrom ,
    Hope U R fine,
    I am New to Oracle AS. We r deploying an application created in Oracle forms and reports 10g using Oracle database 10gR2 and FRServices 10g.
    We r facing a no. of problems
    1). A very frequently accessed form generates FRM-92102 while accessing using web.
    while other forms seems to be ok.
    2). We r facing Some times Reports generated using Oracle forms does not display page or hangs.
    What we accessed is that We have just Installed Oracle FRServices and did not configured it.
    Both oracle Database and FRServices are on one machine using windows 2000 Adv. Server which is an IBM dual processor machine with 2G RAM and 2G Virtual Space.
    We r also going to shift Oracle database on RHEL 4.0 with Database 10gR2 using the same machine while we have planned to install FRServices on a seperate machine that is P4 2.8 with 1G RAM + 2G Virtual Memory.
    Our requirement is that Maximum of 200 users with 40 concurrent sessions.
    PLS suggest us the recommended settings for Oracle FRServices.
    Thanks and waiting for ur reply.
    Aamer Javaid.
    [email protected]

  • Design advice for setting users default time

    I have an application that in a number of different places requires that records when being updated or created are shown to default to the user's current date. Depending on the location of the user, this could be a different day than where the server is.
    All of the relevant fields in the database tables are using a datatype of "TIMESTAMP WITH TIMEZONE". When a users account is initially created, the timezone that the user is in is saved. When the user logs on, an "alter session set time_zone" command runs on the database to change the time zone of the current session.
    When a user updates or creates a record and one of the field(s) requires to display the current date of the user, I call a ViewObject which runs a query to "select current_timestamp from dual" to return the current date from the database and populate the field with this.
    I've realised that I'm creating a considerable overhead as this view object may be queried dozens of times during a users session and was thinking of running it once when the user logs on and storing the "USER_DATE" as a session variable - then I can simply refer to this each time, instead of many round-trips off to the database. Obviously there is a risk if the user logs on just before midnight and stays on until after that the date will be incorrect but this is extremely unlikely as the application is only used during normal business hours up to 9pm as an exception
    Am I heading down the right track here or doing something daft (and missing something far more simple that I should be doing !)
    Cheers,
    Brent

    Hi Frank,
    Thanks for that - after 8 years of working with Oracle Forms and afterwards the same again with ADF, I still find it hard sometimes when using ADF to understand the best approach to a particular problem - there is so many different ways of doing things/where to put the code/how to call it etc... ! Things seemed so much simplier back in the Forms days !
    Chandra - thanks for the information but this doesn't suit my requirements - I originally went down that path thinking/expecting it to be the holy grail but ran into all sorts of problems as it means that the dates are always being converted into users timezone regardless of whether or not they are creating the transaction or viewing an earlier one. I need the correct "date" to be stored in the database when a user creates/updates a record (for example in California) and this needs to be preserved for other users in different timezones. For example, when a management user in London views that record, the date has got to remain the date that the user entered, and not what the date was in London at the time (eg user entered 14th Feb (23:00) - when London user views it, it must still say 14th Feb even though it was the 15th in London at the time). Global settings like you are using in the adf-config file made this difficult. This is why I went back to stripping all timezone settings back out of the ADF application and relied on database session timezones instead - and when displaying a default date to the user, use the timestamp from the database to ensure the users "date" is displayed.
    Cheers,
    Brent

  • Design forms for multiple users

    Dear sir
    I am developing new application for my company.I don't know how to desing the the tables for multiple users and how to give rights to users to access certain forms.This application will use in two differnet languages.
    how to switch one language to other languages
    give me some ideas
    thanks
    Dev

    ...how to desing the the tables for multiple users and how to give rights to users to access certain forms.
    There are several ways to do this. One way is to create different database accounts for each user, and give each user priviledges to the tables they need. (Your DBA may need to do this.) Then, when the users logs in, check who it is and call the appropriate form.
    how to switch one language to other languages
    This is a common question. See Experts Experience Required: Direction In 10g or search the forum for additional help.

  • Looking for a tutorial/design-pattern for Manage User and Permissions.

    Hello,
    I wonder if anyone knows a good tutorial/blog with reference to security - howto Manage Users and Permissions.
    In my application I have GROUPS and each group has access to different RECORDS and CASES.
    Example:
    Groups: Alfa, Beta, Gamma
    Record: R1, R2, R3...
    Case: C100, C200, C300
    Group Alfa can view: R1, R2 and C300
    Group Beta can view: R1, R3, C200, C100, C300,
    Group Gamma can view: R3
    My question is this: what should be the best way (design-pattern?) to force a policy to securing the Records/Cases?
    What should every case/record implemented to verify that a user (part of a group) has the right to access the entity.
    Thank You!

    Sorry if this one is too basic for you but as I do not know your level of experience try:
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_print.html
    HTH
    There are also many other tutorials on:
    http://www.adobe.com/devnet/dreamweaver/application_development.html

  • Licence limitation for 500 users

    we use acrobat 9 pro. we have loaded pdf forms toour site. these forms are for our customers use. we've built a button on the forms that submits the form, i mean, it
    transmits the data that our customer typed on the form to our site. do i have to use a special license to do that? does your answer
    change if i use a rights extended form or a non extended right form?

    a) The limitation only applies to extended rights documents
    b) The limitation only applies to extended rights documents
    So you can use a submission button to your hearts content and not reach a limit UNLESS you have that same form with the extended rights. Once you've done that to a form you can only collect 500 instances of date whether it be through receiving the filled in form, hard copies of the form or people using a button to submit the form.

  • 'Design Patterns' for Application User Interfaces

    I'm currently trying to unstick an architectural mess centred around a relatively simple user interface. The problem is thus:
    The application has a number of toolbar buttons and menus, some of which require a specific frame or class of frame to be enabled. Some conditions are quite simple, others more complicated.
    (Without going into any more detail, it should be possible to appreciate that this is a fairly common problem.)
    For this application, I've created a large listener that accepts events from all over the program, converting them into state changes for UI controls. It feels messy, and (although it isn't finished) I suspect it'll be rather fragile.
    JBuilder 4 does it by constant querying of application state - but this results in excessive CPU usage and apparant lag.
    TogetherJ does it for menus by checking state immediately before showing the menu. This seemed like a good plan, but it's unsuitable for the Action/Button/MenuItem lashup I like to use.
    My question is this:
    In your opinion, how should an application be structured to reliably maintain the correct UI state at all times?

    Check out the mediator pattern. It is pretty close to what you are describing, maybe the details you dig up on it will give you some new ideas?

  • Recommended backup policy for 500 users company .

    Hi Guys ,
     We are planing for a new and effective backup policy for our organization. the total data size per data may be 5-7 GB and weekly 40-45 GB .need a suggestion how to schedule backup ( how many full,incremental or differential ) per day and per week . it will be very helpful if someone suggest an idea .....     
    This topic first appeared in the Spiceworks Community

    Andrew,
    This topic has been discussed several times before on this forum. Please check the following threads for more details:
    Apps Backup
    Re: Apps Backup
    Backup Oracle Applications (11.5.10.2)
    Re: Backup Oracle Applications (11.5.10.2)
    Best Backup Strategy
    Re: Best Backup Strategy
    System Backup
    system backup
    Reommended backup and recovery startegy for EBS
    Re: Reommended backup and recovery startegy for EBS
    I say this because users complain performance problem with forms. The backup method has no impact on the system performance.

  • Exchange server 2013 sp1 hardware requirement for 500 user

    please give me details like
    CPU ?
    RAM?
    HDD?
    SERVER BRAND NAME?

    Hello,
    Before you install the Exchange, see the prerequisites below:
    https://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Teaming 2.1 for 500 active user

    We are planning to setup a Teaming 2.1 server for 500 users ( about 30-40% of simultaneous connected users) in a High-availability environment.
    May I know how we size the hardware?
    2 Server with Teaming and MySQL ?
    We are thinking to Clustered both Tomcat, Lucene and also MySQL.
    But MySQL database script is in InnoDB, which is not supported in MySQL Cluster. Any idea?
    Best Regards,
    David Yong

    davidwjyong,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • How to change sip address after changing email address for bulk users

    We are in the process of adding new primary email address as [email protected] for 500 users. 
    current primary email address is [email protected] and 
    currently all LYNC users has sip address as [email protected]
    Now we need to change the LYNC SIP Address as their primary email address ( [email protected]). does any one has script to pull the users from CSV and change the SIP Address as their primary email address.
    I got below script from internet , but this is not going to help me, as this script is to enable SIP Address and mark the sip address as same as the email address.
    any help in this matter is greatly appreciated.
    $users=Import-Csv .\users.csv
    ForEach ($user in $users){
        Write-Host    $user.alias
        get-csaduser $user.alias | Enable-CsUser -RegistrarPool "PoolServer.domain.com" - SipAddressType EmailAddress
    Srinivasa K

    Raju, getting below error.
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    Srinivasa K

  • Can I install Phone designer for all user?

    Hi
    I have phone designer application I install it on my PC but when I install it for anther user and give me error Unable to connected to server.
    Is there any parameters needs to check on CUCM?
    How many times can I install it?
    Thanks
    Kaff

    You can install it as many times as you want. Ensure that either the cluster-wide parameter or the device-specific parameter is set to allow phone personalization. After that, if it works for you it will work in general; don't forget to enter the CCMCIP server address in the client.

  • 500 Internal server error in web template  for specific users

    Hi We have issue with Web templates for some of the users giving error  "500 internal Server Error", all other users able to run the same report.
    We have authorization for the user and following variable which will give target currency selection in variable screen.
    SAP BI Environment
    BI Java : Release: 7 - Patch level: 0000000107 - Description: BI Web Applications Java - Additional info:  - Production mode: true  BI JAVA SPS : 7, Patch : 0
    BI ABAP : Release: 701 - Patch level: 0007 - Description: SAP Business Warehouse (PBICLNT005) - Additional info:  - Production mode: true
    Java Virtual Machine : Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_28-b03
    Operating System :  Windows 2003 - amd64 - 5.2
    Error Message :
    ERROR: Specify a value for variable Select Target Currency
    ERROR: Specify a value for variable Select Target Currency
    Root Cause :
    The initial exception that caused the request to fail was:
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException:
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.initializeState(ProviderSelectionObject.java:932)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.queryview.ProviderQueryView.initializeState(ProviderQueryView.java:109)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.hasDefaultView(ProviderSelectionObject.java:1462)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.initializeState(SelectionObject.java:516)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.initializeState(QueryView.java:198)
    please let me know if any of you guys had this kind of problem.

    SLD is not down its in active , I checked SLD url and Technical system also
    Its in active , but when the problem is happend they done restart 
    but many times its happening every time restart is not preferrable ,upto that one is production system.
    SLD is in active , but why the JCO'S ARE DISABLE under content Admin
    where we can search the SLD user , we checked in SU01 but the user didn't exist there
    If user is lock in the sense after the restart again it's working fine
        I want to know the Root cause , why bcz it's simultaniously happend.
    Regards,
    SONY

Maybe you are looking for

  • IPod touch 3rd generation 8G? or 32G? Need your guidance!!

    I am planning to get an iPod touch 3rd generation. Surfing web is my main use with it, I don't care about music, videos, app, and games. I am a little confused that which one I should choose between 8G and 32G version. 8G is cheaper obviously, but th

  • NO ACCOUNTING DOC in GI

    Created Sales Order (SO) with ItCat = TAB PR is created in SO. Created Purc Req (PR) Created Purc Ord (PO) Acnt Assign Cat = M GBB VKA = A Goods Receipt NO PROBLEM debit A credit GRIR Account Goods Issued Material Document created BUT NO ACCOUNTING D

  • Idoc Not reaching PI even with 03 status

    Hi everybody There are many posts with similar question, but none of them could help me. I am trying to post an IDOC from one SAP system 3.1 to SAP 6.0 through PI. I added FIDCC1 to to my partner profile in BD64. I am creating a invoice and clearing

  • FTP SERVER DOUBT

    hi this is giri. i have one doubt. if my scenario is file to idoc.iam having legacy system, ftp server, xi server and sap r/3.now 1.how can i pull a specific file from legacy system to FTP server. is there any doc means please farward it to me .... t

  • Strange username in failed attempt log in ACS

    I have an access point configured to use dot1x (MS-PEAP) which authenticates against ACS. Everything work fine, but there are some strange logs appearing in failed attempts. I think it is some sort of misinterpretation in ACS. My ACS is 4.1 My access