CT420 Realtime Systems. Course Structure. Course Structure. 2 hrs lectures / week for both semesters. Structured and unstructured labs Assignments

Size: px
Start display at page:

Download "CT420 Realtime Systems. Course Structure. Course Structure. 2 hrs lectures / week for both semesters. Structured and unstructured labs Assignments"

Transcription

1 CT420 Realtime Systems Dr. Hugh Melvin/Dr. Michael Schukat Room 406/402 Ext 3716/2031 See Web resources Dr. Hugh Melvin, Discipline of IT, NUI,G 1 Course Structure 2 hrs lectures / week for both semesters Wed 9-11 IT304 Semester 1 Structured and unstructured labs Assignments Lab based work Technical Reports Linux/Windows based Dr. Hugh Melvin, Discipline of IT, NUI,G 2 Course Structure Content updated Course development in realtime! Subject to change Lecture notes on web in advance of lectures Assessment Exam + Assignments Typically 70/30 split Site Visit? Moneypoint (ESB) / Shannon ATC / Aer Lingus Dr. Hugh Melvin, Discipline of IT, NUI,G 3 1

2 Main Textbooks Real-Time Systems, Krisha & Shin, McGraw Hill Real-Time Systems Design & Analysis, Laplante, Wiley Programming for the Real World POSIX.4, Gallmeister, O Reilly Advanced Unix Programming, Rochkind, Addison Wesley Real-Time Systems & Programming Languages, Burns & Wellings, Pearson Dr. Hugh Melvin, Discipline of IT, NUI,G 4 Course Outline Classification of RTS Time Synchronisation for RTS Soft RTS Multimedia & Networks Scheduling for RTS Memory Management for RTS RT Programming Languages RTOS & POSIX.4 RT Fault Tolerance for RTS Dr. Hugh Melvin, Discipline of IT, NUI,G 5 RTS Definition of RTS? Difficult due to the extent and scope of RTS System where a substantial fraction of the design effort goes into making sure that deadlines are met (Krishna/Shin) Classification of RTS? Hard Firm Soft Differ by the consequences of missed deadlines Dr. Hugh Melvin, Discipline of IT, NUI,G 6 2

3 12:45:01 23:01:97 Dr. Hugh Melvin, Discipline of IT, NUI,G 7 Boiler Turbine Hard RTS VDU 1 BMS R30 Binary Field Inputs Binary Outputs Analogue Inputs Analogue Outputs AS101 AS112 Binary Field Inputs Binary Outputs Analogue Inputs Analogue Outputs AS013 AS017 Binary Field Inputs Binary Outputs Analogue Inputs Analogue Outputs AS131 AS133 VDU 2 VDU S\E s Office VDU Prog. Room Operators Keyboard 1 Operators Keyboard 2 S\E s Keyboard 1 Programmers Keyboard HW Analog Inputs HW Binary Inputs Annunciator Bus Coupler Tape Drive Storage Unit MEC-RT Data Storage Unit Bus 1 CS 275 Bus Bus 0 Printer 1 Printer 2 Printer Prog. Room Master Clock VDU 1 VDU 1 Local Printer VDU 1 VDU 2 5 1/4 FDD Storage Unit Alarms Printer Control Room VDU 2 VDU 3 Operator s Keyboard Fault Log Printer VDU 2 VDU 3 Operator s Keyboard Control Room LPA0 Local Terminals PG750 Maintenance Computer Operator s Annunciator Keyboard AS231 Unit Alarms System S\E s VDU & Keyboard MEC-RT Data Storage Unit Programming Room Printer MEC-RT Turbine Data Storage Unit Boiler OS254 Operations Programmers VDU & Keyboard Computer LPA1 VAX Maintenance Management System Dr. Hugh Melvin, Teleperm Discipline ME System of IT, Overview NUI,G 8 Unit 1 Unit 2 Unit 3 Bus 1 Bus 0 Bus 1 Bus 0 Bus 1 Bus 0 Bus A Bus Bus A Bus Bus A Bus Bus B Coupler Bus B Coupler Bus B Coupler Synogate Interface Synogate Interface Synogate Interface to to to Remote Operator OIS Server Station IBM NetFinity 5510 MP001 Gateway R30 Room Gateway Communications Room Station LAN MP002 Control Room Unit 1 Operator Station Control Room Unit 2 Control Room Unit 3 Operator Station Operator Station Dr. Hugh Melvin, Discipline of IT, NUI,G 9 3

4 Burner Management System Bus A Bus B N8 N Non-Redundant Control Circuits 2 out of 3 Double Redundant Safety Circuits Triple Redundant Safety Circuits Dr. Hugh Melvin, Discipline of IT, NUI,G 10 Other Hard RTS Fly-by-wire control systems Robotics Medical Devices ABS / Airbag Protection Systems Dr. Hugh Melvin, Discipline of IT, NUI,G 11 Boeing 777 Dr. Hugh Melvin, Discipline of IT, NUI,G 12 4

5 Soft RTS: Multimedia Dr. Hugh Melvin, Discipline of IT, NUI,G 13 Firm RTS Somewhere in the middle? Eg. Private IP Network governed by SLA (Service Level Agreement) SLA specifies jitter/delay/loss/availability % Availability Lack of adherence results in : Poor customer satisfaction Penalties imposed on provider Consumer Devices Mobile phone / Cameras etc Dr. Hugh Melvin, Discipline of IT, NUI,G 14 Time Synchronisation for RTS Time of Day and Timing Two distinct issues Both often critical for RTS Synchronising 2v3 systems (timing) Precise data logging g for distributed system (time) Skew problems in POTS / VoIP / IPTV Clock Terminology Accuracy, Stability, Offset, Skew, Drift Synchronisation Algorithms Network Time Protocol (NTP) Limitations of conventional OS Timing Timer granularity & Time Services Dr. Hugh Melvin, Discipline of IT, NUI,G 15 5

