ORBIT Project Overview.

Size: px
Start display at page:

Download "ORBIT Project Overview."

Transcription

1 ORBIT Project Overview

2 ORBIT Overview: Project Rationale Wireless testbeds motivated by: cost & time needed to develop experimental prototypes need for reproducible protocol evaluations large-scale system studies (...emergent behavior) growing importance of cross-layer protocol studies creation of communities for wireless network research ORBIT: open-access multi-user facility for experimental wireless networking research ~24/7 service facility with remote access open interfaces for flexible layer 2,3 & cross-layer protocols extensive measurements at PHY, MAC and Net layers support for wide range of radio system scenarios

3 ORBIT co-pi s WINLAB, Rutgers University Dipankar Raychaudhuri Max Ott Ivan Seskar Wade Trappe Manish Parashar Yanyong Zhang Columbia University Henning Schulzrinne Princeton University Hisashi Kobayashi IBM Research Arup Acharya Lucent Bell Labs Sanjoy Paul Thomson Kumar Ramaswamy

4 Radio Mapping Algorithm Suburban ORBIT Testbed Urban 500 meters Office 20 meters Hallway 300 meters 30 meters 20 meters

5 Formulation of Link SNR Mapping STEP 1 Modeling Link SNR of Real Environments Fidelity of Grid SINR to Link SNR STEP 2 Configuring Grid SINR Prototype network (AP, Ad Hoc, etc.) Spatial distribution of terminals Empirical/Analytical path loss model Setting dedicated noise-like sources Setting locations of grid nodes Setting transmission powers of nodes

6 The Grid: Architecture VPN Gateway to Wide-Area Testbed Gigabit backbone Front-end Servers 80 ft ( 20 nodes ) 70 ft m ( 20 nodes ) Data switch Application Servers (User applications/ Delay nodes/ Mobility Controllers / Mobile Nodes) Control switch SA 1 SA 2 SA P IS 1 IS 2 IS Q Back-end servers RF/Spectrum Measurements Interference Sources Internet VPN Gateway / Firewall

7 The Grid: Hardware Atheros Bluetooth minipci USB a/b/g Atheros minipci a/b/g 1 Ghz 512 MB RAM CPU VIA C3 1Ghz (control) Gigabit 20 GB DISK 110 VAC Gigabit Ethernet Ethernet Serial Console Power Supply +5v standby pwr/reset volt/temp 22.1Mhz CPU Rabbit Semi RCM3700 (data) 10 BaseT Ethernet (CM) RJ11 NodeIdBox

8 RF Interference grid Number of transmitter antennas providing spatial distribution of interference sources (BW = 40 MHz, f0=250 KHz 6 GHz) each antenna linear combination of 2-8 sources (cost issue) Variety of interference types (W-CDMA, cdma2000, 1xEV- DO/DV, TD-SCDMA, cdmaone, GSM/EDGE, GPRS/EGPRS, Bluetooth, GPS, enhanced multitone, NPR, AWGN, or up to 8 sec of arbitrary waveform generation) Agilent ESG Agilent ESG Agilent ESG +

9 Experiment Support Architecture Deploy & Configure Control Measure System Definition Results Experimenter

10 Defining an Experiment Properties App 1 Test code Measurements Sys Topology Application Prototype Mapping Strategy P1 Pi - Mapping nodes to prototype - Binding free properties Dynamic Static Experiment

11 OML: Measurement Framework

12 Experiment Definition Experiment.name = "tutorial-1" Experiment.project = "Orbit::Tutorial" Experiment.startMode = Experiment::REBOOT # # Define nodes used in experiment # node([2, 3], :sender) { n n.prototype(" { :if => Node::W0_IF, :packetsize => Experiment.parameter("packetSize"), :rate => Experiment.parameter("rate") }) } node([3, 4]) { n n.prototype(" {:if => Node::W0_IF}) } # # Configure environment # node("/*/*").net.w0 { n n.essid = "HelloWorld" n.mode = "ad-hoc" n.channel = 1 n.xmitpower = 1 ;# What is 1? n.bitrate = "11Mbps" # Force single rate n.ip = "%10.0.%x.%y" } # Start experiment whenready { e, n p.packetsize = 1024 p.rate = 250 e.sleep 5.0 e.done }

13 Prototype Definition <prototype id=' p = Prototype.create(" <name>sender</name> p.name = "Sender" <url> p.description = <description>nodes "Nodes which send which a stream send a stream of packets" of packets</description> <parameters> p.addparameter(:if, "Name of interface to use", Node::W0_IF) <parameter name='packetsize' id='packetsize'> p.addparameter(:packetsize, <description>payload "Payload length length of outgoing of outgoing packets</description> packets", 1000) p.addparameter(:rate, <default>1000</default> "Rate to send", 1000) p.addparameter(:channel, </parameter> "Channel to send on", 1) p.addparameter(:usesocket, "If true use socket, otherwise use libmac for transport", true) </parameters> <applications> genny = p.addapplication(:gennysender, " <application refid=' genny.bindproperty(:interface_name, <properties> :if) genny.bindproperty(:rate) <property idref='interface_name'><binding idref='if'/></property> genny.bindproperty(:payload_length, :packetsize) genny.bindproperty(:use_socket, </properties> :usesocket) <measurements> <measurement id='group3'> genny.addmeasurement(:group3, Filter::SAMPLE, <properties> {Filter::SAMPLE_SIZE <property => idref='uri:oml:filter:trigger'> 100}, [ ["offered_load", </properties> Filter::MEAN] ] <metric refid='offered_load'> ) <filter idref='uri:oml:filter:mean'/>

