Lecture 15: Remote Monitoring (RMON)

Size: px
Start display at page:

Download "Lecture 15: Remote Monitoring (RMON)"

Transcription

1 Lecture 15: Remote Monitoring (RMON) Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG

2 RMON Remote Network Monitoring (RMON): monitoring the state of a network and its nodes through a remote probe. Why? Significantly reduces SNMP traffic due to local polling. No need for agent to be visible to managers all the time. Reduces Ping messages. Continuous monitoring of individual segments Has been shown to increase productivity for network administrators. components: Data gatherer: a physical device Data analyzer: processor that analyzes RMON does both and reports to a manager. Prof. Shervin Shirmohammadi CEG

3 RMON in the Network All 4 probes in this example are RMON probes. Remote FDDI LAN Router with RMON FDDI Probe Router FDDI Backbone Network Bridge Local LAN Router Remote Token Ring LAN NMS Ethernet Probe Token Ring Probe Figure 8.1 Network Configuration with RMONs Prof. Shervin Shirmohammadi CEG

4 RMON MIB Ethernet RMON: (rmon 1-9) Token ring extension: (rmon 10) RMON 2: Higher layers (rmon 3 7 and rmon 11-20) rmon (mib-2 16) statistics (1) history (2) alarm (3) host (4) hosttopn (5) (6) filter (7) capture (8) event (9) rmonconformance (20) probeconfig (19) usrhistory (18) a1matrix (17) a1host (16) n1matrix (15) n1host (14) addressmap (13) protocoldist (12) protocoldir (11) Token Ring (10) RMON1 RMON1 Extension RMON2 Figure 8.2 RMON Group Prof. Shervin Shirmohammadi CEG

5 Row Creation & Deletion EntryStatus type introduced in RMON similar to RowStatus in SNMPv2 used to create and delete conceptual row. Only 4 states in RMON compared to 6 in SNMPv2 State Enumeration Description valid 1 Row exists and is active. It is fully configured and operational createrequest 2 Create a new row by creating this object undercreation 3 Row is not fully active invalid 4 Delete the row by disassociating the mapping of this entry Prof. Shervin Shirmohammadi CEG

6 RMON Groups and Functions Probe gathers Token Ring Statistics Functions Token Ring Statistics Token Ring History History Statistics on Ethernet, token ring, and hosts conversations Filter group filters Remotely Monitored Network Data Gathering Ethernet Statistics Ethernet Statistics Host and Conversation Statistics Host Statistics Ethernet History HostTopN Statistics History Matrix Statistics Network Manager prior to capture of Generation of alarms and events Filter Group Packet Filtering Alarm Generation Channel Filtering Event Generation Packet Capture Figure 8.3 RMON1 Groups and Functions Prof. Shervin Shirmohammadi CEG

7 RMON1 MIB Groups & Tables Ten groups divided into three categories Statistics groups (rmon 1, 2, 4, 5, 6, and 10) Event reporting groups (rmon 3 and 9) Filter and packet capture groups(romon 7 and 8) Groups with 2 in the name are enhancements with RMON2 Group OID Function Tables Statistics rmon 1 Link level statistics -etherstatstable -etherstats2table History rmon 2 Periodic statistical collection and storage for later retrieval Alarm rmon 3 Generates events when the sample gathered crosses preestablished thresholds -historytable -etherhistorytable -history2table -etherhistory2table -alarmtable Host rmon 4 Gathers statistical on hosts -hosttable -hosttable -hosttimetable -host2table HostTopN rmon 5 Computes the top N hosts on the respective categories of statistics gathered Matrix rmon 6 Statistics on traffic between pair of hosts Filter rmon 7 Filter function that enables capture of desired parameters Packet Capture rmon 8 Packet capture capability to gather packets after they flow through a channel -hosttopntable -Table -SDTable -DSTable -2Table -filtertable -channeltable -filter2table -channel2table -buffertable -capturebuffertable Event rmon 9 s the generation of -eventtable events and notifications Token Ring rmon 10 See Table 8.3 See Table 8.3 Prof. Shervin Shirmohammadi CEG

8 and Data Tables table used to set the instances of rows in the table. Can be set to gather and store different instances of. Values of index and index are the same. Table Table Entry Entry Index AddlIndex Other Index DataSource TableSize Owner Status Other Index AddlIndex Other Index DataSource TableSize Owner Status Other Index AddlIndex Other Index AddlIndex Other Note on Indices: Indices marked in bold letter Value of Index same as value of Index Prof. Shervin Shirmohammadi CEG Figure 8.4 Relationship between and Data Tables

9 Table Values Index Integer uniquely identifying the row in the table. DataSource identifies the source of the being collected. TableSize identifies the entries associated with the source. Owner entity or person that created the entry. Can be a management station name, phone number, contact info Status entry status of textual conversion (valid, createrequest, undercreation, invalid). Other Could be another object Prof. Shervin Shirmohammadi CEG