6 Time UTC Evolved from Greenwich Mean Time GMT Time Synchronisation How closely 2 clocks agree on Time of Day Timing Relates to frequency Timing Synchronisation How closely 2 entities operate at same frequency Time & Timing Dr. Hugh Melvin, Discipline of IT, NUI,G 16 Greenwich Home of Time & the Prime Meridian Longitude 0 & GMT agreed in 1884 GMT driven by expansion of railways and need for national/international consistency Timeball rises and falls at hrs Then site of London docks In service since 1833 Dr. Hugh Melvin, Discipline of IT, NUI,G 17 Greenwich Dr. Hugh Melvin, Discipline of IT, NUI,G 18 6

7 Dr. Hugh Melvin, Discipline of IT, NUI,G 19 Soft RTS: MM and Networks Real Time Communications Best Effort Internet default service Recent QoS Initiatives to differentiate between traffic streams Eg. Voice over IP Requires M2E delay typically < 150 msec Can cope with small degree of packet loss» Soft RTS How can delay/loss reqds be met? See ITU G.1010 Dr. Hugh Melvin, Discipline of IT, NUI,G 20 Mouth-to-Ear Delays Dr. Hugh Melvin, Discipline of IT, NUI,G 21 7

8 Real Time Communications LAN based developments Switched Networks (Embedded RTOS) Also Fast/Gigabit Ethernet : Overprovisioning? What Andy giveth, Bill taketh away! New difficulties for wireless environment Access Protocols CSMA WAN based developments IntServ DiffServ MPLS : Layer 2.5 Also development of RTP/RTCP/RTSP Protocols to support packet based MM traffic Dr. Hugh Melvin, Discipline of IT, NUI,G 22 Real Time Communications Endpoint Issues Increased complexity in terminals OS / Driver / Application Software / Hardware issues Increased delays due to complex and/or poorly written s/w Hardware Issues eg. skew = lack of synchronisation (timing) Dr. Hugh Melvin, Discipline of IT, NUI,G 23 Dr. Hugh Melvin, Discipline of IT, NUI,G 24 8

9 Clock Skew : Buffer Issues Dr. Hugh Melvin, Discipline of IT, NUI,G 25 Audio-System Clock Skew Dr. Hugh Melvin, Discipline of IT, NUI,G 26 RT Programming Languages Consider the following Fortran Loop statement DO 100 I=1,5 <block of text> 100 Continue but the following is also valid DO 100 I=1.5 <block of text> 100 Continue Fortran interpreted DO 100 I as a previously undeclared float variable assigned value 1.5 NASA mishap Ada is most recognised RT Prog. Lang. Boeing 777 control written in Ada Dr. Hugh Melvin, Discipline of IT, NUI,G 27 9

10 RTOS Windows / Unix / Linux Designed for time sharing of resources rather than meeting hard deadlines Designed for good average performance Not suited to Hard RTS typically Can be used after careful design considerations Examples M pt : User Interface provided by Linux/Win 2000» BUT not core control system Shannon ATC Unix powers main Thales ATC systems More suited to Soft RT functionality POSIX.4 improves RT performance of some OS Dr. Hugh Melvin, Discipline of IT, NUI,G 28 RTOS Hard RTS Good Average performance is of little use At ft when cabin pressure is lost When a Power station at full output is suddenly disconnected from the National Grid RTOS Can better meet RTS requirements Different design to conventional OS Scheduling/Process priorities are key issues VxWorks, QNX, Lynx, RTLinux, Cyclic Executive approach still widely used Software runs bare on hardware No OS! Used a lot with Soft RTS and some hard RTS Mobile phone OS: Symbian is market leader Dr. Hugh Melvin, Discipline of IT, NUI,G 29 Fault Tolerant Techniques Key Characteristic of Hard RTS 1. Fault-tolerance via Redundancy Full/Partial Fault Tolerance 2. Graceful degradation Eg.1: Citreon CX Common hydraulic system for Steering, Brakes and Suspension Order of failure?? Eg. 2: Power Plant Faulty sensor Alarm Overload AS station switch to manual but holds its state and will still respond to safety events/manual control 3. Failsafe operation Eg. Power Plant: Steam inlet valves spring loaded to shut on loss of power Many Hard RTS combine all 3 techniques Dr. Hugh Melvin, Discipline of IT, NUI,G 30 10

11 Citreon CX Dr. Hugh Melvin, Discipline of IT, NUI,G 31 Fault Tolerant Techniques Redundancy Hardware Redundancy Voting schemes Software Redundancy Code developed by different teams Often combined with hardware redundancy d Time Redundancy Build in time slack or roll back Information Redundancy Error Detection + Correction Note: TCP-IP based Error Detection via CRC relies on Time Redundancy for TCP traffic. Not acceptable for UDP based MM traffic Dr. Hugh Melvin, Discipline of IT, NUI,G 32 Fault Tolerant Techniques: Airbus 3 Main Flight Controllers 2 Backup Flight Controllers Software developed by different teams and on different platforms Seamless transfer Dr. Hugh Melvin, Discipline of IT, NUI,G 33 11

