Grundlagen der Rechnernetze. Introduction

Size: px
Start display at page:

Download "Grundlagen der Rechnernetze. Introduction"

Transcription

1 Grundlagen der Rechnernetze Introduction

2 Overview Building blocks and terms Basics of communication Addressing Protocols and Layers Performance Historical development Grundlagen der Rechnernetze Introduction 2

3 Building blocks and terms Grundlagen der Rechnernetze Introduction 3

4 Hosts and links H1 H2 Link Host Grundlagen der Rechnernetze Introduction 4

5 Hosts and links H1 H2 Link Host Host is a computer or more general a device that communicates with the other host on a network Link is (in the context of computer networks) connection between two hosts Point to point connection designates communication connection between two hosts (nodes) or endpoints Grundlagen der Rechnernetze Introduction 5

6 Types of communication Simplex Half duplex Duplex (full duplex) Source: half duplex full duplex/ Grundlagen der Rechnernetze Introduction 6

7 Medium Wired communication Wireless communication Light(?) Sound (ultrasound) Grundlagen der Rechnernetze Introduction 7

8 Communication channel between the nodes Communication channel refers to a physical transmission medium (wired or wireless) but it also covers logical connection over multiplexed medium Grundlagen der Rechnernetze Introduction 8

9 Message, stream, packet [1] M H1 H2 H3 S H4 P 1 P 2 P n Header Payload Trailer Bytes First Bit Last Bit Grundlagen der Rechnernetze Introduction 9

10 Message, stream, packet Message Communication primitive, usually consists of multiple packets; usually used in the higher layers of communication Stream A sequence of signals that we use to transmit data Packet Formatted unit of data consisting of user data and control data (header and trailer). Essentially a part of a message; several packets together form a message Grundlagen der Rechnernetze Introduction 10

11 Multiple access H 1 H 2 H 3 H n Collision domain A network connected by a shared medium; in this network packets may collide with one another when they are sent. A term coming from early versions of Ethernet and wireless networks Single hop communication Basically communication within one collision domain; packet reaches destination within one hop Grundlagen der Rechnernetze Introduction 11

12 Multiplexing [1] H 1 H 4 H 2 H 5 H 3 H 6 H 1 H 4 H 2 H 5 H 3 H 6 Grundlagen der Rechnernetze Introduction 12

13 Multiplexing [2] Static multiplexing (predefined) Statistical multiplexing (can adapt over time) Queueing Packet scheduling the way of controlling packet transmission Grundlagen der Rechnernetze Introduction 13

14 Scalability of computer networks Scalability how networks adapt to the grow of load? how networks adapt to the increase of hosts? how networks adapt to the increase of links? Grundlagen der Rechnernetze Introduction 14

15 Scalability of multiple access networks H 1 H 2 H 3 H n Assuming that all node pairs communicate the same number of times. What is the share s of the medium per node pair? Grundlagen der Rechnernetze Introduction 15

16 Scalability of multiple access networks H 1 H 2 H 3 H n Assuming that all node pairs communicate the same number of times. What is the share s of the medium per node pair? Grundlagen der Rechnernetze Introduction 16

17 Scalability of fully connected network H11 H1 H2 What is the number of links k per node and total number of links l? H10 H3 H9 H4 H8 H7 H6 H5 Grundlagen der Rechnernetze Introduction 17

18 Scalability of fully connected network H11 H1 H2 What is the number of links k per node and total number of links l? H10 H3 H9 H4 H8 H7 H6 H5 Grundlagen der Rechnernetze Introduction 18

19 Switched network H8 H1 H2 H3 S1 Switch a network device that provides dedicated communication between the hosts Switched network computer network that uses network switches S2 S3 S4 H4 H7 S5 H6 H5 Grundlagen der Rechnernetze Introduction 19

20 Switched network H1 H2 H3 Packet switched network a type of network that uses packets for communication; packet switching is a form of grouping of the data sent over the network; in here network links can be shared H8 H7 S2 S1 S3 S4 H4 Circuit switched network a dedicated communication channel (circuit) is established between two hosts; in here network links are dedicated to one specific communication between the hosts S5 H6 H5 Grundlagen der Rechnernetze Introduction 20

21 Switched network H8 H1 H2 H3 S1 Store and forward a packet is sent to an intermediate station where it can be either kept or forwarded Cut through switching a bigger chunk of the data (frame) is forwarded in smaller pieces even before the whole chunk is received H7 S2 S3 S4 H4 Multi hop communication using multiple stations to transmit data between two hosts S5 H6 H5 Grundlagen der Rechnernetze Introduction 21