10 Example: Matrix and SD Tables SDTable Table SDEntry Entry SD Source Address = SD Destination Address = SD Index = 1 SD Pkts = Index = 1 DataSource =ifindiex.1 TableSize = 10 Owner = "Bob" Status = 1 Last DeleteTime = 1000 SD Source Address = SD Destination Address = SD Index = 1 SD Pkts = Index = 2 DataSource =ifindiex.2 TableSize = 10 Owner = "Bob" Status = 1 Last DeleteTime = SD Source Address = SD Destination Address = SD Index = 2 SD Pkts = Note on Indices: Indices marked in bold letter Value of Index same as value of Index SD Source Address = SD Destination Address = SD Index = 2 SD Pkts = Prof. Shervin Shirmohammadi CEG Figure 8.4 Relationship between and Data Tables

11 The Statistics Group The simplest of the RMON groups. Counters to store number of packets. The etherstatstable in this group has an entry for each interface. Counts packets with characteristics defined by objects in the etherstatstable. There are 21 columns in the table, such as: etherstatsoversizepackets - >1518 octets etherstatsundersizepackets - < 64 octets etherstatscrcalignerrors etherstatscollision etherstatspkts65to127octests etherstatspkts128to255octests etherstatspkts256to511octests Good example of monitoring! Prof. Shervin Shirmohammadi CEG

12 History Group Enables the network manager to build a record of what is happening in the network over time. Two tables: historytable (7 columns) allows for the settings: Data source historydatasource sampling intervals historyinterval Number of sampling intervals historycontolbuckets etherhistorytable (15 columns) allows for Ethernetspecific settings how many Ethernet packets were sampled in the interval time. Prof. Shervin Shirmohammadi CEG

13 Host Group Identifies traffic statistics with the host that is detected on the subnet. This group makes a connection between the host and the traffic. We can ask a question like Why is host A transmitting more packets than host B? Three tables: hosttable (6 columns), records the number of hosts that have transmitted or received frames in the subnet. hosttable (10 columns), the actual For each interface specified in hosttable, hosttable contains one row for each MAC address on that interface. instance identifier for the hostaddress object: = MAC address Index Object 6 = Number of Octets in the Ethernet address = decimal equivalent to A3 E hosttimetable (10 columns) information stored based on time, not MAC Has the exact same information as hosttable, except it is index by creation order, not MAC address Prof. Shervin Shirmohammadi CEG

14 Host Top N Group This group makes it possible to calculate the rate at which host traffic for one of the variables listed in the hosttable is increasing or decreasing (Rate of change). Because views of hosttopn objects are time-dependant views may not correspond to one another in time. In addition to its table it has the hosttopntable that keeps: hosttopnindex identifies the from one host hosttopnaddress MAC Address hosttopnrate amount of change packets/s Host 1 Host 2 Host 3 Host 4 Host 5 Host 6 Host 7 Host 8 Host 9 Host 10 HostTopN Giga Octets Figure 8.5 HostTop-10 Output Octets Prof. Shervin Shirmohammadi CEG

15 Matrix Group This allows us to determine the source and destination of a communication. Aadds another dimension to network management in that we will know which communications are causing the most traffic, not just which hosts. This is done using 3 tables: Table SDTable Indexed by matricsdindex, then by source address, then by destination address matricdstable Indexed by matricdsindex, then by destination address, then by source address Prof. Shervin Shirmohammadi CEG

16 SDTable Example SD SD SD SD SD SD Source Address Dest Address Index Pkts Octets Errors A B A C A D B C B D C D Prof. Shervin Shirmohammadi CEG

17 Filter and Capture Group Capture group used to capture packets from a probe to a management station. Filter group defines how to filter that using logical expressions. These 2 groups are closely related. For each capture buffer created in a probe there is a corresponding row in the buffertable. These are known as channels. Channel is a stream of captured based on a logical expression. Each row in the capturebuffertable corresponds to each packet in the a buffer. A row in the channel table is associated with multiple rows in the filter table. i.e a set of filters can be associated with a channel. If a packet passes each test then it is associated with that channel Prof. Shervin Shirmohammadi CEG

18 Filter table allows packets to be filtered with an arbitrary filter expression Defines the filtertable and channeltable The filters at this level are based on matching bits to a mask. This leads to fairly complicated procedure that needs to be followed to set up a channel and filter. channel Index =1 channel Index = 2 Filter Group channel IfIndex = 1 channel IfIndex channeltable channelentry channel AcceptType channel AcceptType channel Data channel Data Note on Indices: Indices marked in bold letter Value of filterchannelindex same as value of channelindex Other Channel Parameters Other Channel Parameters Somewhat easier to do with a GUI filterindex = 1 filterindex = 2 filterindex = 3 filterindex = 4 filtertable filterentry filter ChannelIndex = 1 filter ChannelIndex = 1 filter ChannelIndex = 2 filter ChannelIndex = 2 Prof. Shervin Shirmohammadi CEG Filter Parameters Filter Parameters Filter Parameters Filter Parameters

19 Packet Capture Group Packet capture group is a post-filter group Buffer table used to select channels Captured stored in the capture buffer table Channel Table Filter Table (many for each channel) Capture Buffer Table (One entry per Channel) Prof. Shervin Shirmohammadi CEG