12 Fault Tolerant Techniques DB-Out DB-Out DB-Out DB-In DB-In DB-In 2-out-of-3 2-out-of-3 2-out-of-3 ZV1 ZV2 ZV3 Unit Central 2-out-of-3 2-out-of-3 2-out-of-3 ZV1 ZV2 ZV3 RAM EPROM 1 RAM EPROM 2 RAM EPROM 3 Level 2-out-of-3 EAVn Inputs Extension Units Outputs Dr. Hugh Melvin, Discipline of IT, NUI,G 34 Course Outline Case Study Approach Assessment Assignment Possibilities Time Synchronisation Timing Services (Windows versus Linux) Internet Multimedia Scheduling Ada tutorial POSIX RT Features Dr. Hugh Melvin, Discipline of IT, NUI,G 35 Resources Various text books Research papers Websites Details will be posted on course website Possible site visits? ESB Moneypoint Shannon ATC Aer Lingus facility Dr. Hugh Melvin, Discipline of IT, NUI,G 36 12

1. Lead Times. 2. Duration and Effective Date

1. Lead Times. 2. Duration and Effective Date 1. Lead Times From receipt of a new signed service agreement, the times taken to implement the Hosting Services will be 2 weeks. 2. Duration and Effective Date 2.1 The Effective Date of this Schedule is

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

Deployment Guide. GlobalMeet 5 June 27, 2018

Deployment Guide. GlobalMeet 5 June 27, 2018 1. Deployment Guide GlobalMeet 5 June 27, 2018 Table of Contents Introduction 3 Contents of this guide 3 Intended audience 3 Version information 3 What s new in this guide 4 About GlobalMeet 5 Meeting

More information

Full IP. nursecall and notification

Full IP. nursecall and notification Full nursecall and notification Actual size All nursecall intelligence is now inside this call button icall is the first nursecall system where the connection between the network and the room can run entirely

More information

WarBallooning Kismet Wireless Eye in the Sky. Presented by: Rick Hill DEFCON 16 Sunday, Aug. 10

WarBallooning Kismet Wireless Eye in the Sky. Presented by: Rick Hill DEFCON 16 Sunday, Aug. 10 WarBallooning Kismet Wireless Eye in the Sky Presented by: Rick Hill DEFCON 16 Sunday, Aug. 10 WarBallooning Concept Thanks for coming! WarDriving limited visibility in the city $4.00 / Gallon gas means

More information

The Application and Use of Telepresence Robots. April 2011

The Application and Use of Telepresence Robots. April 2011 The Application and Use of Telepresence Robots April 2011 1 Personal Robots? 2 Telepresence Robots 3 The New York Times - Sept 5, 2010 4 Bloomberg Business Week - Feb 21, 2011 5 Three Components of Robotic

More information

Request for Clarification (Questions and Answers)

Request for Clarification (Questions and Answers) Q. How many agents and how many supervisors did you want proposed for call center? A. 2 sups 10 agents Q. Will the WMWD upgrade these circuits if required to support converged data, voice and video traffic

More information

Sanilac County Community Mental Health Authority

Sanilac County Community Mental Health Authority Sanilac County Community Mental Health Authority 227 E. Sanilac Ave, Sandusky Michigan 48471 (810) 648-0330 Fax: (810) 648-0319 Request for Proposal Phone System and IP Phones Due Date: Wednesday, July

More information

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011 GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: This Page Intentionally Left Blank About These Requirements This document contains a composite view of all submission

More information

New technologies and their impacts on regulation

New technologies and their impacts on regulation New technologies and their impacts on regulation Knud Erik Skouby ITU GSR 2005 Overview Techno-Policy objectives & Technological trends Technological Trends Impacts of technological changes on telecom

More information

fl û fl ±ôl øµõfl 1±øÊ fl Mê ø ıù ø ıapple ±

fl û fl ±ôl øµõfl 1±øÊ fl Mê ø ıù ø ıapple ± Ref: PROJ_UGPG/2015/02 Date: 18/05/2015 NOTIFICATION FOR PROJECT GUIDELINES It is hereby informed to all the learners of MCA 6 th Semester to follow the guide lines in preparing their project work/report,

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2015, Rev. D November 2015

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2015, Rev. D November 2015 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2015, Rev. D November 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Callisburg Independent School District Request For Proposal VoIP Phone System

Callisburg Independent School District Request For Proposal VoIP Phone System Callisburg Independent School District Request For Proposal VoIP Phone System Callisburg Independent School District (CISD) is soliciting competitive written proposals from qualified organizations for

More information

ABM Industries Incorporated

ABM Industries Incorporated ABM Industries Incorporated Report on ABM Industries Incorporated s Assertion about the Suitability of Design and Operating Effectiveness of its Controls Relevant to Security for its Primary IT Infrastructure

More information

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming.

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming. ECE 114 1 Computer System Introduction to Computer and C++ Programming Computer System Dr. Z. Aliyazicioglu Cal Poly Pomona Electrical & Computer Engineering Cal Poly Pomona Electrical & Computer Engineering

More information

An End-to-End Modeling and Simulation Testbed (EMAST) to Support Detailed Quantitative Evaluations of GIG Transport Services

An End-to-End Modeling and Simulation Testbed (EMAST) to Support Detailed Quantitative Evaluations of GIG Transport Services An End-to-End Modeling and Simulation Testbed (EMAST) to Support Detailed Quantitative Evaluations of GIG Transport Services 14 June 2005 Gary Comparetto (703) 983-6571 garycomp@mitre.org Objective: Evaluate

