ENUM Technical Aspects. History

Size: px
Start display at page:

Download "ENUM Technical Aspects. History"

Transcription

1 ENUM Technical Aspects National Information Technology Center ENUM Task Force History Voice transmitted over PABX All signals are analog Both ends are physical telephones Voice transmitted over Internet All signals digital Both ends are soft phones Requires software at both ends Vi Voice Over IP (VoIP) Signals are mixture of analog and digital End points could be physical phones, s, or websites 2 1

2 What is ENUM? ENUM is an abbreviation for E164 NUmber Mapping This protocol is best explained li din RFC 3761 and RFC 2916 ( It involves 2 main concepts: Creating a domain name from a telephone number, and then resolving it over an Internet Address (Uniform Resource Identifier (URI)) via DNS; ie telephone number to IP address mapping ENUM numbers are hosted in the e164arpa domain space 3 What Number Did We Get? Jordan will register ENUM numbers under its official country code with ITU; ie (962) The ENUM DNS resolving will be done by the recognition of the 269e164arpa code 269e164arpa Jordan s Country Code of (962) ENUM s e164arpa Protocol Definition 4 2

3 Static IP Telephony T1 1 T1 dials T2 telephone number Gateway looks up database for Server is selected Telephone Network SIP Gateway 2 Call request is routed to the associated SIP Gateway IP Network SIP Gateway completes call to SIP port on T2 IP IP telephone Dynamic IP Telephony (ENUM) 3 Gateway queries URI e164a rpa DNS DNS 5 Query IP address of server 4 Response sip+e2u sip:t2@server T1 1 T1 dials T2 telephone number Telephone Network SIP Gateway 2 Call request is routed to the associated SIP Gateway 6 Response SIP Gateway completes call to SIP port on T2 IP IP telephone

4 End Point Options Normal telephone Soft phone - Skype Cell phone xy Fax info@nitcgovjo Website LDAP server ldap://ldapnitcgovjo/ govjo/ Instant Messaging 7 Sender / Recipient End Point Possibilities Land Phone Cell Phone IP Phone E Mail Dial the land line Land dphone No need for ENUM No need for ENUM number, no need Cell Phone IP Phone E Mail Website No need for ENUM No need for ENUM Dial the ENUM Number Dial the ENUM Number No need for ENUM No need for ENUM N/A Point browser to ENUM number, a website opens for ENUM Dial the cell phone number, no need for ENUM Dial the ENUM number, or free chat on messenger Sender sends an SMS, recipient receives as E Mail Could arrive as SMS Could arrive as SMS Could arrive as SMS Normal E Mails, no need for ENUM 8 N/A N/A 4

5 Converting e164 Numbers to URIs 1 Write the number in full expression Remove all non-digit characters Add dots between each number Reverse the order of the digits Append e164arpa after reversing the digit order e164arpa 9 Which Zone Files are in Question? Zone file at RIPE NCC under e164arpa Zone file at NITC under 269e164arpa Zone file at each telecom operator under yx269e164arpa Zone file for each e164 number under fedcbayx269e164arpa 10 5

6 Zone File at IANA At IANA via RIPE NCC, our entry in their ENUM DNS server under the zone file e164arpa looks as follows: $ORIGIN e164arpa 269 IN NS jo-enum01enumjo IN NS jo-enum02enumjo jo-enum01enumjo IN A jo-enum02enumjo j IN A Zone File at NITC Assuming we follow a registry / registrar module, on our ENUM servers, we will have an entry as follows: $ ORIGIN 269e164arpa 2 IN NS nslandorangejo 3 IN NS nslandorangejo 5 IN NS nslandorangejo 6 IN NS nslandorangejo nslandorangejo IN A abcd 74 IN NS nscellexpressjo nscellexpressjo IN A efgh 77 IN NS nscellorangejo nscellorangejo IN A ijkl 78 IN NS nscellumniahjo nscellumniahjo IN A mnop 79 IN NS nscellzainjo nscellzainjo IN A qrst 12 6

7 Main Zone File at Registrar At the registrars, each client will have an entry that looksasfollows: $ ORIGIN 8269e164arpa IN NS zonesns1landorangejo IN NS zonesns2landorangejo 13 Main Zone File for Each Number $ORIGIN e164arpa IN NAPTR u E2U+sip!^*$!sip:dg@sipnitcgovjo # When call initiated, forward to SIP number IN NAPTR u E2U+mailto!^*$!mailto:dg@nitcgovjo # If SMS sent from cell phone, send to an ID IN NAPTR u E2U+http!^*$! # If number entered in a web browser, open a default web page IN NAPTR u E2U+tel!^*$!tel: # If SIP server in the first entry does not reply, forward call to land line As can be seen in the previous example, the input is a e164 format telephone number while the output is a Uniform Resource Identifier (URI), hence E2U 14 7

8 Meaning of ENUM Entries IN Internet NAPTR Naming Authority Pointers 1 st Number Order of processing entries 2 nd Number Preference number when a record has the same order number u URI Service Field??+E2U Various flags such as sip, http, mailto, tel, ldap, etc E2U e164 to URI Regular Expressions (regexp)!^*$!< > 15 ENUM Services Service/Protocol Service Field URI Scheme Example SIP E2U+sip sip:info@sipnitcgovjo H323 E2U+h323 h323:info@h323nitcgovjo Internet Fax E2U+ifax mailto:fax@faxnitcgovjo Telephone E2U+tel tel: ;svc=voice Fax E2U+fax:tel tel: ;svc=fax E2U+mailto mailto:info@nitcgovjo Web E2U+http

9 ENUM Activation Requirements 1 An E164 personal telephone number to be used on the PSTN network ( ) 2 A personal URI to be used on the IP network ( e164arpa) 3 Authority from a TRC for call initiation, forwarding, and termination in the NAPTR record (ENUM DNS record) This record shall be accessible via the personal URI 17 Security Issues Since this technology uses DNS resolvers, security issues found in DNS applies here as well Some of these issues include: 1 Malicious Redirection Resolving an e164 number request to an unintended URI 2 Denial of Service (DoS) Removing an URI entry could down the service for some e164 numbers DNSSec is an excellent recommendation for securing ENUM servers Most of the security concerns are not around ENUM, but rather around VoIP itself! 18 9

10 Miscellaneous Issues We can use any domain name other than e164arpa (such as nitcgovjo) upon approval by the ITU and the various RIRs However, if this is commenced, call initiation will take longer than anticipated since it will involve more normal DNS queering At an international level, some entities have requested to replace e164arpa with e164int since ARPA is too American! 19 How Did Jordan Register? NITC filled out an electronic application form with RIPE NCC; our RIR Once RIPE NCC approved the application, it forwarded it to ITU (International Telecommunication Union) Since MoICT are the registered members of ICT with ITU, ITU requested a letter of approval from MoICT Once sent, ITU approved the application and forwarded the request back to RIPE NCC 20 10

11 continue (Registration?) RIPE NCC requested technical readiness from NITC; ie two ENUM name servers at minimum NITC prepared two ENUM name servers: jo-enum01enumjo IP = jo-enum02enumjo IP = Once ready, NITC reported them back to RIPE NCC RIPE NCC technically checked the servers, and once successful - reported back to NITC on the technical readiness of the registration service 21 References ved_issues/ipj_5-2/enumhtml ping 22 11

12 Questions? National Information Technology Center Royal Scientific Society Al-Jubeiha POBox: 259, Amman 11941, Jordan

ENUM. Overview July 2003

ENUM. Overview July 2003 ENUM Overview July 2003 The ENUM Objective Mapping PSTN addresses into the IP world ENUM allow any IP device to establish whether an E.164 telephone address is described by an Internet Service Point address

More information

ENUM. Patrik FältstrF. ltström Consulting Engineer, Office of the CSO Area Director, Applications Area, IETF cisco.

ENUM. Patrik FältstrF. ltström Consulting Engineer, Office of the CSO Area Director, Applications Area, IETF cisco. ENUM Patrik FältstrF ltström Consulting Engineer, Office of the CSO Area Director, Applications Area, IETF paf@cisco cisco.com 1 Agenda Background Problem we want to solve Technical solution Conclusion

More information

nrenum.net An Update SIP.edu Call

nrenum.net An Update SIP.edu Call nrenum.net An Update SIP.edu Call 2007-05-03 What is ENUM? E.164 Number Mapping RFC3761, and many other RFC's The common denominator A number ONE single number for multiple voice, video and data services

More information

in China. Xiaodong(Sheldon) Lee Advanced Services Research, CNNIC Apricot2005 in KYOTO

in China. Xiaodong(Sheldon) Lee Advanced Services Research, CNNIC Apricot2005 in KYOTO ENUM@CNNIC in China Xiaodong(Sheldon) Lee Advanced Services Research, CNNIC Apricot2005 in KYOTO 1 Contents! Background on ENUM at CNNIC! Milestones of ENUM at CNNIC! ENUM Trial at CNNIC! Other Activities!

More information

SIP Session Initiation Protocol Part 2. ITS VoIP; 2009 P. Campbell, H.Kruse

SIP Session Initiation Protocol Part 2. ITS VoIP; 2009 P. Campbell, H.Kruse SIP Session Initiation Protocol Part 2 ITS 441 - VoIP; 2009 P. Campbell, H.Kruse Multiple Call Opportunities 2 Alice Calls Bob How? One Way: Alice s UA can set up a SIP trapezoid. Corners: Alice s phone,

More information

Request for Comments: 3764 Category: Standards Track April enumservice registration for Session Initiation Protocol (SIP) Addresses-of-Record

Request for Comments: 3764 Category: Standards Track April enumservice registration for Session Initiation Protocol (SIP) Addresses-of-Record Network Working Group J. Peterson Request for Comments: 3764 NeuStar Category: Standards Track April 2004 enumservice registration for Session Initiation Protocol (SIP) Addresses-of-Record Status of this

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) TS 102 172 V1.2.1 (2005-04) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Minimum requirements for interoperability of ENUM