20 Alarm and Event Groups This group of objects consists of one table, the alarmtable (12 columns), that triggers an alarm or event when a particular threshold is reached in the value of the monitored object. Example: an alarm could be generated if there are more than 500 CRC errors in any 5-miute interval. Contains objects such as alarminterval, alarmrisingthreshold, alarmfallingthreshold, Each row in the alarmtable is identified by a threshold value and an object that is sampled for a specified interval. The Alarm Group is closely related to the Event Group that is used to define events that can be triggered by objects in the Alarm Group or elsewhere in the MIB and can trigger actions elsewhere in the MIB. E.g., an alarm triggers an event which then turns the channel off. Event group consists of two tables: eventtable, which contains event definitions, and LogTable which is a log of events that must be recorded. Prof. Shervin Shirmohammadi CEG

21 Token Ring Extensions Two statistics groups and associated history groups Statistics group collects TR MAC parameters Promiscuous Statistics group collects packets promiscuously on sizes and types of packets Both of the above have associated hsitory groups Three groups associated with the stations: RingStation, RingStationOrder, and RingStationConfiguration. Finally, Routing group gathers on routing. Prof. Shervin Shirmohammadi CEG

22 RMON TR Extension Groups T o k e n R in g G r o u p F u n c t io n T a b le s S t a tis tic s C u r r e n t u til iz a ti o n a n d e r r o r s ta ti s tic s o f M a c L a y e r t o k e n R in g M L S ta ts T a b le t o k e n R in g M L S ta ts 2 T a b le P r o m is c u o u s S ta tis tic s M a c - L a y e r H is t o r y P r o m is c u o u s H is to r y C u r r e n t u til iz a ti o n a n d e r r o r s ta ti s tic s o f p r o m i s c u o u s d a t a H i s t o r ic a l u t iliz a ti o n a n d e r r o r s t a tis ti c s o f M a c L a y e r H i s t o r ic a l u t iliz a ti o n a n d e r r o r s t a tis ti c s o f p r o m is c u o u s d a ta t o k e n R in g P S t a t s T a b le t o k e n R in g P S t a t s 2 T a b l e t o k e n R in g M L H i s to r y T a b l e t o k e n R in g P H i s to r y T a b le R i n g S ta tio n S t a t io n s ta ti s ti c s r in g S t a tio n C o n tr o lt a b l e r in g S t a tio n T a b le r in g S t a tio n C o n tr o l2 T a b l e R i n g S ta tio n O r d e r R i n g S ta tio n C o n fig u r a ti o n S o u r c e R o u ti n g O r d e r o f th e s ta tio n s A c tiv e c o n fig u r a tio n o f r in g s t a tio n s U tili z a tio n s ta tis ti c s o f s o u r c e r o u tin g in fo r m a t io n r in g S t a tio n O r d e r T a b le r in g S t a tio n C o n fig C o n tr o lt a b le r in g S t a tio n C o n fig T a b l e s o u r c e R o u tin g S t a t s T a b le s o u r c e R o u tin g S t a t s 2 T a b le Prof. Shervin Shirmohammadi CEG

Category: Standards Track Metaplex, Inc. A. Bartky Sync Research, Inc. W. Clark, Editor cisco Systems, Inc. January 1995

Category: Standards Track Metaplex, Inc. A. Bartky Sync Research, Inc. W. Clark, Editor cisco Systems, Inc. January 1995 Network Working Group Request for Comments: 1747 Category: Standards Track J. Hilgeman, Chair Apertus Technologies, Inc. S. Nix Metaplex, Inc. A. Bartky Sync Research, Inc. W. Clark, Editor cisco Systems,

More information

MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK

MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK SIG:EMS 1 of 6 APPR:LWB:DBP:07-14-15 FHWA:APPR:07-28-15 a. Description. This work consists of site

More information

MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK

MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK MICHIGAN DEPARTMENT OF TRANSPORTATION SPECIAL PROVISION FOR TRAFFIC SIGNAL WIRELESS COMMUNICATIONS LINK SIG:CJS 1 of 6 APPR:EMS:DBP:06-29-17 FHWA:APPR:08-14-17 a. Description. This work consists of completing

More information

Configuring OSPF. Information About OSPF CHAPTER

Configuring OSPF. Information About OSPF CHAPTER CHAPTER 22 This chapter describes how to configure the ASASM to route data, perform authentication, and redistribute routing information using the Open Shortest Path First (OSPF) routing protocol. The

More information

Configuring OSPF. The Cisco OSPF Implementation

Configuring OSPF. The Cisco OSPF Implementation Configuring OSPF This chapter describes how to configure Open Shortest Path First (OSPF). For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Cisco IOS IP

More information

Monitoring Cable Technologies

Monitoring Cable Technologies 27 CHAPTER Cable broadband communication operates in compliance with the Data Over Cable Service Interface Specification (DOCSIS) standard which prescribes multivendor interoperability and promotes a retail

More information

Grundlagen der Rechnernetze. Introduction

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

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

Y.1731 Performance Monitoring

Y.1731 Performance Monitoring CHAPTER 47 This chapter describes how to configure the in Cisco IOS Software Release 15.2(4)S. This chapter includes the following sections: Understanding, page 47-1 Configuring Y.1731 PM, page 47-4 Understanding

More information

Base Station Commissioning