More information

Coflight efdp Angelo Corsaro, Ph.D. Software Technologies Scientist

Coflight efdp Angelo Corsaro, Ph.D. Software Technologies Scientist Coflight efdp Angelo Corsaro, Ph.D. Software Technologies Scientist Strategic and Technological Planning Directorate SELEX-SI [angelo.corsaro@selex-si.com] Agenda Group Overview Coflight Programme DDS

More information

Cisco Corporate Overview

Cisco Corporate Overview Cisco Corporate Overview Market Capitalization Leadership Cisco $110B Cisco $109B Cisco $10B Top 12 Competitors $71B Top 11 Competitors $60B Top 11 Competitors $19B January 1995 November 2005 July 2009

More information

HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017

HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017 HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017 Class specifications are intended to present a descriptive list of the range of duties performed

More information

Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06

Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06 Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06 GENERAL PURPOSE JOB DESCRIPTION Controls Technician I (Flex) Controls Technician II Code Number: 46003, 46004 Under general supervision,

More information

Course Outline (Winter 2017)

Course Outline (Winter 2017) Course Outline (Winter 2017) EES612: Electrical Machines and Actuators Instructor Calendar Description Prerequisites Compulsory Text(s): Reference Text(s) Learning Objectives (Indicators) Name: Dr. Rafael

More information

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona ECE 34-2 Computer Engineering I ECE34-. Introduction Z. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly Pomona Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34- Instructors

More information

Kacie Altom, MSN, RN Contact information: Office CNHP 507 Office phone

Kacie Altom, MSN, RN Contact information: Office CNHP 507 Office phone ARKANSAS STATE UNIVERSITY COLLEGE OF NURSING & HEALTH PROFESSIONS SCHOOL OF NURSING RN-BSN Program Semester: Spring 2017 Course Number & Title: Credit and Clock Hours: Faculty: NRS 4733 Nursing Management

More information

Request for Proposal RFP # , Managed Network Services

Request for Proposal RFP # , Managed Network Services REQUEST FOR PROPOSAL: #001-2017, Managed Network Services DEADLINE: Thursday, June 15, 2017 at 4:00 PM, Central Standard Time DELIVERY LOCATION:, PURCHASING AGENT: Natasha Longpine, nlongpine@ozarkstransportation.org

More information

Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated

Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated Server, Desktop, Mobile Platforms Working Group (SDMPWG) Dated 2011-04-25 The information provided below is subject to change and reflects the current knowledge of the Working Group. 1. Management Problem(s)

More information

Introducing a new class of fire detection

Introducing a new class of fire detection Introducing a new class of fire detection Care Communications Real Time Location Systems Improving Patient Flow, Safety and Efficiency Features at a Glance - Staff & patient location - Patient flow - Hand

More information

Better results through sourcing. Andrew Hewat LODESTAR Advisory Services

Better results through sourcing. Andrew Hewat LODESTAR Advisory Services Outsourcing Services What is right for your organisation? Andrew Hewat 1 Agenda The changing outsourcing landscape How to decide if outsourcing is right for your organisation The engagement process and

More information

7. Study and Evaluation Scheme for Diploma Programme In Computer Engineering (For the State of Haryana)

7. Study and Evaluation Scheme for Diploma Programme In Computer Engineering (For the State of Haryana) 7. Study and Evaluation Scheme for Diploma Programme In Computer Engineering (For the State of Haryana) FIRST SEMESTER(Computer Engineering) EVALUATION External L T P 1.1.* Communication Skills I 3-2 25

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2017 July 2017 Copyright 2005, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

VMware AirWatch Secure Gateway Guide Securing Your Infrastructure

VMware AirWatch Secure  Gateway Guide Securing Your  Infrastructure VMware AirWatch Secure Email Gateway Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Plan of Action for the Information Society in Latin America and the Caribbean elac 2007

Plan of Action for the Information Society in Latin America and the Caribbean elac 2007 Plan of Action for the Information Society in Latin America and the Caribbean elac 2007 A. Access and digital inclusion 1.1 Promote the development of regional ICT infrastructure, including broadband capacity

More information

Nurse Call System. A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow

Nurse Call System. A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow 790 Nurse Call System A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow 790 Focused on Patient The needs of patients are increasingly complex which places even greater

More information

The Nomad Digital Pen

The Nomad Digital Pen The Nomad Digital Pen ENSC 440/305 School of Engineering Science Simon Fraser University 2009.05.15 Copyright 2009 - TechStyles Inc. 1 Outline The TechStyles Team Roles in the Project Team Dynamic Motivation

More information

Courts Service ICT Strategy Statement

Courts Service ICT Strategy Statement 2011 2014 March 2012 INTRODUCTION The ICT Strategy 2011 2014 supports and compliments the recently published Courts Service Strategic Plan 2011-2014. At a high level the strategy is to maintain provision

More information

NeoOne VPN Service Specific Terms and Conditions

NeoOne VPN Service Specific Terms and Conditions 1. APPLICABILITY This Service Schedule for the purchase of NeoOne VPN and Global NeoVPN Services is subject to the signing of an agreement or Addendum between the customer and FirstNet, and is also subject

More information

Business. Ms. Hardin. Business Principles & Applications. Suggested Grade Level: Prerequisite: None. Credit: 1.0