22 Cloud representation Grundlagen der Rechnernetze Introduction 22

23 Internet [1] H1 H2 H3 N1 H9 R1 R2 H4 N3 N2 H8 R3 H5 H7 H6 Grundlagen der Rechnernetze Introduction 23

24 Internet [2] What is internet? Router Network interface The Internet and a internet Physical network Intranet Grundlagen der Rechnernetze Introduction 24

25 Recursive use of cloud representation H1 H2 H3 N1 H9 N3 R1 N R2 N2 H4 H8 R3 H5 H7 H6 Grundlagen der Rechnernetze Introduction 25

26 Network sizes LAN local area network WAN wide area network MAN metropolitan area network; larger than local area network (LAN) but smaller than the area covered by a wide area network (WAN). SAN storage area network is a high speed network of storage devices that also connects those storage devices with servers. CAN Controller Area Network (also known as CAN bus) is a vehicle bus standard designed to allow microcontrollers and devices to communicate with each other in applications without a host computer. PAN personal area network; network of localized and personalized devices. GAN global area network; connecting everything. Grundlagen der Rechnernetze Introduction 26

27 Network sizes Source: 01 GAN MAN.html Grundlagen der Rechnernetze Introduction 27

28 Networks and graphs [1] H1 H2 H3 H1 H2 H3 R1 N1 R2 H4 R1 N1 R2 H4 H9 H8 N3 R3 N2 H5 H9 N3 R3 N2 H5 H7 H6 H8 H7 H6 Grundlagen der Rechnernetze Introduction 28

29 Networks and graphs [2] Nodes Links Topology Formal definition of a network graph: Grundlagen der Rechnernetze Introduction 29

30 Topology examples Bus Tree Star Ring Mesh Grundlagen der Rechnernetze Introduction 30

How do we use TCP (or UDP)

How do we use TCP (or UDP) How do we use TCP (or UDP) Creating a socket int socket(int domain, int type, int protocol) domain : PF_INET, PF_UNIX, PF_PACKET,... type : SOCK_STREAM, SOCK_DGRAM,... protocol : UNSPEC,... Passive open

More information

CS601 Data Communication Solved Objective For Midterm Exam Preparation

CS601 Data Communication Solved Objective For Midterm Exam Preparation CS601 Data Communication Solved Objective For Midterm Exam Preparation Question No: 1 Effective network mean that the network has fast delivery, timeliness and high bandwidth duplex transmission accurate

More information

CS601-Data Communication Latest Solved Mcqs from Midterm Papers

CS601-Data Communication Latest Solved Mcqs from Midterm Papers CS601-Data Communication Latest Solved Mcqs from Midterm Papers May 07,2011 Lectures 1-22 Moaaz Siddiq Latest Mcqs MIDTERM EXAMINATION Spring 2010 Question No: 1 ( Marks: 1 ) - Please choose one Effective

More information

M U LT I C A S T C O M M U N I C AT I O N S. Tarik Cicic

M U LT I C A S T C O M M U N I C AT I O N S. Tarik Cicic M U LT I C A S T C O M M U N I C AT I O N S Tarik Cicic 9..08 O V E R V I E W One-to-many communication, why and how Algorithmic approach: Steiner trees Practical algorithms Multicast tree types Basic

More information

IEEE P Broadband Wireless Access Working Group

IEEE P Broadband Wireless Access Working Group Project Title Date Submitted Source Re: Abstract Purpose Notice Release IEEE P802.16 Broadband Wireless Access Working Group Contribution to the 802.16 System Requirements Document on the Issue of The

More information

Multiple Access Methods

Multiple Access Methods Helsinki University of Technology S-72.333 Postgraduate Seminar on Radio Communications Multiple Access Methods Er Liu liuer@cc.hut.fi Communications Laboratory 16.11.2004 Content of presentation Protocol

More information

Mathematical Problems in Networked Embedded Systems

Mathematical Problems in Networked Embedded Systems Mathematical Problems in Networked Embedded Systems Miklós Maróti Institute for Software Integrated Systems Vanderbilt University Outline Acoustic ranging TDMA in globally asynchronous locally synchronous

More information

Data Communication (CS601)

Data Communication (CS601) Data Communication (CS601) MOST LATEST (2012) PAPERS For MID Term (ZUBAIR AKBAR KHAN) Page 1 Q. Suppose a famous Telecomm company AT&T is using AMI encoding standard for its digital telephone services,

More information

Data Communication CS601

