Modified OSI Architecture for Low-Power Wireless Networks Jay Bruso Mike Matranga.

Slides:



Advertisements
Similar presentations
OSI MODEL Maninder Kaur
Advertisements

Network Coding Testbed Using Software-Defined Radio Abstract In current generation networks, network nodes operate by replicating and forwarding the packets.
Csc333 Data communication & Networking Credit: 2.
Lecture 2 Protocol Layers CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
Integrated  -Wireless Communication Platform Jason Hill.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Protocols and the TCP/IP Suite
The OSI Reference Model
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
A Survey on Energy Efficient MAC Protocol for Wireless Sensor Networks Huma Naushad.
1 Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye Fabio Silva John Heidemann Presented by: Ronak Bhuta Date: 4 th December 2007.
Review on Networking Technologies Linda Wu (CMPT )
CS211/Fall /06 Outline for This Lecture Application of e2e over wireless Application Level Framing Integrated Layer Processing Course Project Introduction.
Chapter 2 Network Models.
DATA COMMUNICATION AND TELECOMMUNICATION MOHD IKRAMHAFIZ ABDUL HAMID A AMIR WALIYUDDIN RUSLAN A
The Saigon CTT Semester 1 CHAPTER 6. The Saigon CTT  Content LAN Standards. Hexadecimal Numbers. MAC Addressing. Framing. Media Access Control (MAC).
What’s going on here? Leo Koppel Jan The OSI Model LayersData unitFunctionExamples Host layers 7. ApplicationApplication Data High-level APIs,
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
Modified OSI Architecture for Low-Power Wireless Networks
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Network Coding Testbed Jeremy Bergan, Ben Green, Alex Lee.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
Internet Model. Interfaces Between Layers The passing of the data and network information down through the layers of the sending device and back up.
COMPUTER NETWORKS Ms. Mrinmoyee Mukherjee Assistant Professor
Internet SecurityInternet Security Dr. ClincyLecture1 CS 4491 Internet Security Dr. Clincy Networking Fundamentals Note: I am still “tweaking” your syllabus.
Data and Computer Communications Circuit Switching and Packet Switching.
Lan F.Akyildiz,Weilian Su, Erdal Cayirci,and Yogesh sankarasubramaniam IEEE Communications Magazine 2002 Speaker:earl A Survey on Sensor Networks.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Layer Two Data Link Layer Collects bits from layer 1 and organizes into frames Passes bits that make up frames to layer 1 for transmission Concerned with.
Vertical Optimization Of Data Transmission For Mobile Wireless Terminals MICHAEL METHFESSEL, KAI F. DOMBROWSKI, PETER LANGENDORFER, HORST FRANKENFELDT,
William Stallings Data and Computer Communications
A Survey on Sensor Networks Hussein Alzoubi Rami Alnamneh
LOCAL AREA NETWORKS. LAN PROTOCOL ARCHITECTURE The basic functions of a LAN is organized by set of layering protocols. IEEE 802 Reference Model Protocols.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Chapter 2 Network Models
Data Link Layer and Ethernet COM211 Communications and Networks CDA College Theodoros Christophides
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
Data and Computer Communications, 9/E ISBN-13: William Stalling Data Communications Concept CSC230 Prof. F. Aljamal.
Cascading : An Overview of the Strategy Yujie Zhu and Raghupathy Sivakumar GNAN Research Group, Georgia Tech Energy-Efficient Communication Strategy for.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Dr. ClincyLecture1 Chapter 2 (handout 1– only sections 2.1, 2.2 and 2.3) 1 of 10 Dr. Clincy Professor of CS Exam #3 Monday (3/14/16): Opened Book, No Computer,
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Data Communications Data Link Layer.
Networking Using the OSI Model.
The OSI Model Prof. Choong Seon HONG.
OSI model vs. TCP/IP MODEL
Lab 7 – CSMA/CD (Data Link Layer Layer)
Chap. 2 Network Models.
ISO-OSI Reference Model and IEEE Standards
Understanding the OSI Reference Model
Final Review CS144 Review Session 9 June 4, 2008 Derrick Isaacson
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Chapter 3 The Data Link Layer.
DATA COMMUNICATION Lecture-8.
OSI Model The Seven Layers
Chapter 15 – Part 2 Networks The Internal Operating System
Case Study Low-Power Wireless Networks
Lecture 5- Data Link Layer
Protocols and the TCP/IP Suite
Open System Interconnect (OSI).
Presentation transcript:

Modified OSI Architecture for Low-Power Wireless Networks Jay Bruso Mike Matranga

OSI Model Review Data Link Layer Encodes and decodes data packets into bits ‘101001’ Provides transmission protocols Provides flow control and frame synchronization Manages and handles errors in the Physical Layer Physical Layer Conveys the bits stream across the channel Provides the hardware for sending and receiving data across the channel

Problem with OSI Model Applying standard OSI model to Wireless Networks results in poor energy utilization Physical Layer lacks knowledge of data being sent across the channel Data Link Layer performs work that should really be done in Physical Layer For true energy optimization, Physical Layer must know start and stop of packets to smartly know when to shutdown

Transceiver Block Diagram

Example of Problem Receiving packets of unknown length Data Link Layer (CPU) must be activated to inspect incoming data stream to determine end of packet. Once end of packet determined, Data Link Layer (CPU) sends command to disable receiver A/D converters in receiver are active longer than necessary CPU is unnecessarily activated during data reception

Proposed Solution Move the following Data Link Layer functionality into Physical Layer Packet framing information Character based framing (ESC,STX…ESC,SPX) Character count (packet length) End of packet detection Intelligent frequency hopping No data receive time out Provide data ready interrupt to Data Link Layer

Stating the Obvious … Moving Data Link Layer functionality into Physical Layer still requires power Our hypothesis is that the energy consumed in the Physical Layer performing these functions is much lower than performing it in the Data Link Layer

Project Objectives Measure and characterize energy consumption using standard OSI model and compare it to our improved approach Implement and test several standard protocols using COTS transceivers ChipCon CC2400 Implement and test various applications Streaming media … remote sensing Report final power savings comparing both methods

CC2400 Test Article