14 Analyzing Experiments function nsf(dbserver, dbuser, dbpw, database); % Part where we retrieve data from the database; mysql('open',dbserver, dbuser, dbpw); mysql('use', database); output = struct('time',[],'thr_all',[],'node',[]); [output.time, output.thr_all, output.node] = mysql('select timestamp, throughput, node_id from group2'); [thru1_4, time1_4, thru3_1, time3_1] = sort_mysql(output); % Finally, the plotting part subplot(2,1,1); plot(time1_4, thru1_4, '-*'); title('throughput On Obstructed Link'); xlabel('time (sec)'); ylabel('throuhput (bps)'); grid on; subplot(2,1,2); plot(time3_1, thru3_1, '-*'); title('throughput On Monitor Node'); xlabel('time (sec)'); ylabel('throuhput (bps)'); grid on;

15 Progress Installed Production Nodes Scaled to 64 Nodes Added Bluetooth Semi-automated calibration (+/- 10db) Web site is up Supporting Click Started with external experimenter (Columbia) Started exploring mobility & NS-2 integration V2 of node handler & OML in beta 5 Papers accepted

16 Future Delivery of 450 nodes in December Extend Beta testers to industry EWPs Move into new building (???) Explore new radios (Zigbee, Mote, GNU radio) Scale to 400 Interested? Join mailing list

17

18 Testbed System ORBIT consists of radio grid emulator + field trial network Emulator used for detailed protocol evaluations in reproducible complex radio environments Field trial network for further real-world evaluation & application trials

ORBIT 10 Years Later WINLAB. Ivan Seskar, Associate Director WINLAB

ORBIT 10 Years Later WINLAB. Ivan Seskar, Associate Director WINLAB ORBIT 10 Years Later Ivan Seskar, Associate Director Rutgers, The State University of New Jersey Contact: seskar (at) winlab (dot) rutgers (dot) edu Orbit Project Rationale Wireless testbeds motivated

More information

Cognitive radio technology and GENI project

Cognitive radio technology and GENI project Cognitive radio technology and GENI project Ivan Seskar Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: seskar (at) winlab (dot) rutgers (dot) edu ORBIT Cognitive Capable Platforms

More information

GENI and ORBIT Experimental Infrastructure Projects

GENI and ORBIT Experimental Infrastructure Projects GENI and ORBIT Experimental Infrastructure Projects Ivan Seskar Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: seskar (at) winlab (dot) rutgers (dot) edu GENI Projects Cluster

More information

GENI Experimental Infrastructure Wireless & Sensor Networks Aug 8, 2005

GENI Experimental Infrastructure Wireless & Sensor Networks Aug 8, 2005 GENI Experimental Infrastructure Wireless & Sensor Networks Aug 8, 2005 Rutgers, The State University of New Jersey D. Raychaudhuri ray@winlab.rutgers.edu www.winlab.rutgers.edu 1 GENI Wireless Network

More information

Network Simulators, Emulators and Testbeds

Network Simulators, Emulators and Testbeds Outline Network Simulators, Emulators and Testbeds By: George Nychis Gaurang Sardesai Motivation for Research Different Techniques Simulators Assumptions/Axioms Methods and Results Testbeds Architecture

More information

Overview of the ORBIT Radio Grid Testbed for Evaluation of Next-Generation Wireless Network Protocols

Overview of the ORBIT Radio Grid Testbed for Evaluation of Next-Generation Wireless Network Protocols Overview of the ORBIT Radio Grid Testbed for Evaluation of Next-Generation Wireless Network Protocols D. Raychaudhuri, I. Seskar, M. Ott, S. Ganu, K. Ramachandran, H. Kremo, R. Siracusa, H. Liu and M.

More information

COSMOS Architecture and Key Technologies. June 1 st, 2018 COSMOS Team

COSMOS Architecture and Key Technologies. June 1 st, 2018 COSMOS Team COSMOS Architecture and Key Technologies June 1 st, 2018 COSMOS Team COSMOS: System Architecture (2) System design based on three levels of SDR radio node (S,M,L) with M,L connected via fiber to optical

More information

On the Scalability of Hierarchical Ad Hoc Wireless Networks

On the Scalability of Hierarchical Ad Hoc Wireless Networks On the Scalability of Hierarchical Ad Hoc Wireless Networks Suli Zhao and Dipankar Raychaudhuri Fall 2006 IAB 11/15/2006 Outline Motivation Ad hoc wireless network architecture Three-tier hierarchical

More information

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments GENI Project Quarterly Progress Report, Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments Principal Investigators: Dipankar Raychaudhuri, WINLAB, Rutgers University

More information

Spectrum MRI: Towards Diagnosis of Multi-Radio Interference in the Unlicensed Band

Spectrum MRI: Towards Diagnosis of Multi-Radio Interference in the Unlicensed Band Spectrum MRI: Towards Diagnosis of Multi-Radio Interference in the Unlicensed Band Akash Baid 1, Suhas Mathur* 2, Ivan Seskar 1, Sanjoy Paul 3, Amitabha Das 3, Dipankar Raychaudhuri 1 1 WINLAB, Rutgers