Business. Ms. Hardin. Business Principles & Applications. Suggested Grade Level: Prerequisite: None. Credit: 1.0 Business Ms. Hardin Business Principles & Applications Suggested Grade Level: 9-10 Prerequisite: None Course Description: This course establishes basic foundations for further study in business and marketing

More information

IT Technical Support Unit 12. Outsourcing

IT Technical Support Unit 12. Outsourcing IT Technical Support Unit 12 Outsourcing WHAT IS OUTSOURCING? Outsourcing is subcontracting a process, such as product design or manufacturing, to a third party company. The transfer of a business function

More information

Ontario School District 8C

Ontario School District 8C Ontario School District 8C Request for Proposals: Content Management System 195 SW 3 rd Ave Ontario, Oregon 97914 Tel: 541-889-5374 Fax: 541-889-8553 tstephan@ontario.k12.or.us Bidding Window Opens: April

More information

Introduction. Groupware. Groupware development and research contexts. Time-space classification of groupware

Introduction. Groupware. Groupware development and research contexts. Time-space classification of groupware Groupware Digital Business Commuications Introduction UID/HCI has traditionally focused on a single user and their machine 1980s saw increasing interest in multiuser systems and interfaces Computer Support

More information

SYNOPSIS & PROJECT FAQ for BCA MCA CS Students

SYNOPSIS & PROJECT FAQ for BCA MCA CS Students National Institute of Professional Studies and Research, A-132, NiPS Building, Katwaria Sarai Opp. Indian Bank, New Delhi-110016 SYNOPSIS & PROJECT FAQ for BCA MCA CS Students As Per IGNOU & Other Open

More information

Mobile Subscriber Equipment (MSE) Operations

Mobile Subscriber Equipment (MSE) Operations Headquarters, Department of the Army FIELD MANUAL 11-55 Mobile Subscriber Equipment (MSE) Operations Distribution Restriction: Approved for public release; distribution is unlimited. *FM 11-55 Field Manual

More information

NBN Project Briefing Architecture Reference Model Paul Brooks

NBN Project Briefing Architecture Reference Model Paul Brooks NBN Project Briefing Architecture Reference Model Paul Brooks December 2009 NBN Project Structure Seven NBN related topics August - Initial work started on 3 topics September Additional 2 topics started

More information

Sensor Assisted Care. Medical Automation Conference December 12, 2008

Sensor Assisted Care. Medical Automation Conference December 12, 2008 Sensor Assisted Care Medical Automation Conference December 12, 2008 Healthcare Overview Largest Segment of US Economy $1.8 Trillion in 2004 (15% of GDP) $4,178 per capita Pending Crisis Retiring Baby

More information

Integrated Nurse Call Solutions

Integrated Nurse Call Solutions Integrated Nurse Call Solutions INTEGRATED NURSE CALL SOLUTIONS Making Your Work Day Easier Streamlined Workflows Tools for Improving Patient Satisfaction and Safety Wireless Communications Connects Patients

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

Ohio Appalachian Collaborative Professional and Project-Based Learning Platform Request for Proposal

Ohio Appalachian Collaborative Professional and Project-Based Learning Platform Request for Proposal Ohio Appalachian Collaborative Professional and Project-Based Learning Platform Request for Proposal Introduction The Ohio Appalachian Collaborative (OAC) is seeking proposals for the development or adoption

More information

UNIFIED FACILITIES GUIDE SPECIFICATION

UNIFIED FACILITIES GUIDE SPECIFICATION USACE / NAVFAC / AFCEC / NASA UFGS-01 78 23 (August 2015) --------------------------- Preparing Activity: NAVFAC Superseding UFGS-01 78 23 (July 2006) UNIFIED FACILITIES GUIDE SPECIFICATION References

More information

Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit

Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit Emma Fauss The pervasiveness of infectious diseases is compelling hospitals to build isolation units, which requires

More information

Allworx Reach and Reach Link

Allworx Reach and Reach Link Allworx Reach and Reach Link A Complete Business Communication System That Fits in Your Pocket Always stay connected with Allworx Reach. The Reach mobile app extends the rich functionality of your Allworx

More information

Customer Training Catalog Course Descriptions FBB

Customer Training Catalog Course Descriptions FBB Customer Training Catalog Course Descriptions Customer Training Catalog Course Descriptions FBB HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 CONTENTS Customer Training Catalog Course Descriptions

More information

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) Exhibit R-2 0604201A AIRCRAFT AVIONICS ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) COST (In Thousands) FY 2008 FY 2009 FY 2010 FY 2011 to Program Element (PE) 72521 13259 61946 71307 85450 99440

More information

Request for Proposal OGL Information Technology Security Audit

Request for Proposal OGL Information Technology Security Audit Request for Proposal Issued August 11, 2017 Table of Contents Page Background I. MARC Organizational Structure and Activities 1 II. Operation Green Light Program Description 2 III. OGL Information Technology

More information

The provision of FirstNet s NeoVoice access service is subject to network availability, distance and line sync speed limitations.

The provision of FirstNet s NeoVoice access service is subject to network availability, distance and line sync speed limitations. Service Specific Terms & Conditions: NeoVoice The provision of FirstNet s NeoVoice access service is subject to network availability, distance and line sync speed limitations. 1. APPLICABILITY The Provisioning

More information

Army Enterprise Service Desk (AESD)-ARCYBER Convergence: A Contributing Element in Today s Defensive Cyber Operations (DCO)

Army Enterprise Service Desk (AESD)-ARCYBER Convergence: A Contributing Element in Today s Defensive Cyber Operations (DCO) Army Enterprise Service (AESD)-ARCYBER Convergence: A Contributing Element in Today s Defensive Cyber Operations (DCO) John J. Price Project Officer, Army Enterprise Service (AESD) Program Executive Office

