Emergency Incident Data Document (EIDD) Transfer Protocols Primary Questions: Deliverables: Target Audience:

Size: px
Start display at page:

Download "Emergency Incident Data Document (EIDD) Transfer Protocols Primary Questions: Deliverables: Target Audience:"

Transcription

1 Emergency Incident Data Document (EIDD) Transfer Protocols Mon, October 6 2:00PM 3:00PM Caribbean III Facilitated Jerry Schlesinger, Daniel Mongrain & Brian Rosen Now that the EIDD is well on its way to becoming an American National Standard, session participants will review and discuss the current status of the Emergency Incident Data Document, discuss whether Queries for specific EIDDs should be supported, and review and discuss available alternatives for transporting EIDDs from one FE to another. Primary Questions: When will the EIDD American National Standard be released and what will it look like? Should specifications/standards for query mechanisms for EIDDs be developed? In addition to EIDDs included in SIP invite, what are other transport methods that should be supported (web service, etc.)? Deliverables: Review the status of the EIDD ANS Discuss whether query mechanisms for specific EIDDs should be supported (All EIDDs related to a specific Incident Tracking ID, all EIDDs in a geographic area, All EIDDs meeting user specified criteria, etc.) and which FEs should support the queries. Review available EIDD transport mechanisms Identify candidate alternative transport mechanisms Target Audience: System Developers Communication Center Managers Telecommunicators interested in exchanging emergency incident information within and between PSAPs

2 Emergency Incident Data Document (EIDD) Transfer Protocols - NOTES Mon, October 6 2:00PM 3:00PM Caribbean III Facilitated Jerry Schlesinger, Daniel Mongrain & Brian Rosen We ll cover evolution and Current Status, Queries, and Transport Mechanisms. It s interactive feel free to speak up. What is an EIDD? Standardized format for exchanging Emergency Incident Information. Groups the data by logical data elements. Establishes the relationship between data components. Agency s current view of an incident. Not historical either all you re getting is the view of the element of what is known about the incident at that moment. This is an APCO/NENA effort. NIEM conformant National Information Exchange Model. XML Schema IEPD, too Information Exchange Packet Document. In process of becoming ANS standard. Core service applications typically communicate via SIP through the ESInet. This is a standardized, non-proprietary method for exchanging incident information. SIP and Web services are the preferred methods for exchanging data. EIDD is an electronic version of the old-time ticket.

3 EIDD Exchange Rules. Not required within a single manufacturer s system. It IS required between dissimilar manufacturers. EIDDs are not broadcast. Need to authenticate users before receiving EIDDs. EIDD contents are filtered based on User s role. EIDDs should be validated against the forthcoming EIDD ANS XML schema. Validated against the business rules included in the EIDD IEPD ANS. Significant changes to an incident require an EIDD to be issued. When are EIDDs typically exchanged within a PSAP? Call Handling to Incident Handling. Incident Handling to Dispatch. Dispatch to Incident Handling. Dispatch to Mobile Data. Mobile Data to Dispatch. All FEs to Logging Services (recorder). Most interactions between FEs involve EIDD exchanges. Typical EIDD Exchanges between PSAPs. Call transfers. Secondary PSAPs. Dispatch/Incident Handling to Dispatch in different PSAP Automatic/Mutual aid, responder status updates, etc. Major Incidents sharing incident in formation and requesting resources. Most interactions between NG9-1-1 systems involve EIDD exchanges. Other EIDD Exchanges. PSAP to Emergency Management (filtered). PSAP to News Media (highly filtered). PSAP to Towing company. CAD to RMS. Others we haven t thought of yet. Question about how the News Media will be able to interpret an EIDD. This might be a way for Smart Apps to send information to a PSAP. Glorified RSS feed. Purely XML at this point. Will depend on the transport. EIDD ANS Status. EIDD Information Document published on NENA Website (NENA-INF-005, 2/21/14). EIDD WG moved from NENA to APCO to complete the EIDD ANS process. At the time, NENA was not an SDO. SEARCH developed a NIEM conformant IEPD based on the EIDD INF. APCO WG reviewing/adjusting EIDD INF and IEPD. Identified person and vehicle data elements. Updating IEPD and XML Schema as required that s in progress. Ensuring compatibility with i3 schemas. EIDD transport not currently addressed in the EIDD ANS. ANS only defines freight train; data component is a freight car, tailored to the data it carries. IJIS and APCO EIDD Springboard. Test feasibility of EIDD IEPD. 13 vendors currently participating. Will certify vendor conformance with EIDD ANS. EIDD ICE event is to be planned. EIDD ANS public review 1 st quarter of 2015 possibly. Transport Mechanism Status. STA ( V2) has EIDD transport in a SIP transaction (as part of a call transfer) as well as a dereference mechanism for EIDD-by-reference. Brian takes over. I3 will handle transport mechanisms. That transport will not be in STA Brian has done a contribution with several mechanisms in it. Subscribe/Notify and Asynchronous Push. AP is a way to send an EIDD not necessarily requested.