Data Communication CS601 Data Communication CS601 Table of Contents Lecture No. 1... 3 Lecture No. 2... 12 Lecture No. 3... 17 Lecture No. 4... 22 Lecture No. 5... 28 Lecture No. 6... 33 Lecture No. 7... 39 Lecture No. 8... 44

More information

Politecnico di Milano Facoltà di Ingegneria dell Informazione. 3 Basic concepts. Wireless Networks Prof. Antonio Capone

Politecnico di Milano Facoltà di Ingegneria dell Informazione. 3 Basic concepts. Wireless Networks Prof. Antonio Capone Politecnico di Milano Facoltà di Ingegneria dell Informazione 3 Basic concepts Wireless Networks Prof. Antonio Capone Wireless Networks Wireless or wired, what is better? Well, it depends on the situation!

More information

Internet of Things Prof. M. Cesana. Exam June 26, Family Name Given Name Student ID 3030 Course of studies 3030 Total Available time: 2 hours

Internet of Things Prof. M. Cesana. Exam June 26, Family Name Given Name Student ID 3030 Course of studies 3030 Total Available time: 2 hours Internet of Things Prof. M. Cesana Exam June 26, 2011 Family Name Given Name John Doe Student ID 3030 Course of studies 3030 Total Available time: 2 hours E1 E2 E3 Questions Questions OS 1 Exercise (8

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

CS 457 Lecture 16 Routing Continued. Spring 2010

CS 457 Lecture 16 Routing Continued. Spring 2010 CS 457 Lecture 16 Routing Continued Spring 2010 Scaling Link-State Routing Overhead of link-state routing Flooding link-state packets throughout the network Running Dijkstra s shortest-path algorithm Introducing

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

Department of Computer Science and Engineering. CSE 3213: Communication Networks (Fall 2015) Instructor: N. Vlajic Date: Dec 13, 2015

Department of Computer Science and Engineering. CSE 3213: Communication Networks (Fall 2015) Instructor: N. Vlajic Date: Dec 13, 2015 Department of Computer Science and Engineering CSE 3213: Communication Networks (Fall 2015) Instructor: N. Vlajic Date: Dec 13, 2015 Final Examination Instructions: Examination time: 180 min. Print your

More information

The problem of upstream traffic synchronization in Passive Optical Networks

The problem of upstream traffic synchronization in Passive Optical Networks The problem of upstream traffic synchronization in Passive Optical Networks Glen Kramer Department of Computer Science University of California Davis, CA 95616 kramer@cs.ucdavis.edu Abstaract. Recently

More information

WirelessHART Modeling and Performance Evaluation

WirelessHART Modeling and Performance Evaluation WirelessHART Modeling and Performance Evaluation Anne Remke and Xian Wu October 24, 2013 A. Remke and X. Wu (University of Twente) WirelessHART October 24, 2013 1 / 21 WirelessHART [www.hartcomm.org] A.

More information

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure Contents Part 1: Part 2: IEEE 802.16 family of standards Protocol layering TDD frame structure MAC PDU structure Dynamic QoS management OFDM PHY layer S-72.3240 Wireless Personal, Local, Metropolitan,

More information

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering Cohorts: BCNS/17A/FT & BEE/16B/FT Examinations for 2016-2017 Semester 2 & 2017 Semester 1 Resit Examinations for BEE/12/FT

More information

Applicability of ZigBee Technology to Electric Motor Rotor Measurements

Applicability of ZigBee Technology to Electric Motor Rotor Measurements Applicability of ZigBee Technology to Electric Motor Rotor Measurements Ville Särkimäki, Risto Tiainen, Tuomo Lindh and Jero Ahola Department of Electrical Engineering Lappeenranta University of Technology

More information

Using Rugby MSF Broadcast for Time Division Multiplexing Synchronisation in a Housing Community Sensor Network

Using Rugby MSF Broadcast for Time Division Multiplexing Synchronisation in a Housing Community Sensor Network Using Rugby MSF Broadcast for Time Division Multiplexing Synchronisation in a Housing Community Sensor Network John Maloco, Séamus McLoone and Declan T. Delaney Department of Electronic Engineering, National

More information

Department of Computer Science and Engineering. CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009.

Department of Computer Science and Engineering. CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009. Department of Computer Science and Engineering CSE 3213: Computer Networks I (Fall 2009) Instructor: N. Vlajic Date: Dec 11, 2009 Final Examination Instructions: Examination time: 180 min. Print your name

More information

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01 Link State Routing Stefano Vissicchio UCL Computer Science CS 335/GZ Reminder: Intra-domain Routing Problem Shortest paths problem: What path between two vertices offers minimal sum of edge weights? Classic

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

VTU QUESTION PAPER SOLUTIONS

VTU QUESTION PAPER SOLUTIONS VTU QUESTION PAPER SOLUTIONS UNIT-1 1. a. What is data communication? What are its characteristics? Explain. Ans: [June 13/Dec 13/Dec 14] Data communications are the exchange of data between two devices

More information

Quality-of-Service Provisioning for Multi-Service TDMA Mesh Networks

Quality-of-Service Provisioning for Multi-Service TDMA Mesh Networks Quality-of-Service Provisioning for Multi-Service TDMA Mesh Networks Petar Djukic and Shahrokh Valaee 1 The Edward S. Rogers Sr. Department of Electrical and Computer Engineering University of Toronto

More information

BNSF s Use of Low Band Radio Frequency Packet Technologies for Safety Overlays Greg Britz and Mike Bratcher, BNSF Railway

BNSF s Use of Low Band Radio Frequency Packet Technologies for Safety Overlays Greg Britz and Mike Bratcher, BNSF Railway BNSF s Use of Low Band Radio Frequency Packet Technologies for Safety Overlays Greg Britz and Mike Bratcher, BNSF Railway The BNSF Railway is using low band RF technologies in the 44 Mhz band along with

More information

COSC 3213: Computer Networks I Instructor: Dr. Amir Asif Department of Computer Science York University Section B

COSC 3213: Computer Networks I Instructor: Dr. Amir Asif Department of Computer Science York University Section B MAC: Scheduled Approaches 1. Reservation Systems 2. Polling Systems 3. Token Passing Systems Static Channelization: TDMA and FDMA COSC 3213: Computer Networks I Instructor: Dr. Amir Asif Department of

More information

Programming with network Sockets Computer Science Department, University of Crete. Manolis Surligas October 16, 2017

Programming with network Sockets Computer Science Department, University of Crete. Manolis Surligas October 16, 2017 Programming with network Sockets Computer Science Department, University of Crete Manolis Surligas surligas@csd.uoc.gr October 16, 2017 Manolis Surligas (CSD, UoC) Programming with network Sockets October

More information

Wireless ad hoc networks. Acknowledgement: Slides borrowed from Richard Y. Yale

Wireless ad hoc networks. Acknowledgement: Slides borrowed from Richard Y. Yale Wireless ad hoc networks Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale Infrastructure-based v.s. ad hoc Infrastructure-based networks Cellular network 802.11, access points Ad hoc networks

More information

Wireless Internet Routing. IEEE s

Wireless Internet Routing. IEEE s Wireless Internet Routing IEEE 802.11s 1 Acknowledgments Cigdem Sengul, Deutsche Telekom Laboratories 2 Outline Introduction Interworking Topology discovery Routing 3 IEEE 802.11a/b/g /n /s IEEE 802.11s:

More information

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE ANALYSIS OF INTEGRATED WIFI/WIMAX MESH NETWORK WITH DIFFERENT MODULATION SCHEMES Mr. Jogendra Raghuwanshi*, Mr. Girish

More information

RF Considerations for Wireless Systems Design. Frank Jimenez Manager, Technical Support & Service

RF Considerations for Wireless Systems Design. Frank Jimenez Manager, Technical Support & Service RF Considerations for Wireless Systems Design Frank Jimenez Manager, Technical Support & Service 1 The Presentation Objective We will cover.. The available wireless spectrum 802.11 technology and the wireless

More information

Link-state protocols and Open Shortest Path First (OSPF)

Link-state protocols and Open Shortest Path First (OSPF) Fixed Internetworking Protocols and Networks Link-state protocols and Open Shortest Path First (OSPF) Rune Hylsberg Jacobsen Aarhus School of Engineering rhj@iha.dk 0 ITIFN Objectives Describe the basic

More information

Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies

Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) e-isjn: A4372-3114 Impact Factor: 6.047 Volume 5, Issue 3, March 2017 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey

More information

Smart Meter connectivity solutions

Smart Meter connectivity solutions Smart Meter connectivity solutions BEREC Workshop Enabling the Internet of Things Brussels, 1 February 2017 Vincenzo Lobianco AGCOM Chief Technological & Innovation Officer A Case Study Italian NRAs cooperation

More information

Introduc)on to Computer Networks

Introduc)on to Computer Networks Introduc)on to Computer Networks COSC 4377 Lecture 20 Spring 2012 April 4, 2012 Announcements HW9 due this week HW10 out HW11 and HW12 coming soon! Student presenta)ons HW9 Capture packets using Wireshark

More information

Standards Organizations for Data Communications

Standards Organizations for Data Communications : In Data Communications, data generally are defined as information that is stored in digital form. Data communications is the process of transferring digital information between two or more points. Information

More information

Scalable Routing Protocols for Mobile Ad Hoc Networks

Scalable Routing Protocols for Mobile Ad Hoc Networks Helsinki University of Technology T-79.300 Postgraduate Course in Theoretical Computer Science Scalable Routing Protocols for Mobile Ad Hoc Networks Hafeth Hourani hafeth.hourani@nokia.com Contents Overview

More information

Computer Networks: Multiplexing

Computer Networks: Multiplexing Computer Networks: Multiplexing EE1001 Prof. Taek M. Kwon Department of Electrical Engineering, UMD Outline EE 4321 Multiplexing EE 4321: Computer Networks EE Technical Elective Course, 3 credits Network