More information

Privacy in Sensor Nets

Privacy in Sensor Nets Privacy in Sensor Nets Wade Trappe Yanyong Zhang Rutgers, The State University of New Jersey www.winlab.rutgers.edu 1 Talk Overview Brief Update on the Security Group and then PARIS Motivation Set the

More information

LANCOM Techpaper IEEE n Indoor Performance

LANCOM Techpaper IEEE n Indoor Performance Introduction The standard IEEE 802.11n features a number of new mechanisms which significantly increase available bandwidths. The former wireless LAN standards based on 802.11a/g enable physical gross

More information

Practical MU-MIMO User Selection on ac Commodity Networks

Practical MU-MIMO User Selection on ac Commodity Networks Practical MU-MIMO User Selection on 802.11ac Commodity Networks Sanjib Sur Ioannis Pefkianakis, Xinyu Zhang and Kyu-Han Kim From Legacy to Gbps Wi-Fi 1999-2003 2009 What is new in 802.11ac? 2013 Legacy

More information

Cross-layer Transport Protocol Approaches for wireless networks

Cross-layer Transport Protocol Approaches for wireless networks Cross-layer Transport Protocol Approaches for wireless networks Sumathi Gopal, Sanjoy Paul, D. Raychaudhuri WINLAB, Rutgers University 21 st Annual IEEE Computer and Communication Workshop (CCW) Feb 5

More information

Design of Link and Routing Protocols for Cache-and- Forward Networks. Shweta Jain, Ayesha Saleem, Hongbo Liu, Yanyong Zhang, Dipankar Raychaudhuri

Design of Link and Routing Protocols for Cache-and- Forward Networks. Shweta Jain, Ayesha Saleem, Hongbo Liu, Yanyong Zhang, Dipankar Raychaudhuri Design of Link and Routing Protocols for Cache-and- Forward Networks Shweta Jain, Ayesha Saleem, Hongbo Liu, Yanyong Zhang, Dipankar Raychaudhuri Introduction Future Internet usage is expected to involve

More information

The WINLAB Cognitive Radio Platform

The WINLAB Cognitive Radio Platform The WINLAB Cognitive Radio Platform IAB Meeting, Fall 2007 Rutgers, The State University of New Jersey Ivan Seskar Software Defined Radio/ Cognitive Radio Terminology Software Defined Radio (SDR) is any

More information

PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios

PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios Suli Zhao and Zhibin Wu WINLAB, Rutgers Univ. Piscataway, NJ 8854 {sulizhao, zhibinwu}@winlab.rutgers.edu Arup

More information

MobilityFirst Tutorial GEC21, Indiana University, 10/22/2014 Francesco Bronzino, Parishad Karimi, Ivan Seskar

MobilityFirst Tutorial GEC21, Indiana University, 10/22/2014 Francesco Bronzino, Parishad Karimi, Ivan Seskar MobilityFirst Tutorial GEC21, Indiana University, 10/22/2014 Francesco Bronzino, Parishad Karimi, Ivan Seskar Ini2al Setup Requirement: Have a GENI Portal Account hjps://portal.geni.net/ Join Project MFGEC21Tutorial

More information

Design and Deployment Considerations for High Performance MIMO Testbeds

Design and Deployment Considerations for High Performance MIMO Testbeds Design and Deployment Considerations for High Performance MIMO Testbeds Konstantinos Pelechrinis, Ioannis Broustis, Theodoros Salonidis, Srikanth V. Krisnamurthy, Prasant Mohapatra - University of California,

More information

Middleware Services for Sensors Systems in Dynamic Data-driven Oil Applications

Middleware Services for Sensors Systems in Dynamic Data-driven Oil Applications Middleware Services for Sensors Systems in Dynamic Data-driven Oil Applications Manish Parashar The Applied Software Systems Laboratory ECE/CAIP, Rutgers University http://www.caip.rutgers.edu/tassl (Ack:

More information

Internet Nuts and Bolts

Internet Nuts and Bolts Internet Nuts and Bolts Michael Oakes moakes@rm.com Introduction What is the internet? Comparing browsers Wireless, the basics Getting the most out of your connection Diagnosing problems Learning Platform

More information

Overview of Mobile Networking Initiatives at WINLAB

Overview of Mobile Networking Initiatives at WINLAB Overview of Mobile Networking Initiatives at WINLAB Introduction: The Next Generation MSC Custom Mobile Infrastructure (e.g. GSM, 3G) BTS Public Switched Network (PSTN) BSC GGSN, etc. WLAN Access Point

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

More information

Wireless, Mobile, Sensor Technologies and the Future Internet Aug 2, 2005

Wireless, Mobile, Sensor Technologies and the Future Internet Aug 2, 2005 Wireless, Mobile, Sensor Technologies and the Future Internet Aug 2, 2005 Rutgers, The State University of New Jersey D. Raychaudhuri ray@winlab.rutgers.edu www.winlab.rutgers.edu 1 Introduction 2 Introduction:

More information

PERFORMANCE EVALUATION OF AODV AND OLSR UNDER MOBILITY

PERFORMANCE EVALUATION OF AODV AND OLSR UNDER MOBILITY PERFORMANCE EVALUATION OF AODV AND OLSR UNDER MOBILITY BY TANUJA KUMAR A thesis submitted to the Graduate School New Brunswick Rutgers, The State University of New Jersey in partial fulfillment of the

