Changes between Version 20 and Version 21 of Documentation/FAQ


Ignore:
Timestamp:
Dec 10, 2005, 4:40:39 AM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FAQ

    v20 v21  
    2828The ORBIT radio grid emulator is an indoor wireless network testbed. It supports experimental research on a broad range of wireless networking issues and application concepts with various network topologies and network layer protocol options.  It also support virtual mobility for mobile network protocol and application research. The ORBIT radio grid emulator currently uses 802.11a/b/g based radio cards. Some examples of systems and protocol designs that can be investigated on the ORBIT Testbed include:
    2929
    30   * Large-scale wireless access networks based on 802.11a, b, g radios along with new protocols for discovery, routing, mobility management, security, etc. under various indoor and outdoor usage scenarios and network topologies.
     30  * Large-scale wireless access networks based on 802.11a/b/g radios along with new protocols for discovery, routing, mobility management, security, etc. under various indoor and outdoor usage scenarios and network topologies.
    3131  * Mobile ad hoc networks (MANET), typically based on 802.11x  radios, along with multi-hop ad hoc routing protocols such as AODV, DSR and new protocols.
    3232  * Wireless sensor networks and pervasive computing applications.
     
    3434
    3535In the future, the ORBIT Testbed will support other radio interfaces such as Blootooth, Zigbee, GNU Radio, and allow research on heterogenerous wireless networks. It can also accommodate new technologies such as UWB as they emerge.
     36
    3637         
    3738Can I test my new physical layer model on ORBIT?
     
    4647Yes and No. The ORBIT radio grid emulator currently uses standard 802.11a/b/g radio interface cards with Linux drivers (Intel IPW2200 and Atheros MADwifi). The drivers allow changing certain parameters such as channel, TX power, TX rate, etc. but not all. We are actively developing our drivers and are in constant contact with the card manufacturers to help expose whatever functionality the hardware is capable of.  Stay tuned.
    4748
     49
     50
    4851Do you support AODV?
    4952--------------------
    5053
    51 Yes. We currently support AODV-UU routing protocol implementation version 0.9.1 that runs on kernel 2.6.12. Please refer to [http://svn.orbit-lab.org/projects/orbit/wiki/AODV AODV] for more details.
     54Yes. We currently support AODV-UU routing protocol implementation version 0.9.1 that runs on kernel 2.6.12. Please refer to http://svn.orbit-lab.org/projects/orbit/wiki/AODV for more details.
     55
     56
    5257
    5358How is the mobility supported by ORBIT?
     
    5661The ORBIT radio grid emulator support virtual mobility. Virtual mobiles are introduced for discretized grid mobility. Physically located off the radio grid, a virtual mobile has a network driver that delivers packets to a mobility controller. Via high speed wired Ethernet, the mobility controller encapsulates and forwards these packets to a radio grid node i, which simply decapsulates and transmits each packet.  In addition, packets received by grid node i will be forwarded via the mobility controller to the virtual mobile. In short, the virtual mobile will appear to be at grid location i by using radio grid node i for transmitting and receiving packets.  It will use grid radio node j when it "moves" to grid location j. Grid mobility can support discretized versions of commonly used mobility models such as Brownian motion or the random waypoint model. In addition to virtual grid mobility, we plan on a small number of programmable mobile robots. These mobiles will communicate with the radio grid and allow experimentation with finer grain mobility experiments.
    5762
     63
    5864What radio parameters can I measure?
    5965------------------------------------
    6066
    61 Currently, RSSI, TX_power, noise, throughput, offered-load, and the number of packet retransmissions can be measured and collected. Users can select one or more of these parameters to be collected and stored in the database.
     67Currently, RSSI, TX_power, noise, throughput, offered-load, and the number of frame retransmissions can be measured and collected. Users can select one or more of these parameters to be collected and stored in the database.
     68
    6269
    6370Getting Started
    6471===============
    6572
     73
    6674Who is eligible to use ORBIT?
    6775-----------------------------
     
    6977As ORBIT name (Open-Access Research Testbed for Next-Generation Wireless Networks) says, almost all research or educational uses by those that have a need for it are appropriate and encouraged. These include use by universities, industrial research labs, and both US and non-US institutions. With some provisions, use for product development and evaluation by companies is also acceptable. Please email us if you are interested.
    7078
     79
     80
    7181How do I start a project?
    7282-------------------------
     
    7484ORBIT is still under development. Please email us if you are interested in doing experiments with the ORBIT testbed. In the future there will be a web interface for the project application.
    7585
     86
     87
    7688Using the ORBIT Testbed
    7789=======================
     90
    7891Is there a tutorial?
    7992--------------------
    8093
    8194Yes, it is available at http://svn.orbit-lab.org/projects/orbit/wiki/Tutorial.
     95
    8296
    8397Who do I email to request a time slot on a sandbox?
     
    87101You will need your orbit username and password.
    88102
    89 How do I just request any available sandbox (are they all the same)?
     103
     104How do I request any available sandbox?
    90105--------------------------------------------------------------------
    91106
    92107The reservation schedule will show you all the sandboxes and their
    93 availabilities. Please refer http://svn.orbit-lab.org/projects/orbit/wiki/SandBoxes for more details on the sandboxes
     108availability. Please refer http://svn.orbit-lab.org/projects/orbit/wiki/SandBoxes for more details on the sandboxes.
     109
    94110
    95111Do I get root access on my radio nodes?
     
    98114Yes. The nodes are yours to do what you will during your slot.  Just ssh root@nodeX-Y and be greeted by the familiar root@node:~/# prompt.
    99115
     116
    100117Do my nodes have consoles I can look at?
    101118----------------------------------------
     
    103120Yes. Each of the radio nodes has its own serial console with which you can interact through the chasis manager (CM).  From the experiment console machine, telnet 10.1.X.Y 3025 in the case of the grid, and telnet 10.1.10N.XXXXYYYY 3025 in the case of the sandbox where N is the sandbox number.
    104121
    105 Can I reboot (power cycle) my nodes?
     122
     123Can I reboot or power cycle my nodes?
    106124------------------------------------
    107125
     
    117135Hardware Setup
    118136==============
     137
    119138How many radio nodes are there?
    120139-------------------------------
     
    122141Currently, we support 64 nodes in a 8*8 grid, and 10 1*2 node sandboxes. In the near future, this will be increased to 400 nodes in a 20*20 grid as well as an outdoor testbed consisting of 50 nodes located in and around Rutgers University, Busch Campus.
    123142
     143
    124144How many radio interfaces on each node?
    125145---------------------------------------
     
    127147There are two mini-PCI 802.11 a/b/g interfaces cards on each node. In addition to that, there will be USB-based Bluetooth and Zygbee interfaces.
    128148
     149
    129150Which wireless cards are used on Orbit nodes?
    130151---------------------------------------------
     
    135156What OS do the nodes run?
    136157-------------------------           
    137 The default Operating Systems that run on each of the radio nodes is Linux (Debian GNU/Linux 3.0 with Linux kernel 2.6.4). But every experimenter can load any OS they want.
     158The default Operating Systems that run on each of the radio nodes is Linux (Debian GNU/Linux 3.0 with Linux kernel 2.6). But every experimenter can load any OS they want.
     159
    138160
    139161Can I run my own Operating System?