Naming and Addressing

Size: px
Start display at page:

Download "Naming and Addressing"

Transcription

1 Naming and Addressing Sanjeev Setia 9/14/99 INFt 803 Fall '99 1

2 Outline URI,URN,URL,URC, Functional requirements [RFC 1737] Knoxville framework for URNs DNS-based URI resolution 9/14/99 INFt 803 Fall '99 2

3 URIs URN persistent name: identifies a resource or unit of information URL identifies the location or container for an instance of a resource identified by a URN identify the host to contact and protocol to use, e.g. URC (UR characteristic) meta-data (owner, encoding, access list, etc.) 9/14/99 INFt 803 Fall '99 3

4 Functional Requirements Global scope same meaning everywhere Global uniqueness Persistence Scalability Legacy support Extensibility 9/14/99 INFt 803 Fall '99 4

5 Functional Requirements cont d Independence solely responsibility of naming authority to determine conditions under which it will issue a name Resolution there must be some feasible mechanism to translate a URN into a URL 9/14/99 INFt 803 Fall '99 5

6 URN encoding requirements Single encoding simple comparison human transcribability transport friendliness machine consumption text recognition 9/14/99 INFt 803 Fall '99 6

7 Implications for URNs To satisy uniqueness & scalability, name assignment is delegated to naming authorities name of top-level authorities are persistent, globally unique, centrally registered Naming authorities that support scalable naming are encouraged Strongly recommended that there be a mapping between URNs generated by a naming authority and URLs mapping need not be provided by naming authority necessary to limit character set usable in URNs 9/14/99 INFt 803 Fall '99 7

8 Knoxville framework framework distinguishes between naming schemes and resolution systems naming scheme: procedure for creating and assigning unique URNs according to a specified syntax resolution system: a network-accessible service that stores URNs and resolves them independence between naming scheme and resolution system naming scheme not tied to a particular resolution system 9/14/99 INFt 803 Fall '99 8

9 Knoxville framework cont d mechanisms need to be created so that the user of a URN can discover what resolution systems are able to resolve the URN URN registry URN syntax naming scheme identifier followed by a colon and a string that has a naming scheme-specific syntax urn:hdl:cnri.dlib/august95 urn:lifn:some.domain:anything-goes-here urn:path:/a/b/c/doc.html urn:inet:library.bigstate.edu:aj17-mcc 9/14/99 INFt 803 Fall '99 9

10 DNS-based URI resolution Maps internet hostnames to IP addresses widely deployed and understood however, not appropriate to use DNS to maintain information for each resource never intended to handle that many records limited record size domain names are not appropriate as URNs therefore, use DNS to locate resolvers that can provide information on a particular resource 9/14/99 INFt 803 Fall '99 10

11 Approach Introduce a new DNS record: NAPTR Rewrite the URI into a domain name following rules specified in the NAPTR record NAPTR fields order, preference, flags service (specifies resolution protocol and service available if rewrite is applied) regexp (sed-like substitution expression) replacement Rules applied by client not server 9/14/99 INFt 803 Fall '99 11

12 Approach cont d First known key has a first known key of http.uri.net urn:foo:1234 has a first known key of foo.urn.net Services I2L, I2R, I2Rs, I2C, I2N Protocols used for communicating with resolver service 9/14/99 INFt 803 Fall '99 12

13 Example 1 urn:duns: :annual-report-1997 lookup NAPTRs for duns.urn.net duns.urn.net order pref flags service regexp replac IN NAPTR s dunslink+i2l+i2c dunslink.udp.isi.com IN NAPTR s thttp+i2l+i2c+i2r thttp.tcp.isi.com s flag denotes next lookup should be for SRV records, a for A records looking up SRV records for thttp.tcp.isi.com will return hosts that can be contacted plus which port the thttp server is listening on 9/14/99 INFt 803 Fall '99 13