More information

The ISP Column A monthly column on all things Internet

The ISP Column A monthly column on all things Internet The ISP Column A monthly column on all things Internet Lord of the Numbers July 2003 Geoff Huston I don't know about you, but I've been reading a lot about a thing called "ENUM" lately. It appears to be

More information

Request for Comments: 4759 Category: Standards Track Neustar Inc. L. Conroy Roke Manor Research November 2006

Request for Comments: 4759 Category: Standards Track Neustar Inc. L. Conroy Roke Manor Research November 2006 Network Working Group Request for Comments: 4759 Category: Standards Track R. Stastny Oefeg R. Shockey Neustar Inc. L. Conroy Roke Manor Research November 2006 Status of This Memo The ENUM Dip Indicator

More information

Draft ETSI TR ( )

Draft ETSI TR ( ) 05TD143r4 Technical Specification Infrastructure ENUM V0.0.8 Fehler! Kein Text mit angegebener Formatvorlage im Dokument. 2 Reference DTS/SPAN-110107 Keywords 650 Route des Lucioles F-06921 Sophia Antipolis

More information

ENUM Activities in Japan

ENUM Activities in Japan ENUM Activities in Japan - With Focus on Japan ENUM Study Group - February, 2003 Hiro Hotta hotta@jprs.co.jp JPRS (Japan Registry Service) 1 Background information March 2002 Study Group on Telecommunications