4 EIDD Queries. Supported through proposed subscription filters: Incident Tracking ID current status of incident. Active incident within an agency. Active incident within a geographic area. All EIDDs for an Incident Tracking ID within a time interval. There is no explicit query that allows a list of all agencies involved with an incident. EIDD Transport in Calls. Required during a conference and/or transfer with another agency. EIDD is found in the Call-Info header with a purpose of eidd. The INVITE includes the EIDD by value (actual data) or by reference ( a link where to get the data). Reference embedded in Call s SIP and EIDD retrieved via dereferencing (HTTP GET). Embedded EIDD requires prior filtering. Dereferencing enables filtering based on real-time authentication. These mechanisms are in STA Subscribe/Notify. FEs subscribe with each other for EIDD updates. Subscribe by Incident ID to get all updates for an Incident. Subscribe for one NOTIFY per new Incident to find out about incidents. Filter mechanism for subscriber to control NOTIFYs it gets. Rate Controls and Content Controls. These mechanisms can be used together. Filtering mechanism can control things like the rate at which things are sent. Content filtering. Time filter, geographic filtering. Can also be used to say give me these sections. FE sends a notify to all subscribed systems meeting filter criteria that an EIDD is available. Two protocol bases are being discussed to provide the Subscription/Notification service: SIP SUBSCRIBE/NOTIFY EIDD included in the body of SIP messages. Web service. Asynchronous EIDD Transport. EIDDs are pushed to systems, requesting actions from the receiving entities. More complex uses a specific ladder truck with a specific ladder more nuanced response. Receiving agencies set policies on the types of asynchronous EIDDs that they will receive, if any. Proposal uses the SIP MESSAGE method. This leverages the ESRP s PRF to route the request to the most appropriate agency at that time, similar to how calls are routed. Normal generic Dispatch request just has an EIDD. Receiving Agency Use OASIS EDXL-RM 1.0 resource management mechanism for incident in which the response is not obvious. Uses the EDXL Distribution Element. EDXL message included in the SIP MESSAGE body. Mime header of application/emergencydata-exchange-language XML. OASIS has specified appropriate EDXL message types and responses. Message types and responses involved in EIDD transport specifications. Typical message types; request resource, RespondToRequest, Requisition resource, wealth of other message types.

5 Discussion PSAP to PSAP transfer SIP infrastructure makes a lot of sense. Only thing in PSAP today is Call Handling everything else doesn t implement SIP capabilities today. Craft custom parsers for this? Three dozen open source SIP stacks. RFCs have mechanisms needed for filtering. Nothing in w3c standard. Debate about creating open source programs. This is where vendors need to say if something is easier than creating a SIP stack. Jerry says on project he s on is common theme is to use Webservices. Two protocols doing the same thing is one needs to be mandatory and one is optional. Or there s a bridge element but that might be a bad choice. Subscribe/notify is not a standalone question. Element state raises the same issue. Queue state. Example about developing an application with multiple resources is easy. We opine something that is easy for Brian might not be easy for us! Question about message queues being looked at AEQD maybe? Brian says it hasn t been looked at but isn t of use to us. What about when an agency needs to expunge data? How do we handle a court order? It s saved in a logger have to create a transaction that does that. Need to record who you sent it to in case of expungement.

NG9-1-1 Call Flow. Handout Roundtable April 2, Figure 1- Call Flow Diagram

NG9-1-1 Call Flow. Handout Roundtable April 2, Figure 1- Call Flow Diagram NG9-1-1 Call Flow Handout Roundtable April 2, 2012 Figure 1- Call Flow Diagram The Standard NG9-1-1 Network has the same Functional Elements (FEs) in each Data Centers for redundancy. The acronyms are

More information

Jay English Director Comm. Center & Services APCO International. 2013; all rights reserved

Jay English Director Comm. Center & Services APCO International. 2013; all rights reserved Jay English Director Comm. Center & 9-1-1 Services APCO International 2013; all rights reserved Topics to Cover NG9-1-1 What it means may vary Technical Basics New Terminology Issues that need to be on

More information

Feb 28 Mar, 7 Raleigh, NC

Feb 28 Mar, 7 Raleigh, NC NCC National Coordinating Center for Communications Gerald Jay English, ENP Public Safety Program Manager US Dept. of Homeland Security National Communications & Cybersecurity Information Center (NCCIC)

More information

Next Generation Intelligent Migration SM. A Well-Managed Path from Enhanced to Next Generation Services

Next Generation Intelligent Migration SM. A Well-Managed Path from Enhanced to Next Generation Services Next Generation 9-1-1 Intelligent Migration SM A Well-Managed Path from Enhanced 9-1-1 to Next Generation 9-1-1 Services 1 How Do We Know When We Have Achieved NG9-1-1? From a NENA September, 2008 paper

More information

Florida 911 Coordinator s Spring 2015 Meeting

Florida 911 Coordinator s Spring 2015 Meeting NENA i3 and Next Generation 9-1-1 Florida 911 Coordinator s Spring 2015 Meeting May - 2015 Mike Nelson Intrado, Senior Technical Officer Intrado Proprietary Selective Routers were designed In the 70 s

More information

Emergent Communications NG9-1-1 Software Solutions for Call Routing and PSAP Call Takers April 2017

Emergent Communications NG9-1-1 Software Solutions for Call Routing and PSAP Call Takers April 2017 Emergent Communications NG9-1-1 Software Solutions for Call Routing and PSAP Call Takers April 2017 www.emergentcomm.com Introduction Emergent Communications offers the first totally built from the ground