More information

Fiber Distributed Data Interface

Fiber Distributed Data Interface Fiber istributed ata Interface FI: is a 100 Mbps fiber optic timed token ring LAN Standard, over distance up to 200 km with up to 1000 stations connected, and is useful as backbone Token bus ridge FI uses

More information

Systems. Roland Kammerer. 29. October Institute of Computer Engineering Vienna University of Technology. Communication in Distributed Embedded

Systems. Roland Kammerer. 29. October Institute of Computer Engineering Vienna University of Technology. Communication in Distributed Embedded Communication Roland Institute of Computer Engineering Vienna University of Technology 29. October 2010 Overview 1. Distributed Motivation 2. OSI Communication Model 3. Topologies 4. Physical Layer 5.

More information

Electrons Prohibited

Electrons Prohibited Electrons Prohibited Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain Generations of Networks Recent Devices Networking Architectures and Examples Issues Electro-optic Bottleneck

More information

EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS

EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS Homework Question 1 EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS Allocated channel bandwidth for commercial TV is 6 MHz. a. Find the maximum number of analog voice channels that

More information

Multiwavelength Optical Network Architectures

Multiwavelength Optical Network Architectures Multiwavelength Optical Network rchitectures Switching Technology S8. http://www.netlab.hut.fi/opetus/s8 Source: Stern-Bala (999), Multiwavelength Optical Networks L - Contents Static networks Wavelength

More information

SafeMobile Radio Configuration

SafeMobile Radio Configuration SafeMobile Radio Configuration SafeMobile offers a world of wireless applications that help organizations better manage their mobile assets, fleet and personnel. For more information, see www.safemobile.com.

More information

Lower Layers PART1: IEEE and the ZOLERTIA Z1 Radio

Lower Layers PART1: IEEE and the ZOLERTIA Z1 Radio Slide 1 Lower Layers PART1: IEEE 802.15.4 and the ZOLERTIA Z1 Radio Jacques Tiberghien Kris Steenhaut Remark: all numerical data refer to the parameters defined in IEEE802.15.4 for 32.5 Kbytes/s transmission

More information

Wireless Networks. Introduction to Wireless Networks. Lecture 1: Assistant Teacher Samraa Adnan Al-Asadi 1

Wireless Networks. Introduction to Wireless Networks. Lecture 1: Assistant Teacher Samraa Adnan Al-Asadi 1 Wireless Networks Lecture 1: Introduction to Wireless Networks Assistant Teacher Samraa Adnan Al-Asadi 1 Introduction Data Network is a network that allows computers to exchange data. The simplest data

More information

Lecture 8: Media Access Control. CSE 123: Computer Networks Stefan Savage

Lecture 8: Media Access Control. CSE 123: Computer Networks Stefan Savage Lecture 8: Media Access Control CSE 123: Computer Networks Stefan Savage Overview Methods to share physical media: multiple access Fixed partitioning Random access Channelizing mechanisms Contention-based

More information

LoRaWAN. All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission.

LoRaWAN. All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission. LoRaWAN All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission. Any end device transmission can be heard by multiple receivers,

More information

Bloodhound RMS Product Overview

Bloodhound RMS Product Overview Page 2 of 10 What is Guard Monitoring? The concept of personnel monitoring in the security industry is not new. Being able to accurately account for the movement and activity of personnel is not only important

More information

Wireless Network Security Spring 2015

Wireless Network Security Spring 2015 Wireless Network Security Spring 2015 Patrick Tague Class #4 OMNET++ Intro; Physical Layer Threats 2015 Patrick Tague 1 Class #4 OMNET++ Intro PHY layer basics and threats 2015 Patrick Tague 2 Intro to

