Network operators have begun. Standardization Activities for IPTV Set-Top Box Remote Management IPTV

Size: px
Start display at page:

Download "Network operators have begun. Standardization Activities for IPTV Set-Top Box Remote Management IPTV"

Transcription

1 Standardization Activities for Set-Top Box Remote Management services are gaining widespread use, requiring service providers to have effective methods for remotely configuring and managing set-top boxes (STBs). Solutions for such remote management are becoming standards-based. This article examines published specifications and ongoing activities on STB remote management in four standards organizations: the Broadband Forum, the Digital Video Broadcasting Project, the Open Forum, and the Alliance for Telecommunications Industry Solutions Interoperability Forum. The authors compare the protocol and data model definitions, investigate interoperability test events, and comment on possible future directions for standardization. Jun Shan Wey, Joachim Lüken, and Jürgen Heiles Nokia Siemens Networks Network operators have begun deploying services television and content-on-demand services delivered over managed broadband networks to the home over the past few years. As services mature and become more widely deployed, service providers must have an efficient way to remotely configure and manage set-top boxes (STBs), which terminate the service in the user s home, render the content for display on the TV set, and allow user interaction via a remote control. Commercial products for STB remote management have evolved from purely proprietary to standards-based solutions. Several standards development organizations (SDOs) have published STB remote-management standards and are working on extending these protocols. Furthermore, tests have been performed to validate the interoperability of standards-based implementations. In this article, we examine current standards as well as the results of recent interoperability tests. Device management within the digital home, defined in SDOs such as the Universal Plug and Play Forum and the Digital Living Network Alliance, is out of this article s scope. Standardization for STB Remote Management One important challenge for an service provider is reducing its churn rate that is, the number of cus- 32 Published by the IEEE Computer Society /09/$ IEEE IEEE INTERNET COMPUTING

2 Standardization Activities for Common Acronyms tomers leaving its service by improving problem response and resolution time. A remotemanagement application is thus a critical component that lets service providers quickly resolve problems customers report and lower the cost of troubleshooting. An STB remote manager lets service providers perform initial configuration, initiate diagnostic tests, download firmware on all or a group of STBs, or retrieve STB performance data and network status. Protocols such as the Simple Network Management Protocol (SNMP) with its often vendor-specific content as well as proprietary solutions have been available for remotely managing network devices for many years. However, these solutions aren t well suited to operate in networks behind firewalls and routers performing network address translation of private IP addresses. The Open Mobile Alliance (OMA) defines remote management for mobile devices, whereas CableLabs specifies it for cable TV deployments. With respect to, the Broadband Forum s (BBF s) remote-management specification for DSL-based fixed-line access, which is widely deployed to manage DSL home gateways, is a natural choice because services are usually provided via fixed-line networks. This approach also lets service providers have a single back end for managing consumer equipment such as DSL home gateways and STBs. BBF TR-069 the CPE WAN Management Protocol (CWMP) 1 defines a generic mechanism for facilitating the communication between customer premises equipment (CPE) and its remote-management server, the autoconfiguration server (ACS). The BBF has defined data models for TR-069-capable devices, including STBs. The Digital Video Broadcasting (DVB) Project, the Open Forum (OIPF), and the Alliance for Telecommunications Industry Solutions (ATIS) Interoperability Forum (IIF) have all adopted CWMP in their specifications. However, each body has added specific extensions to suit its needs. Here, we ll examine these extensions in more detail. Broadband Forum Since TR-069 s publication in 2004, the broadband industry has widely accepted and deployed it for remote home-gateway management. The BBF (formerly the DSL Forum) has been continually extending its specification set to cover ACS: autoconfiguration server ATIS: Alliance for Telecommunications Industry Solutions BBF: Broadband Forum CPE: customer premises equipment CWMP: CPE WAN Management Protocol DVB: Digital Video Broadcasting FUS: firmware update system IIF: Interoperability Forum MSF: MultiService Forum OIPF: Open Forum RMS: remote-management system RPC: Remote Procedure Call SDO: standards development organization STB: set-top box Policy OSS/BSS Call center Auto-configuration server (ACS) ACS northbound interface Scope of CPE WAN Management Protocol (CWMP): ACS southbound interface Managed Internet gateway device other devices in the home, such as STBs. Commercial deployments of STB extensions have already begun and are gaining momentum as other SDOs adopt BBF specifications. TR-069 specifies CWMP for bidirectional communication between a CPE and its associated ACS for secure autoconfiguration and other CPE-management functions. Figure 1 shows how the protocol is applied in an end-to-end architecture. The home network might consist of Internet gateway devices as well as LAN devices such as STBs, voice-over-ip (VoIP) phones, and storage devices. TR-106 defines the baseline data model required for all TR-069- Managed LAN device Managed LAN device Managed LAN device Figure 1. End-to-end architecture using the CPE WAN Management Protocol (CWMP). CWMP is the autoconfiguration server southbound interface for managing devices in broadband home networks. It was initially targeted for Internet gateway devices and later extended to other residential devices. (Source: Broadband Forum; redrawn with permission.) MAY/JUNE

3 Functionality Configuration Trouble management Performance management Fault management Table 1. Key set-top box (STB) remote-management functionalities. Description An autoconfiguration server (ACS) initially configures STB parameters and updates STB firmware or software. The ACS collects information to perform diagnostics and takes required actions, such as rebooting or updating software to remotely clear the fault. This functionality usually acts in response to customer complaints (trouble tickets). The ACS periodically polls STBs to collect usage statistics and quality-of-service (QoS) or qualityof-experience (QoE) parameters. The STB QoS/QoE reporting capabilities let service providers conduct measurements at the service level. The ACS periodically polls or receives reports from STBs when faults occur. This functionality lets service providers proactively diagnose and troubleshoot problems before consumers complain about service degradation or outage. Customer premises equipment Open connection SSL initiation HTTP post Inform request HTTP response Inform response HTTP post (empty) HTTP response GetParameterValues request HTTP post GetParameterValues response HTTP response SetParameterValues request HTTP post SetParameterValues response HTTP response (empty) Close connection Auto-configuration server Figure 2. A customer premises equipment (CPE) autoconfiguration server (ACS) transaction session. A CPE always initiates a transaction session using an Inform method. In this example, the ACS subsequently reads some parameter values from the CPE and, based on the received information, sets the parameter values. (Source: Broadband Forum; redrawn with permission.) enabled devices, 2 whereas TR-135 specifies the additional data model for STBs. 3 These BBF specifications let service providers perform four key remote-management functionalities, described in Table 1. CWMP s architecture specifies a generic mechanism using Remote Procedure Call (RPC) methods that allow the ACS to configure and monitor a CPE s status and statistics. The RPC is encoded in SOAP, transferred via HTTP or HTTPS (HTTP over Secure Sockets Layer [SSL] or Transport Layer Security [TLS]), and carried over the standard TCP/IP protocol. SOAP lets one program use another s services in a remote machine for example, an STB receiving a GetParameterValues RPC will respond to the ACS with the values for that parameter. Furthermore, SOAP is platform independent and has inherited capabilities such as encryption and authentication from the underlying HTTPS. This is similar to a Web services design. We can view the basic interaction between the ACS and a CPE as follows. First, the CPE follows a set of mechanisms to discover the address of its associated ACS. After this discovery, the CPE can initiate connections on special events, such as reboot, or periodically, by issuing an Inform RPC; or the ACS can request the connection through a Connection Request RPC. Thus, for each transaction session, the CPE opens a TCP connection, then might initiate SSL/ TLS. The CPE then initiates a session by sending an initial Inform request to the ACS. For example, a session might consist of the Inform transaction and a transaction in which the ACS calls the Reboot method at a CPE, which then responds with RebootResponse and performs the reboot. A session terminates after certain predetermined conditions are met. Figure 2 shows another example CPE ACS transaction session. The BBF has developed and included several improvements in an updated version of TR-069. For example, as a result of the BBF s close collaboration and alignment with the DVB Project, TR-069 Amendment 2 adds multicast firmware download support. TR-135 defines a data model for describing STB capabilities, such as basic audio/video streaming, content security, quality of service 34 IEEE INTERNET COMPUTING

