An introduction to Service Discovery Protocols, with a closer view on the Service Location Protocol and Home Audio Video Interoperability
|
|
|
- Aldous Woods
- 10 years ago
- Views:
Transcription
1 An introduction to Service Discovery Protocols, with a closer view on the Service Location Protocol and Home Audio Video Interoperability Maxim Langebrekke Department of Telematics Norwegian University of Science and Technology T5 - Service Discovery Protocols and middleware: HAVi, SLP. Abstract The number of services that will become available in networks is expected to grow enormously and automatic service discovery is considered to be a very important feature in future network development. With service discovery, devices may automatically discover network services including their properties, and services may advertise their existence in a dynamic way, enabling users to access information, resources and services anytime, anywhere. This essay introduces two well-known services discovery protocols currently under development, namely the Service Location Protocol and Home Audio Video Interoperability. General information about service discovery is also presented, as to give you a better overview to understand why service discovery is and still will be very important in the future. Keywords: Service discovery, service location protocol, SLP, home audio video interoperability, HAVi, self configuration, plug and enjoy. I. Introduction With the raising number of Internet services it becomes increasingly important to give users the possibility of finding and making use of services that are available in a network. Totally new services, besides the classical ones such as those offered by fax machines, scanners, printers, and so on, will be available. Examples of such new services are music on demand, video on demand and services for information access via Internet. Following this trend, services need to become more autonomous, because this will enable more and more users access to the services automatically, without requiring reconfiguration of their system. For example, users are not interested to manually upload device drivers or search for the IP address of a desired service. Today s widespread use of network-enabled mobile devices (such as PDAs, notebooks, cellular phones and laptops), make dynamic discovery of services in a foreign network and automatic system configuration very useful features. Several discovery protocols (SDPs) have been proposed especially to support this kind of user mobility. These protocols change the way services are configured, organized and announced on a network. The purpose of these protocols is to enable mobile users to discover new services and to support seamless and service interoperability. Common for most SDPs are key features like service announcement and registration, event mechanisms, service lookup and query. Several service discovery T5 - Service Discovery Protocols and middleware: HAVi, SLP 1
2 protocols are currently under development, namely the Service Location Protocol (SLP) [1], Jini [2], Salutation [3], Universal Plug and Play (UPnP) [4], Bluetooth Service Discovery Protocol (SDP) [5], Ninja [6] and the Home Audio Video Interoperability (HAVi) [7]. In this essay, I m going to discuss the main characteristics of SLP and HAVi, with focus on the self configuring aspects and on their applicability for a mobile user employing devices with limited capabilities. In section two I ll give you more information on service discovery protocols with a complementing scenario. In section three and four I describe SLP and HAVi respectively. Section five presents common problems with these protocols regarding to user mobility and mechanisms to overcome them. Self configuring aspects are described in section six and I end this essay with a conclusion in section seven. II. Service Discovery Protocols Service discovery protocols provide mechanisms for dynamically discover available services in a network and for providing the necessary information to: Search and browse the services Choose the right service Utilize the service Service discovery simplifies, from the user s point of view, the task of finding and using services. From the network administrator s point of view it simplifies the task of building and maintaining a network, and especially to introduce new services and new devices. Let me illustrate the advantage of service discovery with the following scenario where engineer Max is leaving home for work. While on his way to his office, he uploads his agenda that is being maintained on the office network to his handheld PC. In this way he knows which meetings have been scheduled for the today. He then notices that he forgot to take along an important technical report he was working on yesterday evening at home on his desktop PC. He retrieves this document with his handheld PC and sends it to the printer at his office that supports internet printing. In the meantime he receives a message from the city traffic control system, installed by the local authorities, that there is a traffic jam on his way to work, suggesting him to take another road. Being a little late, he receives an urgent incoming call on his handheld PC from the project manager. Jack immediately switches on the Internet connected audio system in his car and continues the communication using VoIP. Some of the aspects in this scenario can already be implemented using the current state-of-the-art in network technology, where others require more effort. III. Service Location Protocol The Service Location Protocol is being developed by the IETF working group and is currently available in version 2 [1]. SLP is a protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. SLP is designed for TCP/IP networks and scales from a single LAN to enterprise networks. It does not scale to the internet, because DHCP and multicast require configuration and the Internet do not provide a centralized place for administration. 3.1 SLP Agents An SLP agent is a software entity that processes SLP protocol messages. The SLP architecture consists of three main components: T5 - Service Discovery Protocols and middleware: HAVi, SLP 2
3 User Agents (UA) perform service discovery on behalf of the client Service Agents (SA) advertise the location and characteristics of services on behalf of services Discovery Agent (DA) saves service information and addresses received from SAs in their database and responds to service request from UA Service discovery Discovery Agent Service registration and update Service Request Service Registration Service Reply Service Ack User Agent Service Agent Figure 1: Transactions for service request and registration by SLP agents 3.2 Service Request and Registration Figure 1 shows the different interactions between the three agents. Service Registration is the procedure when a new service connects to a network and contacts the DA to advertise its existence. DA collects all service information advertised by SAs. UAs send their Service Requests to the DA and receive the address and characteristics of the desired service. A client (UA or SA) must discover the existence of the DA before it is able to contact it. There exist three different ways for DA discovery: static, active and passive. In static discovery, SLP agents obtain the address of the DA through DHCP. DHCP servers distribute the addresses of the DAs to hosts that request them (The necessary DHCP options for SLP are defined in [8]). In case of active discovery, UAs and SAs send service request to the SLP multicast group address ( ) and a DA that listens on this address will respond directly (via unicast) to the requesting agent. The last method is called passive discovery, where DAs frequently send out multicast advertisements for their services. In this way UAs and SAs learn the DA address from the received advertisements and are now able to contact the DA themselves via unicast. It is important to note that SLP has two operational modes, one where DA is not present and one where DA is present. The latter one is used especially in large networks with many services, since it allows categorizing services into different groups. It is more effective in smaller networks not to use DA. T5 - Service Discovery Protocols and middleware: HAVi, SLP 3
4 Service Request multicast Service Request User Agent Service Reply Service Agent Figure 2: Service Discovery without DA Figure 2 shows service discovery when there is no DA present. UAs send out their Service Request to the SLP multicast address, where all the SAs listen on this multicast address, and they will send unicast responses to the UA if they advertise the requested service. Service URL and Service Template are being used to advertise services [9]. The Service URL contains the IP address of the service, the port number, and the path. Service Templates specify the attributes that characterize the service and their default values. An example to a Service Template associated with a network printer is listed up below. service:printer://lj4050.tum.de:1020/queue1 scopes = tum, bmw, administrator printer-name = lj4050 printer-model = HP LJ4050 N printer-location = Room 0409 color-supported = false pages-per-minute = 9 sides-supported = one-sided, two-sided SLP Version 1 [10] has yet been implemented in several commercial products, as for example in Hewlett Packard s JetSend Technology. SVP version 2 is already included in Solaris 8 and HP s Web JetAdmin, and is expected to be widely deployed in the nearest future. IV. Home Audio Video Interoperability Home Audio Video Interoperability provides a home networking standard architecture for intelligent audio and video devices to interoperate seamlessly with each other regardless of manufacturer, operating system, CPU or programming language used for implementation [7]. HAVi is a non-profit organization formed by eight major Consumer Electronics companies. The eight CE companies are Grundig AG, Hitachi, Ltd., Matsushita Electrical Industrial Co., Ltd. (Panasonic), Royal Phillips Electronics, Sharp Corp., Sony Corp., Thomson Multimedia and Toshiba Corp. The first beta version of the HAVi standard 1.0 was published in December 1998, while the final 1.0 version was released in December The current version of the specification is 1.1 and it was published in May 15 th T5 - Service Discovery Protocols and middleware: HAVi, SLP 4
5 4.1 Scenarios I m going to give you some examples in order to let you understand how HAVi can make lives easier and what kind of things, not possible before, can now be achieved by using it. Imagine a TV with voice recognition capability, or connected to a video telephone link so that the TV and all other sounds are muted, and calls are answered automatically by a voice command. Similarly, if a camera is placed outside the door detects movement, the picture is automatically connected to the TV screen notifying the user about a possible visitor, or starts recording if the same thing happens unexpectedly during the night? Another example might be time synchronization between different devices. TVs get the correct time from the broadcast stream and other devices can query the TV and set their own clocks according to it. Or consider recording a program with a VCR directly from the TV screen. The task can be as simple as just browsing the program information with the Electronic Program Guide, selecting the desired program and pressing on button to activate recording. The TV then locates an available recorder (e.g., a recording DVD device or a VCR) and commands it to record the program supplying it with the time, length and the channel parameters. In this way users do not have to program the recording device in any way. Figure 3: Overview of how devices may be interconnected in a normal household [7] The user-friendliness does not stop here, since HAVi allows the TV to generate a complete menu structure to interact with any HAVi device or a combination of devices in the network, using only the TV s remote control. These are some of the possibilities that HAVi offers, still there are more to come. By connecting electronic devices into the HAVi network it is possible to share and combine their resources, and use these to build up more sophisticated applications. 4.2 HAVi Principles of Operation In a HAVi environment, audio and video devices can interoperate with each other regardless of the actual brand or their HAVi implementation. The HAVi architecture is open, platformindependent and language neutral, thus HAVi can be implemented in any programming language and on any CPU or real-time operating system. This provides manufacturers the T5 - Service Discovery Protocols and middleware: HAVi, SLP 5
6 freedom to develop interoperable devices and since HAVi offers the open Interoperability API, developers can write applications for these devices using Java. It is important to understand that there is no single master controlling device under the HAVi system. This means that any device in the HAVi network can take control over other devices if it has been designed to do so. Both the controlling devices and the controlled devices can be located anywhere within the HAVi network. The interoperability of HAVi devices might seem pretty complex, but this is really not the case since devices are hot-pluggable and they are supposed to automatically announce their presence and capabilities to other devices and configure themselves when connected to the network. This will save the user from reading installation instructions and configuring network addresses and drivers. Just plug and enjoy. Finally, the installation and configuration of the network won t be as complicated as in computer networks. The HAVi standard promises to be future proof by maintaining current functionality while making it easy to upgrade and to add new capabilities. Non-HAVi devices can also be connected to the network if at least one of the HAVi devices supports the interface the legacy device provides. 4.3 IEEE-1394 In order to meet the requirements for real-time transfer of high-data-rate streams, selfmanagement and auto-configuration, HAVi has chosen the IEEE-1394 standard (i.link by Sony or FireWire by Apple) as interconnection medium. IEEE-1394 has more than enough capacity to simultaneously carry multiple digital audio and video streams around the house, and provides support for digital copy protection. It currently provides a bandwidth of up to 400 Mb/s. Data can also be full duplex, where both data and signaling can flow in both directions at the same time, and it scales up to 63 devices in the same bus [11]. Figure 4: An example of interconnected Audio/Video devices with IEEE-1394 T5 - Service Discovery Protocols and middleware: HAVi, SLP 6
7 4.4 Software Elements HAVi software elements are entities that communicate with each other in peer-to-peer way. Each software element has a well-defined API through which the services can be accessed. They also have unique identifiers assigned by the Messaging System before they register to the Registry, and it s this unique identifier that is used to pass messages between different elements. The software elements comprising the HAVi architecture are [7]: 1394 Communication Media Manager. Allows asynchronous and isochronous communication over the IEEE-1394 network. Messaging System. Responsible for passing messages between the software elements. Registry. Acts as the directory service of the network. It enables any software element to locate other elements and detects its capabilities and properties. Event Manager. Serves as an event delivery service, where events are changes of the software elements. Stream Manager. Responsible for real-time transfer of Audio/Video streams. Resource Manager. Resource sharing and scheduling of actions. Device Control Module (DCM). Allows the controlling device to control other devices, where each software element represents a single device. Functional Component Module (FCM). A FCM for each controllable function within a device. DCM Manager. Responsible for installing and removing DCMs. Figure 5: HAVi architecture [7] T5 - Service Discovery Protocols and middleware: HAVi, SLP 7
8 V. Common problems with SDPs In the preceding sections I have discussed the main characteristics of SLP and HAVi. I will now present some challenges to achieve the goals of service discovery. 5.1 Semantic service discovery and user profiles Service discovery is most interesting from a user s viewpoint, because when a user enters an unknown network, she or he would like to find out which services are available. Service registration and request in SLP is based on the exact matching of name and value. On the other hand, searching for services in terms of service properties is not good enough, since we have to consider the risk of incomplete matches or synonyms for service attributes. However, only returning services that completely match would reduce the number of positive responses to services requests. There is one solution to resolve the matching problem, and it would be to use a standardized vocabulary to describe services. The United Nations Standard Products and Services Code (UNSPSC) [12] provides a multi-sector classification of products and services, and using this classification scheme to identify each service would improve interoperability. 5.2 Interoperability and network transparency One essential condition is the interoperability between different software platforms. It is important to allow protocol interoperability, more specific to have bridges between the different service discovery protocols, because we wish to enable service discovery also between devices that do not run the same protocol. There exist today several mappings between most of these protocols, however I won t describe them any further here. To this day there does not exist a mapping from SLP to HAVi, because the inter-relationship is examined from the A/V point of view and SLP does not have the applicability to handle digital A/V signals as HAVi networks are aimed to do. VI. Self configuring aspects Self configuration is an important requirement in service discovery systems, this due to the heterogeneity of available computing systems and devices. The heterogeneity will not likely change in the nearest future and this is why these systems will require self configuration. SLP uses DHCP for self configuration, to give UAs and SAs the location of DAs. SLP is self configuring in the way that SAs automatically announce their services to the DA when they connect to a network, or by responding directly to the UA with unicast. Plug and enjoy is the slogan for HAVi devices, for the reason that they are hot-pluggable and supposed to automatically announce their presence and capabilities to other devices and configure themselves when connected to the network. This will save the user from reading installation instructions and configuring network addresses and drivers. VII. Conclusion Service discovery will be an important aspect in future network systems, this most importantly because new services are being developed rapidly and service discovery will enable users quick access to services when they enter a new network. There are still some major challenges that future work must focus on, problems like attribute matching, platform interoperability and network transparency need to be resolved, while keeping in mind the limitations of the current resource constraint devices. T5 - Service Discovery Protocols and middleware: HAVi, SLP 8
9 Table 1 summarizes the main features of the SLP and HAVi. Feature SLP HAVi Developer IETF HAVi Organization License Open source Open source Version Network transport TCP/IP IEEE-1394 Programming language Independent Independent Code mobility Dependent Independent OS and platform No Yes Srv attributes searchable Yes Yes Central cache repository Yes (optional) No Operation w/o directory Yes Registry required Leasing concept Yes Yes Security IP dependent Access levels, signatures Table 1: Comparison of SLP and HAVi T5 - Service Discovery Protocols and middleware: HAVi, SLP 9
10 References [1] E. Guttman, C. Perkins, J. Veizades, and M. Day. Service Location. Protocol, Version 2, RFC 2608, June [2] Sun Microsystems Inc. Jini Architectural Overview, Technical White Paper, May [3] The Salutation Consortium. Salutation Architecture Specification (Part-1), Version 2.1, [4] UPnP Forum. Universal Plug and Play Device Architecture Reference Specification, Version 1.0.1, May [5] Bluetooth SIG. Bluetooth Core Specification version 1.2, volume 3 - Part B, November [6] Steven D. Gribble, Matt Welsh, Rob von Behren, Eric A. Brewer, David Culler, N. Borisov, S. Czerwinski, R. Gummadi, J. Hill, A. Joseph, R.H. Katz, Z.M. Mao, S. Ross, and B. Zhao. The Ninja Architecture for Robust Internet-Scale Systems and Services. In Special Issue of Computer Networks on Pervasive Computing. June [7] HAVi Organization. HAVi - The A/V digital network revolution, Technical White Paper, May [8] Charles E. Perkins and Erik Guttman. DHCP Options for Service Location Protocol. Internet RFC 2610, June [9] E. Guttman, Charles E. Perkins, and James Kempf. Service Templates and Service: Schemes, Internet RFC 2609, June [10] J. Veizades, E. Guttmann, C. E. Perkins, and S. Kaplan. Service Location Protocol. Internet RFC 2165, June [11] IEEE, IEEE standard 1394, Standard for a High Performance Serial Bus, Piscataway, N.J., IEEE Press, parts 1-5, [12] United Nations Development Programme and Dun & Bradstreet Corporation. The United Nations Standard Products and Services Code, T5 - Service Discovery Protocols and middleware: HAVi, SLP 10
CHAPTER 1 INTRODUCTION
CHAPTER 1 INTRODUCTION 1.1 Introduction Service Discovery Protocols (SDPs) are network protocols which allow automatic detection of devices and services offered by these devices on a computer network [1].
A COMPARISON OF SERVICE DISCOVERY PROTOCOLS AND IMPLEMENTATION OF THE SERVICE LOCATION PROTOCOL
A COMPARISON OF SERVICE DISCOVERY PROTOCOLS AND IMPLEMENTATION OF THE SERVICE LOCATION PROTOCOL Christian Bettstetter and Christoph Renner Technische Universität München (TUM) Institute of Communication
Suitability of existing service discovery protocols for mobile users in an ambient intelligence environment
Suitability of existing service discovery protocols for mobile users in an ambient intelligence environment Davy Preuveneers Department of Computer Science K.U.Leuven Celestijnenlaan 200A B-3001 Leuven,
Mobile Devices: Server and Management Lesson 05 Service Discovery
Mobile Devices: Server and Management Lesson 05 Service Discovery Oxford University Press 2007. All rights reserved. 1 Service discovery An adaptable middleware in a device (or a mobile computing system)
Automatic Configuration and Service Discovery for Networked Smart Devices
Automatic Configuration and Service Discovery for Networked Smart Devices Günter Obiltschnig Applied Informatics Software Engineering GmbH St. Peter 33 9184 St. Jakob im Rosental Austria Tel: +43 4253
How To Create A Service Discovery Protocol In Java (Java) And Other Networks
International Journal of Computer Research ISSN 1535-6698 Volume 11, Number 1, pp. 1-12 2002 Nova Science Publishers, Inc. PROTOCOLS FOR SERVICE DISCOVERY IN DYNAMIC AND MOBILE NETWORKS Computer and Information
SERVICE DISCOVERY AND MOBILITY MANAGEMENT
Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)
Review: Lecture 1 - Internet History
Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected]
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected] Abstract Time Warner Cable is the second largest Cable TV operator in North America
Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks
Implementation of a Lightweight Advertisement and Discovery Protocol for Mobile Ad hoc Networks Wenbin Ma * Department of Electrical and Computer Engineering 19 Memorial Drive West, Lehigh University Bethlehem,
UPnP Control Point for Mobile Phones in Residential Networks
1 UPnP Control Point for Mobile Phones in Residential Networks Andreas Häber 1, Frank Reichert 2, and Andreas Fasbender 3 Abstract Together, Ericsson and HiA are studying the role of WiFi-enabled mobile
Introduction to. Bill Rose: President, WJR Consulting, Inc. Chairman: CEA R7 Home Networking Committee CEA Technology and Standards Council
Introduction to Bill Rose: President, WJR Consulting, Inc. Chairman: CEA R7 Home Networking Committee CEA Technology and Standards Council Copyright 2005 High-Definition Audio-Video Network Alliance. All
VIA COLLAGE Deployment Guide
VIA COLLAGE Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...
VIA CONNECT PRO Deployment Guide
VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...
Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach
Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Simone Leggio, Jukka Manner, Antti Hulkkonen, Kimmo Raatikainen Department of Computer Science University of Helsinki,
Need for Signaling and Call Control
Need for Signaling and Call Control VoIP Signaling In a traditional voice network, call establishment, progress, and termination are managed by interpreting and propagating signals. Transporting voice
RESOURCE DISCOVERY IN AD HOC NETWORKS
RESOURCE DISCOVERY IN AD HOC NETWORKS Diane Tang Chih-Yuan Chang Kei Tanaka Mary Baker Technical Report No.: CSL-TR-98-769 August 1998 This project is in part supported by FX Palo Alto Laboratories and
The Ubiquitous Web, UPnP and Smart Homes
The Ubiquitous Web, UPnP and Smart Homes Franklin Reynolds Nokia Research Center, Cambridge [email protected] 1 NOKIA PCG.PPT / 15 6 2004 / Franklin Reynolds Our Vision "The essence of this vision
Mapping of Services on Bluetooth Radio Networks
Mapping of s on Bluetooth Radio Networks J. Dunlop and N. Amanquah University of Strathclyde -Department of Electronic and Electrical Engineering, Glasgow G1 1XW, Scotland Ph.: +44 141 5482081, Fax:+44
Advanced Peer to Peer Discovery and Interaction Framework
Advanced Peer to Peer Discovery and Interaction Framework Peeyush Tugnawat J.D. Edwards and Company One, Technology Way, Denver, CO 80237 [email protected] Mohamed E. Fayad Computer Engineering
Deploying QoS sensitive services in OSGi enabled home networks based on UPnP
Deploying QoS sensitive services in OSGi enabled home networks based on UPnP Nico Goeminne, Kristof Cauwel, Filip De Turck, Bart Dhoedt Ghent University - IBBT - IMEC Department of Information Technology
Peer to Peer Search Engine and Collaboration Platform Based on JXTA Protocol
Peer to Peer Search Engine and Collaboration Platform Based on JXTA Protocol Andraž Jere, Marko Meža, Boštjan Marušič, Štefan Dobravec, Tomaž Finkšt, Jurij F. Tasič Faculty of Electrical Engineering Tržaška
MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1
Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...
CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs
CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).
IPv6 over Power Line for the Digital Home
IPv6 over Power Line for the Digital Home Moscow, November 2004 Jordi Palet & Francisco Ortiz Consulintel - 1 Typical PLC Network Topology - 2 Next generation applications Every device, even every application,
WebEx. Remote Support. User s Guide
WebEx Remote Support User s Guide Version 6.5 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader should
HARTING Ha-VIS Management Software
HARTING Ha-VIS Management Software People Power Partnership HARTING Management Software Network Management Automation IT - with mcon Switches from HARTING With the Ha-VIS mcon families, HARTING has expanded
Session Initiation Protocol (SIP) The Emerging System in IP Telephony
Session Initiation Protocol (SIP) The Emerging System in IP Telephony Introduction Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify and terminate multimedia
JSLEE and SIP-Servlets Interoperability with Mobicents Communication Platform
JSLEE and SIP-Servlets Interoperability with Mobicents Communication Platform Jean Deruelle Jboss R&D, a division of Red Hat [email protected] Abstract JSLEE is a more complex specification than SIP
Detecting rogue systems
Product Guide Revision A McAfee Rogue System Detection 4.7.1 For use with epolicy Orchestrator 4.6.3-5.0.0 Software Detecting rogue systems Unprotected systems, referred to as rogue systems, are often
Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network [email protected]
Position Paper for The Fourth W3C Web and TV Workshop Abstract This paper introduces multiple screen technology research and services implementation in China, which has the close relationship between Web
Implementing Intercluster Lookup Service
Appendix 11 Implementing Intercluster Lookup Service Overview When using the Session Initiation Protocol (SIP), it is possible to use the Uniform Resource Identifier (URI) format for addressing an end
CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS
CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS What is an operating? A collection of software modules to assist programmers in enhancing efficiency, flexibility, and robustness An Extended Machine from the users
Using AnywhereUSB to Connect USB Devices
VMWARE TECHNICAL NOTE VMware ESX Server Using to Connect Devices Digi International s Remote I/O Concentrator is a remote networking solution that utilizes over IP technology, called RealPort, to enable
How To Configure Voice Vlan On An Ip Phone
1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices
What communication protocols are used to discover Tesira servers on a network?
Understanding device discovery methods in Tesira OBJECTIVES In this application note, basic networking concepts will be summarized to better understand how Tesira servers are discovered over networks.
Do you know what makes NetSupport Manager so unique?
Do you know what makes NetSupport Manager so unique? NetSupport Manager is recognised internationally as the market leading Remote Control solution for Enterprises large and small. Over the last 23 years,
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example
Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Document ID: 69632 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure
District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification
1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.
GVRP Overview. Overview
3 GVRP Contents Overview...................................................... 3-2................................................... 3-3 General Operation........................................... 3-4
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity
Zeenov Agora High Level Architecture
Zeenov Agora High Level Architecture 1 Major Components i) Zeenov Agora Signaling Server Zeenov Agora Signaling Server is a web server capable of handling HTTP/HTTPS requests from Zeenov Agora web clients
SUPPORT GUIDE FOR USING WLAN AND UPNP
SUPPORT GUIDE FOR USING WLAN AND UPNP Contents 1. INTRODUCTION...1 2. WLAN ACCOUNT SETTINGS ON PHONE...1 2.1 WLAN ACCESS POINT SETTINGS (NON SECURE WLAN NETWORKS)...1 2.2 WLAN ACCESS POINT SETTINGS (SECURE
A Web Services Framework for Collaboration and Audio/Videoconferencing
A Web Services Framework for Collaboration and Audio/Videoconferencing Geoffrey Fox, Wenjun Wu, Ahmet Uyar, Hasan Bulut Community Grid Computing Laboratory, Indiana University [email protected], [email protected],
Windows Server 2003 default services
Windows Server 2003 default services To view a description for a particular service, hover the mouse pointer over the service in the Name column. The descriptions included here are based on Microsoft documentation.
How To. Instreamer to Exstreamer connection. Project Name: Document Type: Document Revision: Instreamer to Exstreamer connection. How To 1.
Instreamer to Exstreamer connection Project Name: Document Type: Document Revision: Instreamer to Exstreamer connection 1.11 Date: 06.03.2013 2013 Barix AG, all rights reserved. All information is subject
From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications
From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications Vita Hinze-Hoare Abstract This paper provides a general technical overview of the
HP Switches Controlling Network Traffic
HP Switches Controlling Network Traffic Hewlett-Packard switches offer an array of features designed to provide increased network performance with a minimum of complication and administration. Among features
Crestron Electronics, Inc. AirMedia Deployment Guide
Crestron Electronics, Inc. AirMedia Deployment Guide Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs) under a limited non-exclusive, non transferable
Interoperability of Peer-To-Peer File Sharing Protocols
Interoperability of -To- File Sharing Protocols Siu Man Lui and Sai Ho Kwok -to- (P2P) file sharing software has brought a hot discussion on P2P file sharing among all businesses. Freenet, Gnutella, and
FabulaTech Products Advanced Communications Solutions
FabulaTech Products Advanced Communications Solutions Network Serial Port Kit Printer for Remote Desktop Scanner for Remote Desktop Serial Port Control Serial Port Mapper Serial Port Redirector Serial
Figure 1 Sample WiseLink screens, showing MP3 music files (left) and photos (right) available as shared files from your networked PC or media server
SAMSUNG S GUIDE TO DLNA Welcome to the era of 21 st -century television! Samsung s added a new level of functionality to its HDTVs with DLNA CERTIFIED connectivity. Now, your compatible Samsung HDTV can
Universal plug and play (UPnP) mapping attacks
Universal plug and play (UPnP) mapping attacks Daniel Garcia Abstract Universal Plug and Play is a popular method for NAT traversal used by common household devices. This document explores the different
ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM
ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM Liu Yanxiang & Yow Kin Choong School of Computer Engineering Nanyang Technological University Nanyang Avenue, Singapore 639798 Keywords:
Investigating Service Discovery, Management and Network Support for Next Generation Object Oriented Services
Investigating Service Discovery, Management and Network Support for Next Generation Object Oriented Services Bilhanan Silverajan, Joona Hartman, Jani Laaksonen Dept. of Information Technology, Tampere
BroadCloud PBX Customer Minimum Requirements
BroadCloud PBX Customer Minimum Requirements Service Guide Version 2.0 1009 Pruitt Road The Woodlands, TX 77380 Tel +1 281.465.3320 WWW.BROADSOFT.COM BroadCloud PBX Customer Minimum Requirements Service
A Distributed Architecture for Remote Service Discovery in Pervasive Computing
A Distributed Architecture for Remote Service Discovery in Pervasive Computing by Farzad Salehi A thesis submitted to the Department of Computer Science in conformity with the requirements for the degree
Unified Messaging and Fax
April 25, 2007 Telecom White Paper Presented By: Toshiba Telecommunications Systems Division www.telecom.toshiba.com Unified Messaging and Fax Toshiba s Stratagy Enterprise Server Overview: Unified Messaging
GadgetGatewayIa Configurable LON to IP Router and/or Remote Packet Monitor. ANSI 709.1 (LonTalk ) and ANSI 852 (IP) standards based.
Configurable LON to IP Router and/or Remote Packet Monitor. ANSI.1 (LonTalk ) and ANSI 852 (IP) standards based. Creator of GadgetTek Products 2966 Fort Hill Road Eagle Mountain, Utah 84043-4108 USA (voice)
Upon completion of this chapter, you will able to answer the following questions:
CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the
Design and Implementation of Ad-hoc Communication and Application on Mobile Phone Terminals
Design and Implementation of Ad-hoc Communication and Application on Mobile Phone Terminals Yujin Noishiki Hidetoshi Yokota Akira Idoue KDDI R&D Laboratories, Inc. 2-1-15 Ohara, Fujimino-Shi, Saitama,
Improving Quality in Voice Over Internet Protocol (VOIP) on Mobile Devices in Pervasive Environment
Journal of Computer Applications ISSN: 0974 1925, Volume-5, Issue EICA2012-4, February 10, 2012 Improving Quality in Voice Over Internet Protocol (VOIP) on Mobile Devices in Pervasive Environment Mr. S.Thiruppathi
FarSync T2Ue. A 2 port PCI Express synchronous communications adapter
FarSync T2Ue A 2 port PCI Express synchronous communications adapter Key Features PCI Express bus mastering WAN adapter 2 synchronous ports Network interfaces for RS232C, X.21, RS530, RS449 and V.35 Wide
MEDIA CONTROL SERVER 2.0
MEDIA CONTROL SERVER 2.0 Version 2.0 Getting Started Guide This getting started guide will help you install and configure the Autonomic Controls Media Control Server and Mirage client. Contents OVERVIEW...
Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong
Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application Author: Fung, King Pong MSc in Information Technology The Hong Kong Polytechnic University June 1999 i Abstract Abstract of dissertation
Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network
White paper Intelligent Content Delivery Network (CDN) The New Generation of High-Quality Network July 2001 Executive Summary Rich media content like audio and video streaming over the Internet is becoming
Technical Configuration Notes
MITEL SIPCoE Technical Configuration Notes Configure Inn-Phone SIP Phone for use with MCD SIP CoE NOTICE The information contained in this document is believed to be accurate in all respects but is not
Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. [email protected].
Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali [email protected] 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers
Qfiniti Enterprise and VoIP for Avaya. Qfiniti Enterprise and VoIP. An etalk Technical White Paper
Qfiniti Enterprise and VoIP for Avaya Qfiniti Enterprise and VoIP An etalk Technical White Paper Table of Contents etalk Product Briefing...3 Integration Overview...3 VoIP Connection...4 Layer 2 Connectivity...4
Design and Implementation of Client Server Network Management System for Ethernet LAN
Design and Implementation of Client Server Network Management System for Ethernet LAN Ms. MAY PAING PAING ZAW and Ms. SU MYAT MARLAR SOE Abstract Network Management Systems have played a great important
system monitor Uncompromised support for your entire network.
system monitor Uncompromised support for your entire network. CONTENTS. Introduction Uses How it works Site Manager PLUS! Network Watchdog System Requirements 4 5 6 7 8 9 10 system monitor INTRODUCTION.
Windows Server 2012 R2 The Essentials Experience
Windows Server 2012 R2 The Essentials Experience Published: October 7, 2013 Contents 1 Meeting business needs 1 The small business challenge 2 Windows Server 2012 R2 Essentials 2 A cloud-enabled server
The Cross-Media Contact Center
Whitepaper The Cross-Media Contact Center The Next-Generation Replacement for the Traditional Call Center Intel in Communications Executive Summary Because call centers are a principal point of contact
Broadband Forum - Remote Management Work
Broadband Forum - Remote Management Work Why Standardize Management Protocols? 2 BroadbandHome Remote Management Framework OSS/BSS Policy Call Center WT-131, WT-132: ACS Northbound Interface Auto-Configuration
L-Series LAN Provisioning Best Practices for Local Area Network Deployment. Introduction. L-Series Network Provisioning
L-Series LAN Provisioning Best Practices for Local Area Network Deployment Introduction Scope NComputing s L-series access devices connect to a host computer through an Ethernet interface and IP protocol.
A Generic Database Web Service
A Generic Database Web Service Erdogan Dogdu TOBB Economics and Technology University Computer Engineering Department Ankara, Turkey [email protected] Yanchao Wang and Swetha Desetty Georgia State University
Call Center Solution. From
Call Center Solution From About Manila Voice Manila Voice is a provider of state-of-the art Hosted Business Communications Services, and comprehensive, integrated network solutions. We ensure quality,
Radio over IP A Manager s s Guide to the Technology
Radio over IP A Manager s s Guide to the Technology 2008 APCO Summer Training Conference Wenatchee, WA 1 What s s with all this RoIP Stuff? How to keep from being at the end of your RoIP Avoiding enough
Fast remote data access for control of TCP/IP network using android Mobile device
RESEARCH ARTICLE OPEN ACCESS Fast remote data access for control of TCP/IP network using android Mobile device Vaibhav Muddebihalkar *, R.M Gaudar** (Department of Computer Engineering, MIT AOE Alandi