More information

WINLAB IAB Meeting June 10, 2005

WINLAB IAB Meeting June 10, 2005 WINLAB IAB Meeting June 10, 2005 Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: Professor D. Raychaudhuri, Director ray@winlab.rutgers.edu 1 WINLAB STATUS UPDATE 2 WINLAB Status

More information

Wireless Market Update

Wireless Market Update Wireless Market Update Wireless Trends and the Impact on Test Nov 2012 2012 LitePoint Corp. 2012 LitePoint, A Teradyne Company. All rights reserved. Where is Wireless Going? 2012 LitePoint Corp. 7 Wi-Fi

More information

TOPOLOGY CONTROL IN MOBILE AD HOC NETWORKS WITH COOPERATIVE COMMUNICATIONS

TOPOLOGY CONTROL IN MOBILE AD HOC NETWORKS WITH COOPERATIVE COMMUNICATIONS IEEE 2012 Transactions on Wireless Communications, Volume: 9, Issue: 2 TOPOLOGY CONTROL IN MOBILE AD HOC NETWORKS WITH COOPERATIVE COMMUNICATIONS Abstract Cooperative communication has received tremendous

More information

WLAN TRENDS. Dong Wang. Prof. Dr. Eduard Heindl 05/27/2009. E-Business Technologies

WLAN TRENDS. Dong Wang. Prof. Dr. Eduard Heindl 05/27/2009. E-Business Technologies WLAN TRENDS Dong Wang 232495 Prof. Dr. Eduard Heindl E-Business Technologies 05/27/2009 1 Declaration I, Dong Wang, hereby declare that this paper is my own work and all the related work cites are shown

More information

Network Emulation in the NS Simulator. Kishore Ramachandran

Network Emulation in the NS Simulator. Kishore Ramachandran Network Emulation in the NS Simulator. Kishore Ramachandran Emulation the why and the how. Motivation (Why?) Simulations make simplifying assumptions. Results not always basis for real-world deployment.

More information

Cognitive Radio Platform Research at WINLAB

Cognitive Radio Platform Research at WINLAB Cognitive Radio Platform Research at WINLAB December 2, 2010 Zoran Miljanic and Ivan Seskar WINLAB Rutgers University www.winlab.rutgers.edu 1 WiNC2R objectives Programmable processing of phy and higher

More information

WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS

WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS 3 WIRELESS-NETWORK TECHNOLOGIES/PROTOCOLS Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of

More information

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010 Embedded NGX 8.1 Release Notes Post General Availability Version November 2010 1 Contents CONTENTS... 2 INTRODUCTION... 3 Highlights of This Version... 3 Supported Platforms... 4 Availability... 4 Copyright...

More information

WINLAB IAB Meeting May 14, 2004

WINLAB IAB Meeting May 14, 2004 WINLAB IAB Meeting May 14, 2004 Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: Professor D. Raychaudhuri, Director ray@winlab.rutgers.edu 1 WINLAB STATUS UPDATE & RESEARCH

More information

Synchronous Two-Phase Rate and Power Control in WLANs

Synchronous Two-Phase Rate and Power Control in WLANs Synchronous Two-Phase Rate and Power Control in 802.11 WLANs Kishore Ramachandran, Ravi Kokku, Honghai Zhang, and Marco Gruteser WINLAB, Rutgers University and NEC Laboratories America Towards All-Wireless

More information

WIRELESS TECHNOLOGIES

WIRELESS TECHNOLOGIES WIRELESS TECHNOLOGIES Bluetooth, ZigBee and ANT Thomas Aasebø OVERVIEW What are wireless sensor networks? What are personal area networks? What are these networks typically used for? Bluetooth, ZigBee

More information

Service Discovery and Device Identification in Cognitive Radio Networks

Service Discovery and Device Identification in Cognitive Radio Networks B WiFi A T Bluetooth F WiFi Bluetooth C W E Cognitive Radio D Service Discovery and Device Identification in Cognitive Radio Networks 21 May 27 WINLAB Research Review Overview Cognitive Radio Introduction

More information

Analyzing the basic performance of IEEE802.11g/n

Analyzing the basic performance of IEEE802.11g/n Analyzing the basic performance of IEEE802.11g/n Janis Jansons, Toms Dorins, Nikolajs Bogdanovs Department of Transport Electronics and Telematics Riga Technical University Riga, Latvia janis.jansons_1@rtu.lv

More information

arxiv: v1 [cs.ni] 8 Aug 2013

arxiv: v1 [cs.ni] 8 Aug 2013 Evolution of IEEE 8. compatible standards and impact on Energy Consumption arxiv:8.96v [cs.ni] 8 Aug ABSTRACT Stratos Keranidis, Giannis Kazdaridis, Nikos Makris, Thanasis Korakis, Iordanis Koutsopoulos

More information

Experimental Evaluation of Large Scale WiFi Multicast Rate Control

Experimental Evaluation of Large Scale WiFi Multicast Rate Control Experimental Evaluation of Large Scale WiFi Multicast Rate Control Varun Gupta*, Craig Gutterman*, Gil Zussman*, Yigal Bejeranoº *Electrical Engineering, Columbia University ºBell Labs, Nokia Objective

More information

NITOS Description How to use NITOS Testbed NITOS Management System Scheduler NITOS Management System Accessing the Network NITOS Management System