14 Example 2 urn:cid:199940@mordred.gatech.edu lookup NAPTR for cid.urn.net cid.urn.net order pref flags service regexp repla IN NAPTR /urn:cid:.+@([^\.]+\.)(.*)$/\2/i. Substitution expression returns string gatech.edu lookup NAPTR for gatech.edu gatech.edu IN NAPTR s rcds+i2l+i2c _rcds._udp.gatech.edu 9/14/99 INFt 803 Fall '99 14

15 Example 3 lookup http.uri.net http.uri.net IN NAPTR ! lookup IN NAPTR s thttp+l2r _thttp._tcp.foo.com looking up SRV records for thttp.tcp.foo.com should return information on hosts that are mirror sites for foo.com 9/14/99 INFt 803 Fall '99 15

Request for Comments: Xerox Corporation December Functional Requirements for Uniform Resource Names

Request for Comments: Xerox Corporation December Functional Requirements for Uniform Resource Names Network Working Group Request for Comments: 1737 Category: Informational K. Sollins MIT/LCS L. Masinter Xerox Corporation December 1994 Status of this Memo Functional Requirements for Uniform Resource

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

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

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

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

Network Working Group. Category: Experimental June A Trivial Convention for using HTTP in URN Resolution

Network Working Group. Category: Experimental June A Trivial Convention for using HTTP in URN Resolution Network Working Group R. Daniel Request for Comments: 2169 Los Alamos National Laboratory Category: Experimental June 1997 A Trivial Convention for using HTTP in URN Resolution Status of this Memo ===================

More information

Resource Records APPENDIXA

Resource Records APPENDIXA APPENDIXA Resource Records Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource

More information

Resource Records APPENDIX

Resource Records APPENDIX APPENDIX A Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource records of

More information

Resource Records. Host Address Name-to-address mapping for the zone. Table 1: Resource Records

Resource Records. Host Address Name-to-address mapping for the zone. Table 1: Resource Records Resource s Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource records of

More information

Digital Preservation. Unique Identifiers

Digital Preservation. Unique Identifiers Digital Preservation Unique Identifiers Hannes Kulovits Institut für Softwaretechnik und Interaktive Systeme TU Wien http://www.ifs.tuwien.ac.at/dp Motivation Electronic Publications on the Internet Advantages:

More information

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

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

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

Network Working Group Request for Comments: 2141 Category: Standards Track May URN Syntax

Network Working Group Request for Comments: 2141 Category: Standards Track May URN Syntax Network Working Group R. Moats Request for Comments: 2141 AT&T Category: Standards Track May 1997 Status of This Memo URN Syntax This document specifies an Internet standards track protocol for the Internet

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 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

Request for Comments: 2276 Category: Informational January Architectural Principles of Uniform Resource Name Resolution

Request for Comments: 2276 Category: Informational January Architectural Principles of Uniform Resource Name Resolution Network Working Group K. Sollins Request for Comments: 2276 MIT/LCS Category: Informational January 1998 Architectural Principles of Uniform Resource Name Resolution Status of this Memo This memo provides

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

SIP Server Deployment Guide. SRV address support in Contact and Record-Route headers

SIP Server Deployment Guide. SRV address support in Contact and Record-Route headers SIP Server Deployment Guide SRV address support in Contact and Record-Route headers 1/17/2018 Contents 1 SRV address support in Contact and Record-Route headers 1.1 Feature Configuration 1.2 Feature Limitations

More information

World-Wide Web Protocols CS 571 Fall Kenneth L. Calvert All rights reserved

World-Wide Web Protocols CS 571 Fall Kenneth L. Calvert All rights reserved World-Wide Web Protocols CS 571 Fall 2006 2006 Kenneth L. Calvert All rights reserved World-Wide Web The Information Universe World-Wide Web structure: hypertext Nonlinear presentation of information Key

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

Expires six months from July 1997

