Voip Technology Overview

Total Page:16

File Type:pdf, Size:1020Kb

Voip Technology Overview VoIP Technology Overview Ai-Chun Pang Grad. Ins. of Networking and Multimedia Dept. of Comp. Sci. and Info. Engr. National Taiwan University Outline RTP ( Real-Time Transport Protocol)/RTCP ( RT P Control Protocol) SIP ( Session Initiation Protocol) MGCP ( Media Gateway Control Protocol)/MEGACO (Me dia Ga teway Co ntrol Protocol) SIGTRAN ( Sig naling Tran sport) Softswitch 2 Voice over UDP, not TCP Speech Small packets, 10 – 40 ms Occasional packet loss is not a catastrophe. Delay-sensitive TCP: connection set-up, ack, retransmit → delays 5 % packet loss is acceptable if evenly spaced Resource management and reservation techniques (bandwidth and buffer size) A managed IP network Advanced voice-coding techniques In-sequence delivery UDP was not designed for voice traffic 3 Real-Time Transport Protocol RTP: A Transport Protocol for Real-Time Applications RFC 1889 RTP – Real-Time Transport Protocol UDP Packets may be lost or out-of-sequence RTP over UDP A sequence number A time stamp for synchronized play-out Does not solve the QoS problems; simply provides additional information 4 RTP Control Protocol RTCP A companion protocol with RTP Exchange messages between session users Quality feedback Number of lost packets, delay, inter-arrival jitter… RTCP is implicitly open when an RTP session is open E.g., RTP/RTCP uses UDP port 5004/5005 Timing of RTCP packets The control traffic should be limited to a small fraction of the session bandwidth. 5 Timing of RTCP Packets The control traffic should be limited to a small fraction of the session bandwidth. RFC 1889 provides an algorithm for calculating the interval between RTCP Packets. The following main characteristics are included. The interval > 5 seconds 0.5 – 1.5 times the calculated interval A dynamic adaptation for the interval based on the RTCP packet size 6 Introduction to SIP 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 of IETF multimedia data and control architecture 7 The Popularity of SIP Originally Developed in the MMUSIC (Multiparty Multimedia Session Control) A separate SIP working group RFC 2543 Many developers The latest version: RFC 3261 SIP + MGCP/MEGACO The VoIP signaling in the future “bake-off” Various vendors come together and test their products against each other to ensure that they have implemented the specification correctly to ensure compatibility with other implementations 8 SIP Architecture A signaling protocol The setup, modification, and tear-down of multimedia sessions SIP + SDP (Session Description Protocol) Describe the session characteristics Separate signaling and media streams 9 SIP Addressing SIP URLs (Uniform Resource Locators) user@host sip:[email protected] sip:[email protected] 10 SIP Network Entities [1/4] User Agents A SIP-enabled telephone User agent client (calling party) User agent server (called party) Servers Proxy Server Redirect Server Location Server (Registrar) 11 Proxy Server Can be used for call forwarding, time-of-day routing, or follow-me services 12 Redirect Server Map the destination address to zero or more new addresses 13 Registrar Accepts SIP REGISTER requests Indicating that the user is at a particular address Personal/User mobility Typically combined with a proxy or redirect server 14 SIP Architecture SIP Request SIP Response RTP Media Stream Proxy Server Redirect Server Location Server Proxy Server Proxy Server User Agent Client(Caller) User Agent Server(Callee) 15 SIP Call Establishment It is simple, which contains a number of interim responses. 16 Overview of SIP Messaging Syntax Text-based Similar to HTTP Disadvantage – more bandwidth consumption SIP messages message = start-line *message-header CRLF [message-body] start-line = request-line | status-line Request-line specifies the type of request The response line indicates the success or failure of a given request. 17 Overview of SIP Messaging Syntax Message headers Additional information of the request or response E.g., The originator and recipient Retry-after header Subject header Message body Describe the type of session The most common structure for the message body is SDP (Session Description Protocol). Could include an ISDN User Part message Examined only at the two ends 18 SIP Requests [1/2] Method SP Request-URI SP SIP-version CRLF Request-URI The address of the destination Methods INVITE, ACK, OPTIONS, BYE, CANCLE, REGISTER INVITE Initiate a session Information of the calling and called parties The type of media ~IAM (initial address message) of ISUP ACK only when receiving the final response 19 SIP Requests [2/2] BYE Terminate a session Can be issued by either the calling or called party OPTIONS Query capabilities A particular type of supported media CANCEL Terminate a pending request E.g., an INVITE did not receive a final response REGISTER Log in and register the address with a SIP server “all SIP servers” – multicast address (224.0.1.175) Can register with multiple servers Can have several registrations with one server 20 An Example of SIP Request SIP Request Message Description INVITE sip:[email protected] SIP/2.0 Method type, request URI and SIP version Call-ID:[email protected] Globally unique ID for this call Content-Type:application/sdp The body type, an SDP message CSeq: 1 INVITE Command Sequence number and type From: User originating the request sip:[email protected];tag=c8-f3-1-4-5-3efad To:sip:[email protected] User being invited into the call Via: SIP/2.0/UDP 140.96.200.1:8080 IP Address and port of previous hop Blank line separates header from body v=0 SDP Version o=smayer 280932498 IN IP4 140.96.200.1 Owner/creator and session identifier s=Incoming phone call from acer The name of the session p=+886 3 5914494 Phone number of caller c=IN IP4 140.96.102.100 Connection information m=audio 492837 RTP/AVP 0 Media name and transport address 21 SIP Responses SIP Version SP Status Code SP Reason-Phrase CRLF Reason-Phrase A textual description of the outcome Could be presented to the user status code A three-digit number 1XX Informational 2XX Success (only code 200 is defined) 3XX Redirection 4XX Request Failure 5XX Server Failure 6XX Global Failure All responses, except for 1XX, are considered as final responses Should be ACKed 22 An Example of SIP Response SIP/2.0 200 OK Via : SIP/2.0/UDP sippo.example.se Via : SIP/2.0/UDP science.fiction.com From : Fingal <sip:[email protected]> To : Patric <sip:[email protected]> Call-ID : [email protected] Cseq : 1 INVITE Content-Type : applcation/sdp Content-Length : … 23 Invitation for SIP Proxy Server itri.org.tw location server csie.nctu.edu.tw [email protected] honda (2) (4) INVITE (1) INVITE honda@AUDI (3) AUDI [email protected] honda@AUDI (6) 200 OK (5) 200 OK BMW BENZ (5) (7) ACK [email protected] (8) ACK honda@AUDI honda@AUDI RTP Stream 24 The Telephone Network [1/2] SS7 Signaling Service Service + ISUP Messages Control Data INAP/TCAP Messages Point Point Signal Transfer Control Layer Point Intelligent Transport Layer Peripheral Class 4 Class 5 Tandem Switch End Office Switch Circuit Switched Network 25 Reference: CCL/ITRI The Telephone Network [2/2] 5 Basic Components in Intelligent Networks SSP/Service Switching Point switching , signaling, routing, service invocation STP/Signal Transfer Point SCP SCP SDPSDP signaling, routing TCAP messages IP SCP/Service Control Point IP STP STPSTP STP service logic execution SSP SSP SDP/Service Data Point SSP ISUP messages SSP subscriber data storage, access Voice IP/Intelligent Peripheral resources such as customized voice announcement, voice recognition, DTMF digit collection 26 Why MGCP/MEGACO Voice over IP Lower cost of network implementation Integration of voice and data applications New service features Reduced bandwidth Replacing all traditional circuit-switched networks is not feasible. VoIP and circuit-switching networks must coexist. Interoperation Seamless interworking 27 Separation of Media and Call Control [1/3] Gateways Interworking To make the VoIP network appear to the circuit switched network as a native circuit-switched system and vice versa Signaling path and media path are different in VoIP systems. Media – directly (end-to-end) Signaling – through H.323 gatekeepers (or SIP proxies) SS7, Signaling System 7 The logical separation of signaling and media 28 Separation of Media and Call Control [2/3] A network gateway has two related but separate functions. Signaling conversion The call-control entities use signaling to communicate . Media conversion A slave function (mastered by call-control entities) 29 Separation of Media and Call Control [3/3] Advantages of Separation Media conversion close to the traffic source and sink The call-handling functions is centralized. A call agent (media gateway controller - MGC) can control multiple gateways. New features can be added more quickly. The first protocol is MGCP RFC 2705, IETF To be succeeded by MEGACO/H.248 Has be included in several product developments MEGACO/H.248 IETF and ITU-T Study Group 16 RFC 3015 is now the official version. 30 MGCP A master-slave protocol Call agents (MGCs) control the operation of MGs Call-control intelligence Call-related signaling MGs Do what the CA instructs A line or trunk on circuit-switched side An RTP port on the IP side Types of Media
Recommended publications
  • Packetcable™ Network-Based Call Signaling Protocol Specification
    PacketCable™ 1.5 Specifications Network-Based Call Signaling Protocol PKT-SP-NCS1.5-C01-191120 CLOSED Notice This PacketCable™ specification is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories, Inc. for the benefit of the cable industry and its customers. You may download, copy, distribute, and reference the documents herein only for the purpose of developing products or services in accordance with such documents, and educational use. Except as granted by CableLabs® in a separate written license agreement, no license is granted to modify the documents herein (except via the Engineering Change process), or to use, copy, modify or distribute the documents for any other purpose. This document may contain references to other documents not owned or controlled by CableLabs. Use and understanding of this document may require access to such other documents. Designing, manufacturing, distributing, using, selling, or servicing products, or providing services, based on this document may require intellectual property licenses from third parties for technology referenced in this document. To the extent this document contains or refers to documents of third parties, you agree to abide by the terms of any licenses associated with such third-party documents, including open source licenses, if any. 2004-2019 Cable Television Laboratories, Inc. All rights reserved PKT-SP-NCS1.5-C01-191120 PacketCable™ 1.5 Specifications DISCLAIMER This document is furnished on an "AS IS" basis and neither CableLabs nor its members provides any representation or warranty, express or implied, regarding the accuracy, completeness, noninfringement, or fitness for a particular purpose of this document, or any document referenced herein.
    [Show full text]
  • Technical Architecture Alternatives for Open Connectivity Roaming Hubbing Model
    GSM Association Non-confidential Official Document IR.80 - Technical Architecture Alternatives for Open Connectivity Roaming Hubbing Model Technical Architecture Alternatives for Open Connectivity Roaming Hubbing Model Version 2.0 26 February 2015 This is a Non-binding Permanent Reference Document of the GSMA Security Classification: Non-confidential Access to and distribution of this document is restricted to the persons permitted by the security classification. This document is confidential to the Association and is subject to copyright protection. This document is to be used only for the purposes for which it has been supplied and information contained in it must not be disclosed or in any other way made available, in whole or in part, to persons other than those permitted under the security classification without the prior written approval of the Association. Copyright Notice Copyright © 2015 GSM Association Disclaimer The GSM Association (“Association”) makes no representation, warranty or undertaking (express or implied) with respect to and does not accept any responsibility for, and hereby disclaims liability for the accuracy or completeness or timeliness of the information contained in this document. The information contained in this document may be subject to change without prior notice. Antitrust Notice The information contain herein is in full compliance with the GSM Association’s antitrust compliance policy. V2.0 Page 1 of 95 GSM Association Non-confidential Official Document IR.80 - Technical Architecture Alternatives for
    [Show full text]
  • ETSI TS 125 412 V9.0.0 (2010-01) Technical Specification
    ETSI TS 125 412 V9.0.0 (2010-01) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu interface signalling transport (3GPP TS 25.412 version 9.0.0 Release 9) 3GPP TS 25.412 version 9.0.0 Release 9 1 ETSI TS 125 412 V9.0.0 (2010-01) Reference RTS/TSGR-0325412v900 Keywords UMTS 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 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http://portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]
  • MAPS™ Brochure from Brochures.Html Website, Or Refer to Webpage
    Message Automation & Protocol Simulation (MAPS™) Multi-Interface, Multi-Protocol Simulator - TDM, IP, 2G, 3G, 4G, 5G Overview GL's Message Automation & Protocol Simulation (MAPS™) is a protocol simulation/ emulation and conformance test tool that supports a variety of protocols such as MGCP, SIP, MEGACO, SS7, ISDN, GSM, CAS, MC- MLPPP, MAP, LTE, UMTS, SS7 SIGTRAN, ISDN SIGTRAN, SIP I, Diameter, MAP IP, 5G N1 N2, N4 and others. This protocol emulation tool covers solutions for both protocol simulation and analysis. The product also supports RTP, TDM, TRAU GSM, and Mobile traffic simulation over various network. The application includes various test plans and test cases to support the testing of real- time entities. Along with automation capability, the application gives users the unlimited ability to edit messages and control call scenarios (message sequences). "Call Scenarios" are generated through scripts. MAPS™ is designed to work on TDM interfaces as well as on the Ethernet interfaces. TDM signaling protocols such as SS7, ISDN, CAS, MC-MLPPP, MAP, IUP, CAP, INAP, GSM, and FXO/FXS operate over TDM networks, whereas SIP, MEGACO, and MGCP operate over IP networks. MAPS™ supports 3G & 4G mobile protocol simulation such as LTE (S1, eGTP) interfaces, LTE Diameter [S6a, S6d, S13, Cx/Dx, Gx, Rx, SLg, SLh], INAP IP (ANSI, ITU), CAP IP (ANSI, ITU), GSM A over IP, SKINNY, MAP IP, BICC IP, GPRS, and UMTS (IuCS, IuPS, IuH) over IP. MAPS™ architecture supports both Binary and Text Based Protocol Simulation. MAPS™ also supports Location Services (LCS) simulation for positioning mobile devices. Simulates SLg, SLh interfaces (GMLC, MME, HSS), Lg, Lh interfaces (GMLC, MSC, SGSN, HLR), SLs interface (MME, E-SMLC) and Lb interface (MME, SMLC) and interfaces implementing positioning functionality in a cellular network.
    [Show full text]
  • SIGTRAN User Guide 910-5595-001 Revision B December 2009
    Tekelec EAGLE® 5 Integrated Signaling System SIGTRAN User Guide 910-5595-001 Revision B December 2009 Copyright 2009 Tekelec. All Rights Reserved. Printed in USA. Legal Information can be accessed from the Main Menu of the optical disc or on the Tekelec Customer Support web site in the Legal Information folder of the Product Support tab. Table of Contents Chapter 1: Introduction.......................................................................8 About this manual.....................................................................................................................9 Audience.....................................................................................................................................9 Updates for this Release...........................................................................................................9 Manual organization...............................................................................................................10 Manual conventions................................................................................................................11 Documentation Admonishments..........................................................................................11 Customer Care Center............................................................................................................11 Emergency Response..............................................................................................................14 Related Publications...............................................................................................................14
    [Show full text]
  • Voip Core Technologies
    VoIP Core Technologies Aarti Iyengar Apricot 2004 Copyright 2004 Table Of Contents • What is Internet Telephony or Voice over IP? • VoIP Network Paradigms • Key VoIP Protocols – Call Control and Signaling protocols – Softswitch communication protocols – Bearer protocols – More .. • Summary Copyright 2004 Aarti Iyengar 2 What is VoIP? • Legacy Telephony – TDM/SS7 based infrastructure – Traditional Class 5/Class 4 switches • Voice over IP – IP-based packet infrastructure for PSTN voice transport – New elements that collectively perform traditional functions and more • And what is Internet Telephony? Copyright 2004 Aarti Iyengar 3 Traditional PSTN Network SS7 signaling SS7 network Call Control, Legacy Legacy Legacy Signaling, Class 4/5 Class 4/5 Class 4/5 Bearer/Media Switch Switch Switch and Features TDM network TDM Copyright 2004 bearer Aarti Iyengar 4 SS7 signaling SS7 network VoIP Network IP signaling + Signaling IP bearer Signaling Gateway Media Gateway Controller Call Application Control Server IP network Media Server Media Features (conferencing) Media Media Gateway Gateway Bearer/ TDM Media TDM network Copyright 2b00e4arer Aarti Iyengar 5 VoIP Network Paradigms • Centralized a.k.a Master/Slave model • Distributed a.k.a Peer Model Copyright 2004 Aarti Iyengar 6 VoIP Network Paradigms (contd.) • Centralized model – Dumb endpoints (media gateways, IADs, phones) and intelligent central entity (call agent or controller) – Controller instructs, the endpoints obey – More akin to legacy telephony model – Well suited to basic telephony features
    [Show full text]
  • SIGTRAN - an Introduction Tareque Hossain SS7 & SIGTRAN
    SIGTRAN - An Introduction Tareque Hossain SS7 & SIGTRAN ! " SS7 ! " Stands for Signaling System No. 7 ! " A set of telephony signaling protocols which are used to set up public switched telephone network calls throughout the world ! " SIGTRAN ! " Stands for Signaling Transport ! " An IETF task force that defined the specifications for a protocol family to provide reliable datagram service and user layer adaptation (UA) for Signaling System 7 (SS7) & ISDN protocols over IP Comparison of SS7 & IP Stack INAP HTTP TCAP TCP SCCP IP MTP3 DLL MTP2 Ethernet MTP1 MTP: Message Transfer Part SCCP: Signalling Connection Control Part TCAP: Transaction Capabilities Application Part INAP: Intelligent Network Application Part SIGTRAN Protocol Stack TCAP SCCP MTP3 ISDN M3UA M2UA M2PA SUA IUA SCTP IP M3UA: MTP3 User Adaptation Layer M2PA: MTP2 User Peer-to-Peer Adaptation Layer SUA: SCCP User Adaptation Layer IUA: ISDN User Adaptation Layer SCTP: Stream Control Transmission Protocol SCTP ! " A new transport protocol with time sensitive signaling in mind ! " Flexible enough for general use ! " SCTP can use multi-homed endpoints for redundancy as opposed to TCP strictly connecting 2 endpoints ! " TCP is byte streamed, application is responsible for structuring data. SCTP is message oriented, defining structured frames of data at transport layer ! " Provides multi-streaming capability: data is split into multiple streams, each independently sequenced SS7/ SIGTRAN Network Architecture PSTN Phone MGC MGC SSP IP Network STP STP SG SG IP Phone SCP SSP MG MG SoftSwitch PSTN Phone SG: Signaling Gateway MGC: Media Gateway Controller STP: Service Transfer Point MG: Media Gateway SCP: Service Control Point SSP: Service Switching Point Future of SIGTRAN ! " Traffic increased by Local Number Portability & SMS has pushed SS7 networks beyond capacity ! " SIGTRAN allows PSTN network to offload traffic to IP networks ! " PSTN infrastructure is many times larger and far reaching than IP networks ! " SIGTRAN will last as long as PSTN networks last ! " Questions? Comments? .
    [Show full text]
  • We Know Where You Are!
    2016 8th International Conference on Cyber Conflict Permission to make digital or hard copies of this publication for internal use within NATO and for personal or educational use when for non-profit or non-commercial Cyber Power purposes is granted providing that copies bear this notice and a full citation on the N.Pissanidis, H.Rõigas, M.Veenendaal (Eds.) first page. Any other reproduction or transmission requires prior written permission by NATO CCD COE. 2016 © NATO CCD COE Publications, Tallinn We Know Where You Are! Siddharth Prakash Rao Dr Silke Holtmanns Department of Computer Science Bell Labs, Nokia Aalto University, Finland Espoo, Finland [email protected] [email protected] Dr Ian Oliver Dr Tuomas Aura Bell Labs, Nokia Department of Computer Science Espoo, Finland Aalto University, Finland [email protected] [email protected] Abstract: Mobile network technologies require some degree of tracking of user location, specifically user equipment tracking, as part of their fundamental mechanism of working. Without this basic function, features such as hand-over between cells would not work. Since mobile devices are typically associated with a single person, this provides a potential mechanism for user location surveillance. Network operators are bound by strict privacy legislation. However, spying by certain agencies, hackers and even advertisers without the users’ or operators’ knowledge has become a serious issue. In this article, we introduce and explain all known recent attacks on mobile networks that compromised user privacy. We focus on attacks using the Signalling System 7 (SS7) protocol as the interconnection interface between operators mainly in GSM networks.
    [Show full text]
  • TR 129 903 V5.0.0 (2001-12) Technical Report
    ETSI TR 129 903 V5.0.0 (2001-12) Technical Report Universal Mobile Telecommunications System (UMTS); Feasibility study on SS7 signalling transportation in the core network with SCCP-User Adaptation (SUA) (3GPP TR 29.903 version 5.0.0 Release 5) 3 GPP TR 29.903 version 5.0.0 Release 5 1 ETSI TR 129 903 V5.0.0 (2001-12) Reference DTR/TSGN-0429903v500 Keywords UMTS 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 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, send your comment to: [email protected] Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]
  • MTP/SCCP/SSCOP and SIGTRAN (Message of SS7 Over IP); Message Transfer Part 3 User Adaptation Layer (M3UA)
    ETSI TS 102 142 V1.1.1 (2003-05) Technical Specification Services and Protocols for Advanced Networks (SPAN); MTP/SCCP/SSCOP and SIGTRAN (Message of SS7 over IP); Message transfer part 3 User Adaptation layer (M3UA) [Endorsement of RFC 3332 (2002), modified] 2 ETSI TS 102 142 V1.1.1 (2003-05) Reference DTS/SPAN-130263 Keywords M3UA, MTP, SCCP, SIGTRAN, SS7, endorsement 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 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, send your comment to: [email protected] Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]
  • Network Working Group K
    Network Working Group K. Morneault Internet Draft Cisco Systems Category: Standards Track S. Rengasami Document: draft-ietf-sigtran-rfc3057bis-00.txt M. Kalla Telcordia Technologies G. Sidebottom Signatus Technologies Expires Nov 2003 May 2003 ISDN Q.921-User Adaptation Layer draft-ietf-sigtran-rfc3057bis-00.txt Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026 [1]. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. Copyright Notice Copyright (C) The Internet Society (2001). All Rights Reserved. Abstract This document defines a protocol for backhauling of ISDN Q.921 User messages over IP using the Stream Control Transmission Protocol (SCTP). This protocol would be used between a Signaling Gateway (SG) and Media Gateway Controller (MGC). It is assumed that the SG receives ISDN signaling over a standard ISDN interface. Morneault, et al. Standards Track [Page 1] Internet Draft ISDN Q.921-User Adaptation Layer May 2003 Table of Contents 1.
    [Show full text]
  • Sigtran Presentation
    SIGTRAN Protocol Analysis and Simulation 818 West Diamond Avenue - Third Floor, Gaithersburg, MD 20878 Phone: (301) 670-4784 Fax: (301) 670-9187 Email: [email protected] Website: http://www.gl.com 1 Index • What is Sigtran? • History of Sigtran • Benefits of Sigtran • SCTP ➢ Need for new IP Protocol • Architecture - Entities ➢ Signalling Gateway ➢ Media Gateway Controller • User Adaption layers ➢ M2UA (MTP Level 2 User Adaption) ➢ M3UA (MTP Level 3 User Adaption) ➢ SCCP User Adaption (SUA) ➢ ISDN User Adaption (IUA) 2 What is SIGTRAN ? SIGTRAN – Its a protocol suite used to carry PSTN signalling (SS7, ISDN, TUP and SCCP etc.) over SCTP as a Transport protocol in an IP network developed by IETF group called SIGTRAN Working Group. Sigtran working group purpose is to address the transport of packet-based PSTN signaling over IP Networks by considering functional and performance requirements of the PSTN signaling. 3 History of SIGTRAN The main difference between these two schemes (i.e. PSTN and IP) is that the long-distance carrier is replaced by an IP network. So we convert a long-distance call into two local calls plus long-distance IP transport. Thus the IP Telephony Service Provider (ITSP) can offer a cheaper price to its customers. • The costs of transporting the speech using an IP network are lower than those of a long-distance carrier, as the whole facilities are shared among all the users and there is no dedicated channels. • If we have a dedicated full-duplex circuit to transmit a telephone conversation we make poor use of it, as most of the time at least one of the parties will be silent (at least that is the idea) and its channels unused.
    [Show full text]