Wireless MAN Neil Tang 10/03/2008

Slides:



Advertisements
Similar presentations
A Centralized Scheduling Algorithm based on Multi-path Routing in WiMax Mesh Network Yang Cao, Zhimin Liu and Yi Yang International Conference on Wireless.
Advertisements

Special Topics in Wireless Networking: MAC design and cross-layer issues.
By, Shah Ankur Vasant. WIMAX stands for Worldwide Interoperability for Microwave Access The original IEEE standard (now called "Fixed WiMAX") was.
Data Communications and Networking
Comp 361, Spring 20056:Basic Wireless 1 Chapter 6: Basic Wireless (last updated 02/05/05) r A quick intro to CDMA r Basic
CS541 Advanced Networking 1 Spectrum Sharing in Cognitive Radio Networks Neil Tang 3/23/2009.
CS541 Advanced Networking 1 Basics of Wireless Networking Neil Tang 1/21/2009.
CS541 Advanced Networking 1 Suggested Project Topics Neil Tang 2/11/2009.
Wimax – Wireless Broadband
CS541 Advanced Networking 1 Cognitive Radio Networks Neil Tang 1/28/2009.
6: Wireless and Mobile Networks6-1 Chapter 6: Wireless and Mobile Networks Background: r # wireless (mobile) phone subscribers now exceeds # wired phone.
CS541 Advanced Networking 1 Vehicular Ad Hoc Networks (VANETs) Neil Tang 2/4/2009.
1 Chapter 5 The Medium Access Sublayer. 2 Chapter 5 The Medium Access Layer 5.1 The Channel Allocation problem - Static and dynamic channel allocation.
Wireless LANs Ethernet and all its enhancements is the major wired LAN architecture today Beyond Ethernet, the fastest growing LAN architecture is wireless.
Chapter 11: Wireless LANs Business Data Communications, 6e.
1 Wi-Fi Jason Orgill John Bodily Scott Rowberry. 2 Background Purpose Develop MAC and PHY layer for wireless connectivity of fixed, portable and moving.
WiMAX Fixed Vs. Mobile Mustafa Saad Mustafa Networks Eng. Dept. College of Information Engineering Al-Nahrain University Mustafa Saad Mustafa Networks.
24-July-2007 Wireless Networks. Wireless Technologies Bluetooth, ZigBee & Wireless USB short range communication between devices typically controlled.
Wi-Fi Standards Lucy Nguyen Corey Trouard Zack Wepasnick.
6: Wireless and Mobile Networks6-1 Chapter 6 Wireless and Mobile Networks Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition.
MAC Protocols In Sensor Networks.  MAC allows multiple users to share a common channel.  Conflict-free protocols ensure successful transmission. Channel.
Data and Computer Communications Ninth Edition by William Stallings Chapter 17 – Wireless LANs.
Architecture of an infrastructure network Distribution System Portal 802.x LAN Access Point LAN BSS LAN BSS 1 Access Point STA.
1 Admission Control and Interference-Aware Scheduling in Multi-hop WiMAX Networks Debalina Ghosh, Ashima Gupta, Prasant Mohapatra Department of Computer.
A Multicast Mechanism in WiMax Mesh Network Jianfeng Chen, Wenhua Jiao, Pin Jiang, Qian Guo Asia-Pacific Conference on Communications, (APCC '06)
Orthogonal Frequency Division Multiplexing
Chapter 15 Wireless LANs 15.# 1
Dependability in Wireless Networks By Mohammed Al-Ghamdi.
Wireless Protocols. 2 Outline MACA 3 ISM: Industry, Science, Medicine unlicensed frequency spectrum: 900Mhz, 2.4Ghz, 5.1Ghz, 5.7Ghz.
Fair and Efficient multihop Scheduling Algorithm for IEEE BWA Systems Daehyon Kim and Aura Ganz International Conference on Broadband Networks 2005.
CS440 Computer Networks 1 Wireless LAN (IEEE ) Neil Tang 10/01/2008.
Wireless LAN Provides network connectivity over wireless media An Access Point (AP) is installed to act as Bridge between Wireless and Wired Network.
COSC 6590 Fall Multi-channel, multi-radio wireless networks.
Broadband Access Networks and Services Chapter 7 IEEE Standard Byeong Gi Lee Seoul National University EE Spring 2004.
Wireless Networks Spring 2007 WiMAX: Broadband Wireless Access.
WIMAX AND LTE.
CT301 lecture7 10/29/2015 Lect 7 NET301.
Chapter 15 Wireless LANs.
Contention-based protocols with Reservation Mechanisms
WiMAX 1EEE Protocol Stack
Chapter 6 Wireless and Mobile Networks
Wireless LANs Wireless proliferating rapidly.
Lecture 27 WLAN Part II Dr. Ghalib A. Shah
Design and Validation of a UWB Transmitter for FPGA Implementation
General Overview IEEE WLAN Standard
WIMAX TECHNOLOGY Submitted By: Pratyush Kumar Sahu ECE-F
Wireless Mesh Networks
Multi-channel, multi-radio wireless networks
Channel Allocation (MAC)
Wireless NETWORKS NET 434 Topic No 6 Wireless LANS
Computer Communication & Networks
Communication Networks NETW 501
Wireless LAN 第一組 電機四 林長寬 B /11/24.
Chapter 6 Medium Access Control Protocols and Local Area Networks
WiMAX: IEEE Wireless MANs
Presented by Jason L.Y. Lin
Overview & Applications
CT301 lecture7 10/29/2015 Lect 7 NET301.
Overview & Applications
EEC4113 Data Communication & Multimedia System Chapter 6: Media Access Control of Data Link Sub-Layer by Muhazam Mustapha, August 2010.
WiMAX: Broadband Wireless Access
Wireless Standards adaptation
Multi-channel, multi-radio
Enhanced IEEE by Integrating Multiuser Dynamic OFDMA
Subject Name: Adhoc Networks Subject Code: 10CS841
Conducted and Wireless Media (Part II)
Fundamentals of Data Communications Neil Tang 9/12/2008
Security in Wireless Metropolitan Area Networks (802.16)
Security in Wireless Metropolitan Area Networks (802.16)
November 2008 Hybrid MAC for VANET Date: Authors:
Presentation transcript:

Wireless MAN Neil Tang 10/03/2008 CS440 Computer Networks

Outline Basic Architecture Physical Properties MAC Protocol CS440 Computer Networks

WMAN Basic Architecture: Point-to-Multipoint (PMP) mode and mesh mode MAC Protocol: TDMA/FDMA(OFDMA) CS440 Computer Networks

Basic Architecture CS440 Computer Networks

Physical Properties Encoding & Modulation: OFDM (Orthogonal Frequency Division Multiplexing). Spectrum: 2-11GHz (Licensed, non-LOS), 11-66GHz (Free, LOS). Maximum Data Rate: 131Mbps. Transmission Range: 30 miles. Several miles in practice. CS440 Computer Networks

MAC Protocol Control sub-frames are partitioned into slots of fixed duration (control slots). Data sub-frames consist of a fixed number of data mini-slots. The control slot is accessed in a contention-based fashion. A WiMAX-based mesh network can employ up to 16 multiple non-overlapping channels for data transmission. CS440 Computer Networks

MAC Protocol Centralized scheduling using the MSH-CSCH message. Distributed scheduling using the MSH-DSCH message. CS440 Computer Networks

MAC Protocol Collision-Free Scheduling CS440 Computer Networks

MAC Protocol A general framework for link scheduling: In the first phase, the links are labeled, and in the second phase, the links are scheduled one by one based on their labels. The scheduling problem is equivalent to the problem of finding a valid node coloring in the contention graph. The hidden and exposed terminal problems are resolved. CS440 Computer Networks