More information

BUILDING INFRASTRUCTURE FOR ICT DEVELOPMENT IN TANZANIA

BUILDING INFRASTRUCTURE FOR ICT DEVELOPMENT IN TANZANIA BUILDING INFRASTRUCTURE FOR ICT DEVELOPMENT IN TANZANIA By Eng. Dr. Zaipuna O. Yonah, CEng.(T), Director Data Networks Tanzania Telecommunications Company Limited Simunet Project engyonah@ttcl.co.tz Paper

More information

ERATE 470 FORM # REQUEST AND REQUEST FOR PROPOSAL (RFP) FOR: Plainview Public Schools

ERATE 470 FORM # REQUEST AND REQUEST FOR PROPOSAL (RFP) FOR: Plainview Public Schools ERATE 470 FORM # 180010466 REQUEST AND REQUEST FOR PROPOSAL (RFP) FOR: Plainview Public Schools PLAINVIEW PUBLIC SCHOOLS is seeking proposals for the upcoming Funding Y ear 18 19 rou nd of E Rate. PPS

More information

Telligence Nurse Call Communication System. Total solutions for patient-staff communications

Telligence Nurse Call Communication System. Total solutions for patient-staff communications Telligence Nurse Call Communication System Total solutions for patient-staff communications Seamless communications for more attentive care Nurse call and clinical workflow are increasingly interconnected.

More information

A Framework for Evaluating Electronic Health Records Overview - Applying to the Davies Ambulatory Awards Program Revised May 2012

A Framework for Evaluating Electronic Health Records Overview - Applying to the Davies Ambulatory Awards Program Revised May 2012 A Framework for Evaluating Electronic Health Records Overview - Applying to the Davies Ambulatory Awards Program Revised May 2012 Introduction The Computer-Based Record Institute (CPRI) established the

More information

VMware AirWatch Secure Gateway Guide Securing Your Infrastructure

VMware AirWatch Secure  Gateway Guide Securing Your  Infrastructure VMware AirWatch Secure Email Gateway Guide Securing Your Email Infrastructure Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

THE VERIZON TELEPHONE COMPANIES TARIFF F.C.C. NO. 1 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 ACCESS SERVICE

THE VERIZON TELEPHONE COMPANIES TARIFF F.C.C. NO. 1 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 ACCESS SERVICE 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 22. Advanced Communications Networks 22.1 TCP/IP Data Aggregation Service (A) Service Description (USOC - XMO++) TCP/IP Data Aggregation Service is available

More information

High Performance Computing for Engineers

High Performance Computing for Engineers High Performance Computing for Engineers David Thomas dt10@ic.ac.uk Room 903 HPCE / dt10/ 2013 / 0.1 High Performance Computing for Engineers Research Testing communication protocols Evaluating signal-processing

More information

Chapter 4 Information Technology and the Design of Work

Chapter 4 Information Technology and the Design of Work Introduction Chapter 4 Information Technology and the Design of Work Managing and Using Information Systems: A Strategic Approach by Keri Pearlson & Carol Saunders How can the automation of work lower

More information

High Performance Computing for Engineers

High Performance Computing for Engineers High Performance Computing for Engineers David Thomas dt10@ic.ac.uk Room 903 HPCE / dt10 / 2012 / 0.1 High Performance Computing for Engineers Research Testing communication protocols Evaluating signal-processing

More information

University of Hawaii at Hilo Department of Baccalaureate Nursing. Nurs 351 Professional Nursing Issues and Trends (WI) - 3cr (3hr)

University of Hawaii at Hilo Department of Baccalaureate Nursing. Nurs 351 Professional Nursing Issues and Trends (WI) - 3cr (3hr) University of Hawaii at Hilo Department of Baccalaureate Nursing Nurs 351 Professional Nursing Issues and Trends (WI) - 3cr (3hr) Semester: Fall 2003 Placement: 3 rd year, 1 st semester Faculty: Cecilia

More information

EE 579: Digital System Testing. EECS 579 Course Goals

EE 579: Digital System Testing. EECS 579 Course Goals EE 579: Digital System Testing Lecture 1: Course Introduction and Overview John P. Hayes University of Michigan EECS 579 Fall 2001 Lecture 01: Page 1 EECS 579 Course Goals To learn about The role of testing

More information

Medical Manager v12 includes the following features and functionalities to assist you with your ICD-10 transition:

Medical Manager v12 includes the following features and functionalities to assist you with your ICD-10 transition: ICD-10 Readiness Vitera Medical Manager FAQs 1. Which version of Vitera Medical Manager supports ICD-10? Vitera Medical Manager version 12 fully supports ICD-10 and is preloaded with the full ICD-10 code

More information

IT Managed Services Provider

IT Managed Services Provider RFP 2018 2 February 2, 2018 IT Managed Services Provider City of Duncan, Finance Department Attention: Talitha Soldera, Director of Finance City of Duncan, 200 Craig Street, Duncan, BC, V9L 1W3 Submission

More information

Technologies and Services in

Technologies and Services in Technologies and Services in Support of Virtual Work Morell D. Boone, Ph.D. Professor and Dean, College of Technology Eastern Michigan University it Berlin Library Colloquium- November 25, 2008 11/25/2008

More information

CAP IP. ip intercom REFUGE CALL POINTS IP NETWORK SALES DEPARTMENT SECURITY DISPATCH SMARTPHONE SUPERVISION IP MAYLIS RANGE