More information

Network Working Group Request for Comments: 4143 Category: Standards Track Brandenburg November 2005

Network Working Group Request for Comments: 4143 Category: Standards Track Brandenburg November 2005 Network Working Group Request for Comments: 4143 Category: Standards Track K. Toyoda PCC D. Crocker Brandenburg November 2005 Status of This Memo Facsimile Using Internet Mail (IFAX) Service of ENUM This

More information

ENUM in LITHUANIA or how we started ENUM registry because I wanted my NAPTRs published

ENUM in LITHUANIA or how we started ENUM registry because I wanted my NAPTRs published ENUM in LITHUANIA or how we started ENUM registry because I wanted my NAPTRs published ENUM-WG RIPE 61 @ Rome Ričardas Pocius CTO - JSC Mano numeris ricardas.pocius@numeris.lt About the company We are

More information

Managing Resource Records

Managing Resource Records CHAPTER 16 This chapter explains how to configure some of the more advanced DNS zone and server parameters by using the Cisco Prime Network Registrar web UI and CLI. Before you proceed with the concepts

More information

Cisco Expressway ENUM Dialing

Cisco Expressway ENUM Dialing Cisco Expressway ENUM Dialing Deployment Guide First Published: December 2013 Last Updated: November 2015 Cisco Expressway X8.7 Cisco Systems, Inc. www.cisco.com 2 Introduction ENUM (E.164 Number Mapping)

More information

Grandstream Networks, Inc. DNS SRV Guide

Grandstream Networks, Inc. DNS SRV Guide Grandstream Networks, Inc. Table of Contents SUPPORTED DEVICES... 4 INTRODUCTION... 5 DNS-SRV... 6 DNS-SRV Format... 6 Configuring DNS-SRV On Grandstream Devices... 6 DNS-SRV Lookup... 8 Registration Process...

More information

TRIP, ENUM and Number Portability

TRIP, ENUM and Number Portability TRIP, ENUM and Number Portability Nicklas Beijar Networking Laboratory, Helsinki University of Technology P.O. Box 3000, FIN-02015 HUT, Finland Nicklas.Beijar@hut.fi Abstract This paper describes the problem

More information

An IETF view of ENUM

An IETF view of ENUM An IETF view of ENUM Geoff Huston Executive Director, Internet Architecture Board Presented at ICANN, Rio de Janiero,, 2003 by Richard Stastny Who is the IETF? Internet Engineering Task Force The organization

More information

Interoperation with the Circuit-Switched Telephone System

Interoperation with the Circuit-Switched Telephone System 1 Interoperation with the Circuit-Switched Telephone System ffl interoperation scenarios ffl mapping E.164 phone numbers to addresses ffl finding hop-off gateways: TR 2 Interoperation assumptions each

More information

ENUM Dialing on Cisco Expressway

ENUM Dialing on Cisco Expressway ENUM Dialing on Cisco Expressway Deployment Guide Cisco Expressway X8.2 D15064.02 June 2014 Contents Introduction 3 Configuring the Expressway 4 Configuring an ENUM zone and search rule 4 Configuring the

More information

Request for Comments: 3403 Obsoletes: 2915, 2168 October 2002 Category: Standards Track

Request for Comments: 3403 Obsoletes: 2915, 2168 October 2002 Category: Standards Track Network Working Group M. Mealling Request for Comments: 3403 VeriSign Obsoletes: 2915, 2168 October 2002 Category: Standards Track Status of this Memo Dynamic Delegation Discovery System (DDDS) Part Three:

More information

Facilitating IPv6 Deployment. Mirjam Kühne, RIPE NCC

Facilitating IPv6 Deployment. Mirjam Kühne, RIPE NCC Facilitating IPv6 Deployment Mirjam Kühne, RIPE NCC Agenda Introduction - RIPE, the RIPE NCC and the Policy Development Process RIPE Labs - IPv6 Statistics and Measurements Capacity Building

More information

Status of ENUM in Sweden

Status of ENUM in Sweden Status of ENUM in Sweden Joakim Strålmark PTS (NRA) joakim.stralmark@pts.se Status of ENUM in Sweden PTS What is ENUM Background ENUM trial in Sweden Entities in ENUM Tricky questions Choices to be made

More information

Category: Standards Track April The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)