4 Standardization Activities for CE manufacturer Firmware update system (FUS) FUS storage FUS multicast server FUS unicast server RMS administration 11 FUS manager RMS inventory Firmware announcement service RMS manager 13 Remote management systems (RMS) 7 8 End device Interfaces: 1. Firmware package 2. Firmware metadata 3. CE vendor-rms admin 4. RMS-FUS control 5. Multicast firmware delivery (FLUTE, DSM-CC) 6. Unicast firmware delivery (HTTP[S], [s]ftp, TFTP) 7. Firmware announcement (SDP/SAP, XML/DVBSTP) 8. Query response channel (SOAP) 9. CPE management (TR-069 CWMP 1.1 or others) 10. RMS administration 11. FUS storage (internal) 12. FUS processing (internal) 13. RMS inventory (internal) Figure 3. Digital Video Broadcasting software download architecture. This architecture describes the functional elements and interface protocols for a firmware update system (FUS) and a remote-management system (RMS). (Source: Digital Video Broadcasting Project; redrawn with permission.) (QoS), and video service performance monitoring. It defines several profiles to allow for more efficient and effective management. Each profile is a collection of requirements associated with a particular data object. The BBF is continuing its efforts to update both TR-069 and TR-135. The next amendment for both specifications is expected in DVB Project The DVB Technical Module, IP Infrastructure (TM-IPI) group completed the first phase of remote- management work in early 2008, enabling CPEs firmware upgrade capability within the home environment. 4 It accomplished this phase in close cooperation with other SDOs, specifically BBF and ATIS IIF, resulting in good alignment of the specifications. The DVB specification focuses on defining a firmware update system (FUS) that can either stand alone in unmanaged environments or work with existing remote-management systems (RMSs) that other bodies have specified for managed environments. Although the DVB specification is basically RMS neutral and will eventually support more than one RMS, it currently specifies and recommends only extensions for a TR-069- based solution. Figure 3 shows a logical architecture that describes the functional elements and interface protocols for a FUS and an RMS. DVB introduces some new concepts not currently covered by existing RMS capabilities: DVB defines the firmware metadata transferred via interfaces 2, 3, and 4 in detail using XML Schema. A firmware download can be triggered by a multicast announcement (interface 7) rather than an RMS-issued event, enabling selective and scalable firmware updates for a large population of STBs. Alternatively, interface 8 provides a unicast query/response channel to inform end devices about new firmware versions. MAY/JUNE

5 Residential network Open terminal function (OITF) Application gateway (AG) IMS gateway (IG) User-network interface (UNI) Broadband network WAN Amendment 2. Furthermore, the TR-106 data model has several DVB-specific extensions that configure the CPE end of the multicast announcement service, such as the specific multicast IP addresses the STBs should listen to. The DVB specification s first phase doesn t define a CPE data model, but the organization is discussing these aspects and plans to develop data model specifications later in Remote management support: Content and service protection gateway (CSPG) WAN gateway TR-069 and browser API No support TR-069 only Figure 4. Open Forum (OIPF) residential network architectures. The figure describes the different functional entities and protocol usage on the residential network side. (Source: OIPF; redrawn with permission.) Table 2. Open Forum functional entity data models. Functional entity Open Terminal Function Supported data models TR and TR WAN gateway TR-106 and TR-98 Internet gateway data model 9 IP Multimedia Subsystem gateway Application gateway TR-106 Session Initiation Protocol end points of TR-104 voice-over-ip customer premises equipment data model 10 TR-106 DVB enables the use of multicast protocols for firmware downloads (interface 5), such as File Delivery over Unidirectional Transport (FLUTE) 5 and Digital Storage Media Command and Control (DSM-CC). 6 Because TR-069 is the recommended management protocol, DVB has defined some extensions in cooperation with the BBF to support requirements for firmware updates. The DVB specification defines a new method for informing the RMS upon the completion of a file transfer (either successful or unsuccessful) that the RMS didn t specifically request. The BBF has also adopted this new method in TR-069, OIPF The OIPF defines an end-to-end solution for both IP Multimedia Subsystem (IMS)-based managed networks and open Internet deployments. A common user network interface (UNI) ensures that end users have access to services from multiple service providers over both network types. Remote management is applicable only to managed networks in this context. The OIPF architecture separates the residential network functionality into several functional entities, 7 as Figure 4 shows. Whether a functional entity is required depends on the supported services and deployment scenarios. The physical implementation of functional entities in a residential network is outside the OIPF specifications scope. The Open terminal function (OITF) that Figure 4 shows provides user access to basic services. It terminates video and audio streams, processes metadata, handles content and service protection, and includes a browserbased declarative application execution environment. The WAN gateway represents the home gateway, which provides an interface between the access network and the home network. The OITF and WAN gateway are always required. For managed network deployments, the IMS gateway (IG) provides an IMS client for authentication and session management, network discovery, and interface with the OITF. The content and service protection gateway (CSPG) allows alternative content protection solutions on the network side and transfers them into a standardized format to the OITF. With the application gateway (AG), Java applications can be downloaded to and executed in the residential network. Volume 4 of the OIPF Technical Specifications 8 defines the use of TR-069-based remote management for the OITF, WAN gateway, IG, and AG. OIPF will consider remote management for the CSPG in future releases. Table 2 lists the 36 IEEE INTERNET COMPUTING