NITOS Description How to use NITOS Testbed NITOS Management System Scheduler NITOS Management System Accessing the Network NITOS Management System NITOS Description How to use NITOS Testbed NITOS Management System Scheduler NITOS Management System Accessing the Network NITOS Management System OMF Currently NITOS maintains 40 Wi-Fi Nodes 6 of them

More information

AIR-AP1810W-D-K9 Datasheet. Overview. Quick Specs. Product Details

AIR-AP1810W-D-K9 Datasheet. Overview. Quick Specs. Product Details AIR-AP1810W-D-K9 Datasheet Overview AIR-AP1810W-D-K9, providing D Regulatory Domain, is one of the Cisco Aironet 1810W (Wall Plate) Series Access Points. Cisco Aironet 1810W Series Access Points offer

More information

Rate Adaptation in

Rate Adaptation in Rate Adaptation in 802.11 SAMMY KUPFER Outline Introduction Intuition Basic techniques Techniques General Designs Robust Rate Adaptation for 802.11 (2006) Efficient Channel aware Rate Adaptation in Dynamic

More information

Universal Wireless Test Set MT8870A. Product Introduction

Universal Wireless Test Set MT8870A. Product Introduction Universal Wireless Test Set MT8870A Product Introduction Contents Anritsu Mobile Communications Equipment Test Solution MT8870A Product Introduction - Test set for Manufacturing - MT8870A/MU88700xA Features

More information

Cisco Exam Conducting Cisco Unified Wireless Site Survey V2 Version: 10.0 [ Total Questions: 193 ]

Cisco Exam Conducting Cisco Unified Wireless Site Survey V2 Version: 10.0 [ Total Questions: 193 ] s@lm@n Cisco Exam 642-732 Conducting Cisco Unified Wireless Site Survey V2 Version: 10.0 [ Total Questions: 193 ] Cisco 642-732 : Practice Test Question No : 1 During the site survey kick-off meeting with

More information

OPENAIR-CN Deployment

OPENAIR-CN Deployment OPENAIR-CN Deployment 4th OpenAirInterface Workshop, Fall 2017 November 7 th, 2017 70 ft m ( 20 nodes ) Orbit Testbed VPN Gateway to Wide-Area Testbed Gigabit backbone Front-end Servers 80 ft ( 20 nodes

More information

Wireless Virtualization on commodity hardware

Wireless Virtualization on commodity hardware Wireless Virtualization on commodity 802.11 hardware Suman Banerjee, Arunesh Mishra, Anmol Chaturvedi, Gregory Smith University of Wisconsin-Madison {suman,arunesh,anmol,gregory}@cs.wisc.edu Abstract In

More information

Outline. Lecture 16: Wireless Networking. Physical Layer (Layer 1) Ethernet: Wireless is Different. Attenuation Over Space

Outline. Lecture 16: Wireless Networking. Physical Layer (Layer 1) Ethernet: Wireless is Different. Attenuation Over Space Outline Lecture 16: Wireless Networking Wireless physical layer challenges - Signal, noise, modulation - A little bit of EE goes a long way Wireless link layers - Hidden terminals, exposed terminals -

More information

BLE WiFi Gateway. Model: G1. Version: V Contents. Contents Overview... 2

BLE WiFi Gateway. Model: G1. Version: V Contents. Contents Overview... 2 BLE WiFi Gateway Model: G1 Version: V1.3.2 Contents Contents... 1 1.Overview... 2 2.Features... 3 3.Typical Application... 3 4.Outside View... 4 5.Electronic Parameters... 5 Email: sales@minewtech.com

More information

Definitions. What is experimentally driven. research?

Definitions. What is experimentally driven. research? Experimentally Driven Research T-110.6130 Systems Engineering in Data Communications Software Matti Siekkinen 01.12.2011 What is experimentally driven research? Study how solutions (protocol, algorithm)

More information

Real-World Experience with a Mobile Broadband Network

Real-World Experience with a Mobile Broadband Network Real-World Experience with a Mobile Broadband Network Dr. Jin Yang Verizon Wireless jin.yang@ieee.org September 23, 2004 IEEE Communications Society Oakland-East Bay Chapter, CA Outline Introduction Overview

More information

Wireless Networking: An Introduction. Hongwei Zhang

Wireless Networking: An Introduction. Hongwei Zhang Wireless Networking: An Introduction Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Networking as resource allocation A taxonomy of current practice Technical elements Outline Networking as resource

More information

Date of Publication by HGI: May,

Date of Publication by HGI: May, Date of Publication by HGI: May, 2016 ------------------------------------------------------------------------ Testing the impact of IEEE 802.11 interference on IEEE 802.15.4/Zigbee Networks 1. Activities

More information

Metronome: Spectrum Sharing in Heterogeneous Wireless Networks. Ramki Gummadi (MIT)

Metronome: Spectrum Sharing in Heterogeneous Wireless Networks. Ramki Gummadi (MIT) Metronome: Spectrum Sharing in Heterogeneous Wireless Networks Ramki Gummadi (MIT) Joint work with Hari Balakrishnan (MIT) Srinivasan Seshan (CMU) COMSNETS 2009 1 Motivation Heterogeneous wireless n/w

More information

Wireless Office Communication UTT WOC3000

Wireless Office Communication UTT WOC3000 Wireless Office Communication UTT WOC3000 40 Extensions 40 SIP Trunks 16 FE Ports 4 PoE Ports 32 Wireless Terminals The Wireless Office Communication WOC3000 is an all-in-one appliance that delivers essential

More information

Review. Error Detection: CRC Multiple access protocols. LAN addresses and ARP Ethernet. Slotted ALOHA CSMA/CD

Review. Error Detection: CRC Multiple access protocols. LAN addresses and ARP Ethernet. Slotted ALOHA CSMA/CD Review Error Detection: CRC Multiple access protocols Slotted ALOHA CSMA/CD LAN addresses and ARP Ethernet Some slides are in courtesy of J. Kurose and K. Ross Overview Ethernet Hubs, bridges, and switches

More information

Architecture and Prototyping of an based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN)