More information

A Wireless Communication System using Multicasting with an Acknowledgement Mark

A Wireless Communication System using Multicasting with an Acknowledgement Mark IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 07, Issue 10 (October. 2017), V2 PP 01-06 www.iosrjen.org A Wireless Communication System using Multicasting with an

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

Communications System Architectures for Autonomous Formation Flight Air Transportation Systems Architecting Brian Wong February 25, 2004

Communications System Architectures for Autonomous Formation Flight Air Transportation Systems Architecting Brian Wong February 25, 2004 Communications System Architectures for Autonomous Formation Flight 16.886 Air Transportation Systems Architecting Brian Wong February 25, 2004 Agenda General Communications System Architecture Intership

More information

Figure 8.1 CSMA/CD worst-case collision detection.

Figure 8.1 CSMA/CD worst-case collision detection. Figure 8.1 CSMA/CD worst-case collision detection. Figure 8.2 Hub configuration principles: (a) topology; (b) repeater schematic. Figure 8.3 Ethernet/IEEE802.3 characteristics: (a) frame format; (b) operational

More information

Link State Routing. Brad Karp UCL Computer Science. CS 3035/GZ01 3 rd December 2013

Link State Routing. Brad Karp UCL Computer Science. CS 3035/GZ01 3 rd December 2013 Link State Routing Brad Karp UCL Computer Science CS 33/GZ 3 rd December 3 Outline Link State Approach to Routing Finding Links: Hello Protocol Building a Map: Flooding Protocol Healing after Partitions:

More information

Wireless Communications

Wireless Communications 3. Data Link Layer DIN/CTC/UEM 2018 Main Functions Handle transmission errors Adjust the data flow : Main Functions Split information into frames: Check if frames have arrived correctly Otherwise: Discard

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

Emergency Information Broadcasting Distribution System

Emergency Information Broadcasting Distribution System Safety Earthquake Early Warning Broadcasting Distribution Function Emergency Information Broadcasting Distribution System Systems for broad and general emergency distribution of earthquake early warnings

More information

Survey of MANET based on Routing Protocols

Survey of MANET based on Routing Protocols Survey of MANET based on Routing Protocols M.Tech CSE & RGPV ABSTRACT Routing protocols is a combination of rules and procedures for combining information which also received from other routers. Routing

More information

Telecommunication Network The Fundamental

Telecommunication Network The Fundamental Telecommunication Network The Fundamental Course Number : TTH2A3 CLO : 1 Week : 1 Why do we need to take this course? List of countries by number of telephone lines in use Rankings Country or regions Number

More information

Outline / Wireless Networks and Applications Lecture 2: Networking Overview and Wireless Challenges. Protocol and Service Levels

Outline / Wireless Networks and Applications Lecture 2: Networking Overview and Wireless Challenges. Protocol and Service Levels 18-452/18-750 Wireless s and s Lecture 2: ing Overview and Wireless Challenges Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/ Peter A. Steenkiste,

More information

ETSI TS V1.1.2 ( )

ETSI TS V1.1.2 ( ) Technical Specification Satellite Earth Stations and Systems (SES); Regenerative Satellite Mesh - A (RSM-A) air interface; Physical layer specification; Part 3: Channel coding 2 Reference RTS/SES-25-3

More information

DATA COMMUNICATION E-CONTENTS

DATA COMMUNICATION E-CONTENTS DATA COMMUNICATION E-CONTENTS UNIT 1 INTRODUCTION Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable. For data communications to

More information

WiMOD LR Base Plus Firmware

WiMOD LR Base Plus Firmware WiMOD LR Base Plus Firmware Feature Specification Version 1.0 Document ID: 4000/40140/0137 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Overview Document Information File name WiMOD_LR_Base_Plus_Feature_Spec.docx

More information

Chapter 2: Computer Networks

Chapter 2: Computer Networks Chapter 2: Computer Networks 2.1: Physical Layer: representation of digital signals 2.2: Data Link Layer: error protection and access control 2.3: Network infrastructure 2.4 2.5: Local Area Network examples

More information

Basic Communications Theory Chapter 2

Basic Communications Theory Chapter 2 TEMPEST Engineering and Hardware Design Dr. Bruce C. Gabrielson, NCE 1998 Basic Communications Theory Chapter 2 Communicating Information Communications occurs when information is transmitted or sent between

More information

Link State Routing. In particular OSPF. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. March 4, 2008