Category: Standards Track April The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM) Network Working Group Request for Comments: 3761 Obsoletes: 2916 Category: Standards Track P. Faltstrom Cisco Systems, Inc. M. Mealling VeriSign April 2004 The E.164 to Uniform Resource Identifiers (URI)

More information

How to Add Domains and DNS Records

How to Add Domains and DNS Records Configure the Barracuda NextGen X-Series Firewall to be the authoritative DNS server for your domains or subdomains to take advantage of Split DNS or dead link detection. Step 1. Make the X-Series Firewall

More information

Request for Comments: 3405 BCP: 65 October 2002 Category: Best Current Practice

Request for Comments: 3405 BCP: 65 October 2002 Category: Best Current Practice Network Working Group M. Mealling Request for Comments: 3405 VeriSign BCP: 65 October 2002 Category: Best Current Practice Dynamic Delegation Discovery System (DDDS) Part Five: URI.ARPA Assignment Procedures

More information

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 APNIC s role in stability and security Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 Overview Introducing APNIC Working with LEAs The APNIC Whois Database

More information

ENUM Trial. Implementation and results. ENUM Workshop ETSI HQ Sophia Antipolis, France February 2004

ENUM Trial. Implementation and results. ENUM Workshop ETSI HQ Sophia Antipolis, France February 2004 ENUM Trial Implementation and results ENUM Workshop ETSI HQ Sophia Antipolis, France February 2004 Background AG Projects, based in the Netherlands, provides components for Next Generation Networks. ENUM

More information

Preliminary Results. Rui Ribeiro (FCCN) / Peter Szegedi (TERENA) GN3 educonf - TERENA NRENum.net Joint Workshop Amsterdam 18 th March 2013

Preliminary Results. Rui Ribeiro (FCCN) / Peter Szegedi (TERENA) GN3 educonf - TERENA NRENum.net Joint Workshop Amsterdam 18 th March 2013 Preliminary Results Rui Ribeiro (FCCN) / Peter Szegedi (TERENA) GN3 educonf - TERENA NRENum.net Joint Workshop Amsterdam 18 th March 2013 Objectives Identify a set of policies recommendations that can

More information

Request for Comments: 3401 Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational

Request for Comments: 3401 Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational Network Working Group M. Mealling Request for Comments: 3401 VeriSign Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational Status of this Memo Dynamic Delegation Discovery System (DDDS)

More information

Unit 5 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP

Unit 5 Research Project. Eddie S. Jackson. Kaplan University. IT530: Computer Networks. Dr. Thomas Watts, PhD, CISSP Running head: UNIT 5 RESEARCH PROJECT 1 Unit 5 Research Project Eddie S. Jackson Kaplan University IT530: Computer Networks Dr. Thomas Watts, PhD, CISSP 09/09/2014 UNIT 5 RESEARCH PROJECT 2 Abstract Telephony

More information

ENUM Austrian and VISIONng Trial

ENUM Austrian and VISIONng Trial Austrian and VISIONng Trial Informational Update ICANN, Rio de Janiero 25. March 2003 Richard STASTNY ÖFEG, Postbox 147, 1103-Wien Tel: +43 664 420 4100 Fax: +43 1 79780 13 E-Mail: richard.stastny@oefeg.at

More information

Packetizer. Overview of H.323. Paul E. Jones. Rapporteur, ITU-T Q2/SG16 April 2007

Packetizer. Overview of H.323. Paul E. Jones. Rapporteur, ITU-T Q2/SG16 April 2007 Overview of H.323 Paul E. Jones Rapporteur, ITU-T Q2/SG16 paulej@packetizer.com April 2007 Copyright 2007 Executive Summary H.323 was first approved in February 1996, the same month that the first SIP

More information

Internet Engineering Task Force (IETF) JPRS March 2011

Internet Engineering Task Force (IETF) JPRS March 2011 Internet Engineering Task Force (IETF) Request for Comments: 6116 Obsoletes: 3761 Category: Standards Track ISSN: 2070-1721 S. Bradner Harvard University L. Conroy Roke Manor Research K. Fujiwara JPRS

More information

Infrastructure Electronic Numbering Implementation in Australia. Ananda Tapasvi Jammulamadaka

Infrastructure Electronic Numbering Implementation in Australia. Ananda Tapasvi Jammulamadaka Infrastructure Electronic Numbering Implementation in Australia A thesis submitted in fulfilment of the requirements for the degree of MASTER OF ENGINEERING Ananda Tapasvi Jammulamadaka ELECTRICAL AND

More information

CS514: Intermediate Course in Computer Systems

CS514: Intermediate Course in Computer Systems CS514: Intermediate Course in Computer Systems Lecture 4: January 27, 2003 Introduction to Naming Any problem in computer science can be solved with another layer of indirection David Wheeler 1 Naming

More information

Gateway Trunk and Carrier Based Routing Enhancements

Gateway Trunk and Carrier Based Routing Enhancements Gateway Trunk and Carrier Based Routing Enhancements Feature History Release Modification 12.2(2)XU This feature is introduced for H.323 and SIP interfaces on the Cisco 2600 series, Cisco 3600 series,

More information

APEET ENUM/SIP Live Trial at

