Wireless Mesh Networking Nathaniel Wilson 4/13/2007.

Slides:



Advertisements
Similar presentations
1 A Review of Current Routing Protocols for Ad-Hoc Mobile Wireless Networks By Lei Chen.
Advertisements

INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Ranveer Chandra , Kenneth P. Birman Department of Computer Science
Autonomous Mobile Mesh Networks and their Design Changes.
Multicasting in Mobile Ad-Hoc Networks (MANET)
Kyle Mason. Mesh networks requirements have evolved from their military origins as they have moved from battlefield to the service provider, to the residential.
An Analysis of the Optimum Node Density for Ad hoc Mobile Networks Elizabeth M. Royer, P. Michael Melliar-Smith and Louise E. Moser Presented by Aki Happonen.
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #4 Mobile Ad-Hoc Networks AODV Routing.
Mesh Networks A.k.a “ad-hoc”. Definition A local area network that employs either a full mesh topology or partial mesh topology Full mesh topology- each.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
CS541 Advanced Networking 1 Mobile Ad Hoc Networks (MANETs) Neil Tang 02/02/2009.
Ad-hoc On-Demand Distance Vector Routing (AODV) Sirisha R. Medidi.
Computer Networks: Wireless Networks Ivan Marsic Rutgers University Chapter 6 – Wireless Networks.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
ENHANCING AND EVALUATION OF AD-HOC ROUTING PROTOCOLS IN VANET.
Capacity of Wireless Mesh Networks: Comparing Single- Radio, Dual-Radio, and Multi- Radio Networks By: Alan Applegate.
Lecture 1 Wireless Networks CPE 401/601 Computer Network Systems slides are modified from Jim Kurose & Keith Ross All material copyright J.F.
Mobile Ad-Hoc Networking By Jared Roberts. Overview What is a MANET? What is a MANET? Problems with routing in a MANET Problems with routing in a MANET.
1 Spring Semester 2009, Dept. of Computer Science, Technion Internet Networking recitation #3 Mobile Ad-Hoc Networks AODV Routing.
Multicast Routing in Mobile Ad Hoc Networks (MANETs)
Ad-hoc On-Demand Distance Vector Routing (AODV) and simulation in network simulator.
Gürkan RAKANOĞLU. Outline Overview of Wireless Mesh Networks Video Streaming over Wireless Networks Applications of Video over Wireless Networks.
Routing in Mobile Ad Hoc Networks (from Ad Hoc Networking by Charles Perkins) Thanks to Prof. Yu at Cleveland State Univ.
Security in Ad Hoc Networks. What is an Ad hoc network? “…a collection of wireless mobile hosts forming a temporary network without the aid of any established.
WIRELESS AD-HOC NETWORKS Dr. Razi Iqbal Lecture 6.
AODV: Introduction Reference: C. E. Perkins, E. M. Royer, and S. R. Das, “Ad hoc On-Demand Distance Vector (AODV) Routing,” Internet Draft, draft-ietf-manet-aodv-08.txt,
Team Topic Presentation Team 6 BLUETOOTH What is Bluetooth? Cable Replacement Automatic Connectivity Hidden Computing Few Examples: 1.Automatic Door.
A Scalable Routing Protocol for Ad Hoc Networks Eric Arnaud Id:
Ad Hoc Network.
Intro DSR AODV OLSR TRBPF Comp Concl 4/12/03 Jon KolstadAndreas Lundin CS Ad-Hoc Routing in Wireless Mobile Networks DSR AODV OLSR TBRPF.
Ad Hoc On-Demand Distance Vector Routing (AODV) ietf
Fundamentals of Computer Networks ECE 478/578
Mobile Ad Hoc Networking By Shaena Price. What is it? Autonomous system of routers and hosts connected by wireless links Can work flawlessly in a standalone.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Seminar on Wireless Mesh Networking Presented By: Mankiran Kaur ( ) M.Tech(C.S.E)
Introduction to Mobile Ad hoc Networks (MANETs) Advanced Computer Networks.
Network Concepts.
Personal Communication Services & WiFi
Wi-Fi Technology.
Network and hardware revision
MOBILE COMMUNICATION SYSTEM
IMPROVING OF WIRELESS MESH NETWORKS.
Mesh-Network VoIP Call Capacity
The University of Adelaide, School of Computer Science
INTRODUCTION TO COMPUTER NETWORKS
Ad-hoc Networks.
Internet Networking recitation #4
Sensor Network Routing
Wireless and Mobile Ad Hoc Networks
任課教授:陳朝鈞 教授 學生:王志嘉、馬敏修
Ad-hoc On-demand Distance Vector
CS 457 – Lecture 7 Wireless Networks
Managing Online Services
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
by Saltanat Mashirova & Afshin Mahini
INTRODUCTION TO COMPUTER NETWORKS
Differences between WSN & MANET By: Dana Alotaibi.
Network Topologies Charles Warren.
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Routing in Mobile Ad-hoc Networks
INTRODUCTION TO COMPUTER NETWORKS
Conducted and Wireless Media (Part II)
Vinay Singh Graduate school of Software Dongseo University
Computer Networks: Wireless Networks
Routing protocols in Mobile Ad Hoc Network
Routing in Mobile Wireless Networks Neil Tang 11/14/2008
Presentation transcript:

Wireless Mesh Networking Nathaniel Wilson 4/13/2007

What is it? ● There are three types of wireless mesh networks: – Fixed – Peer-to-Peer – Node-to-Node ● I am focusing on peer-to-peer networks today. A wireless mesh network is a network where the devices connect to each other, rather than to a central server.

Characteristics ● Dynamic ● Fully Mobile – There are no fixed devices on the network ● Decentralized – Maintenance-free ● Expandable by addition of connections to other networks ● Freedom

Advantages ● Better connection probability – For example, cell phones often lack connection because of physical obstruction in the path to a tower. – You are more likely to have another device within range, whether or not you are in range of the tower. ● Enhanced reliability – By way of route redundancy ● Easier network configuration – Essentially, no configuration

Difficulties ● Many devices on one frequency band – 2.4GHz spectrum is already busy ● Complicated routing – “The biggest challenge” ● Latency ● There's a lot of demand on devices – Drains battery life ● Security

Protocols ● Ad-Hoc On-Demand Distance Vector (AODV) – This is primarily a routing protocol for ad-hoc networks. – It does not build routes until they are needed. ● Remains silent at other times. – Capable of multicast and unicast. – Building a Route: ● When a connection is needed by a node, it broadcasts a request on the network. (RREQ) ● If another node has the route needed, it sends a reply directly to the source. (RREP) ● If it does not, it rebroadcasts the RREQ.

Development ● First Generation: – In the first generation one radio provides both backhaul (packet relaying) and client services (access to a laptop). ● Second Generation: – In the second generation, one radio relayed packets over multiple hops while another provided client access. This significantly improved backhaul bandwidth and latency. ● Third Generation: – Third generation wireless mesh products use two or more radios for the backhaul for higher bandwidth and low latency.

Applications ● The one-laptop-per child program – This program aims to produce a laptop that costs about $100 for sale to third- world countries to be given to children in an effort to help them learn to interact in our world. – The laptop's wireless devices create a mesh network between each other, so that internet access can be spread out across the landscape, where wires don't exist. – At the very least, the laptops will be able to communicate with each other locally even if none of them can connect to the Worldwide Web. They may form a mini-web of their own. –

Other Applications ● Environments with autonomous machines communicating with each other – A good example would be a wind farm. The windmills have computers in them that need to talk to each other, and running lines would get expensive. ● Environments where fixed connections are unavailable or insufficient. – Such as third-world countries or Upstate New York. ● Cell phones.