Architecture and Prototyping of an based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN) Architecture and Prototyping of an 802.11- based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN) PIMRC 2004, Barcelona Sept 5-8, 2004 S. Ganu, L. Raju, B. Anepu, S. Zhao, I. Seskar and D.

More information

Interesting Items Volume 16. Dave Jaffe 04/23/2011

Interesting Items Volume 16. Dave Jaffe 04/23/2011 Interesting Items Volume 16 Dave Jaffe 04/23/2011 Caveats I came across these products in recent magazines I have not bought or used these products I do not endorse these products I do not know much more

More information

Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios

Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios Jatinder Pal Singh, Nicholas Bambos Department of Electrical Engineering Stanford University, CA 943 {jatinder, bambos}@stanford.edu

More information

Introduction to WiFi Networking. Training materials for wireless trainers

Introduction to WiFi Networking. Training materials for wireless trainers Introduction to WiFi Networking Training materials for wireless trainers Goals The goal of this lecture is to introduce 802.11 family of radio protocols 802.11 radio channels wireless network topologies

More information

Multiple Access in Cellular and Systems

Multiple Access in Cellular and Systems Multiple Access in Cellular and 802.11 Systems 1 GSM The total bandwidth is divided into many narrowband channels. (200 khz in GSM) Users are given time slots in a narrowband channel (8 users) A channel

More information

Wireless Router at Home

Wireless Router at Home Wireless Router at Home 192.168.1.2 192.168.1.1 Modem 192.168.1.3 120.6.46.15 telephone line to ISP 192.168.1.4 Internet connection with public IP internal LAN with private IPs 192.168.1.5 Wireless All-in-one

More information

Prototyping and Evaluation of Mobility First Architecture

Prototyping and Evaluation of Mobility First Architecture Prototyping and Evaluation of Mobility First Architecture Kiran Nagaraja, Ivan Seskar Rutgers, The State University of New Jersey Contact: nkiran (at) winlab (dot) rutgers (dot) edu NSF FIA MobilityFirst

More information

Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs

Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs James T. Yu and Chibiao Liu School of Computer Science, Telecommunications, and Information Systems DePaul University,

More information

Cognitive Radio Networks at WINLAB: Networking and Security Research

Cognitive Radio Networks at WINLAB: Networking and Security Research Cognitive Radio Networks at WINLAB: Networking and Security WINLAB Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: Professor Wade Trappe, Associate Director trappe@winlab.rutgers.edu

More information

WNC-0300USB. 11g Wireless USB Adapter USER MANUAL

WNC-0300USB. 11g Wireless USB Adapter USER MANUAL WNC-0300USB 11g Wireless USB Adapter USER MANUAL Contents 1. Introduction...3 1.1 Product Feature...3 1.2 System Requirement...3 2. Getting Start...3 2.1 LED Indicators...3 2.2 Install the 54Mbps Wireless

More information

Alcatel-Lucent Public Safety 700 MHz Broadband Solution

Alcatel-Lucent Public Safety 700 MHz Broadband Solution Alcatel-Lucent Public Safety 700 MHz Broadband Solution Deployed Today, Evolving with the Future Kenneth C. Budka, Ph.D. Bell Labs June, 2007 Alcatel-Lucent Market Leader and Innovator in Network Infrastructure

More information

TEMPERATURE MONITORING SYSTEM

TEMPERATURE MONITORING SYSTEM TEMPERATURE MONITORING SYSTEM Akshada Rathod 1, VijitaMalhotra 2, Mritunjay Ojha 3 1, 2, 3 Department of Computer Engineering, Fr.Conceicao Rodrigues Institute of Technology, (India) ABSTRACT A temperature

More information

Call Admission Control in IEEE WLANs using QP-CAT

Call Admission Control in IEEE WLANs using QP-CAT This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE INFOCOM 28 proceedings. Call Admission Control in IEEE 82.11 WLANs

More information

Towards a Wireless Lexicon. Philip Levis Computer Systems Lab Stanford University 20.viii.2007

Towards a Wireless Lexicon. Philip Levis Computer Systems Lab Stanford University 20.viii.2007 Towards a Wireless Lexicon Philip Levis Computer Systems Lab Stanford University 20.viii.2007 Low Power Wireless Low cost, numerous devices Wireless sensornets Personal area networks (PANs) Ad-hoc networks

More information

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE Wireless Technology AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. References 2 The physical layer provides mechanical, electrical, l functional,

More information

mmwaves Diana Zhang References