Link State Routing. In particular OSPF. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. March 4, 2008 Link State Routing In particular OSPF dr. C. P. J. Koymans Informatics Institute University of Amsterdam March 4, 2008 dr. C. P. J. Koymans (UvA) Link State Routing March 4, 2008 1 / 70 1 Link State Protocols

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - Prentice Hall, 2013 CHAPTER 8 Multiplexing

More information

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering

Wi-Fi. Wireless Fidelity. Spread Spectrum CSMA. Ad-hoc Networks. Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Wi-Fi Wireless Fidelity Spread Spectrum CSMA Ad-hoc Networks Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Outline for Today We learned how to setup a WiFi network. This

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Error Detection Mohamed Khedr http://webmail.aast.edu/~khedr Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12

More information

ESE532: System-on-a-Chip Architecture. Today. Message. Crossbar. Interconnect Concerns

ESE532: System-on-a-Chip Architecture. Today. Message. Crossbar. Interconnect Concerns ESE532: System-on-a-Chip Architecture Day 19: March 29, 2017 Network-on-a-Chip (NoC) Today Ring 2D Mesh Networks Design Issues Buffering and deflection Dynamic and static routing Penn ESE532 Spring 2017

More information

LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1

LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1 LOW-COST TELEMETRY USING FREQUENCY HOPPING AND THE TRF6900 TRANSCEIVER1 Item Type text; Proceedings Authors Thornér, Carl-Einar I.; Iltis, Ronald A. Publisher International Foundation for Telemetering

More information

Overview: Routing and Communication Costs

Overview: Routing and Communication Costs Overview: Routing and Communication Costs Optimizing communications is non-trivial! (Introduction to Parallel Computing, Grama et al) routing mechanisms and communication costs routing strategies: store-and-forward,

More information

CS434/534: Topics in Networked (Networking) Systems

CS434/534: Topics in Networked (Networking) Systems CS434/534: Topics in Networked (Networking) Systems Wireless Foundation: Wireless Mesh Networks Yang (Richard) Yang Computer Science Department Yale University 08A Watson Email: yry@cs.yale.edu http://zoo.cs.yale.edu/classes/cs434/

More information

Traffic Monitoring and Management for UCS

Traffic Monitoring and Management for UCS Traffic Monitoring and Management for UCS Session ID- Steve McQuerry, CCIE # 6108, UCS Technical Marketing @smcquerry www.ciscolivevirtual.com Agenda UCS Networking Overview Network Statistics in UCSM

More information

BACHELOR IN INFORMATION TECHNOLOGY (BIT) Term-End Examination December, 2011 CSI-01 : COMPUTER PLATFORMS

BACHELOR IN INFORMATION TECHNOLOGY (BIT) Term-End Examination December, 2011 CSI-01 : COMPUTER PLATFORMS No. of Printed Pages : 5 BACHELOR IN INFORMATION TECHNOLOGY (BIT) Term-End Examination December, 2011 00 570 CSI-01 : COMPUTER PLATFORMS Time : 3 hours Maximum Marks : 75 Note : There are two sections

More information

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Bernhard Firner Chenren Xu Yanyong Zhang Richard Howard Rutgers University, Winlab May 10, 2011 Bernhard Firner (Winlab)

More information

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

Overview: Routing and Communication Costs Store-and-Forward Routing Mechanisms and Communication Costs (Static) Cut-Through Routing/Wormhole Routing

Overview: Routing and Communication Costs Store-and-Forward Routing Mechanisms and Communication Costs (Static) Cut-Through Routing/Wormhole Routing Overview: Routing and Communication Costs Store-and-Forward Optimizing communications is non-trivial! (Introduction to arallel Computing, Grama et al) routing mechanisms and communication costs routing

More information

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

More information

Analysis of Bottleneck Delay and Throughput in Wireless Mesh Networks

Analysis of Bottleneck Delay and Throughput in Wireless Mesh Networks Analysis of Bottleneck Delay and Throughput in Wireless Mesh Networks Xiaobing Wu 1, Jiangchuan Liu 2, Guihai Chen 1 1 State Key Laboratory for Novel Software Technology, Nanjing University, China wuxb@dislab.nju.edu.cn,

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmission Fundamentals Digital Representation of Information Why Digital Communications? Digital Representation of Analog Signals Characterization of Communication Channels Fundamental

More information

Test Bed for a Wireless Network on Small UAVs

Test Bed for a Wireless Network on Small UAVs Test Bed for a Wireless Network on Small UAVs Timothy X Brown Interdisciplinary Telecommunications Electrical and Computer Engineering University of Colorado Presented at the AIAA 3 rd Unmanned Unlimited

More information

The L*IP Access System