6 Standardization Activities for specific data models 2,3,9,10 the BBF defines as applied to different OIPF functional entities. As an alternative to TR-069-based remote management, service providers can perform remote diagnostics and management on the OITF using APIs of the Consumer Electronics Association (CEA) 2014-based 11 declarative application execution environment. 12 Such APIs provide access to OITF properties such as vendor and model names as well as diagnostic information related to packet loss and decoder errors. The APIs also support reading out and modifying optional vendor-specific parameters. Furthermore, they allow triggering of software updates, although the software update process itself is outside the release 1 specifications scope. Note that remote management doesn t depend on specific IMS functionality. It isn t coupled with IMS except as regards the configuration of IMS/Session Initiation Protocol (SIP)-related parameters in the IG. OIPF finalized its release 1 technical specifications in late It will complement these specifications with profile specifications later this year. The organization has started work on release 2, with already-approved requirements. No major additions for remote management are expected for this release. Software download server (SDS) Software store Software distribution preparation Software originator a b Software download manager Unicast delivery function Multicast delivery function Business I/F c Remote configuration and management server (RCMS) d Signaling and metadata Unicast download f1 f 2 Multicast download e1 e2 Transport network TR TR-069 1, other ATIS IIF While coordinating with other global SDOs, ATIS IIF focuses on developing both IMS- and non-ims-based managed network standards, with special emphasis on the North American market. ATIS IIF completed its remotemanagement specification (ATIS ), 13 which closely follows definitions from the BBF and the DVB Project. ATIS defines a remote-management and configuration server (RCMS) that serves as the key entity for remote-management functionalities. ATIS IIF adopts the TR-069 protocol and methods for provisioning and configuring both terminal function (ITF) and delivery network gateway (DNG) devices. For mobile devices, the specification follows the OMA Device Management protocol. 14 ATIS covers three main functionalities: software download management, remote device management, and remote device monitoring. For software download management, ATIS IIF adopts some but not all of the BBF and DVB specifications. Figure 5 shows the ATIS IIF software download architecture. Functional entities are self-explanatory in the figure. Interfaces i1/ i2, based on TR-069, are for configuration and download management signaling. Protocol definitions follow the DVB Project specifications for interfaces d (signaling and metadata for software download), e1/e2 (multicast delivery), and f1/f2 (unicast delivery). ATIS IIF will specify metadata definitions for these interfaces in future releases. The other interfaces are out of this specification s scope. The ATIS IIF definitions and those from BBF and DVB have some major differences: The ATIS IIF specification applies only to managed devices in the consumer domain. It doesn t endorse DVB FUS as a standalone capability without RMS. The ATIS IIF specification distinguishes between DNGs and ITFs, as opposed to referring to both as CPEs. DNG and ITF bootstrapping for software downloading strictly follows the definitions in TR-069, Amendment 2. ATIS IIF also specifies additional security mechanisms to guarantee authentication of the downloaded file before executing it. This isn t covered by the existing DVB and BBF specifications. ATIS gives detailed definitions for trust mechanisms for this and other security requirements. i1 DNG Figure 5. Alliance for Telecommunications Industry Solutions (ATIS) Interoperability Forum (IIF) software download architecture. The figure shows the functional entities and interfaces between a service provider and a residential network for remote-management and software download. (Source: ATIS IIF; redrawn with permission.) i2 ITF MAY/JUNE

7 The ATIS IIF remote device management specifications basically follow the BBF s definitions for ITF and DNG, and OMA s for mobile devices. For remote device monitoring, ATIS IIF employs a layered principle to monitor information at the device, IP transport, and service layers. The remote device management specifications cover various aspects of the functionalities we describe in Table 1. ATIS defines specific QoS- and quality-of-experience (QoE)-related metrics. Currently, the ATIS IIF data model definition contains only high-level descriptions; future releases will define the details, although ATIS IIF hasn t finalized a specific timeline for this yet. Interoperability Test Events A successful roll-out of remotemanagement services relies heavily on validating published standards via interoperability tests. TR-069 Interoperability Plugfests have focused on testing the protocol layer and haven t been specific. The Global Multi-Vendor Interoperability test event that the MultiService Forum (MSF) hosted in 2008 has included STB remote-management test cases. Here, we look at these test events more closely. BBF TR-069 Interoperability Plugfests The BBF hosts a quarterly TR-069 Interoperability Plugfest for manufacturers of TR-069- capable CPEs and ACSs. During these plugfests, the participants test the interoperability of TR- 069-capable devices based on the latest version of TR-069 and all its related working texts. Although past plugfests haven t been -related, discussions are in progress about interoperability tests that will ensure successful rollouts. MSF Global Multi-Vendor Interoperability Test One of the MSF s main charters is to validate standards that major SDOs define for nextgeneration network-related topics. Every other year, MSF hosts the Global Multi-Vendor Interoperability (GMI) test event based on interoperability agreements (IAs) and test plans its member companies have developed. GMI 2008 was conducted at five global test sites involving four major service providers during two weeks in October. Two significant contributions were related to : the first-ever IMS interoperability test event and a partnership between MSF and ATIS IIF to conduct early validation of ATIS IIF standards in a realistic network environment. The STB Remote Management IA and test plan are based on the BBF specifications. The test plan, applicable to both IMS (ETSI TISPAN-based) and non-ims-based architectures, focuses on three categories of test cases derived from Table 1: Configuration. Verify that the baseline profile is supported. Remote diagnostics. Verify the capability for remotely identifying STB fault conditions. Performance management. Collect audience statistics and performance parameters. Due to the unavailability of test equipment from participating vendors, STB remote management was only partially tested in GMI The results showed that some specifications don t provide clear implementation guidelines, especially regarding optional features. Consequently, vendors interpret the specifications differently, causing interoperability issues. MSF published a whitepaper in January that provides the industry with the GMI 2008 test results and the MSF s recommendations to SDOs for future specification improvements. A s commercial RMSs are being widely deployed, one important consideration is the scalability of the remote-management protocols for supporting mass STB configuration and simultaneous retrieval of data from all or a subset of STBs. Given that CWMP currently requires stateful TCP connections for communication between CPEs and an ACS, multicast techniques and UDP-based communication are being investigated. As commercial deployments of the current specifications are under way and SDOs continue to develop new ones, the industry must continue aligning standardization work to avoid duplication and conflict of definitions. Industry-wide interoperability test events to validate published specifications can benefit service providers tremendously in the end-to-end architecture design. In the next phase of STB remotemanagement standardization, SDOs should pay special attention to improving efficiency and 38 IEEE INTERNET COMPUTING