Base Station Commissioning CHAPTER 7 Base Station Commissioning In This Chapter: Commissioning Overview, page 78 Alarms, page 80 Receiver Sensitivity Test, page 81 Transmit Power Tests, page 87 Network Connection and Ping Test,

More information

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda OSPF Domain / OSPF Area OSPF Advanced Topics Areas,, Backbone, Summary-LSA, ASBR, Stub Area, Route Summarization, Virtual Links, Header Details OSPF domain can be divided in multiple OSPF areas to improve

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

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16>

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16> 2006-07-19 IEEE C802.16i-06/027 Project IEEE 802.16 Broadband Wireless Access Working Group Title Corrections to sections 9.3 and 9.4 Date Submitted Source(s) 2006-07-19 Krzysztof

More information

Design of Parallel Algorithms. Communication Algorithms

Design of Parallel Algorithms. Communication Algorithms + Design of Parallel Algorithms Communication Algorithms + Topic Overview n One-to-All Broadcast and All-to-One Reduction n All-to-All Broadcast and Reduction n All-Reduce and Prefix-Sum Operations n Scatter

More information

IST 220 Exam 1 Notes Prepared by Dan Veltri

IST 220 Exam 1 Notes Prepared by Dan Veltri Chapter 1 & 2 IST 220 Exam 1 Notes Prepared by Dan Veltri Exam 1 is scheduled for Wednesday, October 6 th, in class. Exam review will be held Monday, October 4 th, in class. The internet is expanding rapidly

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

Remote Management of MoCA Interfaces using SNMP MIB. Reference document. Approved DRAFT DELIVERABLE MoCA Access-MIB-V

Remote Management of MoCA Interfaces using SNMP MIB. Reference document. Approved DRAFT DELIVERABLE MoCA Access-MIB-V Remote Management of MoCA Interfaces using SNMP MIB Reference document Approved DRAFT DELIVERABLE MoCA Access-MIB-V2.5-20180523 Page 1 of 103 Table of Contents 1 Introduction... 4 2 Data Model... 4 3 Object

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

InfraStruXure Manager v4.x Addendum: Building Management System Integration

InfraStruXure Manager v4.x Addendum: Building Management System Integration InfraStruXure Manager v4.x Addendum: Building Management System Integration Introduction This addendum explains the integration of the APC InfraStruXure Manager Appliance with a Building Management System

More information

Configuring the maximum number of external LSAs in LSDB 27 Configuring OSPF exit overflow interval 28 Enabling compatibility with RFC Logging

Configuring the maximum number of external LSAs in LSDB 27 Configuring OSPF exit overflow interval 28 Enabling compatibility with RFC Logging Contents Configuring OSPF 1 Overview 1 OSPF packets 1 LSA types 1 OSPF areas 2 Router types 4 Route types 5 Route calculation 6 OSPF network types 6 DR and BDR 6 Protocols and standards 8 OSPF configuration

More information

OSPF. OSPF Areas. BSCI Module Cisco Systems, Inc. All rights reserved. Cisco Public. Review of OSPF area characteristics:

OSPF. OSPF Areas. BSCI Module Cisco Systems, Inc. All rights reserved. Cisco Public. Review of OSPF area characteristics: OSPF BSCI Module 3 1 Minimizes routing table entries Localizes impact of a topology change within an area Detailed LSA flooding stops at the area boundary Requires a hierarchical network design OSPF Areas

More information

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2 IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Guide to OSPF Application on the CSS 11000

Guide to OSPF Application on the CSS 11000 Guide to OSPF Application on the CSS 11000 Document ID: 12638 Contents Introduction Before You Begin Conventions Prerequisites Components Used Description OSPF Configuration Task List Configuration Global

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes

Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes POINT TO POINT WIRELESS SOLUTIONS GROUP Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes System Release 13.1.3 1 INTRODUCTION This document provides information for the

More information

CS 438 Communication Networks Spring 2014 Homework 2 Due Date: February 19

CS 438 Communication Networks Spring 2014 Homework 2 Due Date: February 19 1. Questions to ponder a) What s the tradeoffs between copper and optical? b) Introduce two multiple access methods / protocols that weren t covered in class. Discuss their advantages and disadvantages.

More information

Horizon Quantum TM. SNMP Documentation Software Release 1.02 MIB v Document Version 1.3

Horizon Quantum TM. SNMP Documentation Software Release 1.02 MIB v Document Version 1.3 Horizon Quantum TM SNMP Documentation Software Release 1.02 MIB v1.02.0 Document Version 1.3 This page is left blank intentionally NOTICE This document contains confidential information, which is proprietary

More information

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x IX000693 Feb. 015 Operation Guide Sequence Creation and Control Software SD011-PCR-LE Wavy for PCR-LE Ver. 5.5x About This Guide This PDF version of the operation guide is provided so that you can print

More information

SPLnet SNMP Agent Guide

SPLnet SNMP Agent Guide SPLnet SNMP Agent Guide Issue 9, December 2007 This document applies to SPLnet SNMP MIB version 2.01 Copyright 2007 by Studio Technologies, Inc., all rights reserved www.studio-tech.com 50259-1207, Issue

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

User s manual. Signaling. Connection of emergency button