The L*IP Access System *IP Satellite System The *IP Access System Prototype built for ESA, ARTES-5 contract Meshed MF-TDMA, over GEO Optimized for IP QoS DAMA MF-TDMA modem supports up to 4 Msymb/s QPSK, Turbo codec Fade mitigation

More information

Lecture 8 Link-State Routing

Lecture 8 Link-State Routing 6998-02: Internet Routing Lecture 8 Link-State Routing John Ioannidis AT&T Labs Research ji+ir@cs.columbia.edu Copyright 2002 by John Ioannidis. All Rights Reserved. Announcements Lectures 1-5, 7-8 are

More information

AcuMesh Wireless RS485 Network. User's Manual SOLUTION

AcuMesh Wireless RS485 Network. User's Manual SOLUTION AcuMesh Wireless RS485 Network User's Manual AN SOLUTION ACUMESH - WIRELESS METERING SYSTEM COPYRIGHT 2015 V1.2 This manual may not be altered or reproduced in whole or in part by any means without the

More information

Lecture 3 Data Link Layer - Digital Data Communication Techniques

Lecture 3 Data Link Layer - Digital Data Communication Techniques DATA AND COMPUTER COMMUNICATIONS Lecture 3 Data Link Layer - Digital Data Communication Techniques Mei Yang Based on Lecture slides by William Stallings 1 ASYNCHRONOUS AND SYNCHRONOUS TRANSMISSION timing

More information

The Physical Layer Outline

The Physical Layer Outline The Physical Layer Outline Theoretical Basis for Data Communications Digital Modulation and Multiplexing Guided Transmission Media (copper and fiber) Public Switched Telephone Network and DSLbased Broadband

More information

Data Dissemination in Wireless Sensor Networks

Data Dissemination in Wireless Sensor Networks Data Dissemination in Wireless Sensor Networks Philip Levis UC Berkeley Intel Research Berkeley Neil Patel UC Berkeley David Culler UC Berkeley Scott Shenker UC Berkeley ICSI Sensor Networks Sensor networks

More information

LTE Aida Botonjić. Aida Botonjić Tieto 1

LTE Aida Botonjić. Aida Botonjić Tieto 1 LTE Aida Botonjić Aida Botonjić Tieto 1 Why LTE? Applications: Interactive gaming DVD quality video Data download/upload Targets: High data rates at high speed Low latency Packet optimized radio access

More information

MMHS (STANAG 4406 Annex E & ACP 142) over STANAG Steve Kille - CEO

MMHS (STANAG 4406 Annex E & ACP 142) over STANAG Steve Kille - CEO MMHS (STANAG 4406 Annex E & ACP 142) over STANAG 5066 Steve Kille - CEO MMHS Military Message Handling Systems MMHS: Military Formal Messaging Specified in STANAG 4406 Replaces older ACP 127 family Talk

More information

NZQA unit standard version 1 Page 1 of 6. Demonstrate knowledge of the installation of electrotechnology systems on customer premises

NZQA unit standard version 1 Page 1 of 6. Demonstrate knowledge of the installation of electrotechnology systems on customer premises Page 1 of 6 Title Demonstrate knowledge of the installation of electrotechnology systems on customer premises Level 3 Credits 10 Purpose This unit standard covers basic principles and concepts and is intended

More information

Real-World Range Testing By Christopher Hofmeister August, 2011

Real-World Range Testing By Christopher Hofmeister August, 2011 Real-World Range Testing By Christopher Hofmeister August, 2011 Introduction Scope This paper outlines the procedure for a successful RF range test that provides quantitative data on how the RF link performs

More information

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved Part Number 95-00271-000 Version 1.0 October 2002 2002 All rights reserved Table Of Contents TABLE OF CONTENTS About This Manual... iii Overview and Scope... iii Related Documentation... iii Document Validity

More information

A White Paper from Laird Technologies

A White Paper from Laird Technologies Originally Published: November 2011 Updated: October 2012 A White Paper from Laird Technologies Bluetooth and Wi-Fi transmit in different ways using differing protocols. When Wi-Fi operates in the 2.4

More information

Lecture 8: Media Access Control

Lecture 8: Media Access Control Lecture 8: Media Access Control CSE 123: Computer Networks Alex C. Snoeren HW 2 due NEXT WEDNESDAY Overview Methods to share physical media: multiple access Fixed partitioning Random access Channelizing

More information

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A SOME PHYSICAL LAYER ISSUES Lecture Notes 2A Delays in networks Propagation time or propagation delay, t prop Time required for a signal or waveform to propagate (or move) from one point to another point.

More information