More information

Update on the National Emergency Address Database (NEAD)

Update on the National Emergency Address Database (NEAD) Update on the National Emergency Address Database (NEAD) NEAD, LLC was established by CTIA-The Wireless Association (representing NENA, APCO, and 4x Tier 1 Carriers) design / implement the NEAD. Smaller

More information

i3 Standard Update STA-010 Version 3 Brian Rosen, Guy Caron, ENP

i3 Standard Update STA-010 Version 3 Brian Rosen, Guy Caron, ENP i3 Standard Update STA-010 Version 3 Brian Rosen, Guy Caron, ENP WELCOME All attendees are reminded that the SBP is an interactive event. Attendees will be provided opportunities to share their insights,

More information

IP PSAP System Features and Capabilities. Operational Information Document (OID)

IP PSAP System Features and Capabilities. Operational Information Document (OID) IP PSAP 9-1-1 System Features and Capabilities Operational Information Document (OID) NENA IP PSAP Features and June 4, 2004 58-501 Prepared by: National Emergency Number Association (NENA) VoIP PSAP Operations

More information

ESINets and Map Based Location Technology Use

ESINets and Map Based Location Technology Use WHITE PAPER DEFENDING WORLD SECURITY Emergency Services IP NetworkS ESINets and Map Based Location Technology Use Page 1 The reproduction, distribution and use of this document as well as the communication

More information

Internet Engineering Task Force (IETF) Request for Comments: 6061 Category: Informational January 2011 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6061 Category: Informational January 2011 ISSN: Internet Engineering Task Force (IETF) B. Rosen Request for Comments: 6061 NeuStar Category: Informational January 2011 ISSN: 2070-1721 Uniform Resource Name (URN) Namespace for the National Emergency

More information

Office for Interoperability and Compatibility Emergency Interoperable Standards Efforts

Office for Interoperability and Compatibility Emergency Interoperable Standards Efforts Office for Interoperability and Compatibility Emergency Interoperable Standards Efforts 8th Annual Technologies for Critical Incident Preparedness Conference and Exposition Chip Hines Director, Office

More information

Next Generation Emergency Communications Intelligent Migration

Next Generation Emergency Communications Intelligent Migration 2010 Texas NENA Conference Next Generation Emergency Communications Intelligent Migration A Well-Managed Path from Enhanced 9-1-1 to Integrated Next Generation 9-1-1 Services Mart D. Nelson Consulting

More information

E911 Presentation FAQ Pierce County Council Public Safety, Human Service and Budget Committee April 23, 2018

E911 Presentation FAQ Pierce County Council Public Safety, Human Service and Budget Committee April 23, 2018 E911 Presentation FAQ Pierce County Council Public Safety, Human Service and Budget Committee April 23, 2018 Q-1 What do all those acronyms stand for? A-1 *See comprehensive glossary at the bottom of this

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) Introduction A powerful alternative to H.323 More flexible, simpler Easier to implement Advanced features Better suited to the support of intelligent user devices A part

More information

NG9 1 1 Industry Collaboration Event 2 Planning Committee Charter

NG9 1 1 Industry Collaboration Event 2 Planning Committee Charter NG9 1 1 Industry Collaboration Event 2 Planning Committee Charter The Steering Committee for the NG9 1 1 Industry Collaboration Events (ICE) has approved commencement of planning for the second event.

More information

NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing

NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing The National Information Exchange Model (NIEM) A Presentation to the IACP-LIEM Conference May 9, 2008 Nashville, TN Paul Wormeli,

More information

COMMUNICATION PROTOCOLS

COMMUNICATION PROTOCOLS COMMUNICATION PROTOCOLS Index Chapter 1. Introduction Chapter 2. Software components message exchange JMS and Tibco Rendezvous Chapter 3. Communication over the Internet Simple Object Access Protocol (SOAP)

More information

A Federated Model for Cyber Security

A Federated Model for Cyber Security A Federated Model for Cyber Security Internet 2 Joint Techs - 18 July 2007 Scott Pinkerton Argonne National Laboratory Background & Motivation Threat landscape evolving - seems obvious that our defensive

More information

5.2 Technical Specfications and Scope of Service

5.2 Technical Specfications and Scope of Service 5.2 Technical Specfications and Scope of Service The following pages contain a full copy of the requirements and responses to Section 7 Technical Specifications and Scope of Service from the PSA RFP. Purchasing

More information

REQUEST FOR INFORMATION STATE OF FLORIDA. Florida Statewide NG-911 Routing Services RFI NO.: DMS-12/13-002

REQUEST FOR INFORMATION STATE OF FLORIDA. Florida Statewide NG-911 Routing Services RFI NO.: DMS-12/13-002 REQUEST FOR INFORMATION STATE OF FLORIDA Florida Statewide NG-911 Routing Services RFI NO.: DMS-12/13-002 I. INTRODUCTION The State of Florida, Department of Management Services (the Department ), hereby

More information

Emergent Communications Software Solutions for Call Routing and Delivery

Emergent Communications Software Solutions for Call Routing and Delivery Emergent Communications 9-1-1 Software Solutions for Call Routing and Delivery Technical White Paper May 2017 Introduction Emergent Communications offers the first totally built from the ground up NENA