CAP IP. ip intercom REFUGE CALL POINTS IP NETWORK SALES DEPARTMENT SECURITY DISPATCH SMARTPHONE SUPERVISION IP MAYLIS RANGE CAP IP ip intercom A GLOBAL FULL IP / SIP ACCESS INTERCOM AND AUDIO VIDEO INTERCOMMUNICATION SOLUTION PRINCIPAL VISITOR ACCESS ENTRANCE FLOORS VISITORS CAR PARK CAP IP AUDIO VIDEO KEYPAD SELECTABLE LIST

More information

MSC MALAYSIA APICTA 2018 NEW NOMINATION FRAMEWORK & CRITERIA

MSC MALAYSIA APICTA 2018 NEW NOMINATION FRAMEWORK & CRITERIA MSC MALAYSIA APICTA 2018 NEW NOMINATION FRAMEWORK & CRITERIA CONDITIONS OF NOMINATIONS Nominees must own the IPR (Intellectual Property Rights) of the product. (This is not applicable to student project

More information

From Stove-pipe to Network Centric Leveraging Technology to Present a Unified View

From Stove-pipe to Network Centric Leveraging Technology to Present a Unified View From Stove-pipe to Network Centric Leveraging Technology to Present a Unified View Medhat A. Abuhantash U.S. Army, Communications and Electronics Command (CECOM), Software Engineering Center (SEC), Battlespace

More information

TELLIGENCE. Ascom. Nurse Call System. The complete patient-staff communication solution. Ascom

TELLIGENCE. Ascom. Nurse Call System. The complete patient-staff communication solution. Ascom Ascom TELLIGENCE Nurse Call System The complete patient-staff communication solution. Ascom Ascom Telligence Nurse Call System Nurse call and clinical workflow are increasingly interconnected. The Telligence

More information

Rethinking Payroll Performance

Rethinking Payroll Performance Rethinking Payroll Performance Addressing the Limitations of Payroll Insourcing and Outsourcing Top executives at small and mid-sized companies often find themselves frustrated, disappointed or dissatisfied

More information

Infinity Monitoring and IT Solutions

Infinity Monitoring and IT Solutions Infinity Monitoring and IT Solutions Improving patient care and the business of care Emergency Care Perioperative Care Critical Care Perinatal Care Home Care Because you care 02 Infinity Monitoring and

More information

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare Component Description (Each certification track is tailored for the exam and will only include certain components and units and you can find these on your suggested schedules) 1. Introduction to Healthcare

More information

Safety, Health, and Environment I (PTAC 1408) Online. Credit: 4 semester credit hours (4 hours lecture)

Safety, Health, and Environment I (PTAC 1408) Online. Credit: 4 semester credit hours (4 hours lecture) Safety, Health, and Environment I (PTAC 1408) Online Credit: 4 semester credit hours (4 hours lecture) Prerequisite/Co-requisite: None. Complete the Online Orientation and answer yes to 7+ questions on

More information

Connected Workplace. How Cisco Designed the Collaborative Connected Workplace Environment. A Cisco on Cisco Case Study: Inside Cisco IT

Connected Workplace. How Cisco Designed the Collaborative Connected Workplace Environment. A Cisco on Cisco Case Study: Inside Cisco IT Connected Workplace How Cisco Designed the Collaborative Connected Workplace Environment A Cisco on Cisco Case Study: Inside Cisco IT 1 Cisco Connected Workplace 2 Overview Challenge Inefficient use of

More information

Request for Proposal Enterprise Network Upgrade/AMELIA COUNTY PUBLIC SCHOOLS

Request for Proposal Enterprise Network Upgrade/AMELIA COUNTY PUBLIC SCHOOLS Request for Proposal Enterprise Network Upgrade/AMELIA COUNTY PUBLIC SCHOOLS Amelia County Public Schools November 11, 2014 NOTICE OF REQUEST FOR PROPOSALS Notice is hereby given that Proposals will be

More information

Request for Proposals Information Technology Managed Services Town of Salem Bid

Request for Proposals Information Technology Managed Services Town of Salem Bid Request for Proposals Information Technology Managed Services Town of Salem Bid 2014-010 July 2014 Jane Savastano Finance Director 33 Geremonty Drive Salem, NH 03079 603-890-2046 fax 603-890-2091 jsavastano@ci.salem.nh.us

More information

Site Install Guide. Hardware Installation and Configuration

Site Install Guide. Hardware Installation and Configuration Site Install Guide Hardware Installation and Configuration The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software

More information

Security Risk Analysis

Security Risk Analysis Security Risk Analysis Risk analysis and risk management may be performed by reviewing and answering the following questions and keeping this review (with date and signature) for evidence of this analysis.

More information

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I SEMESTER PROJECT OVERVIEW In this term project, you are asked to design a small database system, create and populate this database by using MYSQL, and write a web-based application (with associated GUIs)

More information

SERVICE LEVEL AGREEMENT

SERVICE LEVEL AGREEMENT SERVICE LEVEL AGREEMENT AIRESPRING MPLS This Service Level Agreement ( SLA ) is effective as of the first day of the second month after initial installation of AireSpring MPLS (the Service). This SLA sets

More information

eprint MOBILE DRIVER User Guide

eprint MOBILE DRIVER User Guide eprint MOBILE DRIVER User Guide eprint Mobile Driver User Guide Copyright and License 2011 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015

THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015 THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS SECURITY CAMERA AND MONITORED PANIC BUTTON SYSTEM INSTALLATION RFP #17-015 THE HOUSING AUTHORITY OF THE CITY OF DURHAM REQUEST FOR PROPOSALS

More information

REQUEST FOR PROPOSAL for Wide Area Network Design, Configuration and Installation

REQUEST FOR PROPOSAL for Wide Area Network Design, Configuration and Installation REQUEST FOR PROPOSAL for Wide Area Network Design, Configuration and Installation RFP # 01-18 January 8, 2018 Issued On: 1/8/2018 Due Date:1/26/2018 Administered by: Ed Roth, Technical Manager 1 Table

More information

AUSA BACKGROUND BRIEF

AUSA BACKGROUND BRIEF AUSA BACKGROUND BRIEF No. 46 January 1993 FORCE PROJECTION ARMY COMMAND AND CONTROL C2) Recently, the AUSA Institute of Land Watfare staff was briefed on the Army's command and control modernization plans.