User s manual. Signaling. Connection of emergency button Necessary tools, devices, materials To connect GALILEOSKY terminal (hereinafter terminal, device) one should have: 1. Electrical tools. Picture 1 2. Set of connecting wires with fuses. Picture 2 3. Windows-based

More information

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello Ilenia Tinnirello Ilenia.tinnirello@tti.unipa.it WaveLAN (AT&T)) HomeRF (Proxim)!" # $ $% & ' (!! ) & " *" *+ ), -. */ 0 1 &! ( 2 1 and 2 Mbps operation 3 * " & ( Multiple Physical Layers Two operative

More information

Routing Messages in a Network

Routing Messages in a Network Routing Messages in a Network Reference : J. Leung, T. Tam and G. Young, 'On-Line Routing of Real-Time Messages,' Journal of Parallel and Distributed Computing, 34, pp. 211-217, 1996. J. Leung, T. Tam,

More information

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. March 2018 R2.2.1

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. March 2018 R2.2.1 Customer Programming Software RG-1000e (CPS RG-1000e) User Guide March 2018 R2.2.1 Table of Contents Table of Contents Foreword 3 Revision history 4 Introduction 5 1. RG-1000e Customer Programming Software

More information

Digital Electronics 8. Multiplexer & Demultiplexer

Digital Electronics 8. Multiplexer & Demultiplexer 1 Module -8 Multiplexers and Demultiplexers 1 Introduction 2 Principles of Multiplexing and Demultiplexing 3 Multiplexer 3.1 Types of multiplexer 3.2 A 2 to 1 multiplexer 3.3 A 4 to 1 multiplexer 3.4 Multiplex

More information

SPLnet SNMP Agent Guide

SPLnet SNMP Agent Guide SPLnet SNMP Agent Guide Issue 10, January 2008 This document applies to SPLnet SNMP MIB version 2.02 Copyright 2008 by Studio Technologies, Inc., all rights reserved www.studio-tech.com 50259-0108, Issue

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

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. October 2017 R2.0

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. October 2017 R2.0 Customer Programming Software RG-1000e (CPS RG-1000e) User Guide October 2017 R2.0 Table of Contents Table of Contents Foreword 2 Revision history 3 Introduction 4 5 1.1 Software installation 5 1.2 Connecting

More information

Description UPS Management Software

Description UPS Management Software Version: 2016-08-18 UPS MANAGEMENT SOFTWARE UPSMAN UPSMON/UPSVIEW UPSMON CUSTOM RCCMD UPSMAN/UPSMON/UPSVIEW, RCCMD and UNMS II Comprehensive UPS Administration and Alerting UNMS II U P S M A N S e rv e

More information

Cisco IOS IP Routing: OSPF Command Reference

Cisco IOS IP Routing: OSPF Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Location Planning and Verification

Location Planning and Verification 7 CHAPTER This chapter describes addresses a number of tools and configurations that can be used to enhance location accuracy of elements (clients, tags, rogue clients, and rogue access points) within

More information

Sapphire Reference Manual V1.4. An RF tester for the Bluetooth 5 LE standard, compatible with TLF3000.

Sapphire Reference Manual V1.4. An RF tester for the Bluetooth 5 LE standard, compatible with TLF3000. Sapphire Reference Manual V1.4 An RF tester for the Bluetooth 5 LE standard, compatible with TLF3000. June 14, 2017 1 Contents 1 Contents... 2 2 Overview.... 8 3 Control.... 9 3.1 Overview... 9 3.2 Native

More information

Junos Intermediate Routing

Junos Intermediate Routing Junos Intermediate Routing Chapter 4: Open Shortest Path First 2012 Juniper Networks, Inc. All rights reserved. www.juniper.net Worldwide Education Services Chapter Objectives After successfully completing

More information

Request for Comments: 4750

Request for Comments: 4750 Network Working Group Request for Comments: 4750 Obsoletes: 1850 Category: Standards Track D. Joyal, Ed. Nortel P. Galecki, Ed. Airvana S. Giacalone, Ed. CSFB Original Authors: R. Coltun Touch Acoustra

More information

Channel processing equipment

Channel processing equipment Channel processing equipment 1. Product description DVB-T/T2 to DVB-C transmodulator is a 4 channel DVB-T/T2 to DVB-C transmodulator (in text - module). The module uses transparent transmodulation - passing

More information

OSPF Per-Interface Link-Local Signaling

OSPF Per-Interface Link-Local Signaling OSPF Per-Interface Link-Local Signaling The OSPF Per-Interface Link-Local Signaling feature allows you to selectively enable or disable Link-Local Signaling (LLS) for a specific interface regardless of

More information

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. June 2018 R2.2.2 v2

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. June 2018 R2.2.2 v2 Customer Programming Software RG-1000e (CPS RG-1000e) User Guide June 2018 R2.2.2 v2 Table of Contents Table of Contents Foreword 3 Revision history 4 Introduction 5 1. RG-1000e Customer Programming Software

More information

Connecting the Radio:

Connecting the Radio: Connecting the Radio: Step 1: Connect the Cat5 cable from the radio into the RJ-45 jack marked CPE on the POE injector. The POE injector is not weather proof and should be installed indoors. Step 2: Connect

More information

Introduction to OSPF. ISP Workshops. Last updated 11 November 2013

Introduction to OSPF. ISP Workshops. Last updated 11 November 2013 Introduction to OSPF ISP Workshops Last updated 11 November 2013 1 OSPF p Open Shortest Path First p Open: n Meaning an Open Standard n Developed by IETF (OSPF Working Group) for IP RFC1247 n Current standard

More information

showtech 9th May.txt

showtech 9th May.txt . Date: 05-09-2006 Time: 09:12:31 TimeZone: AEST: +10:+00:+00 Uptime: CSS5-SCM-2GE F0 : 878 days 18:14:54 CSS5-IOM-2GE D0 : 878 days 18:14:51 CSS503-SM-INT : 878 days 18:14:51 PCMCIA Slot: 0 total # of

More information

Communications Planner for Operational and Simulation Effects With Realism (COMPOSER)

Communications Planner for Operational and Simulation Effects With Realism (COMPOSER) Communications Planner for Operational and Simulation Effects With Realism (COMPOSER) Alan J. Scrime CERDEC Chief, Spectrum Analysis & Frequency Management Branch (732) 427-6346, alan.scrime@us.army.mil

More information

Achieving Network Consistency. Octav Chipara

Achieving Network Consistency. Octav Chipara Achieving Network Consistency Octav Chipara Reminders Homework is postponed until next class if you already turned in your homework, you may resubmit Please send me your peer evaluations 2 Next few lectures

More information

i1800 Series Scanners

i1800 Series Scanners i1800 Series Scanners Scanning Setup Guide A-61580 Contents 1 Introduction................................................ 1-1 About this manual........................................... 1-1 Image outputs...............................................

More information

Delay Variation Simulation Results for Transport of Time-Sensitive Traffic over Conventional Ethernet

Delay Variation Simulation Results for Transport of Time-Sensitive Traffic over Conventional Ethernet Delay Variation Simulation Results for Transport of Time-Sensitive Traffic over Conventional Ethernet Geoffrey M. Garner gmgarner@comcast.net Felix Feng Feng.fei@samsung.com SAMSUNG Electronics IEEE 2.3

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

ARP Radio Modem & Router Datasheet

ARP Radio Modem & Router Datasheet ABB Power Systems ARP Radio Modem & Router Datasheet Radio Router 83kbps / 25kHz 1xETH, 2xCOM,1xUSB 0.1 10 watts Sleep & Save modes - 40 to + 70 C Embedded diagnostic 256 AES encryption SW feature keys

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

Table of Contents. OSPF Configuration 1

Table of Contents. OSPF Configuration 1 Table of Contents OSPF Configuration 1 Introduction to OSPF 1 Basic Concepts 2 Area Based OSPF Network Partition 3 Router Types 7 Classification of OSPF Networks 9 DR and BDR 9 OSPF Packet Formats 11 Supported

More information

Energy Saving Routing Strategies in IP Networks

Energy Saving Routing Strategies in IP Networks Energy Saving Routing Strategies in IP Networks M. Polverini; M. Listanti DIET Department - University of Roma Sapienza, Via Eudossiana 8, 84 Roma, Italy 2 june 24 [scale=.8]figure/logo.eps M. Polverini

More information

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4 IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Metaphase ULC-2. Technologies ULC. Metaphase. Technologies Version 7.X August 2015 USER MANUAL. metaphase-tech.com. pg. 1

Metaphase ULC-2. Technologies ULC. Metaphase. Technologies Version 7.X August 2015 USER MANUAL. metaphase-tech.com. pg. 1 ULC Version 7.X August 2015 USER MANUAL pg. 1 Overview Universal LED Controller () provides independent true constant-current or voltage control of two LED loads from 0.02 to 4 Amps continuous (DC) with

More information

IEEE P Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Abstract

IEEE P Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Abstract IEEE P802.11 Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Date: September 21, 2001 Author: S. Black 1, S. Choi 2, S. Gray 1, A. Soomro 2 Nokia Research Center

More information

Digital Logic ircuits Circuits Fundamentals I Fundamentals I

Digital Logic ircuits Circuits Fundamentals I Fundamentals I Digital Logic Circuits Fundamentals I Fundamentals I 1 Digital and Analog Quantities Electronic circuits can be divided into two categories. Digital Electronics : deals with discrete values (= sampled

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

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

OSPF Sham-Link MIB Support

OSPF Sham-Link MIB Support This feature introduces MIB support for the OSPF Sham-Link feature through the addition of new tables and trap MIB objects to the Cisco OSPF MIB (CISCO-OSPF-MIB) and the Cisco OSPF Trap MIB (CISCO-OSPF-TRAP-MIB).

More information

TD220MAX_manual_v11.doc. GE MDS TD220MAX Manual P/N A01 Version 11

TD220MAX_manual_v11.doc. GE MDS TD220MAX Manual P/N A01 Version 11 GE MDS TD220MAX Manual P/N 05-6906A01 Version 11 05-6906A01 Page 1 of 49 7/31/2014 Table of Contents 1 Important Information... 3 1.1 Antenna Installation Warnings... 3 1.2 ESD Notice... 3 1.3 FCC Approval

More information

Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems

Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems White Paper Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems Achieving Mission Critical Reliability Overview New data, video and IP voice services are transforming private

More information

Attorneys for Plaintiff XR Communications, LLC, dba Vivato Technologies UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF CALIFORNIA

Attorneys for Plaintiff XR Communications, LLC, dba Vivato Technologies UNITED STATES DISTRICT COURT SOUTHERN DISTRICT OF CALIFORNIA Case :-cv-00-bas-ksc Document Filed 0/0/ PageID. Page of 0 0 RUSS AUGUST & KABAT Reza Mirzaie, State Bar No. Email: rmirzaie@raklaw.com Philip X. Wang, State Bar No. Email: pwang@raklaw.com Kent N. Shum,

More information

DRS/SM. Selectable Rates and Interfaces PDH Options

DRS/SM. Selectable Rates and Interfaces PDH Options HIGH CAPACITY MW SYSTEMS DRS/SM Digital Radio System/Split Mount (Hybrid) > SDIDU System Features Selectable Rates and Interfaces PDH Options > Up to 16 x E1/T1 > 100BaseTX/Ethernet: Scalable 1-100 Mbps

More information

EMC ViPR SRM. Alerting Guide. Version

EMC ViPR SRM. Alerting Guide. Version EMC ViPR SRM Version 4.0.2.0 Alerting Guide 302-003-445 01 Copyright 2015-2017 Dell Inc. or its subsidiaries All rights reserved. Published January 2017 Dell believes the information in this publication

More information

TRBOnet Enterprise. Linked Capacity Plus. Deployment Guide. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA

TRBOnet Enterprise. Linked Capacity Plus. Deployment Guide. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA TRBOnet Enterprise Linked Capacity Plus Deployment Guide World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray

More information

ICS1885. High-Performance Communications PHYceiver TM. Integrated Circuit Systems, Inc. General Description. Pin Configuration.

ICS1885. High-Performance Communications PHYceiver TM. Integrated Circuit Systems, Inc. General Description. Pin Configuration. Integrated Circuit Systems, Inc. ICS1885 High-Performance Communications PHYceiver TM General Description The ICS1885 is designed to provide high performance clock recovery and generation for either 25.92

More information

3DExplorer Quickstart. Introduction Requirements Getting Started... 4

3DExplorer Quickstart. Introduction Requirements Getting Started... 4 Page 1 of 43 Table of Contents Introduction... 2 Requirements... 3 Getting Started... 4 The 3DExplorer User Interface... 6 Description of the GUI Panes... 6 Description of the 3D Explorer Headbar... 7

More information

NVISION 9000: the most advanced control system

NVISION 9000: the most advanced control system NVISION 9000: the most advanced control system Fully redundant controllers The NVISION 9000 control system is designed from the ground up for the highest level of robustness for critical environments,

More information

WCS-D5100 Programming Software for the Icom ID-5100 Data

WCS-D5100 Programming Software for the Icom ID-5100 Data WCS-D5100 Programming Software for the Icom ID-5100 Data Memory Types (left to right) Memories Limit Memories DR Memories Call Channels GPS Memories Receive Frequency Transmit Frequency Offset Frequency

More information

Course 7 Digital access techniques used in the telephone network. Narrow band ISDN

Course 7 Digital access techniques used in the telephone network. Narrow band ISDN Course 7 Digital access techniques used in the telephone network. Narrow band IDN problems related to telephone IDN: o circuit switching appropriate for voice transmission and volume date, but not appropriate

More information

Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations. Utility Reference Model a SGG-MDM. Upload Device Measurements (L+G)

Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations. Utility Reference Model a SGG-MDM. Upload Device Measurements (L+G) Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations Utility Reference Model 4.2.1.1a SGG-MDM. Upload Device Measurements (L+G) May 2013 Oracle Utilities SGG V2.0.0 to MDM V2.0.1 Integration Utility

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

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

Maritime Geo-Fence Letter Report

Maritime Geo-Fence Letter Report Report No. CG-D-10-16 Maritime Geo-Fence Letter Report Authors: Irene Gonin and Gregory Johnson Distribution Statement A: Approved for public release; distribution is unlimited. July 2016 Classification

More information

CS256 Applied Theory of Computation

CS256 Applied Theory of Computation CS256 Applied Theory of Computation Parallel Computation III John E Savage Overview Mapping normal algorithms to meshes Shuffle operations on linear arrays Shuffle operations on two-dimensional arrays

More information

28 April r2 SAS-2 BROADCAST processing clarifications

28 April r2 SAS-2 BROADCAST processing clarifications To: T10 Technical Committee From: Ed D Avignon, Vitesse Semiconductor (davignon@vitesse.com) and Rob Elliott, HP (elliott@hp.com) Date: 28 April 2006 Subject: 06-177r2 SAS-2 BROADCAST processing clarifications

More information

TDS 10. (Euro)DOCSIS cable modem TDS 10 with extension modules. For remote meter monitoring and reading

TDS 10. (Euro)DOCSIS cable modem TDS 10 with extension modules. For remote meter monitoring and reading TDS 10 (Euro)DOCSIS cable modem TDS 10 with extension modules For remote meter monitoring and reading Low additional costs Easy installation of units 30 individual meters can be read with one device Monitoring

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

WPE 48N USER MANUAL Version1.1

WPE 48N USER MANUAL Version1.1 Version1.1 Security instructions 1. Read this manual carefully. 2. Follow all instructions and warnings. 3. Only use accessories specified by WORK PRO. 4. Follow the safety instructions of your country.

More information

EE 330 Lecture 44. Digital Circuits. Dynamic Logic Circuits. Course Evaluation Reminder - All Electronic

EE 330 Lecture 44. Digital Circuits. Dynamic Logic Circuits. Course Evaluation Reminder - All Electronic EE 330 Lecture 44 Digital Circuits Dynamic Logic Circuits Course Evaluation Reminder - All Electronic Digital Building Blocks Shift Registers Sequential Logic Shift Registers (stack) Array Logic Memory

More information

IRT Eurocard. Type DAC AES / 2Mb (E1) G.703 Network Interface Adapter

IRT Eurocard. Type DAC AES / 2Mb (E1) G.703 Network Interface Adapter I R T Electronics Pty Ltd A.B.N. 35 000 832 575 26 Hotham Parade, ARTARMON N.S.W. 2064 AUSTRALIA National: Phone: (02) 9439 3744 Fax: (02) 9439 7439 International: +61 2 9439 3744 +61 2 9439 7439 Email:

More information

Modular Metering System ModbusTCP Communications Manual

Modular Metering System ModbusTCP Communications Manual Modular Metering System Manual Revision 7 Published October 2016 Northern Design Metering Solutions Modular Metering System ModbusTCP 1 Description The multicube modular electricity metering system simultaneously

More information

Trio Q Data Radios. Licensed UHF Ethernet and Serial Data QR450

Trio Q Data Radios. Licensed UHF Ethernet and Serial Data QR450 Trio Q Data Radios Licensed UHF Ethernet and Serial Data QR450 1 The Trio Q Data Radios are advanced high speed licensed digital data radios, which provide both Ethernet and serial communications for the

More information

Rev a. Single-Area OSPF. c cnac o okbook.com

Rev a. Single-Area OSPF. c cnac o okbook.com Rev. 00.00 a. Single-Area OSPF c cnac o okbook.com C O N F I G U R A T I O N Technically, we're using OSPFv for IPv, but that only matters because IPv uses OSPFv. Wildcard a bitmask controlling address

More information

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report

OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting. Product Overview. Dream Report Dream Report Product Overview Dream Report OCEAN DATA SYSTEMS The Art of Industrial Intelligence User Friendly & Programming Free Reporting. Applications Compliance Performance Quality Corporate Dashboards

More information

EE 330 Lecture 44. Digital Circuits. Ring Oscillators Sequential Logic Array Logic Memory Arrays. Final: Tuesday May 2 7:30-9:30

EE 330 Lecture 44. Digital Circuits. Ring Oscillators Sequential Logic Array Logic Memory Arrays. Final: Tuesday May 2 7:30-9:30 EE 330 Lecture 44 igital Circuits Ring Oscillators Sequential Logic Array Logic Memory Arrays Final: Tuesday May 2 7:30-9:30 Review from Last Time ynamic Logic Basic ynamic Logic Gate V F A n PN Any of

More information

PRODUCT CATALOGUE: March 2018

PRODUCT CATALOGUE: March 2018 PRODUCT CATALOGUE: March 2018 KVARTA SOFT LTD, Bulgaria, Veliko Tarnovo, Tzar Kaloyan 13, ZIP Code: 5000, E-mail: sales@kvarta.net, Website: 1 DVB MONITOR A/C/T The DVB Monitor is specially built for CATV

More information

OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3

OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3 OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3 This document describes new and modified commands that provide enhanced OSPF traffic statistics for OSPFv2 and OSPFv3. The ability to collect and

More information

802.16s SOFTWARE PLATFORM

802.16s SOFTWARE PLATFORM General Software s 802.16s SOFTWARE PLATFORM Architecture Operation system Embedded Linux 1. MAC layer application running on ARM processor 2. PHY layer application running on DSP Application software

More information

MATERIAL SPECIFICATIONS FOR WIRELESS LINK

MATERIAL SPECIFICATIONS FOR WIRELESS LINK MATERIAL SPECIFICATIONS FOR WIRELESS LINK SECTION 1 GENERAL The Wireless Link specification is for the listed components to be used in the Wireless Link pay item. Each component includes the antennae and

More information

Mini Project 3: GT Evacuation Simulation

Mini Project 3: GT Evacuation Simulation Vanarase & Tuchez 1 Shreyyas Vanarase Christian Tuchez CX 4230 Computer Simulation Prof. Vuduc Part A: Conceptual Model Introduction Mini Project 3: GT Evacuation Simulation Agent based models and queuing

More information

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN Wireless LANs Mobility Flexibility Hard to wire areas Reduced cost of wireless systems Improved performance of wireless systems Wireless LAN Applications LAN Extension Cross building interconnection Nomadic

More information

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP OSPF Fundamentals Open Shortest Path First Routing Protocol Internet s Second IGP Agenda OSPF Principles Introduction The Dijkstra Algorithm Communication Procedures LSA Broadcast Handling Splitted Area

More information