APEET ENUM/SIP Live Trial at APEET ENUM/SIP Live Trial at 9 Mar 2005 62nd IETF ENUM WG APEET Yoshiro YONEYA Some background APEET Started in 2004, APEET

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 8: SIP and H323 Litterature: 2004 Image Coding Group, Linköpings Universitet Lecture 8: SIP and H323 Goals: After this lecture you should Understand the basics of SIP and it's architecture Understand

More information

ENUM in the Netherlands

ENUM in the Netherlands ENUM in the Netherlands Michiel.henneke@sidn.nl Anything really technical: Antoin.verschuren@sidn.nl Who doesn t own a mobile yet? 2 Who has switched their ring tone off? 3 Is ENUM about reachability?

More information

NATIONAL INTERNET DEVELOPMENT AGENCY OF KOREA

NATIONAL INTERNET DEVELOPMENT AGENCY OF KOREA ENUM in Korea (and Neighboring Countries) Sungwoo Shin ssw@nic.or.kr NATIONAL INTERNET DEVELOPMENT AGENCY OF KOREA RIPE 53 rd Contents ENUM in KR History so far Extended trial in 2005 User and Infra ENUM

More information

ZyXEL V120 Support Notes. ZyXEL V120. (V120 IP Attendant 1 Runtime License) Support Notes

ZyXEL V120 Support Notes. ZyXEL V120. (V120 IP Attendant 1 Runtime License) Support Notes ZyXEL V120 (V120 IP Attendant 1 Runtime License) Support Notes Version 1.00 April 2009 1 Contents Overview 1. Overview of V120 IP Attendant...3 2. Setting up the V120...4 3. Auto Provision...7 4. V120

More information

Copyright (c) 2011 IETF Trust and the persons identified as the document authors. All rights reserved.

Copyright (c) 2011 IETF Trust and the persons identified as the document authors. All rights reserved. Internet Engineering Task Force (IETF) B. Hoeneisen Request for Comments: 6118 Ucom.ch Updates: 3762, 3764, 3953, 4143, 4002, A. Mayrhofer 4238, 4355, 4415, 4769, 4969, enum.at 4979, 5028, 5278, 5333 March

More information

ITU and IPv6. ARIN October, Los Angeles by Richard Hill

ITU and IPv6. ARIN October, Los Angeles by Richard Hill ITU and IPv6 ARIN 26-28 October, Los Angeles by Richard Hill Telecommunication Standardization Bureau () International Telecommunication Union, Geneva Place des Nations - CH-1211 Geneva 20 Switzerland

More information

Country Update Singapore. APRICOT 2005 Dickson Loh, Consultant 23 rd Feb 2005

Country Update Singapore. APRICOT 2005 Dickson Loh, Consultant 23 rd Feb 2005 Country Update Singapore APRICOT 2005 Dickson Loh, Consultant 23 rd Feb 2005 ENUM Proof-of-Concept Obtained ENUM delegation (5.6.e164.arpa) from ITU in 2003 Internal Trial (Proof-of-Concept) on IP Telephony

More information

DNS Security. Wolfgang Nagele DNS Group Manager

DNS Security. Wolfgang Nagele DNS Group Manager DNS Security Wolfgang Nagele DNS Group Manager DNS: the Domain Name System Specified by Paul Mockapetris in 1983 Distributed Hierarchical Database Main purpose: Translate names to IP addresses Since then:

More information

How to Configure the DNS Server

How to Configure the DNS Server Make the Barracuda Link Balancer an Authoritative DNS host and configure the DNS Server for inbound load balancing. Step 1. Enable Authoritative DNS Enable Authoritative DNS on the Barracuda Link Balancer

More information

ISN: Free Numbers Fast

ISN: Free Numbers Fast : Free Numbers Fast Dennis Baron, MIT Ben Teitelbaum, Internet2 John Todd, Loligo September 13 th, 2006 Fall VON, Boston, MA PSTN foo.edu 2 foo.edu Internet 3 foo.edu VoIP Service Provider 4 VoIP brought

More information

September The Naming Authority Pointer (NAPTR) DNS Resource Record

September The Naming Authority Pointer (NAPTR) DNS Resource Record Network Working Group Request for Comments: 2915 Updates: 2168 Category: Standards Track M. Mealling Network Solutions, Inc. R. Daniel DATAFUSION, Inc. September 2000 The Naming Authority Pointer (NAPTR)

More information

Authors: Jakob Fredriksson & Jakob Schlyter (Guide) GUIDE/NOS/NORID-ENUM-2/REPORT/001 Approved: Hilde Thunem Rev.

Authors: Jakob Fredriksson & Jakob Schlyter (Guide) GUIDE/NOS/NORID-ENUM-2/REPORT/001 Approved: Hilde Thunem Rev. Norid report Page 1 (16) This report is a subset of a complete ENUM report that was originally produced for Norid by Jakob Fredriksson & Jakob Schlyter, Guide Konsult Göteborg AB. This subset contains

More information

CSTA Gatekeeper Installation and Configuration Guide

CSTA Gatekeeper Installation and Configuration Guide CSTA Gatekeeper Installation and Configuration Guide Order Number: 05-1417-002 Software/Version: CSTA Gatekeeper Version 1.1 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Secure Telephony Enabled Middle-box (STEM)