8 Standardization Activities for security, ensuring scalability, and addressing the management of converged wireline and wireless devices. Acknowledgments We acknowledge the ATIS IIF, BBF, DVB Project, OIPF, and MSF for permission to reuse diagrams published in their specification documents. Special thanks to David Francisco and Jeff Lowery of Nokia Siemens Networks for their valuable comments. References 1. BBF TR-069, CPE WAN Management Protocol v1.1, Issue 1, Amendment 2, Broadband Forum, Dec. 2007; 2. BBF TR-106, Data Model Template for TR-069-Enabled Devices, Issue 1.1, Broadband Forum, Nov. 2006; www. broadband-forum.org/technical/trlist.php. 3. BBF TR-135, Data Model for a TR-069-Enabled STB, Broadband Forum, Dec. 2007; org/technical/trlist.php. 4. ETSI TS , Remote Management and Firmware Update System for DVB IP Services, European Telecommunication Standards Institute, Feb. 2008; org/website/standards/standardsdownload.aspx. 5. T. Paila et al., FLUTE File Delivery over Unidirectional Transport, IETF RFC 3926, Oct. 2004; org/rfc/rfc3926.txt. 6. ISO/IEC , Information Technology Generic Coding of Moving Pictures and Associated Audio: Digital Storage Media Command and Control, Int l Organization for Standardization/Int l Electrotechnical Commission, July Functional Architecture; V1.2; Open Forum, Dec. 2008; 8. Release 1 Specification Volume 4 Protocols, V1.0, Open Forum, Jan. 2009; 9. BBF TR-98, Internet Gateway Device Data Model for TR- 069, Issue 1, Amendment 2, Broadband Forum, Sept. 2008; BBF TR-104, Provisioning Parameters for VoIP CPE, Broadband Forum, Sept. 2005; org/technical/trlist.php. 11. CEA-2014, Web-Based Protocol and Framework for Remote User Interface on UPnP Networks and the Internet (Web4CE), Consumer Electronics Assoc., June Release 1 Specification Volume 5, Declarative Application Execution Environment, v1.0, Open Forum, Jan. 2009; ATIS , Remote Management of Devices in the Consumer Domain for Services, Alliance for Telecommunications Industry Solutions, Mar. 2008; www. atis.org/docstore/default.aspx. 14. OMA Device Management Protocol, Version 1.2, OMA- TS-DM_Protocol-V1_2, Open Mobile Alliance, 9 Feb. 2007; _program/dm_v1_2.aspx. 15. ATIS , Secure Download and Messaging Interoperability Specification, Alliance for Telecommunications Industry Solutions, Mar. 2008; docstore/default.aspx. 16. ATIS , QoS Metrics for Linear Broadcast, Alliance for Telecommunications Industry Solutions, Aug. 2007; MultiSerive Forum, Application and Service Testing in Global Next Generation Networks, Global Multi- Vendor Interoperability whitepaper, Jan. 2009; www. msforum.org/interoperability/02-mgs81044-mfs _Whitepaper.pdf. Jun Shan Wey is with the research division at Nokia Siemens Networks. Her research interests include development of high-speed semiconductor lasers, WDM long-haul optical fiber communications, and set-top-box and middleware products. Wey has a PhD in electrical engineering from the University of Maryland, College Park. She currently participates in the ATIS IIF, ATIS NIPP-OAN, MSF, and FSAN Group. She is a senior member of the IEEE. Contact her at shan. wey@nsn.com. Joachim Lüken is with the research division at Nokia Siemens Networks, where he s responsible for the security aspects of its Home Entertainment solution. He has more than 20 years experience in telecommunications covering software development in digital public-switched telephone network switches to systems engineering for asynchronous transfer mode and IP-based products. Lüken has a Teacher Exam degree in mathematics from the University of Muenster, Germany. He has been active in the ITU-T and ETSI and participates in the DVB Project and the BBF. Contact him at joachim.lueken@nsn.com. Jürgen Heiles is with the research division of Nokia Siemens Networks, where he leads the standardization program. He has been involved in development, system engineering, and standardization of transport network technologies like SONET/SDH and Carrier Ethernet as well as in the standardization of. Heiles has a Dipl.-Ing. (FH) degree in electrical engineering from the University of Applied Sciences Rhineland- Palatinate, Germany. He represents Nokia Siemens Networks in the DVB Project and the OIPF Steering Group. Contact him at juergen.heiles@nsn.com. MAY/JUNE

MR-186 BroadbandSuite 3.0 Companion Guide

MR-186 BroadbandSuite 3.0 Companion Guide MARKETING REPORT MR-186 BroadbandSuite 3.0 Companion Guide Issue: 1 Issue Date: September 2009 The Broadband Forum. All rights reserved. Issue History Issue Issue Number Date 01 September, 2009 Issue Editor

More information

Broadband Forum Remote Management Specifications

Broadband Forum Remote Management Specifications Broadband Forum Remote Management Specifications Overview Basis of our Remote Management Work Understanding the Digital Home BroadbandHome - Remote Management CPE Requirements TR-069 test events Simplifying

More information

International Standardization of IPTV at ITU-T IPTV-GSI

International Standardization of IPTV at ITU-T IPTV-GSI International Standardization of IPTV at ITU-T IPTV-GSI Suguru Higashino, Hideo Imanaka, Akira Takahashi, Yoshinori Goto, Shinji Ishii, and Masahito Kawamori Abstract This article summarizes the current

More information

BroadbandSuite Unleashing the Power Of Broadband

BroadbandSuite Unleashing the Power Of Broadband BroadbandSuite Unleashing the Power Of Broadband Robin Mersh Chief Operating Officer DSL Forum January 14, 2007 DSL Forum Mission and Strategy Mission: Develop technical specifications and marketing materials

More information

VDSL Autoconfiguration Plugtests Event 2008

VDSL Autoconfiguration Plugtests Event 2008 VDSL Autoconfiguration Plugtests Event 2008 Technical Information Document Auto-Configuration Version: 0.2 Date: 2008-03-06 CETECOM ICT Services GmbH Tel: +49 681 598 0 Untertürkheimer Strasse 6-10 Fax:

More information

Cisco Prime Home 5.1 Technical

Cisco Prime Home 5.1 Technical Data Sheet Cisco Prime Home 5.1 Technical The proliferation of Internet-connected devices and the explosion of video and data traffic are driving complexity in the home network. Increasing numbers of new

More information

An Overview of the User Services Platform (USP) (Broadband Forum TR-369)

An Overview of the User Services Platform (USP) (Broadband Forum TR-369) An Overview of the User Services Platform (USP) (Broadband Forum TR-369) Prepared especially for technical people - most meaningless marketing terms have been removed What we re going to talk about TR-069

More information

Technologies and Standards for IPTV. Paresh Shah Director, Sales Engineering

Technologies and Standards for IPTV. Paresh Shah Director, Sales Engineering Technologies and Standards for IPTV Paresh Shah Director, Sales Engineering IPTV Introduction IPTV Standards Requirements Global IPTV standards Coordination Key Benefits What is IPTV? An emerging technology

More information

ETSI TS V2.1.1 ( )

ETSI TS V2.1.1 ( ) TS 102 824 V2.1.1 (2016-04) TECHNICAL SPECIFICATION Digital Video Broadcasting (DVB); Remote Management and Firmware Update System for DVB IPTV Services (Phase 2) 2 TS 102 824 V2.1.1 (2016-04) Reference