Expires six months from July 1997 HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:59:35 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Mon, 04 Aug 1997 17:25:00 GMT ETag: "323db8-5a2d-33e6106c" Accept-Ranges: bytes Content-Length: 23085 Connection:

More information

Unique Identifiers Assessment: Results. R. Duerr

Unique Identifiers Assessment: Results. R. Duerr Unique Identifiers Assessment: Results 1 Outline Background Identifier schemes Assessment criteria Levels of data Use cases Assessment Results Preparing Data for Ingest, R. presented Duerr 10/27/09 by

More information

draft-ietf-urn-req-frame-01.txt Expires September 28, 1997 March 28, 1997 Requirements and a Framework for URN Resolution Systems

draft-ietf-urn-req-frame-01.txt Expires September 28, 1997 March 28, 1997 Requirements and a Framework for URN Resolution Systems HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:59:24 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 27 Mar 1997 18:16:00 GMT ETag: "323db2-d7e9-333ab960" Accept-Ranges: bytes Content-Length: 55273 Connection:

More information

Expires six months from November draft-ietf-urn-resolution-services-04.txt. URI Resolution Services Necessary for URN Resolution

Expires six months from November draft-ietf-urn-resolution-services-04.txt. URI Resolution Services Necessary for URN Resolution HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:59:39 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 04 Dec 1997 22:03:00 GMT ETag: "323dba-6002-34872894" Accept-Ranges: bytes Content-Length: 24578 Connection:

More information

Dutch View on URN:NBN and Related PID Services

Dutch View on URN:NBN and Related PID Services Dutch View on URN:NBN and Related PID Services Arjan Hogenaar DANS PID-workshop Cologne 1 Dutch view DANS-view Agreement to some extent Minor differences Mainly the view of the institute DANS PID-workshop

More information

Configuration Guide. for. Sipera IPCS 210/310/410/510 Version: 3.6. with. Nortel Communication Server 1000 Release 5.5

Configuration Guide. for. Sipera IPCS 210/310/410/510 Version: 3.6. with. Nortel Communication Server 1000 Release 5.5 Configuration Guide for Sipera IPCS 210/310/410/510 Version: 3.6 with Nortel Communication Server 1000 Release 5.5 Issue 1.0 November 2008 Sipera Systems 1900 Firman Drive Suite 600 Richardson, TX 75081

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

Network Working Group. R. Iannella DSTC Pty Ltd P. Faltstrom Tele2/Swipnet June 1999

Network Working Group. R. Iannella DSTC Pty Ltd P. Faltstrom Tele2/Swipnet June 1999 Network Working Group Request for Comments: 2611 BCP: 33 Category: Best Current Practice L. Daigle Thinking Cat Enterprises D. van Gulik ISIS/CEO, JRC Ispra R. Iannella DSTC Pty Ltd P. Faltstrom Tele2/Swipnet

More information

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource The feature enables the configuration of a Virtual Private Network (VPN) routing and forwarding instance (VRF) table so that the domain name system (DNS) can forward queries to name servers using the VRF

More information

This guide provides detailed information on how to configure and use server redundancy on Yealink IP phones.

This guide provides detailed information on how to configure and use server redundancy on Yealink IP phones. Ser v erredundanc yon Yeal i nki PPhones This guide provides detailed information on how to configure and use server redundancy on Yealink IP phones. The information applies to Yealink SIP-T28P, SIP-T26P,

More information

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

Genesys Voice Platform. vrmrecorder Section

Genesys Voice Platform. vrmrecorder Section Genesys Voice Platform vrmrecorder Section 1/17/2018 vrmrecorder Section sip.localport sip.localsecureport sip.preferred_ipversion sip.routeset sip.securerouteset sip.transport.0 sip.transport.1 sip.transport.2

More information

Persistent Identifiers for Digital Resources

Persistent Identifiers for Digital Resources DRTC-HP International Workshop on Building Digital Libraries using DSpace 7 th 11 th March, 2005 DRTC, Bangalore Persistent Identifiers for Digital Resources A.R.D. Prasad ard@drtc.isibang.ac.in and Nabonita