Secure Telephony Enabled Middle-box (STEM) Report on Secure Telephony Enabled Middle-box (STEM) Maggie Nguyen 04/14/2003 Dr. Mark Stamp - SJSU - CS 265 - Spring 2003 Table of Content 1. Introduction 1 2. IP Telephony Overview.. 1 2.1 Major Components

More information

Request for Comments: 3172 BCP: 52 September 2001 Category: Best Current Practice

Request for Comments: 3172 BCP: 52 September 2001 Category: Best Current Practice Network Working Group G. Huston, Editor Request for Comments: 3172 IAB BCP: 52 September 2001 Category: Best Current Practice Management Guidelines & Operational Requirements for the Address and Routing

More information

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Abstract These Application Notes describe the steps to configure trunking

More information

ENUM for TANet VoIP ~ The Bridge Between PSTN and the Internet

ENUM for TANet VoIP ~ The Bridge Between PSTN and the Internet ENUM for TANet VoIP ~ The Bridge Between PSTN and the Internet Dr. Quincy Wu (solomon@2011.ipv6.club.tw) National Chi Nan University 1 TAC2000/2000.7 Outline IETF 所提出的 ENUM 機制 ( 幫大家溫故知新 ) TANet VoIP 平台先前的

More information

DNS Security. Wolfgang Nagele DNS Services Manager

DNS Security. Wolfgang Nagele DNS Services Manager DNS Security Wolfgang Nagele DNS Services Manager DNS: the Domain Name System Specified by Paul Mockapetris in 1983 Distributed Hierarchical Database Main purpose: Translate names to IP addresses Since

More information

Lessons Learned from Trials and Implementations Future Directions

Lessons Learned from Trials and Implementations Future Directions Lessons Learned from Trials and Implementations Future Directions Denic.de ENUM Tag Frankfurt/Main, 28. September 2005 Richard Stastny, ÖFEG* * The opinions expressed here may or may not be that of my

More information

Internet Peering and PSTN Access

Internet Peering and PSTN Access Internet Peering and PSTN Access Merit VoIP Seminar Dennis Baron April 3, 2008 Page 1 Outline It s all SIP! SIP.edu ISN PSTN Access Page 2 Well You Are Using SIP Anyway What is SIP IETF Standard defined

More information

RIPE NCC DNS Update. Wolfgang Nagele DNS Services Manager

RIPE NCC DNS Update. Wolfgang Nagele DNS Services Manager RIPE NCC DNS Update Wolfgang Nagele DNS Services Manager DNS Department Services Reverse DNS for RIPE NCC zones Secondary for other RIRs K-root F-reverse (in-addr.arpa & ip6.arpa) Secondary DNS for cctlds

More information

Overview of the Session Initiation Protocol

Overview of the Session Initiation Protocol CHAPTER 1 This chapter provides an overview of SIP. It includes the following sections: Introduction to SIP, page 1-1 Components of SIP, page 1-2 How SIP Works, page 1-3 SIP Versus H.323, page 1-8 Introduction

More information

ENUM in the UK..and the NGN standards arena

ENUM in the UK..and the NGN standards arena ENUM in the UK..and the NGN standards arena Tony Holmes Head of NNA Policy & Strategy BT Group PLC Chairman ETSI TISPAN WG4 (Numbering Addressing & Routeing) ENUM in the UK and in the standards arena Has

More information

DTI s ENUM Consultation. 10 August - 10 November

DTI s ENUM Consultation. 10 August - 10 November enum.consultation@dti.gsi.gov.uk Simon Hicks Head of Electronic Communications Technology and Standards simon.hicks@dti.gsi.gov.uk Structure of presentation Part 1 Towards a consultation Part 2 ENUM structure

More information

TeleBlend Voic Service User Guide

TeleBlend Voic Service User Guide TeleBlend Voicemail Service User Guide Table of Contents How do I initialize my Voicemail account?...3 How do I access my Voicemail account?...4 How do I personalize or change my phone greetings?...5 Recording

More information

This guide assists users to configure the Allworx VoIP Phone System and XO SIP Services.

This guide assists users to configure the Allworx VoIP Phone System and XO SIP Services. Introduction This guide assists users to configure the Allworx VoIP Phone System and XO SIP Services. Prerequisites Completed the Allworx Technical training, and the main technician is either an Allworx

More information

RDAP: A Primer on the Registration Data Access Protocol

RDAP: A Primer on the Registration Data Access Protocol RDAP: A Primer on the Registration Data Access Protocol Andy Newton, Chief Engineer, ARIN Registration Operations Workshop IETF 93 Prague, CZ 19 July 2015 Background WHOIS (Port 43) Old, very old Lot s

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Communication Manager 5.2.1, Avaya Aura Session Manager 6.1 and Avaya Aura Session Border Controller 6.0.3 with AT&T IP Toll

More information

Gateway, Service and Portability resolution with ENUM

Gateway, Service and Portability resolution with ENUM Interconnect t Routing Discovery Gateway, Service and Portability resolution with ENUM Tim Ward Timothy.ward@neustar.biz p g The GSMA s PathFinder project, implemented and operated by Neustar to support

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: July 2011