More information

3GPP TS V ( )

3GPP TS V ( ) TS 32.593 V10.2.0 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Telecommunication management; Home enhanced Node B (HeNB)

More information

UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES

UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES UPNP DEVICE MANAGEMENT SIMPLIFY THE ADMINISTRATION OF YOUR DEVICES April 2011 MANAGEMENT SUMMARY Problem statement Today more and more devices are connected to Internet. TVs, smartphones, tablets, printers,

More information

HSTP-IPTV-GUIDE.1 IPTV

HSTP-IPTV-GUIDE.1 IPTV I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Technical Paper (27 October 2017) HSTP-IPTV-GUIDE.1 IPTV service deployment scenarios

More information

W52P IP DECT Phones (with firmware version 30 or later)

W52P IP DECT Phones (with firmware version 30 or later) This technote mainly provides a general introduction of TR-069 (Technical Report 069) and the way of enabling the TR-069 on the Yealink IP phones. It also provides the supported RPC methods and the information

More information

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance

DATA SHEET HIGHTLIGHTS Deploying a Single System to Manage All Devices and Services Implementing Service Assurance Motorola EDGE Service Assurance Software Suite The allows service providers to expand broadband service revenues while reducing operational and support costs through automated service provisioning and

More information

AT&T SD-WAN Network Based service quick start guide

AT&T SD-WAN Network Based service quick start guide AT&T SD-WAN Network Based service quick start guide After you order your AT&T SD-WAN Network Based service, you can: Create administrator accounts Log in to the SD-WAN orchestrator Configure business policy

More information

TISPAN. Defining the Next Generation Network

TISPAN. Defining the Next Generation Network World Class Standards TISPAN Defining the Next Generation Network Chairman TISPAN, Rainer Münch R.Muench@alcatel-lucent.de TISPAN Workshop Beijing May 2008 World Class Standards Presentation Roadmap 1.

More information

Subnet Multicast for Delivery of One-to-Many Multicast Applications

Subnet Multicast for Delivery of One-to-Many Multicast Applications Subnet Multicast for Delivery of One-to-Many Multicast Applications We propose a new delivery scheme for one-to-many multicast applications such as webcasting service used for the web-based broadcasting

More information

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006

Home Networking - a Service Provider and DSL Forum Perspective. David Thorne June 28th, 2006 Home Networking - a Service Provider and DSL Forum Perspective David Thorne June 28th, 2006 Outline A SP View of the Home Network What SPs want from the Home Network What SPs do not want from the Home

More information

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. FS-VDSL Service Scenarios INTERNATIONAL TELECOMMUNICATION UNION

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. FS-VDSL Service Scenarios INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU FS-VDSL White Paper Full-Service VDSL Focus Group White Paper FS-VDSL Service Scenarios Version 1.00 29 November

More information

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 John Elwell, Chairman ECMA TC32 Siemens Communications (International) Limited john.elwell@siemenscomms.co.uk ECMA/TC32/2000/103 ECMA/GA/2000/69

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

ETSI TC ENVIRONMENTAL ENGINEERING STANDARDIZATION IN THE FIELD OF ENVIRONMENTAL SUSTAINABILITY FOR ICT

ETSI TC ENVIRONMENTAL ENGINEERING STANDARDIZATION IN THE FIELD OF ENVIRONMENTAL SUSTAINABILITY FOR ICT ETSI TC ENVIRONMENTAL ENGINEERING STANDARDIZATION IN THE FIELD OF ENVIRONMENTAL SUSTAINABILITY FOR ICT Third ETSI Workshop on ICT Energy Efficiency and Environmental Sustainability Beniamino Gorini (Alcatel-Lucent)

More information

Broadband Access Center Overview

Broadband Access Center Overview CHAPTER 1 This chapter gives an overview of Cisco Broadband Access Center, Release 4.0, hereafter referred to as BAC. This chapter details: Introduction to BAC, page 1-1 Technologies and Features, page

More information

Wholesale Access and the work of the BBF. Robin Mersh. CEO Broadband Forum. Access

Wholesale Access and the work of the BBF. Robin Mersh. CEO Broadband Forum. Access Wholesale Access and the work of the BBF Robin Mersh CEO Broadband Forum Metro Access Residential SMB Backhaul/Core Mobile Data Center Enterprise/Govt. 1 The Broadband Forum s Mission To accelerate the

More information

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Kyung-Hyu Lee* Jeung-Heon Hahn* Electronics and Telecommunications Research Institute* Email: {khyulee, stevehahn

More information

Auto Configuration Server Device Diagnostic and Management with TR-069

Auto Configuration Server Device Diagnostic and Management with TR-069 Auto Configuration Server Device Diagnostic and Management with TR-069 WHAT IS TR-069? Standard to allow remote management of enduser devices (CPE) Technical Report 069 First published 2004 Defines CWMP

More information

ITU-APT Workshop on NGN Planning March 2007, Bangkok, Thailand

ITU-APT Workshop on NGN Planning March 2007, Bangkok, Thailand ITU-APT Workshop on NGN Planning 16 17 March 2007, Bangkok, Thailand 1/2 Riccardo Passerini, ITU-BDT 1 Question 19-1/2: Strategy for migration from existing to next-generation networks (NGN) for developing

More information

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV Thomas Stockhammer Qualcomm Incorporated ABSTRACT Internet video is experiencing a dramatic growth in both fixed and mobile

More information

G.fast Ultrafast Access Technology Standardization in ITU-T

G.fast Ultrafast Access Technology Standardization in ITU-T G.fast Ultrafast Access Technology Standardization in ITU-T Yoshihiro Kondo Abstract The International Telecommunication Union - Telecommunication Standardization Sector (ITU-T) Study Group 15 (SG15) is

More information

CITEL s s Focus on Cybersecurity and Critical Infrastructure Protection CITEL

CITEL s s Focus on Cybersecurity and Critical Infrastructure Protection CITEL CITEL s s Focus on Cybersecurity and Critical Infrastructure Protection Wayne Zeuch CITEL (Alcatel-Lucent) ITU Regional Workshop on Frameworks for Cybersecurity and CIIP Buenos Aires, Argentina October

More information

H.323. Definition. Overview. Topics

H.323. Definition. Overview. Topics H.323 Definition H.323 is a standard that specifies the components, protocols and procedures that provide multimedia communication services real-time audio, video, and data communications over packet networks,

More information

Introduction to IGMP for IPTV Networks

Introduction to IGMP for IPTV Networks White Paper Introduction to for IPTV Networks Understanding Processing in the Broadband Access Network Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408.745.2000 1.888

More information

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Outlines Next Generation Network (NGN) Definition Applications Requirements Network Architecture QoS Issues 2 What

More information

SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA SIGNALS Digital transmission of television signals

SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA SIGNALS Digital transmission of television signals International Telecommunication Union ITU-T J.281 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2005) SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA

More information

CCIE SP Operations Written Exam v1.0

CCIE SP Operations Written Exam v1.0 Cisco 350-060 CCIE SP Operations Written Exam v1.0 Version: 5.0 QUESTION NO: 1 DRAG DROP Cisco 350-060 Exam Answer: Critical Section Loss of Signal (SLOS) Critical Section Loss of Frame (SLOF) Major Alarm

More information

OIPF. Test Specification Overview. Open IPTV Forum

OIPF. Test Specification Overview. Open IPTV Forum OIPF Test Specification Overview [V1.0.0] 0] - [2010 2010-11-15] Open IPTV Forum Open IPTV Forum Postal address Open IPTV Forum support office address 650 Route des Lucioles - Sophia Antipolis Valbonne

More information

Secure Communications on VoIP Networks

Secure Communications on VoIP Networks Mediatrix Multi-service Gateways v. 2.0.41.762 2017-12-21 Table of Contents Table of Contents Internet Telephony Network Security 4 Authentication 4 X-509 Certificates 4 Transport Layer Security (TLS)

More information

ISO/IEC TR TECHNICAL REPORT

ISO/IEC TR TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 16167 First edition 2010-08-01 Information technology Telecommunications and information exchange between systems Next Generation Corporate Networks (NGCN) Emergency calls Technologies

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines

ISO/IEC TR TECHNICAL REPORT. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines TECHNICAL REPORT ISO/IEC TR 23009-3 First edition 2015-05-01 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 3: Implementation Guidelines Technologies de l'information Diffusion

More information

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo June 13 th, 2017 Optinet China Conference 2017 Junjie Li, China Telecom (lijj.bri@chinatelecom.cn) OIF Board Member Agenda Motivation

More information

Table of Contents 1 TR-069 Configuration 1-1

Table of Contents 1 TR-069 Configuration 1-1 Table of Contents 1 TR-069 Configuration 1-1 TR-069 Overview 1-1 TR-069 Network Framework 1-1 Basic Functions of TR-069 1-1 TR-069 Mechanism 1-3 TR-069 Configuration 1-4 Configuration Guidelines 1-6 i

More information

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4 System Architecture, page 1 Deployment Environment, page 4 System Architecture The diagram below illustrates the high-level architecture of a typical Prime Home deployment. Figure 1: High Level Architecture

More information

The Role and Contribution of OMA in Service Delivery Platform Standardization

The Role and Contribution of OMA in Service Delivery Platform Standardization The Role and Contribution of OMA in Service Delivery Platform Standardization ITU-T SDP Workshop 17 October 2011 Musa Unmehopa Technical Plenary Chairman, OMA Senior Manager, Alcatel-Lucent What I ll be

More information

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide CCNET v6 1 Chapter 3: Network Protocols and Communications CCENT Routing

More information

TN3270 AND TN5250 INTERNET STANDARDS

TN3270 AND TN5250 INTERNET STANDARDS 51-10-55 DATA COMMUNICATIONS MANAGEMENT TN3270 AND TN5250 INTERNET STANDARDS Ed Bailey INSIDE Enterprise Data and Logic; User Productivity and Confidence; Newer Platforms and Devices; How Standardization

More information

Hannes Willemse. MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE

Hannes Willemse. MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE MikroTik TR069 Hannes Willemse MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE What is TR069 The CPE WAN Management Protocol (CWMP), published by The Broadband Forum as TR-069, specifies a standard

More information

Networks and Transfer Protocols

Networks and Transfer Protocols Networks and Transfer Protocols IRT The Networks and Transfer Protocols subgroup of the Task Force had the responsibility of finding the best technologies to enable different data types to be moved around

More information

IPTV Explained. Part 1 in a BSF Series.

IPTV Explained. Part 1 in a BSF Series. IPTV Explained Part 1 in a BSF Series www.aucklandsatellitetv.co.nz I N T R O D U C T I O N As a result of broadband service providers moving from offering connectivity to services, the discussion surrounding

More information

ITU-T Y Next generation network evolution phase 1 Overview