More information

AT&T ESInet Customer Presentation

AT&T ESInet Customer Presentation AT&T ESInet Customer Presentation TM The best of today built for tomorrow. Table of Contents Introduction AT&T Emergency Services IP Network (AT&T ESInet TM ) Overview National Emergency Number Association

More information

NG9-1-1 Call Processing Metrics Standard

NG9-1-1 Call Processing Metrics Standard NG9-1-1 Call Processing Metrics Standard Abstract: The intent of this document is to define normalized NG9-1-1 call processing metrics for computing useful statistics so that independent implementations

More information

CTI-TC Weekly Working Sessions

CTI-TC Weekly Working Sessions CTI-TC Weekly Working Sessions Meeting Date: October 18, 2016 Time: 15:00:00 UTC Purpose: Weekly CTI-TC Joint Working Session Attendees: Agenda: Jordan - Moderator Darley Christian Hunt Rich Piazza TAXII

More information

TAXII 1.0 (DRAFT) Capabilities and Services. Charles Schmidt & Mark Davidson

TAXII 1.0 (DRAFT) Capabilities and Services. Charles Schmidt & Mark Davidson TAXII 1.0 (DRAFT) Capabilities and Services Charles Schmidt & Mark Davidson 2 About This Talk Look at the use scenarios we want to support and how we have designed TAXII to support them TAXII supports

More information

BUYING DECISION CRITERIA WHEN DEVELOPING IOT SENSORS

BUYING DECISION CRITERIA WHEN DEVELOPING IOT SENSORS BUYING DECISION CRITERIA WHEN DEVELOPING IOT SENSORS PHILIP POULIDIS VIDEO TRANSCRIPT What is your name and what do you do? My name is Philip Poulidis and I m the VP and General Manager of Mobile and Internet

More information

Dear Sir/Madam: Submission Instructions:

Dear Sir/Madam: Submission Instructions: Dear Sir/Madam: The purpose of this request for information (RFI) is to survey the vendor community on behalf of the Commonwealth of Pennsylvania (Commonwealth) to gather information on Emergency Services

More information

Unified Incident Command and Decision Support (UICDS)

Unified Incident Command and Decision Support (UICDS) Unified Incident Command and Decision Support (UICDS) UICDS is the middleware foundation that enables information sharing and decision support among commercial and government incident management technologies

More information

NG112 Transition Models - Implementation Activities

NG112 Transition Models - Implementation Activities EENA NG112 Technical Committee Document NG112 Transition Models Implementation Activities Title: NG112 Transition Models - Implementation Activities Version: 2.0 Revision Date: 15/07/2015 Status of the

More information

31M. Emergency Routing Service 24/7/365. Emergency Routing Service (ERS) provides organizations with E9-1-1

31M. Emergency Routing Service 24/7/365. Emergency Routing Service (ERS) provides organizations with E9-1-1 Emergency Routing Service SAFETY SERVICES Emergency Routing Service (ERS) provides organizations with E9-1-1 call routing and enhanced location delivery to over 6,000 Public Safety Answering Points (PSAPs)

More information

SPECIAL DELIVERY WS-Addressing is a standard that enables flexible communication

SPECIAL DELIVERY WS-Addressing is a standard that enables flexible communication James Steidl, Fotolia Asynchronous delivery with SPECIAL DELIVERY is a standard that enables flexible communication between web services. BY DAVID HULL Two of the major standards bodies, OASIS and the

More information

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol Restrictions for the, on page 1 Information About the, on page 1 How to Configure the, on page 4 Verifying the Configuration, on page 7 Additional References for, on page 9 Feature Information for, on

More information

West AT&T TXT Power Service Guide

West AT&T TXT Power Service Guide West AT&T TXT29-1-1 Power Service Guide Table of Contents 1. Introduction... 2 2. Service Features... 2 2.1. Service Overview... 2 3. ITS... 3 3.1. Service Use Cases... 3 3.2. Customer Provided Public

More information

Analysis of integrating Computer-Aided Dispatch information with the Multi-Agency Situational Awareness System

Analysis of integrating Computer-Aided Dispatch information with the Multi-Agency Situational Awareness System 2014-08-26 DRDC-RDDC-2014-L169 Produced for / Distribution List: MASAS Users Community and the Federal/Provincial/Territorial (FPT) Interoperability Working Group Scientific Letter Analysis of integrating

More information

Western APCO California Emergency Communications Branch (CA Branch) Public Safety Communications 3/17/2017

Western APCO California Emergency Communications Branch (CA Branch) Public Safety Communications 3/17/2017 Western APCO 2017 Presented by Budge Currier California 9 1 1 Emergency Communications Branch (CA 9 1 1 Branch) April 13, 2017 1 Presentation Purpose To provide information that will promote a fruitful

More information

The Value of Open Standards for the Future of Citizen Care

The Value of Open Standards for the Future of Citizen Care The Value of Open Standards for the Future of Citizen Care Guy W Clinch, Solution Manager Emergency Services Martin Porges, Consulting System Engineer Emergency Services Key Takeaways from yesterdays session

More information

Request Unit Status Update