Internet Engineering Task Force (IETF) Request for Comments: ISSN: July 2011 Internet Engineering Task Force (IETF) Request for Comments: 6315 Category: Informational ISSN: 2070-1721 E. Guy CleverSpoke K. Darilion nic.at July 2011 IANA Registration for Enumservice iax Abstract

More information

EP502/EP504 IP PBX 1.1 Overview

EP502/EP504 IP PBX 1.1 Overview 1.1 Overview The EP502/EP504 is an embedded Voice over IP (VoIP) Server with Session Initiation Protocol (SIP) to provide IP extension phone connection for global virtual office of small-to-medium business

More information

Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Vertical TM Wave IP500TM / Wave IP2500 TM Release 4.0, 4.5 IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications

More information

Department of Computer Science. Burapha University 6 SIP (I)

Department of Computer Science. Burapha University 6 SIP (I) Burapha University ก Department of Computer Science 6 SIP (I) Functionalities of SIP Network elements that might be used in the SIP network Structure of Request and Response SIP messages Other important

More information

Request for Comments: 3191 Obsoletes: 2303 October 2001 Updates: 2846 Category: Standards Track. Minimal GSTN address format in Internet Mail

Request for Comments: 3191 Obsoletes: 2303 October 2001 Updates: 2846 Category: Standards Track. Minimal GSTN address format in Internet Mail Network Working Group C. Allocchio Request for Comments: 3191 GARR-Italy Obsoletes: 2303 October 2001 Updates: 2846 Category: Standards Track Status of this Memo Minimal GSTN address format in Internet

More information

ENUM - Tag. ENUM Interconnect of VoIP Islands. Is there a Life after Phone Call Charges? Sep / 3 / 2007

ENUM - Tag. ENUM Interconnect of VoIP Islands. Is there a Life after Phone Call Charges? Sep / 3 / 2007 ENUM - Tag ENUM Interconnect of VoIP Islands Is there a Life after Phone Call Charges? Sep / 3 / 2007 wilhelm@wimmreuter.de Some Notes on this Session Technical details are left to other sessions in the

More information

Combined User and Carrier ENUM under e164.arpa

Combined User and Carrier ENUM under e164.arpa Combined User and Carrier ENUM under e164.arpa Michael Haberler Internet Foundation Austria mah@inode.at 11.10.2005 17.10.2005 1 Definitons User: the entity who has the right-to-use in a number Usually

More information

TECHNICAL REPORT Network Technologies (NTECH); ENUM/ENUM-like options for Number Portability and actual use cases

TECHNICAL REPORT Network Technologies (NTECH); ENUM/ENUM-like options for Number Portability and actual use cases TR 103 282 V1.1.1 (2014-07) TECHNICAL REPORT Network Technologies (NTECH); /-like options for Number Portability and actual use cases 2 TR 103 282 V1.1.1 (2014-07) Reference DTR/NTECH-00004-NNAR- Keywords

More information

ENUM Scalability and Performance Testing

ENUM Scalability and Performance Testing ENUM Scalability and Performance Testing A comparative study of DNS engines for VoIP Nominum, Inc. 2385 Bay Road Redwood City, CA 94063 (650) 381-6000 www.nominum.com Executive Summary DNS scalability

More information

RIPE NCC Introduction. Jochem de Ruig Chief Financial Officer

RIPE NCC Introduction. Jochem de Ruig Chief Financial Officer RIPE NCC Introduction Chief Financial Officer RIPE NCC Contents Basics what are Internet Number Resources (INR)? The INR world The registration Legal aspects of INR RIPE NCC and Law Enforcement Basics

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open systems interconnection Part 1: Object identifier resolution system

ISO/IEC INTERNATIONAL STANDARD. Information technology Open systems interconnection Part 1: Object identifier resolution system INTERNATIONAL STANDARD ISO/IEC 29168-1 Information technology Open systems interconnection Part 1: Object identifier resolution system Technologies de l'information Interconnexion de systèmes ouverts (OSI)

More information

Teh Interwebs CISC 282. September 13, The Internet/WWW

Teh Interwebs CISC 282. September 13, The Internet/WWW Teh Interwebs CISC 282 September 13, 2017 The Internet/WWW Network Protocol Collection of connected computers Communicate and share resources Set of rules that govern communication The "language" spoken

More information

RIPE 51 ENUM WG News summary

RIPE 51 ENUM WG News summary RIPE 51 ENUM WG News summary T IETF 63 Paris, 5 August 2005 I-D/RFC watch since DENIC's ENUM day Frankfurt, 28 September 2005 IETF 63 - Paris, 5 August 2005 Review of the existing drafts ENUM Implementation

More information

VoIP. ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts

VoIP. ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts VoIP System Gatekeeper: A gatekeeper is useful for handling VoIP call connections includes managing terminals, gateways and MCU's (multipoint

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

Internet Engineering Task Force (IETF) Request for Comments: 7553 Category: Informational ISSN: June 2015

Internet Engineering Task Force (IETF) Request for Comments: 7553 Category: Informational ISSN: June 2015 Internet Engineering Task Force (IETF) Request for Comments: 7553 Category: Informational ISSN: 2070-1721 P. Faltstrom Netnod O. Kolkman ISOC June 2015 Abstract The Uniform Resource Identifier (URI) DNS

More information

ENUM in the Netherlands