mmwaves Diana Zhang References mmwaves Diana Zhang References Demystifying 60GHz Outdoor Picocalls, ACM Mobicom 2014 Cutting the Cord in Virtual Reality, ACM Hotnets 2016 http://networks.rice.edu/files/2014/10/11adpaper.pdf 1 60GHz

More information

Modulation. Propagation. Typical frequency bands

Modulation. Propagation. Typical frequency bands References Wireless Technology 2 AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. The physical layer provides mechanical, electrical, l functional,

More information

Using A Backlogged Queue Approach For Adaptive MAC Frame Aggregation

Using A Backlogged Queue Approach For Adaptive MAC Frame Aggregation Using A Backlogged Queue Approach For Adaptive MAC Frame Aggregation Gautam Bhanage, Dipankar Raychaudhuri, Ivan Seskar WINLAB, Rutgers University, RT 1 South, Technology Center, NJ 892, USA Email: {gautamb,

More information

Pervasive Wireless Scenarios and Research Challenges Spring 08 Research Review Jun 2, 2008

Pervasive Wireless Scenarios and Research Challenges Spring 08 Research Review Jun 2, 2008 Pervasive Wireless Scenarios and Research Challenges Spring 08 Research Review Jun 2, 2008 Prof. D. Raychaudhuri ray@winlab.rutgers.edu www.winlab.rutgers.edu 1 Introduction: The Promise of Wireless Everywhere

More information

April

April April 2017 info@octoscope.com octoscope Company Summary 2 Company Product Team Wireless test solutions and services for Wi-Fi, LTE, IoT and other wireless markets Founded in 2006 as a wireless technology

More information

StripComm. Interference-resilient Cross-technology Communication in Coexisting Environments. Tsinghua University. Xiaolong Zheng, Yuan He, Xiuzhen Guo

StripComm. Interference-resilient Cross-technology Communication in Coexisting Environments. Tsinghua University. Xiaolong Zheng, Yuan He, Xiuzhen Guo StripComm Interference-resilient Cross-technology Communication in Coexisting Environments Xiaolong Zheng, Yuan He, Xiuzhen Guo Tsinghua University Wireless Coexistence Heterogeneous devices coexist Contention

More information

IBM Research Report. PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios

IBM Research Report. PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios RC23469 (W0412-042) December 15, 2004 Computer Science IBM Research Report PARMA: A PHY/MAC Aware Routing Metric for Ad-Hoc Wireless Networks with Multi-Rate Radios Suli Zhao*, Zhibin Wu*, Arup Acharya**,

More information

Wireless Networks. Authors: Marius Popovici Daniel Crişan Zagham Abbas. Technical University of Cluj-Napoca Group Cluj-Napoca, 24 Nov.

Wireless Networks. Authors: Marius Popovici Daniel Crişan Zagham Abbas. Technical University of Cluj-Napoca Group Cluj-Napoca, 24 Nov. Wireless Networks Authors: Marius Popovici Daniel Crişan Zagham Abbas Technical University of Cluj-Napoca Group 3250 Cluj-Napoca, 24 Nov. 2003 Presentation Outline Wireless Technology overview The IEEE

More information

Outline. A Professional Company in Software-Defined Networking (SDN) Copyright , EstiNet Technologies Inc. All Rights Reserved..

Outline. A Professional Company in Software-Defined Networking (SDN) Copyright , EstiNet Technologies Inc. All Rights Reserved.. Physical Layer Outline Signal Propagation Media The Calculation of Signal Delivery Time The Evaluation of End-to-end Delay Signal Encoding and Modulation Wired Signal s Encoding, Decoding and Decoding

More information

Chapter 10: Wireless LAN & VLANs

Chapter 10: Wireless LAN & VLANs Chapter 10: Wireless LAN & VLANs Abdullah Konak School of Information Sciences and Technology Penn State Berks Wireless Transmission for LAN Radio Frequency Transmission (RF) Infrared Transmission 2 1

More information

Strategies and Guidelines for Improving Wireless Local Area Network Performance

Strategies and Guidelines for Improving Wireless Local Area Network Performance Strategies and Guidelines for Improving Wireless Local Area Network Performance Dr Nurul Sarkar Associate Professor School of Computing and Mathematical Sciences nurul.sarkar@aut.ac.nz 2 Outline of Talk

More information

By N.Golmie Presented by: Sushanth Divvela

By N.Golmie Presented by: Sushanth Divvela By N.Golmie Presented by: Sushanth Divvela 1 Agenda Introduction WPAN WLAN Simulation Models Simulation results Concluding remarks 2 Introduc.on Coexistence of WPAN and WLAN Performance evaluation WLAN

More information

Auranet EAP Solution 2

Auranet EAP Solution 2 Auranet EAP Solution 2 EAP Indoor Wi-Fi Solution for Medium-Sized and Single-Subnet Networks Tom.Wu 2017-1-24 Contents Background... 2 Application Scenarios... 2 Why TP-Link?... 2 Solution... 2 A. Solution

More information

Understand what are interactions between individual solutions. Improve the behavior through redesign or novel solutions

Understand what are interactions between individual solutions. Improve the behavior through redesign or novel solutions Experimentally Driven Research T-110.6130 Systems Engineering in Data Communications Software Matti Siekkinen 30.10.2012 What is experimentation? Q: How is experimentation defined? A: It isn t What s the

More information

Lecture 6. Reminder: Homework 2, Programming Project 2 due on Thursday. Questions? Tuesday, September 13 CS 475 Networks - Lecture 6 1

Lecture 6. Reminder: Homework 2, Programming Project 2 due on Thursday. Questions? Tuesday, September 13 CS 475 Networks - Lecture 6 1 Lecture 6 Reminder: Homework 2, Programming Project 2 due on Thursday. Questions? Tuesday, September 13 CS 475 Networks - Lecture 6 1 Outline Chapter 2 - Getting Connected 2.1 Perspectives on Connecting

More information

EVALUATING ADJACENT CHANNEL INTERFERENCE IN IEEE NETWORKS

EVALUATING ADJACENT CHANNEL INTERFERENCE IN IEEE NETWORKS EVALUATING ADJACENT CHANNEL INTERFERENCE IN IEEE 802.11 NETWORKS Wee Lum Tan 1, Konstanty Bialkowski 1 1 Queensland Research Laboratory National ICT Australia Brisbane, QLD, Australia Email: {weelum.tan,

More information

BII - Broadband for Industrial Internet

BII - Broadband for Industrial Internet BII - Broadband for Industrial Internet Technology Overview BII (/Bee/, Broadband for Industrial Internet) is an innovative long range wireless broadband networking technology developed by Doodle Labs.

More information

Product Description. For WCDMA Measurements

Product Description. For WCDMA Measurements Product Description For WCDMA Measurements NEMO OUTDOOR WCDMA 1 CONTENTS 1 NEMO OUTDOOR WCDMA OVERVIEW 2 2 MEASUREMENT WITH NEMO OUTDOOR WCDMA 3 2.1 VOICE TESTING WITH NEMO OUTDOOR 3 2.2 CIRCUIT-SWITCHED

More information

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and High Speed LANs 3BA33 David Lewis 2 nd Semester 2006-07 3BA33 D.Lewis 2007 1 Characteristics of High Speed LANS 3BA33 D.Lewis 2007 3 Introduction Fast Ethernet and Gigabit Ethernet Fibre Channel High-speed

More information

Experimental Analysis of Broadcast Reliability in Dense Vehicular Networks

Experimental Analysis of Broadcast Reliability in Dense Vehicular Networks Experimental Analysis of Broadcast Reliability in Dense Vehicular Networks Kishore Ramachandran and Marco Gruteser WINLAB, Rutgers University Tech. Center of NJ, North Brunswick, NJ 892-339, USA Email:

More information

GENI WiMAX Meso-Scale Deployments and CR-GENI

GENI WiMAX Meso-Scale Deployments and CR-GENI GENI WiMAX Meso-Scale Deployments and CR-GENI Rutgers, The State University of New Jersey www.winlab.rutgers.edu Contact: Ivan Seskar, Associate Director seskar at winlab. rutgers. edu GENI WIMAX KIT AND

More information

Education. Professional Experience. Awards and Honors

Education. Professional Experience. Awards and Honors Education Wade Trappe Department of Electrical and Computer Engineering, and Wireless Information Network Laboratory (WINLAB) Rutgers, The State University of New Jersey 73 Brett Road, Piscataway, NJ 08854

More information

HETEROGENEOUS NETWORKING TESTBEDS INTEGRATION AND WIRELESS NETWORK VIRTUALIZATION

HETEROGENEOUS NETWORKING TESTBEDS INTEGRATION AND WIRELESS NETWORK VIRTUALIZATION HETEROGENEOUS NETWORKING TESTBEDS INTEGRATION AND WIRELESS NETWORK VIRTUALIZATION BY RAJESH MAHINDRA A thesis submitted to the Graduate School New Brunswick Rutgers, The State University of New Jersey

More information

Configure n on the WLC

Configure n on the WLC Configure 802.11n on the WLC Document ID: 108184 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions 802.11n An Overview How Does 802.11n Provide Greater Throughput

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

ON THE SCALABILITY OF AD HOC WIRELESS NETWORKS

ON THE SCALABILITY OF AD HOC WIRELESS NETWORKS ON THE SCALABILITY OF AD HOC WIRELESS NETWORKS by SULI ZHAO A Dissertation submitted to the Graduate School New Brunswick Rutgers, The State University of New Jersey in partial fulfillment of the requirements

More information

Needs Of The Wireless Based Test Setup For Payload Testing In The Thermovacuum Chamber

Needs Of The Wireless Based Test Setup For Payload Testing In The Thermovacuum Chamber Needs Of The Wireless Based Test Setup For Payload Testing In The Thermovacuum Chamber Ravi J. Bagatharia, Prof. Sunera Kargathara Department of Electronics & Communication, MEFGI, RAJKOT, GUJARAT Mr.

More information

Naveen Kumar. 1 Wi-Fi Technology

Naveen Kumar. 1 Wi-Fi Technology Naveen Kumar 1 Contents 2 Introduction Need of Purpose History How a Wi-Fi Network Works Topologies & Configurations Applications Wi-Fi Security Advantages & Limitations Innovations Introduction 3 Wireless

More information

Cisco StadiumVision Mobile Streamer

Cisco StadiumVision Mobile Streamer Data Sheet Cisco StadiumVision Mobile Streamer Cisco Introduces Cisco StadiumVision Mobile Streamer Release 1.2. Introduction to Cisco StadiumVision Mobile The Cisco StadiumVision Mobile solution allows

More information