More information

UNIFIED FACILITIES GUIDE SPECIFICATIONS

UNIFIED FACILITIES GUIDE SPECIFICATIONS USACE / NAVFAC / AFCEC / NASA UFGS 28 08 10 (May 2016) ------------------------------- Preparing Activity: USACE New UNIFIED FACILITIES GUIDE SPECIFICATIONS References are in agreement with UMRL dated

More information

Army Ground-Based Sense and Avoid for Unmanned Aircraft

Army Ground-Based Sense and Avoid for Unmanned Aircraft Army Ground-Based Sense and Avoid for Unmanned Aircraft Dr. Rodney E. Cole 27 October, 2015 This work is sponsored by the Army under Air Force Contract #FA8721-05-C-0002. Opinions, interpretations, recommendations

More information

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision 7.00. EnerVista, Integrator, Digital Energy, Multilin, and GE Multilin are trademarks or registered

More information

113-SIG-3007 Configure Point-to-Point Connections to Enable Wide Area Network (WAN) Communication Status: Approved

113-SIG-3007 Configure Point-to-Point Connections to Enable Wide Area Network (WAN) Communication Status: Approved Report Date: 02 May 2016 11-SIG-007 Configure Point-to-Point Connections to Enable Wide Area Network (WAN) Communication Status: Approved Distribution Restriction: Approved for public release; distribution

More information

Advance MS Excel Training Plan

Advance MS Excel Training Plan 14 November 2016 Advance MS Excel Training Plan www.exceltrotters.com training@exceltrotters.com +254 738 00 22 22 1. Introduction: ExcelTrotters is a consulting firm based in Nairobi but offering its

More information

DREAM IT PROJECTS RESUME BUILDER. DREAM IT Projects Contact: Page 1

DREAM IT PROJECTS RESUME BUILDER.   DREAM IT Projects Contact: Page 1 DREAM IT PROJECTS RESUME BUILDER www.dreamitprojects.com DREAM IT Projects Contact: 9870699963 9870645416 Page 1 Contents 1. Abstract... 3 2. Proposed Solution:... 4 3. Block Diagram... 4 4. Data Flow

More information

DARPA BAA HR001117S0054 Intelligent Design of Electronic Assets (IDEA) Frequently Asked Questions Updated October 3rd, 2017

DARPA BAA HR001117S0054 Intelligent Design of Electronic Assets (IDEA) Frequently Asked Questions Updated October 3rd, 2017 General Questions: Question 1. Are international universities allowed to be part of a team? Answer 1. All interested/qualified sources may respond subject to the parameters outlined in BAA. As discussed

More information

Information Technology Expenditure Approval Authority

Information Technology Expenditure Approval Authority Department of the Navy Secretariat Information Technology Expenditure Approval Authority Overview Version 1.0 15 April 2012 DEPARTMENT OF THE NAVY CHIEF INFORMATION OFFICER Table of Contents Executive

More information

ELECTRICAL TECHNICIAN I/II/III

ELECTRICAL TECHNICIAN I/II/III I. Position Identification: A) Title: Electrical Technician I/II/III B) Bargaining Unit: Yuba City Employee s Association C) Customary Work Hours: As outlined in the department schedule. D) Customary Work

More information

EPSRC-KETEP Call for Collaborative Research between the UK and Korea in Smart Grids

EPSRC-KETEP Call for Collaborative Research between the UK and Korea in Smart Grids EPSRC-KETEP Call for Collaborative between the UK and Korea in Smart Grids Summary Call type: Collaborative research Closing date: 16.00 on 16 December 2015 Related themes: Energy The Engineering and Physical

More information

Technical Considerations of Telecommuting

Technical Considerations of Telecommuting Technical Whitepaper Technical Considerations of Telecommuting Executive Summary: Corporate devices that are connected back to the corporate network via Virtual Private Networks (VPN) leave critical vulnerabilities

More information

City of Mobile Request for Proposals RFP Number:

City of Mobile Request for Proposals RFP Number: Request for Proposals RFP Number: 2018-001 Hosted Voice Over Internet Protocol (VOIP) Telephone Services The City ( City ) of Mobile is seeking sealed proposals from phone service providers to transition

More information

INSTRUMENTATION TECHNICIAN I/II/III

INSTRUMENTATION TECHNICIAN I/II/III I/II/III I. Position Identification: A) Title: Instrumentation Technician I/II/III B) Bargaining Unit: Public Employees Union, Local #1 C) Customary Work Hours: Within the hours of 6:00am to 6:00pm D)

More information