Request Unit Status Update Request Unit Status Update GJXDM Information Exchange Package Documentation Generated: July 27, 2006 Page 1 of 9 Table of Contents TABLE OF CONTENTS...2 1. PURPOSE AND SCOPE...4 1.1. Scope... 4 1.2. Purpose:...

More information

3GPP TS V ( )

3GPP TS V ( ) 3GPP TS 24.379 V13.1.1 (2016-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Networks and Terminals; Mission Critical Push To Talk (MCPTT) call control;

More information

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS Noël CRESPI, Youssef CHADLI, Institut National des Telecommunications 9, rue Charles Fourier 91011 EVRY Cedex FRANCE Authors: N.Crespi,

More information

Improving Location Accuracy

Improving Location Accuracy Improving 9-1-1 Location Accuracy Jeff Cohen, Chief Counsel Jay English, Director of Comm Center & 9-1-1 Services APCO International November 17, 2015 Overview The road to get here Highlights of new FCC

More information

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Global Reference Architecture: Overview of National Standards Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Goals for this Presentation Define the Global Reference Architecture

More information

RID IETF Draft Update

RID IETF Draft Update RID IETF Draft Update Kathleen M. Moriarty INCH Working Group 29 March 2005 This work was sponsored by the Air Force under Air Force Contract Number F19628-00-C-0002. "Opinions, interpretations, conclusions,

More information

SDMX GLOBAL CONFERENCE

SDMX GLOBAL CONFERENCE SDMX GLOBAL CONFERENCE PARIS 2009 EUROSTAT SDMX REGISTRY (Francesco Rizzo, Bengt-Åke Lindblad - Eurostat) 1. Introduction The SDMX initiative (Statistical Data and Metadata exchange) is aimed at developing

More information

Target Audience: GIS data developers GIS database managers and administrators Local addressing authorities. Page 1 of 6

Target Audience: GIS data developers GIS database managers and administrators Local addressing authorities. Page 1 of 6 GIS Site Structure/Address Points Tue, October 7 8:30AM 11:00AM Boca I & II Facilitated by Co-Chairs Richard Kelly & Cheryl Benjamin, with assistance from John Peabody This session provides an overview

More information

HOW PERSISTENT CHAT SERVER WORKS

HOW PERSISTENT CHAT SERVER WORKS HOW PERSISTENT CHAT SERVER WORKS LYNC SERVER 2013 Lync Server 2013, Persistent Chat Server enables you to participate in multiparty, topic-based conversations that persist over time. Persistent Chat Server

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

(800) Ó AlertMedia

(800) Ó AlertMedia Ó AlertMedia 2019 Winter Weather Communication Templates When preparing to communicate during winter weather, you should consider the different situations that may occur throughout the duration of a storm

More information

Lesson 3 SOAP message structure

Lesson 3 SOAP message structure Lesson 3 SOAP message structure Service Oriented Architectures Security Module 1 - Basic technologies Unit 2 SOAP Ernesto Damiani Università di Milano SOAP structure (1) SOAP message = SOAP envelope Envelope

More information

Operating Systems. 18. Remote Procedure Calls. Paul Krzyzanowski. Rutgers University. Spring /20/ Paul Krzyzanowski

Operating Systems. 18. Remote Procedure Calls. Paul Krzyzanowski. Rutgers University. Spring /20/ Paul Krzyzanowski Operating Systems 18. Remote Procedure Calls Paul Krzyzanowski Rutgers University Spring 2015 4/20/2015 2014-2015 Paul Krzyzanowski 1 Remote Procedure Calls 2 Problems with the sockets API The sockets

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 173-3 2017 Specification for Authentication in Preferential Telecommunications over IPCablecom2 Networks NOTICE The

More information

Network Working Group. Expires: April 30, 2002 October 30, The Refer Method draft-ietf-sip-refer-02. Status of this Memo

Network Working Group. Expires: April 30, 2002 October 30, The Refer Method draft-ietf-sip-refer-02. Status of this Memo Network Working Group R. Sparks Internet-Draft dynamicsoft Expires: April 30, 2002 October 30, 2001 Status of this Memo The Refer Method draft-ietf-sip-refer-02 This document is an Internet-Draft and is

More information

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast December 12, 2017

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast December 12, 2017 North American Portability Management, LLC Transition Oversight Manager TOEP Webcast December 12, 2017 Welcome to today s webcast Submit Questions for Q&A Webcast Issues Click the Q&A widget at the bottom

More information

The Evolution on the Horizon for 911, E911, and NG911 Utilizing High-Speed Broadband

The Evolution on the Horizon for 911, E911, and NG911 Utilizing High-Speed Broadband The Evolution on the Horizon for 911, E911, and NG911 Utilizing High-Speed Broadband 1989.2000..2011.. 2015 8/17/2015 2 Information Technology 2 3 3 So What is Next Generation 911? 4 5 8/17/2015 6 Information

More information

Unified Incident Command and Decision Support (UICDS) Bridging the Gap with Common Operational Data Through the UICDS Information Exchange Middleware

Unified Incident Command and Decision Support (UICDS) Bridging the Gap with Common Operational Data Through the UICDS Information Exchange Middleware Unified Incident Command and Decision Support (UICDS) Bridging the Gap with Common Operational Data Through the UICDS Information Exchange Middleware James W. Morentz, Ph.D. UICDS Outreach Director The

More information

Introduction...4. Purpose...4 Scope...4 Manitoba ehealth Incident Management...4 Icons...4

Introduction...4. Purpose...4 Scope...4 Manitoba ehealth Incident Management...4 Icons...4 Remedy Incident Management Version 3.2 Modified: 08/24/2017 TABLE OF CONTENTS Introduction...4 Purpose...4 Scope...4 Manitoba ehealth Incident Management...4 Icons...4 Incident Stages Overview...5 Identification

More information

Internet Engineering Task Force (IETF) Category: Standards Track. H. Tschofenig Individual May Next-Generation Vehicle-Initiated Emergency Calls

Internet Engineering Task Force (IETF) Category: Standards Track. H. Tschofenig Individual May Next-Generation Vehicle-Initiated Emergency Calls Internet Engineering Task Force (IETF) Request for Comments: 8148 Category: Standards Track ISSN: 2070-1721 R. Gellens Core Technology Consulting B. Rosen NeuStar, Inc. H. Tschofenig Individual May 2017

More information

TAXII 2.0 Specification Pre Draft

TAXII 2.0 Specification Pre Draft TAXII 2.0 Specification Pre Draft Current Status/Intent This document serves to gain consensus on pre draft concepts of TAXII 2.0. Please feel free to poke holes and comment! Overview TAXII is an open

More information

Next Generation 112 ecall

Next Generation 112 ecall Next Generation 112 ecall ecall Final Event - Brussels 15 th May 2018 Harold Linke Luxembourg Agenda Introduction Next Generation ecall Migration Path Satellite and ecall Proof of Concept How ecall works

More information

Bridging the Gap. Peter Ebell AMIS

Bridging the Gap. Peter Ebell AMIS Bridging the Gap between SOA and the Database Peter Ebell AMIS Agenda Two different worlds: Database and SOA? Bridging the Gap How the Database reaches out to SOA Middleware How SOA Middleware reaches

More information

Enabling industry 4.0 Event-driven architectures and smart micro services

Enabling industry 4.0 Event-driven architectures and smart micro services Enabling industry 4.0 Event-driven architectures and smart micro services Dr., Systems and control, Chalmers Chalmers, Automation +46 (0)768 979561 Kristofer.bengtsson@chalmers.se The key to industry 4.0

More information

European Emergency Response Services

European Emergency Response Services article European Emergency Response Services for the All-IP Present and Future By Hugh Goldstein, VP Strategic Alliance, Voxbone Voxbone US LLC - San Francisco Office 535 Voxbone Mission US St San 535

More information

SIP Compliance APPENDIX

SIP Compliance APPENDIX APPENDIX E This appendix describes Cisco SIP proxy server (Cisco SPS) compliance with the Internet Engineering Task Force (IETF) definition of Session Initiation Protocol (SIP) as described in the following

More information

Rules for the General Communication Process in ILSA Prepared by: Chris Miller Version:.01 Date: 19 February, 2002

Rules for the General Communication Process in ILSA Prepared by: Chris Miller Version:.01 Date: 19 February, 2002 Rules for the General Communication Process in ILSA Prepared by: Chris Miller Version:.01 Date: 19 February, 2002 Document History Table 1 Version Prepared Description.01 2/19/02 Initial version, Purpose

More information

Location in SIP/IP Core (LOCSIP)

Location in SIP/IP Core (LOCSIP) in SIP/IP Core (LOCSIP) Conveyance with IMS: the OMA LOCSIP Service Enabler Don Lukacs Telcordia Applied Research 2010, Telcordia Technologies Inc. in SIP/IP Core (LOCSIP) Topics General Background Material

More information

Unit Status Update. GJXDM Information Exchange Package Documentation Generated: September 11, 2006

Unit Status Update. GJXDM Information Exchange Package Documentation Generated: September 11, 2006 Unit Status Update GJXDM Information Exchange Package Documentation Generated: September 11, 2006 Page 1 of 11 Table of Contents TABLE OF CONTENTS...2 1. PURPOSE AND SCOPE...4 1.1. Scope... 4 1.2. Purpose:...

More information

An Overview and Update on Efforts to Improve Location Accuracy

An Overview and Update on Efforts to Improve Location Accuracy An Overview and Update on Efforts to Improve 9-1-1 Location Accuracy Matthew Gerst CTIA Wireless 9-1-1 is on a Path to Harness all Available Technologies Enhance A-GPS and other existing carrier location

More information

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions Chapter 1: Solving Integration Problems Using Patterns 2 Introduction The Need for Integration Integration Challenges

More information

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA White Paper

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA   White Paper Nomadix Service Engine Access in Large Public Venues Copyright 2011 Nomadix, Inc. All Rights Reserved. 30851 Agoura Road Suite 102 Agoura Hills CA 91301 USA www.nomadix.com 230-1026-001 Sheet 2 of 9 Introduction

More information

What s New and Interesting with CAD and Mobile. Ed Sieja October 1 st, 2008 Mississauga, ON

What s New and Interesting with CAD and Mobile. Ed Sieja October 1 st, 2008 Mississauga, ON What s New and Interesting with CAD and Mobile Ed Sieja October 1 st, 2008 Mississauga, ON Disclaimer The enclosed product information is shared with its audience to provide an understanding of Intergraph

More information

ETSI TS V5.0.0 ( )

ETSI TS V5.0.0 ( ) TS 129 328 V5.0.0 (2002-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); IP Multimedia Subsystem (IMS) Sh interface

More information

NIEM Update. Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect. Nlets Implementers Workshop

NIEM Update. Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect. Nlets Implementers Workshop NIEM Update Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect Nlets Implementers Workshop 8/31/2016 Topics NIEM 3.2 NIEM 4.0 niem.github.io Enhanced code list capabilities

More information

SIP WG Status. Overview. ! SIP Working Group(s) ! SIP WG Rules. ! SIP Work Items. ! SIP Today and Tomorrow. ! Related Work in the IETF

SIP WG Status. Overview. ! SIP Working Group(s) ! SIP WG Rules. ! SIP Work Items. ! SIP Today and Tomorrow. ! Related Work in the IETF SIP WG Status SIP Summit @ VON Europe 2001 Stockholm, Sweden Jörg Ott jo@ipdialog.com Overview! SIP Working Group(s)! SIP WG Rules! SIP Work Items! SIP Today and Tomorrow! Related Work in the IETF! SIP

More information

IMS signalling for multiparty services based on network level multicast

IMS signalling for multiparty services based on network level multicast IMS signalling for multiparty services based on network level multicast Ivan Vidal, Ignacio Soto, Francisco Valera, Jaime Garcia, Arturo Azcorra UniversityCarlosIIIofMadrid Av.Universidad,30 E-28911, Madrid,

More information

Science-as-a-Service

Science-as-a-Service Science-as-a-Service The iplant Foundation Rion Dooley Edwin Skidmore Dan Stanzione Steve Terry Matthew Vaughn Outline Why, why, why! When duct tape isn t enough Building an API for the web Core services

More information

TXT Power Service Guide. Version

TXT Power Service Guide. Version TXT29-1-1 Power Service Guide Version 2017.09.28 Contents 1. Introduction... 1 2. Service Overview... 1 2.1. Description... 1 2.2. Service Features... 1 2.3. Data Transport... 4 2.4. ITS Overview... 4

More information

PSAP Link Service Guide. Version

PSAP Link Service Guide. Version PSAP Link Service Guide Version 2018.04.06 Contents 1. Introduction... 1 2. Services Overview... 1 2.1. Services Components... 1 2.2. Connectivity... 2 2.3. Maintenance and Support... 2 2.4. Other... 2

More information

Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide

Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide CEN Workshop GITB Phase 3 October 2015 Global ebusiness Interoperability Test Beds (GITB) 2 Table of Contents

More information

OASIS TECHNICAL COMMITTEE FORMAT OF AUTOMOTIVE REPAIR INFORMATION

OASIS TECHNICAL COMMITTEE FORMAT OF AUTOMOTIVE REPAIR INFORMATION OASIS TECHNICAL COMMITTEE FORMAT OF AUTOMOTIVE REPAIR INFORMATION Document Control Deliverable Code SC2-D3 Author(s) John Chelsom and SC2 working group Date 18-12-2002 Version Version 3.0 Notes: This document

More information

Nick Terkay CSCI 7818 Web Services 11/16/2006

Nick Terkay CSCI 7818 Web Services 11/16/2006 Nick Terkay CSCI 7818 Web Services 11/16/2006 Ning? Start-up co-founded by Marc Andreeson, the co- founder of Netscape. October 2005 Ning is an online platform for painlessly creating web apps in a jiffy.

More information

Service Interface Design RSVZ / INASTI 12 July 2006

Service Interface Design RSVZ / INASTI 12 July 2006 Architectural Guidelines Service Interface Design RSVZ / INASTI 12 July 2006 Agenda > Mandatory standards > Web Service Styles and Usages > Service interface design > Service versioning > Securing Web

More information

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING MOTIVATION Cloud SEITE 2 MOTIVATION Cloud EtherCat ProfiNet Fixed partner in level above Many

More information

Beetle: Many-to-many communication in Bluetooth LE. Amit Levy, Laurynas Riliskis, Philip Levis, David Mazières, and Keith Winstein

Beetle: Many-to-many communication in Bluetooth LE. Amit Levy, Laurynas Riliskis, Philip Levis, David Mazières, and Keith Winstein Beetle: Many-to-many communication in Bluetooth LE Amit Levy, Laurynas Riliskis, Philip Levis, David Mazières, and Keith Winstein The ideal Internet of Things The Internet of Things today It's Not An

More information

Janus: a general purpose WebRTC gateway

Janus: a general purpose WebRTC gateway : a general purpose gateway Lorenzo Miniero lorenzo@meetecho.com FOSDEM 2016 Real Time devroom 30 th January 2016, Brussels Outline 1 A brief introduction 2 Some context and standardization activities

More information

Unified Management Console

Unified Management Console Unified Management Console Transition Guide The unified management console provides the same functionality that the older MailGuard and WebGuard management consoles provided if not more. This guide is

More information

Your Auth is open! Oversharing with OpenAuth & SAML

Your Auth is open! Oversharing with OpenAuth & SAML Your Auth is open! Oversharing with OpenAuth & SAML Andrew Pollack Northern Collaborative Technologies 2013 by the individual speaker Sponsors 2013 by the individual speaker Who Am I? Andrew Pollack President

More information

Notification: GHC All Originating Service Providers. Subject: Greater Harris County and System Service Provisioning

Notification: GHC All Originating Service Providers. Subject: Greater Harris County and System Service Provisioning April 28,2017 Notification: GHC-002-20170428 To: All 9-1-1 Originating Service Providers Subject: Greater Harris County and 9-1-1 System Service Provisioning Related Letters: GHC-001-20161026 Response

More information

APCO s Vision for NG Jay English, Chief Technology Officer Jeff Cohen, Chief Counsel & Director of Government Relations

APCO s Vision for NG Jay English, Chief Technology Officer Jeff Cohen, Chief Counsel & Director of Government Relations APCO s Vision for NG9-1-1 Jay English, Chief Technology Officer Jeff Cohen, Chief Counsel & Director of Government Relations NG9-1-1 What IS it? Topics Technical Basics What does it NEED to do? Issues

More information

PSCR Current Efforts

PSCR Current Efforts APCO Emerging Technology Forum PSCR Current Efforts Sheila Frankel Computer Security Division, NIST http://www.pscr.gov Public Safety Communications Research Program Department of Commerce Boulder Labs

More information

Process orchestration and control across Your Internet of Everything

Process orchestration and control across Your Internet of Everything Process orchestration and control across Your Internet of Everything Why connectivity is not enough Your Internet of Everything (YIofE) Position Paper for W3C Workshop on the Enablers and services for

More information

ETSI Plugtests Test Plan V1.0 ( ) 3 rd NG112 Plugtests Event Sophia Antipolis, France PEMEA 28 January 2019

ETSI Plugtests Test Plan V1.0 ( ) 3 rd NG112 Plugtests Event Sophia Antipolis, France PEMEA 28 January 2019 3 rd NG112 Plugtests Event Sophia Antipolis, France PEMEA 28 January 2019 2 ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N 348

More information

CTI-TC Weekly Working Sessions

CTI-TC Weekly Working Sessions CTI-TC Weekly Working Sessions Meeting Date: October 4, 2016 Time: 15:00:00 UTC Purpose: Weekly CTI-TC Joint Working Session Attendees: Agenda: Jordan Trey Darley Wunder Ivan Kirillov Stephen Banghart

More information

Configuring your VLAN. Presented by Gregory Laffoon

Configuring your VLAN. Presented by Gregory Laffoon Configuring your VLAN Presented by Gregory Laffoon 1 Overview of Networking Terms Networking Terms Overview OSI Model Defines a networking framework for implementing protocols in seven layers Control is

More information

P2PSIP, ICE, and RTCWeb

P2PSIP, ICE, and RTCWeb P2PSIP, ICE, and RTCWeb T-110.5150 Applications and Services in Internet October 11 th, 2011 Jouni Mäenpää NomadicLab, Ericsson Research AGENDA Peer-to-Peer SIP (P2PSIP) Interactive Connectivity Establishment

More information

10 Things to Know about G2S

10 Things to Know about G2S 10 Things to Know about G2S Being a Smart Consumer When moving to a server-based or network gaming floor: Be informed Try to ensure that your solution is future-proof This is a primer, but lots more info

More information

Next-Generation Emergency Services Explained. Richard Barnes Co-Chair of ECRIT & GEOPRIV Emergency Services Workshop 8

Next-Generation Emergency Services Explained. Richard Barnes Co-Chair of ECRIT & GEOPRIV Emergency Services Workshop 8 Next-Generation Emergency Services Explained Richard Barnes Co-Chair of ECRIT & GEOPRIV Emergency Services Workshop 8 1 Agenda Problem statement: Moving from current emergency calling to the next generation

More information

It s possible to get your inbox to zero and keep it there, even if you get hundreds of s a day.

It s possible to get your  inbox to zero and keep it there, even if you get hundreds of  s a day. It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated, though it does take effort and discipline. Many people simply need

More information

Text-to-911. York-Poquoson-Williamsburg Regional Emergency Communications Center. Terry Hall Immediate Past President APCO International

Text-to-911. York-Poquoson-Williamsburg Regional Emergency Communications Center. Terry Hall Immediate Past President APCO International Text-to-911 York-Poquoson-Williamsburg Regional Emergency Communications Center Terry Hall Immediate Past President APCO International So just what is NG9-1-1? Public Safety Communications is undergoing

More information

SACM Information Model Based on TNC Standards. Lisa Lorenzin & Steve Venema

SACM Information Model Based on TNC Standards. Lisa Lorenzin & Steve Venema SACM Information Model Based on TNC Standards Lisa Lorenzin & Steve Venema Agenda Security Automation with TNC IF-MAP SACM Information Model Based on TNC Standards Graph Model Components Operations SACM

More information

Samples of Features and Feature Stories CSc 190

Samples of Features and Feature Stories CSc 190 Samples of Features and Feature Stories CSc 190 The following un-prioritized Product Backlog contains the user stories for the thirteen Features that were written to describe the initial functionality

More information