ITU-T Y Next generation network evolution phase 1 Overview I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2340 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (09/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Overview of ITU IPTV standards the key for the successful development of IPTV

Overview of ITU IPTV standards the key for the successful development of IPTV Workshop on Harmonization of Web and IPTV Technologies Rio de Janeiro, Brazil, 19 & 21 July 2011, 1600-1830 Overview of ITU IPTV standards the key for the successful development of IPTV Masahito Kawamori

More information

IMS in the Next Generation Network

IMS in the Next Generation Network Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 2007 45 IMS in the Next Generation Network TATIANA KOVACIKOVA, PAVOL SEGEC, MILAN

More information

Dolby Conference Phone 3.1 configuration guide for West

Dolby Conference Phone 3.1 configuration guide for West Dolby Conference Phone 3.1 configuration guide for West 17 January 2017 Copyright 2017 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market Street San

More information

to Serve the Internet of Things: the onem2m Initiative

to Serve the Internet of Things: the onem2m Initiative to Serve the Internet of Things: the onem2m Initiative David Foote CTO, Hitachi CTA ATIS Board of Directors Vice-Chair, onem2m Steering Committee david.foote@hitachi-cta.com 1 Major Customers & Partners:

More information

OIPF. Feature Package. Additional Features to Support STB-less IPTV [V1.0] [ ] Open IPTV Forum

OIPF. Feature Package. Additional Features to Support STB-less IPTV [V1.0] [ ] Open IPTV Forum OIPF Feature Package [V1.0] [2014-05-30] Open IPTV Forum Page 2 (23) Open IPTV Forum Postal address Open IPTV Forum support office address 650 Route des Lucioles Sophia Antipolis Valbonne FRANCE Tel.:

More information

Triple Play Network Analysis with the Viavi J6900A Triple Play Analyzer

Triple Play Network Analysis with the Viavi J6900A Triple Play Analyzer Triple Play Network Analysis with the Viavi J6900A Triple Play Analyzer INTRODUCTION........................................................... 2 SCOPE OF THIS DOCUMENT..................................................

More information

Hands-On IP Multicasting for Multimedia Distribution Networks

Hands-On IP Multicasting for Multimedia Distribution Networks Hands-On for Multimedia Distribution Networks Course Description This Hands-On course provides an in-depth look how IP multicasting works, its advantages and limitations and how it can be deployed to provide

More information

Introduction to IPTV Architecture OIPF Functional Architecture [V2.1] [ ] Speaker : Tzung-Yu Wu Advisor : Dr. Ho-Ting Wu 11/9/2011

Introduction to IPTV Architecture OIPF Functional Architecture [V2.1] [ ] Speaker : Tzung-Yu Wu Advisor : Dr. Ho-Ting Wu 11/9/2011 Introduction to IPTV Architecture OIPF Functional Architecture [V2.1] [2011-03-15] Speaker : Tzung-Yu Wu Advisor : Dr. Ho-Ting Wu 11/9/2011 1 Outline Definition of IPTV What is Open IPTV Forum Open IPTV

More information

IP-Delivered Broadcast Channels and Related Signalling of HbbTV Applications

IP-Delivered Broadcast Channels and Related Signalling of HbbTV Applications 1 IP-Delivered Broadcast Channels and Related Signalling of HbbTV Applications 2017-04-07 2 Copyright 2017 3 Contents Introduction... 4 1 Scope... 5 2 References... 5 2.1 Normative references... 5 2.2

More information

Proactnes Series for Efficient IP Network Operation Management

Proactnes Series for Efficient IP Network Operation Management Proactnes Series for Efficient IP Network Operation Management V Masao Numazaki V Masataka Sakata V Ken Ishiro V Nobuko Kimura (Manuscript received June 6, 2006) The carriers of the world are now developing

More information

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7.

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7. USER MANUAL MODEL: VIA IT Deployment Guide for Firmware 2.3 P/N: 2900-300631 Rev 7 www.kramerav.com Contents 1 Introduction 1 1.1 User Experience 2 1.2 Pre-Deployment Planning 2 2 Connectivity 3 2.1 Network

More information

TECHNICAL REPORT. CPE Architecture Recommendations for Access to Legacy Data Networks. DSL Forum TR-032. May 2000

TECHNICAL REPORT. CPE Architecture Recommendations for Access to Legacy Data Networks. DSL Forum TR-032. May 2000 TECHNICAL REPORT DSL Forum TR-032 CPE Architecture Recommendations for Access to Legacy Data s May 2000 Abstract: This document describes four protocol architectures for connecting a remote ADSL termination

More information

Alliance for Telecommunications Industry Solutions (ATIS)

Alliance for Telecommunications Industry Solutions (ATIS) Alliance for Telecommunications Industry Solutions (ATIS) Standards that Drive the Business of Communications Wayne Zeuch On behalf of Chief Technology Office Alcatel-Lucent zeuch@alcatel-lucent.com Susan

More information

G.epon and Current Status of Related Standardization

G.epon and Current Status of Related Standardization G.epon and Current Status of Related Standardization Ken-Ichi Suzuki Abstract G.epon is an ITU-T (International Telecommunication Union, Telecommunication Standardization Sector) version of the system-level

More information

RECOMMENDATION ITU-R BT.1720 *

RECOMMENDATION ITU-R BT.1720 * Rec. ITU-R BT.1720 1 RECOMMENDATION ITU-R BT.1720 * Quality of service ranking and measurement methods for digital video broadcasting services delivered over broadband Internet protocol networks (Question

More information

Layered Architecture

Layered Architecture 1 Layered Architecture Required reading: Kurose 1.7 CSE 4213, Fall 2006 Instructor: N. Vlajic Protocols and Standards 2 Entity any device capable of sending and receiving information over the Internet

More information

Volume 4 Protocols [V1.

Volume 4 Protocols [V1. OIPF Release 1 Specification Volume 4 Protocols [V1. V1.1] - [2009 2009-10 10-08] 08] Open IPTV Forum Page 2 (187) Open IPTV Forum Postal address Open IPTV Forum support office address 650 Route des Lucioles

More information

ATP-069 TR-069 Abstract Test Plan

ATP-069 TR-069 Abstract Test Plan ABSTRACT TEST PLAN ATP-069 TR-069 Abstract Test Plan Issue: 2 Corrigendum 1 Issue Date: May 2017 Notice The Broadband Forum is a non-profit corporation organized to create guidelines for broadband network

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 62766-4-1 Edition 1.0 2017-07 colour inside Consumer terminal function for access to IPTV and open internet multimedia services Part 4-1: Protocols INTERNATIONAL ELECTROTECHNICAL

More information

BV-110 Verifier MULTIFUNCTIONAL CPE AND CELL SITE SERVICE ASSURANCE VERIFIER

BV-110 Verifier MULTIFUNCTIONAL CPE AND CELL SITE SERVICE ASSURANCE VERIFIER BV-110 Verifier MULTIFUNCTIONAL CPE AND CELL SITE SERVICE ASSURANCE VERIFIER The essential quality-of-experience monitoring tool that provides the visibility and details network administrators need to

More information

Introduction to Service Availability Forum

Introduction to Service Availability Forum Introduction to Service Availability Forum Sasu Tarkoma (sasu.tarkoma@cs.helsinki.fi) Seminar on High Availability and Timeliness in Linux University of Helsinki, Department of Computer Science Spring

More information

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure Course Number: 6420A Length: 5 Day(s) Certification Exam This course is associated with Exam 70-642 TS: Windows Server

More information

BROADBAND FORUM S USER SERVICES PLATFORM (USP)

BROADBAND FORUM S USER SERVICES PLATFORM (USP) BROADBAND FORUM S USER SERVICES PLATFORM (USP) UTILIZING NEW TECHNOLOGIES TO CONTROL AND MANAGE DEVICES IN THE HOME JOHN BLACKFORD - PRODUCT MANAGEMENT DIRECTOR, ARRIS TABLE OF CONTENTS INTRODUCTION...

More information

Networked Multimedia and Internet Video. Colin Perkins

Networked Multimedia and Internet Video. Colin Perkins Networked Multimedia and Internet Video Colin Perkins IP video will represent 80% of all traffic by 2019, up from 67% in 2014 Source: Cisco Visual Networking Index, 2015 2 History MPEG TS YouTube MPEG

More information

UNIK Building Mobile and Wireless Networks Maghsoud Morshedi

UNIK Building Mobile and Wireless Networks Maghsoud Morshedi UNIK4700 - Building Mobile and Wireless Networks Maghsoud Morshedi IoT Market https://iot-analytics.com/iot-market-forecasts-overview/ 21/11/2017 2 IoT Management Advantages Remote provisioning Register

More information

Enabler Release Definition for Smartcard-Web-Server

Enabler Release Definition for Smartcard-Web-Server Enabler Release Definition for Smartcard-Web-Server Candidate Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C

More information

Figure 1. The IP network

Figure 1. The IP network Broadband access connections at data rates of 250 Kbits/sec or more will exert a profound impact on society. Broadband access is the key to the convergence of communication, computers, and consumer applications

More information

Chapter 1: Introduction

Chapter 1: Introduction EE4272: Computer Networks Chapter 1: Introduction Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. 1) Data Communications: Deals with the transmission of signals in a reliable & efficient manner. Topics:

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System Release Notes Polycom RealPresence Access Director System 4.0 June 2014 3725-78700-001D Polycom announces the release of the Polycom RealPresence Access Director system, version 4.0. This document provides

More information

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE Weidong Mao Comcast Fellow Office of the CTO Comcast Cable Abstract The paper presents an integrated Video On Demand (VOD) content

More information

Point-to-Multipoint Push Requirements

Point-to-Multipoint Push Requirements Point-to-Multipoint Push Requirements Candidate Version 1.0 26 May 2009 Open Mobile Alliance OMA-RD-PTM_Push_V1_0-20090526-C [OMA-Template-Spec-20090101-I] OMA-RD-PTM_Push_V1_0-20090526-C Page 2 (16) Use

More information

Home Gateway Initiative Phase 1 QoS Architecture

Home Gateway Initiative Phase 1 QoS Architecture International Telecommunication Union Home Gateway Initiative Phase 1 QoS Architecture Duncan Bees Technical Advisor, PMC-Sierra HGI QoS Technical Group Deputy-Chair Duncan_Bees@pmc-sierra.com Geneva,

More information

Guide to TCP/IP, Third. Chapter 6: Basic TCP/IP Services

Guide to TCP/IP, Third. Chapter 6: Basic TCP/IP Services Guide to TCP/IP, Third Edition Chapter 6: Basic TCP/IP Services Objectives Understand how TCP/IP Application layer protocols and services work Explain the capabilities, message types, and request/reply

More information

Multi-Service Access and Next Generation Voice Service

Multi-Service Access and Next Generation Voice Service Hands-On Multi-Service Access and Next Generation Voice Service Course Description The next generation of telecommunications networks is being deployed using VoIP technology and soft switching replacing

More information

Content and Communication services to mobile / portable devices

Content and Communication services to mobile / portable devices OIPF Feature Package Content and Communication services to mobile / portable devices [V1.0] [2014-05-30] Open IPTV Forum Page 2 (36) Open IPTV Forum Postal address Open IPTV Forum support office address

More information

The Learning Network of Minnesota Blueprint for Higher Education

The Learning Network of Minnesota Blueprint for Higher Education The Learning Network of Minnesota Blueprint for Higher Education Introduction From its beginning in 1993 as an effort to provide network connectivity for public post-secondary institutions, the Learning

More information

GLOSSARY. A syslog or SNMP message notifying an operator or administrator of a problem.

GLOSSARY. A syslog or SNMP message notifying an operator or administrator of a problem. GLOSSARY A alert API audit log A syslog or SNMP message notifying an operator or administrator of a problem. Application programming interface. Specification of function-call conventions that defines an

More information

Chapter 1. Chapter 1. Data Communications and Network Management Overview

Chapter 1. Chapter 1. Data Communications and Network Management Overview Chapter 1 Data Communications and Management Overview 1 Telephone Modern network evolution from Telephone / Telecommunications Characteristics of Telephone network Reliable - does what is expected of it

More information

ETSI TISPAN Vision on Convergence. FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France

ETSI TISPAN Vision on Convergence. FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France ETSI TISPAN Vision on Convergence FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France Richard Brennan Vice Chair ETSI TISPAN Vice Director Industry Standards Huawei Technologies

More information

Our Virtual Intelligent Network Overlay (VINO) solutions bring next-generation performance and efficiency to business networks throughout North

Our Virtual Intelligent Network Overlay (VINO) solutions bring next-generation performance and efficiency to business networks throughout North Our Virtual Intelligent Network Overlay (VINO) solutions bring next-generation performance and efficiency to business networks throughout North America TELoIP Simplifies Public And Private Cloud Access

More information

Standardization Trends of the Next Generation Network in ETSI TISPAN

Standardization Trends of the Next Generation Network in ETSI TISPAN Standardization Trends of the Next Generation Network in ETSI TISPAN Akira Kurokawa and Isao Higashi Abstract International standardization of the Next Generation Network is being actively discussed in

More information

A Resource Control Mechanism on NGN based Home Network for IPTV Service

A Resource Control Mechanism on NGN based Home Network for IPTV Service A Resource Control Mechanism on NGN based Home Network for IPTV Service Yangjung Kim, Ilyoung Chong Hankuk University of Foreign Studies. Dept, of Information & Communications {zeroplus, iychong}@hufs.ac.kr

More information

TECHNICAL REPORT. TR-157 Amendment 3. Component Objects for CWMP. Issue: 1 Issue Date: November The Broadband Forum. All rights reserved.

TECHNICAL REPORT. TR-157 Amendment 3. Component Objects for CWMP. Issue: 1 Issue Date: November The Broadband Forum. All rights reserved. TECHNICAL REPORT TR-157 Amendment 3 Component Objects for CWMP Issue: 1 Issue Date: November 2010 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation organized

More information

5G Convergence Broadband Forum 5G Work Overview and Status Update

5G Convergence Broadband Forum 5G Work Overview and Status Update 1 Convergence Broadband Forum Work Overview and Status Update Manuel Paul Senior Expert, Deutsche Telekom AG Broadband Forum Project Stream Lead Broadband Forum Board Member Broadband Forum work overview

More information

BMC Remedyforce Discovery and Client Management. Frequently asked questions

BMC Remedyforce Discovery and Client Management. Frequently asked questions BMC Remedyforce Discovery and Client Management Frequently asked questions 1 Table of Contents BMC Remedyforce Discovery and Client Management 4 Overview 4 Remedyforce Agentless Discovery 4 Remedyforce

More information

Cybersecurity Standards Coordination and Deployment Strategies: CITEL Initiatives

Cybersecurity Standards Coordination and Deployment Strategies: CITEL Initiatives Cybersecurity Standards Coordination and Deployment Strategies: CITEL Initiatives Wayne Zeuch Rapporteur: Standards, Conformance, and Interoperability CITEL PCC.I ITU /CITEL Regional Cybersecurity Workshop

More information

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 In the Matters of Video Device Competition Implementation of Section 304 of the Telecommunications Act of 1996 Commercial Availability

More information

Enabler Test Specification for RCS Conformance

Enabler Test Specification for RCS Conformance Enabler Test Specification for RCS Conformance Candidate Version 1.2.2 10 Mar 2014 Open Mobile Alliance OMA-ETS-RCS-CON-V1_2_2-20140310-C OMA-ETS-RCS-CON-V1_2_2-20140310-C Page 2 (74) Use of this document

More information

Energy efficiency of ICTs: EU initiatives and ETSI standards for its assessment

Energy efficiency of ICTs: EU initiatives and ETSI standards for its assessment http://eustandards.in/ Energy efficiency of ICTs: EU initiatives and ETSI standards for its assessment Beniamino Gorini (ETSI TC-EE chairman) 2 Contents Energy efficiency in ICT: why needed? EU regulations

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 62766-1 Edition 1.0 2017-05 colour inside Consumer terminal function for access to IPTV and open internet multimedia services Part 1: General IEC 62766-1:2017-04(en) THIS PUBLICATION

More information