ENUM in the Netherlands ENUM in the Netherlands Antoin Verschuren antoin.verschuren@sidn.nl ENUM in the Netherlands 2001-2002 2002 2002 2005 2005 2006 NLEG report Protective delegation 1.3.e164.arpa to Ministery (EZ) No interest

More information

Mobility Feature of the NovaTec Gateways

Mobility Feature of the NovaTec Gateways Mobility Feature of the NovaTec Gateways NovaTec Kommunikationstechnik GmbH welcomes you to this presentation Short description of the Mobility Feature The Mobility Feature is a comfortable feature for

More information

4 Port IP-PBX + SIP Gateway System

4 Port IP-PBX + SIP Gateway System 4 Port IP-PBX + SIP Gateway System The IPG-40XG is an embedded Voice over IP (VoIP) PBX Server with Session Initiation Protocol (SIP) to provide IP extension phone connections for global virtual office

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 101 886 V1.1.1 (2002-02) Technical Report Telecommunications and Internet Protocol Harmonization Over Networks (TIPHON); Requirements Definition Study; Real time aspects of a service 2 TR 101 886 V1.1.1

More information

Cisco Exam Integrating Cisco Unified Communications Applications v8.0 (CAPPS v8.0) Version: 40.0 [ Total Questions: 203 ]

Cisco Exam Integrating Cisco Unified Communications Applications v8.0 (CAPPS v8.0) Version: 40.0 [ Total Questions: 203 ] s@lm@n Cisco Exam 642-467 Integrating Cisco Unified Communications Applications v8.0 (CAPPS v8.0) Version: 40.0 [ Total Questions: 203 ] Cisco 642-467 : Practice Test Question No : 1 In Cisco Unified Communications

More information

Building Blocks of NGN ENUM - Promises or Reality?

Building Blocks of NGN ENUM - Promises or Reality? Building Blocks of NGN ENUM - Promises or Reality? Regulations under Challenge 13th CEPT Conference Berlin, October 12th, 2006 Richard Stastny, ÖFEG* * The opinions expressed here may or may not be that

More information

Welltech WellGate User Manual

Welltech WellGate User Manual Welltech WellGate 2626 An Easy to Use PBX Gateway User Manual Copyright 2009 Welltech Computer Co., Ltd. All right reserved Table of Contents Introduction...2 WellGate 2626 - An Easy to Use PBX Gateway...2

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

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

Transporting Voice by Using IP

Transporting Voice by Using IP Transporting Voice by Using IP National Chi Nan University Quincy Wu Email: solomon@ipv6.club.tw 1 Outline Introduction Voice over IP RTP & SIP Conclusion 2 Digital Circuit Technology Developed by telephone

More information

ENUM Trial in Japan ENUM BoF in RIPE47 January 28, 2004 Hiro HOTTA

ENUM Trial in Japan ENUM BoF in RIPE47 January 28, 2004 Hiro HOTTA ENUM Trial in Japan ENUM BoF in RIPE47 January 28, 2004 Hiro HOTTA Background Drivers History ~Sept.1987 First half of 1990s only NTT provided public telephone services Japan Registry

More information

DNS SRV Usage. All Mediatrix Units

DNS SRV Usage. All Mediatrix Units All Mediatrix Units Revision 663July 23, 2015 Table of Contents Table of Contents 3 DNS SRV ( RFC 2782) 4 Type A Query 5 Type A Query to a SRV Record 7 Type SRV Query 9 The Effects of Priority and Weight

More information

High Availability Configuration Guide

High Availability Configuration Guide New Rock Technologies, Inc. MX Voice-Fax Gateway Series High Availability Configuration Guide HX4 MX8 MX60 MX120 http://www.newrocktech.com Tel: +86 21-61202700 Fax: +86 21-61202704 Document Version: TB0-E002-P

More information

Network Working Group Request for Comments: 5679 Category: Standards Track December Locating IEEE Mobility Services Using DNS

Network Working Group Request for Comments: 5679 Category: Standards Track December Locating IEEE Mobility Services Using DNS Network Working Group G. Bajko Request for Comments: 5679 Nokia Category: Standards Track December 2009 Abstract Locating IEEE 802.21 Mobility Services Using DNS This document defines application service

More information

INTERNET ARCHITECTURE & PROTOCOLS

INTERNET ARCHITECTURE & PROTOCOLS INTERNET ARCHITECTURE & PROTOCOLS Set # 01 Delivered By: Engr Tahir Niazi What is Internet? Basically it is called Network of networks Nuts and Bolts (Pieces of internet) Services description (applications)

More information

IPv4 depletion & IPv6 deployment in the RIPE NCC service region. Kjell Leknes - June 2010

IPv4 depletion & IPv6 deployment in the RIPE NCC service region. Kjell Leknes - June 2010 IPv4 depletion & IPv6 deployment in the RIPE NCC service region Kjell Leknes - June 2010 Outline About RIPE and RIPE NCC IPv4 depletion IPv6 deployment Engaging the community - RIPE NCC and the RIPE community

More information

CS514: Intermediate Course in Computer Systems

CS514: Intermediate Course in Computer Systems : Intermediate Course in Computer Systems Lecture 29: April 2, 2003 Finding stuff in large systems What is stuff? How large is large? Different kinds of stuff IP address Server File Web or file system

More information