More information

ReST 2000 Roy Fielding W3C

ReST 2000 Roy Fielding W3C Outline What is ReST? Constraints in ReST REST Architecture Components Features of ReST applications Example of requests in REST & SOAP Complex REST request REST Server response Real REST examples REST

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, page 1 Set Up Call Server with Redundant Proxy Servers, page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, page 2 Load-Balancing

More information

draft-ietf-lager-specification Status Update November 2015 Kim Davies

draft-ietf-lager-specification Status Update November 2015 Kim Davies draft-ietf-lager-specification Status Update November 2015 Kim Davies Current Status Version -04 (18 October) Correct namespace in schema (migrated from URL to URN) Version -03 (21

More information

SIP Devices Configuration

SIP Devices Configuration Set Up Ingress Gateway to Use Redundant Proxy Servers, on page 1 Set Up Call Server with Redundant Proxy Servers, on page 1 Local SRV File Configuration Example for SIP Messaging Redundancy, on page 2

More information

Persistent Identifiers for Earth Science Provenance

Persistent Identifiers for Earth Science Provenance Persistent Identifiers for Earth Science Provenance Curt Tilmes Curt.Tilmes@umbc.edu ebiquity Research Group Presentation February 25, 2009 Overview Background Identification Persistence Actionable Identifiers

More information

EIDR: ID FORMAT. Ver January 2012

EIDR: ID FORMAT. Ver January 2012 EIDR: ID FORMAT Ver. 1.02 30 January 2012 Copyright 2012 by the Entertainment ID Registry Association EIDR: ID Format. The content of this manual is furnished for information use only and is subject to

More information

SHAKEN - Secure Handling of Asserted information using tokens. August 2015

SHAKEN - Secure Handling of Asserted information using tokens. August 2015 SHAKEN - Secure Handling of Asserted information using tokens August 2015 1 Current Status The current STIR IETF working group is focused on 4474bis which defines a signing mechanism for validating a calling

More information

EPFL S. Willmott UPC September 2003

EPFL S. Willmott UPC September 2003 Network Working Group Request for Comments: 3616 Category: Informational F. Bellifemine Telecom Italia Lab I. Constantinescu EPFL S. Willmott UPC September 2003 Status of this Memo A Uniform Resource Name

More information

Web Programming. Based on Notes by D. Hollinger Also Java Network Programming and Distributed Computing, Chs.. 9,10 Also Online Java Tutorial, Sun.

Web Programming. Based on Notes by D. Hollinger Also Java Network Programming and Distributed Computing, Chs.. 9,10 Also Online Java Tutorial, Sun. Web Programming Based on Notes by D. Hollinger Also Java Network Programming and Distributed Computing, Chs.. 9,10 Also Online Java Tutorial, Sun. 1 World-Wide Wide Web (Tim Berners-Lee & Cailliau 92)

More information

Mobility Through Naming: Impact on DNS

Mobility Through Naming: Impact on DNS Mobility Through Naming: Impact on DNS Ran Atkinson 1 Saleem Bhatti 2 Steve Hailes 3 1 Extreme Networks RTP, NC, USA 2 University of St Andrews St Andrews, UK 3 University College London (UCL) London,

More information

Announcements. The World Wide Web. Goals of Today s Lecture. The World Wide Web HTML. Web Components

Announcements. The World Wide Web. Goals of Today s Lecture. The World Wide Web HTML. Web Components Announcements The World Wide Web Project #1 - Milestone 1 Due 11pm Tonight No slip days! EE 122: Intro to Communication Networks Fall 2007 (WF 4-5:30 in Cory 277) Lisa Fowler / Vern Paxson TAs: Lisa Fowler,

More information

Enabling Embedded Systems to access Internet Resources

Enabling Embedded Systems to access Internet Resources Enabling Embedded Systems to access Internet Resources Embedded Internet Book www.embeddedinternet.org 2 Agenda : RATIONALE Web Services: INTRODUCTION HTTP Protocol: REVIEW HTTP Protocol Bindings Testing

More information

EIDR: ID FORMAT Ver. 1.1 August 19, 2013

EIDR: ID FORMAT Ver. 1.1 August 19, 2013 EIDR: ID FORMAT Ver. 1.1 August 19, 2013 Copyright by the Entertainment ID Registry Association EIDR: ID Format. The content of this manual is furnished for information use only and is subject to change

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

04 Identifiers. UUID URI Format Characteristics. Coulouris, Ch 9 rfc3986 Ahmed, 2005 Subharthi, 2009

04 Identifiers. UUID URI Format Characteristics. Coulouris, Ch 9 rfc3986 Ahmed, 2005 Subharthi, 2009 04 Identifiers UUID URI Format Characteristics Coulouris, Ch 9 rfc3986 Ahmed, 2005 Subharthi, 2009 Resource identification All resources should have a name Resource without Identifier Can not be shared

More information

Advanced Clientless SSL VPN Configuration

Advanced Clientless SSL VPN Configuration Microsoft Kerberos Constrained Delegation Solution, page 1 Configure Application Profile Customization Framework, page 7 Encoding, page 11 Use Email over Clientless SSL VPN, page 13 Microsoft Kerberos

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

UNIT III 1. Enumerate the properties of storage system? Sharing Persistent Distributed Consistency Example cache/replicas maintenance Main memory No No No 1 RAM File system n No Yes No 1 UNIX file system

More information

Internet Engineering Task Force. draft-ietf-sip-srv-04.txt dynamicsoft,columbia U. January 24, 2002 Expires: July SIP: Locating SIP Servers

Internet Engineering Task Force. draft-ietf-sip-srv-04.txt dynamicsoft,columbia U. January 24, 2002 Expires: July SIP: Locating SIP Servers Internet Engineering Task Force SIP WG Internet Draft J.Rosenberg,H.Schulzrinne draft-ietf-sip-srv-04.txt dynamicsoft,columbia U. January 24, 2002 Expires: July 2002 STATUS OF THIS MEMO SIP: Locating SIP

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

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

SOLIDserver Quick Start Guide

SOLIDserver Quick Start Guide Copyright 2012 EfficientIP All specifications and information regarding the products in this document are subject to change without notice, and should not be construed as a commitment by Efficient IP.

More information

IPv6 Access Services: DHCPv6 Relay Agent

IPv6 Access Services: DHCPv6 Relay Agent A Dynamic Host Configuration Protocol for IPv6 (DHCPv6) relay agent, which may reside on the client's link, is used to relay messages between the client and the server. Finding Feature Information, page

More information

AES Call for Comment on Media Network Directory Requirements

AES Call for Comment on Media Network Directory Requirements AES Call for Comment on Media Network Directory Requirements Published by Audio Engineering Society, Inc. Copyright 2017 by the Audio Engineering Society Abstract This document is a call for comments on

More information

A RELOAD Usage for Distributed Conference Control (DisCo)

A RELOAD Usage for Distributed Conference Control (DisCo) A RELOAD Usage for Distributed Conference Control (DisCo) draft-knauf-p2psip-disco-00 Alexander Knauf Gabriel Hege Thomas Schmidt Matthias Wählisch alexander.knauf@haw-hamburg.de, hege@fhtw-berlin.de,

More information

Configuring CWMP Service

Configuring CWMP Service CHAPTER 12 This chapter describes how to configure the CWMP service in Cisco Broadband Access Center (BAC). Topics covered are:, page 12-1 Configuring Service Ports on the DPE, page 12-2 Disabling Connection

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

Domain Name System.

Domain Name System. Domain Name System http://xkcd.com/302/ CSCI 466: Networks Keith Vertanen Fall 2011 Overview Final project + presentation Some TCP and UDP experiments Domain Name System (DNS) Hierarchical name space Maps

More information

Internet Engineering Task Force (IETF) Orange Labs November Diameter Straightforward-Naming Authority Pointer (S-NAPTR) Usage

Internet Engineering Task Force (IETF) Orange Labs November Diameter Straightforward-Naming Authority Pointer (S-NAPTR) Usage Internet Engineering Task Force (IETF) Request for Comments: 6408 Updates: 3588 Category: Standards Track ISSN: 2070-1721 M. Jones Bridgewater Systems J. Korhonen Nokia Siemens Networks L. Morand Orange

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

04 Identifiers UUID. Coulouris, Ch 9 URI. rfc3986 Format. Ahmed, 2005 Characteristics. Subharthi, 2009

04 Identifiers UUID. Coulouris, Ch 9 URI. rfc3986 Format. Ahmed, 2005 Characteristics. Subharthi, 2009 04 Identifiers UUID Coulouris, Ch 9 URI rfc3986 Format Ahmed, 2005 Characteristics Subharthi, 2009 Resource identification All resources should have a name Resource without Identifier Can not be shared

More information

Acano solution. Third Party Call Control Guide. 07 June G

Acano solution. Third Party Call Control Guide. 07 June G Acano solution Third Party Call Control Guide 07 June 2016 76-1055-01-G Contents 1 Introduction 3 1.1 How to Use this Guide 3 1.1.1 Commands 5 2 Example of Configuring a SIP Trunk to CUCM 6 2.1 Prerequisites

More information

Internet Content Distribution

Internet Content Distribution Internet Content Distribution Chapter 1: Introduction Jussi Kangasharju Chapter Outline Introduction into content distribution Basic concepts TCP DNS HTTP Outline of the rest of the course Kangasharju:

More information

Application Layer Protocols

Application Layer Protocols Application Layer Protocols Dr. Ihsan Ullah Department of Computer Science & IT University of Balochistan, Quetta Pakistan Email: ihsan.ullah.cs@gmail.com These slides are adapted from the slides accompanying

More information

DNSSEC Deployment Issues

DNSSEC Deployment Issues DNSSEC Deployment Issues Johan Ihrén, Autonomica AB Outline The very, very, very short summary is that as the protocol phase is over deployment issues need to be sorted out requires new participants as

More information

Acano solution. Third Party Call Control Guide. December F

Acano solution. Third Party Call Control Guide. December F Acano solution Third Party Call Control Guide December 2015 76-1055-01-F Contents Contents 1 Introduction... 3 1.1 How to Use this Guide... 3 1.1.1 Commands... 4 2 Example of Configuring a SIP Trunk to

More information

Internet Engineering Task Force. dynamicsoft H.Schulzrinne Columbia U. draft-ietf-sip-srv-05.txt February 21, 2002 Expires: August 2002

Internet Engineering Task Force. dynamicsoft H.Schulzrinne Columbia U. draft-ietf-sip-srv-05.txt February 21, 2002 Expires: August 2002 Internet Engineering Task Force Internet Draft draft-ietf-sip-srv-05.txt February 21, 2002 Expires: August 2002 SIP WG J.Rosenberg dynamicsoft H.Schulzrinne Columbia U. SIP: Locating SIP Servers STATUS

More information

Configure Mobile and Remote Access

Configure Mobile and Remote Access Mobile and Remote Access Overview, on page 1 Mobile and Remote Access Prerequisites, on page 3 Mobile and Remote Access Configuration Task Flow, on page 4 Mobile and Remote Access Overview Cisco Unified

More information

Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment

Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment Installing Oracle Service Registry in a Cluster... 1 Additional Steps for Clustering a Publication/Discovery Configuration...

More information

Internationalization Considerations for CRISP

Internationalization Considerations for CRISP Internationalization Considerations for CRISP Prepared by Eric A. Hall on behalf of Verisign Labs May 9, 2003 Table of Contents 1. Overview and Introduction...1 2. LDAP-WHOIS Issues...1 2.1 LDAP-WHOIS

More information

The Identity Web An Overview of XNS and the OASIS XRI TC

The Identity Web An Overview of XNS and the OASIS XRI TC The Identity Web An Overview of XNS and the OASIS XRI TC XML WG December 17, 2002 Marc LeMaitre VP Technology Strategy OneName Corporation Goals of this presentation Introduce the idea of the Identity

More information

DICOM Correction Proposal Form

DICOM Correction Proposal Form DICOM Correction Proposal Form STATUS Letter Ballot Date of Last Update 2014/11/12 Person Assigned Submitter Name Rob Horn Rob Horn Submission date 27 Jan 2014 Correction Number CP- 1031 Log Summary: Support

More information

MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0

MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0 Proposal for Adoption into the MOS Protocol MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0 Revised June 2018 Revision 1.4 FOR FINAL APPROVAL & RATIFICATION Shawn Snider VP Production

More information

UNIT III. cache/replicas maintenance Main memory No No No 1 RAM File system n No Yes No 1 UNIX file system Distributed file

UNIT III. cache/replicas maintenance Main memory No No No 1 RAM File system n No Yes No 1 UNIX file system Distributed file UNIT III 1. Enumerate the properties of storage system? Sharing Persistent Distributed Consistency Example cache/replicas maintenance Main memory No No No 1 RAM File system n No Yes No 1 UNIX file system

More information

Internet Engineering Task Force (IETF) Huawei Technologies November 2013

Internet Engineering Task Force (IETF) Huawei Technologies November 2013 Internet Engineering Task Force (IETF) Request for Comments: 7075 Updates: 6733 Category: Standards Track ISSN: 2070-1721 T. Tsou Huawei Technologies (USA) R. Hao Comcast Cable T. Taylor, Ed. Huawei Technologies

More information

CSP 1.4: An HTTP-Based Protocol for Parameterized, Aggregated Content

CSP 1.4: An HTTP-Based Protocol for Parameterized, Aggregated Content CSP 1.4: An HTTP-Based Protocol for Parameterized, Aggregated Content This document was modified: 6/25/2007 1. Introduction... 3 1.1. Motivation and Design Goals... 3 1.2. Glossary of Terms... 3 2. Protocol

More information

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014

Entrust. Discovery 2.4. Administration Guide. Document issue: 3.0. Date of issue: June 2014 Entrust Discovery 2.4 Administration Guide Document issue: 3.0 Date of issue: June 2014 Copyright 2010-2014 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of Entrust, Inc.

More information

CASP Cross- Application Signaling Protocol

CASP Cross- Application Signaling Protocol CASP Cross- Application Signaling Protocol Henning Schulzrinne August 27, 2002 Overview Protocol properties Message delivery Transport protocol usage Message forwarding Message format Next-hop discovery

More information

Network Programmability with Cisco Application Centric Infrastructure

Network Programmability with Cisco Application Centric Infrastructure White Paper Network Programmability with Cisco Application Centric Infrastructure What You Will Learn This document examines the programmability support on Cisco Application Centric Infrastructure (ACI).

More information

Lecture 6 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 6 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 6 Application Layer Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Application-layer protocols Application: communicating, distributed processes running in network hosts

More information

PIDs for CLARIN. Daan Broeder CLARIN / Max-Planck Institute for Psycholinguistics

PIDs for CLARIN. Daan Broeder CLARIN / Max-Planck Institute for Psycholinguistics PIDs for CLARIN Daan Broeder CLARIN / Max-Planck Institute for Psycholinguistics CLARIN D Tutorial Sept. 2011 Contents Persistent Identifiers CLARIN requirements & policy PIDs & Granularity PIDs & Versioning

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

Network Working Group Request for Comments: 5509 Category: Standards Track April 2009

Network Working Group Request for Comments: 5509 Category: Standards Track April 2009 Network Working Group S. Loreto Request for Comments: 5509 Ericsson Category: Standards Track April 2009 Internet Assigned Numbers Authority (IANA) Registration of Instant Messaging and Presence DNS SRV

More information

BEAWebLogic Server and WebLogic Express. Programming WebLogic JNDI

BEAWebLogic Server and WebLogic Express. Programming WebLogic JNDI BEAWebLogic Server and WebLogic Express Programming WebLogic JNDI Version 10.0 Document Revised: March 30, 2007 Contents 1. Introduction and Roadmap Document Scope and Audience.............................................

More information

Computer Security CS 426

Computer Security CS 426 Computer Security CS 426 Lecture 34 DNS Security 1 Domain Name System Translate host names to IP addresses E.g., www.google.com 74.125.91.103 Hostnames are human-friendly IP addresses keep changing And

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

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Web Service Definition The term "Web Services" can be confusing.

More information

EECS 122: Introduction to Computer Networks DNS and WWW. Internet Names & Addresses

EECS 122: Introduction to Computer Networks DNS and WWW. Internet Names & Addresses EECS 122: Introduction to Computer Networks DNS and WWW Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776 Internet

More information

ms-help://ms.technet.2004apr.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/howto/grpolwt.htm

ms-help://ms.technet.2004apr.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/howto/grpolwt.htm Page 1 of 17 Windows 2000 Server Step-by-Step Guide to Understanding the Group Policy Feature Set Operating System Abstract Group Policy is the central component of the Change and Configuration Management

More information

Configuring Cisco SPS

Configuring Cisco SPS CHAPTER 2 Configuring Cisco SIP proxy server (Cisco SPS) involves tasks such as creating a proxy-server farm, setting up individual proxy servers to handle tasks, and adding subscribers, registries, and

More information

Application-layer Protocols

Application-layer Protocols Application-layer Protocols Kai Shen application transport data link physical Network Applications and Application-Layer Protocols application transport data link physical application transport data link

More information

3GPP TS V9.4.0 ( )

3GPP TS V9.4.0 ( ) TS 29.303 V9.4.0 (2011-06) Technical Specification 3rd Generation Partnership Project Technical Specification Group Core Network and Terminals Domain Name System Procedures Stage 3 (Release 9) The present

More information

Send and Receive Exchange Use Case Test Methods

Send and Receive Exchange Use Case Test Methods Send and Receive Exchange Use Case Test Methods Release 1 Version 1.0 October 1, 2017 Send and Receive Exchange Test Methods Release 1 Version 1.0 Technology Sponsor [Name] [Email] [Telephone] Signature

More information

A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles

A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles Jørgen Thelin Chief Scientist Cape Clear Software Inc. Abstract The three common software architecture styles

More information

Global numbering for M2M/IoT devices and ecall

Global numbering for M2M/IoT devices and ecall Global numbering for M2M/IoT devices and ecall Workshop on Numbering for ecall 31 January 2017 ECO, Copenhagen Richard Hill VisionNG Outline ecall requirements 878 features Background on 878 Background

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

Uniform Resource Identifier (URI): Generic Syntax

Uniform Resource Identifier (URI): Generic Syntax Network Working Group Request for Comments: 3986 Obsoletes: 2732, 2396, 1808 STD: 66 Updates: 1738 Category: Standards Track T. Berners-Lee W3C/MIT R. Fielding Day Software L. Masinter Adobe Systems January

More information

Microsoft Skype for Business (aka Lync ) Federation

Microsoft Skype for Business (aka Lync ) Federation Microsoft Skype for Business (aka Lync ) Federation Procedures for federating an Enterprise using Skype for Business (aka Lync ) with the PGi Virtual Meeting Room Service Note: For brevity the previous

More information