Ginda-NCL: Inter- terrestrial Digital Media Portfolio

Size: px
Start display at page:

Download "Ginda-NCL: Inter- terrestrial Digital Media Portfolio"

Transcription

1 Resilient Hypermedia Presentations Marcio Ferreira Moreno Luiz Fernando Gomes Soares Department of Informatics Pontifical Catholic University of Rio de Janeiro (PUC-Rio) Rio de Janeiro/RJ, Brazil {mfmoreno, 2010 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or redistribution to servers or lists, or to reuse any copyrighted component of this work in other works must be obtained from the IEEE.

2 Resilient Hypermedia Presentations Marcio Ferreira Moreno Luiz Fernando Gomes Soares Department of Informatics Pontifical Catholic University of Rio de Janeiro (PUC-Rio) Rio de Janeiro/RJ, Brazil {mfmoreno, Abstract This paper proposes a recovery plan for Ginga- NCL, the declarative middleware environment of the Japan- Brazilian Digital TV Standard and ITU-T Recommendation for IPTV services. The proposed plan aims at providing resilience to digital TVpresentations. As proof of concept, the recovery plan has been incorporated to the Ginga-NCL reference implementation. However, it can also be applied to other DTV middlewares. Keywords-component; Ginga-NCL; DTV; proactive recovery; reactive recovery; middleware rejuvenation I. INTRODUCTION Interactive digital TV (DTV) applications are a special kind of hypermedia applications in which several media objects of different content types, including the main audiovisual stream among them, are synchronized in time and space, making up a sequence of scenes that must be presented in the receiver side. In order to give support to these applications and to allow them to be independent from platforms, receivers provide a software layer, called middleware, to give access to their hardware and operating system resources. Reliability is one of the main requirements of middleware design, which commonly considers the use of various third party libraries to perform specific tasks, such as decoding and rendering content of different types, handling input events, etc. [1]. Third party libraries can cause many reliability problems since the middleware is exposed to potential problems coming from them, such as memory leaks, unexpected behavior or even critical faults that, without prevention, can cause unrecoverable errors. Tools and techniques designed to reduce the number of faults are not sufficient to ensure reliability in software systems [2]. It is necessary to build systems that recognize faults and incorporate techniques to tolerate them, or even recover from them, while still providing an acceptable service level. In all data structures necessary to scheduling hypermedia presentations, as those defined by Costa [3] for the declarative environment of the Ginga middleware (called Ginga-NCL), no worry about supporting fault recovery is ever mentioned. Aiming at covering this gap, this paper proposes a recovery plan for Ginga-NCL, the standard declarative environment of ISDB-T (International Standard for Digital Broadcasting) [4] DTV system and ITU-T recommendation for IPTV services [5]. The proposal aims at making resilient not only the Ginga-NCL environment itself but also the running DTV applications. As proof of concept, the recovery plan has been incorporated in the Ginga-NCL reference implementation [4] [5]. The paper continues along the following organization. Section 2 overviews some related work. Section 3 presents the Ginga-NCL architecture, including the proposed recovery plan. Section 4 discusses the integration of this plan in the Ginga-NCL reference implementation. Finally, Section 5 is dedicated to the conclusions. II. RELATED WORK To the best of our knowledge, this is the first work that reports the use of fault tolerance techniques to make DTV presentations resilient as well the DTV middleware that gives them support. However, several work in the literature reports resilient solutions in other domains, or even in general scope. Some of them guided our approach. Huang et al. [6] propose a proactive recovery mechanism based on software rejuvenation, assuming that the initial state of a system is the more correct and consistent one in its entire lifecycle. Most work on software rejuvenation has focused on specifying policies to increase system availability and to reduce rejuvenation cost [7] [9]. Proactive recovery techniques are also used in reliable distributed systems [9] [10]. Castro and Liskov [9] describe a proactive recovery system focusing on Byzantine-fault tolerance. In this system, server replicas are periodically rejuvenated to eliminate the effects of malicious attacks and system faults. Sousa et al. [10] propose a complementary approach, which combines the proactive recovery techniques with services that allow for replicas in normal state to act reactively, in case of fault detection, in order to recover impaired replicas. The solution proposed by Fugini and Mussi [11] also combines proactive and reactive recovery techniques. They present a resilient architecture for Web services provisioning, using mechanisms to detecting and recovering from faults. An interesting point in that work is considering input data inconsistencies (data entered by a Web service user application) also as faults. The defined fault recovery mechanisms focus on web service replacements and on the recovery of input data quality. Table 1 presents a comparison between the solution proposed in this paper and the previously mentioned related

3 work that have influenced our approach. Like Sousa et al. [10] and Fugini and Mussi [11] solutions, in this paper the combination of proactive and reactive recovery techniques are pursued, defining not only a rejuvenation methodology for parts of the system but also mechanisms for reactive fault recovering. As aforementioned, reactive recovery techniques are important due to possible faults in third part libraries, which could break hypermedia document presentations. TABLE I. COMPARISON WITH RELATED WORK Proactive Rec. Reactive Rec. Resilient Applications Media Synch Huang et al. Castro and Liskov Sousa et al. Fugini and Mussi Ginga-NCL To provide resilient hypermedia document presentations, the recovery plan must be able to track the presentation consistency, similar to Fugini and Mussi [11] proposal, when monitoring the consistency of data entry applications. However, the Fugini and Mussi [11] solution aims at resilient services used by applications, unlike this paper solution, which must control the system aging and react to inconsistencies in hypermedia document presentations to make them resilient. Unlike the other systems in Table 1, the work proposed in this paper is able to provide resilience both to the system and to applications using the system. To provide resilient hypermedia presentations, it is essential understanding the media synchronization mechanisms, since spatial and temporal relationships defined by the application author must be respected. III. ARCHITECTURE Figure 1 shows the modular architecture of the Ginga middleware, divided in its two logical subsystems: the Ginga-NCL presentation environment and the Ginga Common Core (Ginga-CC). Ginga-CC is responsible for providing basic services, related to the receiver platform, to Ginga-NCL presentation environment; to resident applications, and to optional imperative environments. Ginga-NCL presentation environment is the logical subsystem that can initiate and control NCL applications. In this paper, a module of Ginga consists of a set of software components that together provide a specific functionality. The software components are defined as in Szyperski [12]: composite units with contractually specified interfaces and with explicit context dependencies, which can be independently deployed or grouped by third parties. Ginga-NCL Presentation Environment Formatter Layout Manager Pres. Scheduler Ginga-CC Data Processing I/O Manager Transport Abstraction Layer NCL Context Manager Player Manager Device Manager Din. Evolution M. Tuner Context Manager Graphic Manager Libraries, Operation System and Hardware Drivers Figure 1. Ginga Architecture. XML Parser Converter Recovery Manager Private Base Manager Adapters Players Lua Engine A. Ginga-CC In Ginga-CC, the Tuner module is responsible for receiving broadcasted DTV content. DTV applications can come multiplexed in a stream received by this module, or else by another network interface. In the first case, applications are extracted from the received stream by the Data Processing module. In the second case, a Transport module controls protocols and network interfaces in order to be able to receive application specifications or applications content. The I/O Manager module is in charge of managing temporary storage of applications, including their media content. The Players module provides decoders and renderers for presenting each specific content type. In particular, a Lua engine, a Lua player component, is part of Ginga-CC. Lua [13] is the scripting language of NCL. The Graphic Manager module supports the spatial control of content rendering, including the main audiovisual DTV stream. The functionalities provided by Ginga modules can be updated, independently. Updates can be received as broadcast pushed data or obtained from repositories by using the Transport module. The Dynamic Evolution Manager module is responsible of performing the update procedure in real time, that is, without interrupting the middleware execution. The Device Manager module controls multiple exhibition devices in a distributed presentation. Domain management, device registrations, communication between devices, and synchronism consistency are among its functions. Finally, the Context Manager module is in charge of gathering platform and viewer profiles, feeding and controlling a context data base. B. Ginga-NCL Presentation Environment The core of Ginga-NCL Presentation Environment is the Formatter module, shown in Figure 1. This module is responsible for receiving and controlling NCL applications. Upon receiving an application, the Formatter requests the XML Parser and Converter modules to translate the

4 application to the Ginga-NCL internal data structures, which compose a Private Base. From then on, the Presentation Scheduler module is requested to orchestrate the NCL presentation. This module is responsible for commanding the Player Manager module to instantiate specific Players, according to the media content type to be exhibited in a given moment in time. Whenever a content presentation finishes, the Presentation Scheduler is notified by the corresponding Player. If the content presentation is no longer required, the Presentation Scheduler instructs the Player Manager module to kill the corresponding Player instance. A generic API is defined to establish the communication between Player components and the Presentation Environment (Presentation Scheduler module). Thanks to this API, the Ginga-NCL Presentation Environment and Ginga-CC are strongly coupled but independent subsystems. For example, Ginga-CC for terrestrial DTV can be replaced by another third part implementation that supports IPTV, allowing Ginga-NCL to be used as an IPTV middleware or as an extension to existent IPTV middlewares. Players that do not follow the generic API must use services provided by Adapter components. Any user agent or execution engine may be adapted as a Ginga-NCL Player, as for example, XHTML browsers. A Private Base Manager module is in charge of receiving NCL editing commands and maintaining NCL documents being presented. The set of NCL live editing commands [4] are divided in three subsets. The first one focuses on the private base activation and deactivation (openbase, activatebase, deactivatebase, savebase, and closebase commands). In an open private base, NCL applications can be started, paused, resumed, stopped and removed, through well defined editing commands that compose the second subset. In Ginga, a DTV application can be created or modified on the fly, using NCL editing commands. The third subset defines commands for these purposes, allowing NCL elements to be added and removed, and allowing values to be set to NCL elements attributes. The Layout Manager module is responsible for mapping all media object placements, defined by an NCL application, to canvas on specific exhibition devices that compose a distributed exhibition platform, supported by Ginga-CC. The NCL Context Manager module supports content and content presentation adaptations, according to information provided by the Ginga-CC (its Context Manager module) and directives provided by NCL applications. The Recovery Manager module implements fault recovery procedures and is discussed in the next section. C. Recovery Plan Aiming at defining target sets for recovery techniques, the Ginga modules are classified in: Risk; Presentation; Control; and Recovery modules. Risk modules are those that can impair the middleware reliability. Usually, this can happen due to using third-party libraries. The following Ginga modules make up this set: Players (including Lua Engine), Graphic Manager, Context Manager, Tuner, Transport, I/O Manager, Data Processing, Device Manager and XML Parser. Presentation modules are those that control Risk modules and are directly involved with the content presentation. Adapters and Layout Manager modules are part of this set. Control modules are those that control Presentation modules or Risk modules. The following modules are part of this set: Dynamic Evolution Manager, Private Base Manager, Converters, Player Manager, NCL Context Manager and Presentation Scheduler. Finally, Recovery modules are those responsible for fault detections, control and recovery. The Recovery Manager is the single module in this set. Indeed, it is a super-module that is internally divided into several other components. Figure 2 illustrates how Recovery modules act on the other sets to create a fault recovery plan. In what follows, the architecture presented in Figure 2 is divided according to the recovery techniques: Proactive and Reactive. d e Recovery Reactive Register Proactive Policy c Qualifier b Monitor a Control 7 Proactive Recovery Reactive Recovery Policy Fault Ident. Action Ident. Validation 7 6 Presentation 2 Recovery M. Monitor 1 Risk Figure 2. Architecture of the Recovery Plan Ginga-NCL. Using proactive recovery, the Qualifier component starts the rejuvenation of Control modules. When this happens, Presentation and Risk modules ruled by Control modules are also indirectly rejuvenated. In order to know when to start the rejuvenation process of each Control module, without impairing system availability, a Monitor component registers itself as a listener of each Control module behavior. When a rejuvenation operation is allowed in a Control module, the Monitor is notified (in Figure 2, arrow "a"). It then passes the information to the Qualifier component to evaluate if there is any recovery action to be performed (in Figure 2, arrow "b"). In the evaluation process, a proactive recovery policy can be taken into account. This policy is accessed via a query to the Policy component (in Figure 2, arrow "c"). For example, receivers able to display only one interactive application at a time must have as a policy that there may be only one Formatter instantiated. The Qualifier also queries the Control module state to make sure that the rejuvenation can be performed (in Figure 2, arrow "d"). Only then, the recovery action can be executed (in Figure 2, arrow "e")

5 In reactive recovery, a Monitor receives fault notifications (in Figure 2, arrow "1") by registering itself as a listener of Risk modules faults. Upon receiving a notification, the Monitor relays it to the Fault Identifier component (Figure 2, arrow "2"). With this information, the Fault Identifier requests the Register component to log the fault (in Figure 2, arrow "3"). The Register returns to the Fault Identifier how many times the fault has already occurred within a time interval. With this information, the Fault Identifier queries the reactive recovery Policy to evaluate if the fault should be treated (in Figure 2, arrow "4"). For example, a receiver can define as a policy that a particular fault must no longer be treated after a certain number of recovery attempts. If the Fault Identifier concludes that the fault must not be treated, no recovery action is performed. Otherwise, it passes the fault information to the Action Identifier component (in Figure 2, arrow "5"). The Action Identifier evaluates recovery actions to be performed. If an action must be started, the Action Identifier calls the Validation component to validate the state of the module to be recovered (in Figure 2, arrow "6"). For this sake, the Validation component queries the Control or the Presentation module to be recovered, returning the result to the Action Identifier (in Figure 2, arrow "7"). The returned state may indicate that, in spite of the fault, the module has performed its operations properly. In this case, no recovery action is performed. Otherwise, the Action Identifier notifies the Recovery Manager (in Figure 2, arrow "8") soon after it defines the recovery action and accesses the necessary information to accomplish the task. Before performing a recovery action, the Recovery Manager queries the reactive recovery Policy, to be informed of the action requirements (in Figure 2, arrow "9"). An example of requirement is the time interval in which the recovery action is valid. With all the necessary information, the Recovery Manager performs the recovery action on the Risk module in fault (in Figure 2, arrow "10"), and notifies the Presentation module that controls that Risk module (Figure 2, arrow "11"). IV. IMPLEMENTATION The recovery plan support was included in version of Ginga-NCL reference implementation 1 [10] by means of two new components called Proactive Recovery Manager and Reactive Recovery Manager. The Proactive Recovery Manager component, shown in Figure 3 as ProactiveRecoveryManager, embeds all functionalities required to implement the proactive recovery techniques. In this component, two types of monitors are implemented. The first type monitors the behavior of the Tuner component, as shown in Figure 3, and implements the 1 The current version of the Ginga-NCL reference implementation is All versions of the reference implementation are available at ITunerListener interface. When instantiated, the ProactiveRecoveryManager creates this monitor and registers it as a listener of the Tuner component, through its ITuner interface. The Tuner component is accessed by ProactiveRecoveryManager through the Dynamic Evolution Manager, shown in Figure 3 as ComponentManager. The ComponentManager component is implemented using the Singleton design pattern. Its single instance can be accessed through the IComponentManager interface. From the moment a monitor is registered on, when a new channel is tuned, the monitor is notified. It then passes the notification to the qualifier to evaluate what action has to be taken. The qualifier is then able to rejuvenate all Ginga-CC components, if there is no Formatter instantiated, using again ComponentManager facilities, through the IComponentManager interface. Figure 3. Component Diagram for Proactive Recovery. The second monitor type is notified when interactive applications are received. For this sake, it inherits both the IAITListener and the IAppListener interfaces, which allow for receiving Data Processing component (shown in Figure 3 as DataProcessor) notifications and Transport component (shown in Figure 3 as TransportManager) notifications, respectively. In the constructor method of ProactiveRecoveryManager, this monitor is created and registered as a listener of the DataProcessor component through the IDataProcessor interface, and also as a listener of the TransportManager component through the ITransportManager interface. The DataProcessor and the TransportManager components are accessed by ProactiveRecoveryManager through the IComponentManager interface of the ComponentManager component. When interactive DTV application is started, the ProactiveRecoveryManager qualifier component is notified by the monitor. The qualifier then evaluates the notification and instantiates a new Formatter to present the application. When a new channel is tuned, the running application is interrupted and its associated Formatter can be destroyed. If a viewer switches back to the previous channel, Ginga-NCL allows the application resuming, but now supported by a rejuvenated Formatter.

6 The implementation of a ProactiveRecoveryManager component s interface to allow for proactive recovery policy queries was left for future implementation versions. To implement the Reactive Recovery Manager, the Ginga-NCL Player components had to be refactored, allowing an application presentation to be supported by multiple running processes. To allow better control of notifications coming from these process signals and to easy code embedment in different platforms, a process abstraction is created, as illustrated by the Process component in Figure 4. This component is used to create independent Player processes (Player component in Figure 4) that, after refactoring, have to implement the IProcess interface. To receive fault notifications from Player processes, the Recovery Reactive Manager component, shown in Figure 4 as ReactiveRecoveryManager, has a monitor, which must implement the IProcessListener interface. When a Player is created, a new monitor must be registered as its observer. For this sake, RectiveRecoveryManager has a factory that implements the monitor IPAManager interface. When instantiated, the factory registers itself as an observer of the Player Manager component (shown in Figure 4 as PlayerAdapterManager), through using the IPlayerAdapterManager interface. In order to access the PlayerAdapterManager, ComponentManager features are used. When a Player is created by the PlayerAdapterManager, the ReactiveRecoveryManager factory receives a notification. Through the IPlayer interface, implemented by the Player, the factory can register a new fault monitor as a Player observer. Figure 4. Component Diagram for Reactive Recovery. When the monitor receives a fault notification, it forwards it to the Fault Identifier, which classifies the fault according to the types given by column "Fault" in Table 2. TABLE II. Fault Content missing or invalid Fatal decoding or rendering Application Specification TYPES OF FAULT AND CORRESPONDING ACTIONS Action Skip relationships specified for the object Retrieve the specified state Exception Handling Once the fault is classified, it is registered and the reactive recovery policy is consulted. The Fault Register is implemented to univocally identify a fault and its source. The recovery policy provides information only about how many faults can occur and within which time interval. If these values are not defined, no policy validation is performed. After consulting the recovery policy, the Fault Identifier passes the information to the Action Identifier, which defines the action in agreement with Table 2. The content reception functions defined by DTV systems should have fault correction mechanisms [14]. The "content missing or invalid" fault (see Table 2) occurs when there are errors in the content generation performed by content providers; for example, a DTV application referring to nonexistent content or to a corrupted content. The recovery action defined for this fault (see Table 2) aims at maintaining the presentation consistency [4] [5]. In this case, it is not necessary to validate the state of the object that has reported the fault, or to consult the reactive recovery policy to perform the corresponding recovery action. To ensure that spatiotemporal relationships bound to the object are no longer considered during the presentation, the Recovery Manager uses the IFormatterScheduler interface of the FormatterSheduler component. To access this component, the IComponentManager interface of ComponentManager is used. When during media object decoding and rendering the library responsible for these operations presents unexpected behavior, the fatal decoding or rendering fault must be notified. To perform the corresponding recovery action (see Table 2), it is necessary to query the FormatterScheduller and PlayerAdapterManager components in order to determine which presentation state has to be retrieved. As an example, assume an application that must display an audio object with 30 seconds duration. Assume also that the corresponding audio player sent the fault notification fatal decoding or rendering after 15 seconds of the presentation beginning. In this case, the state returned by querying FormatterScheduller and PlayerAdapterManager components is: fault has occurred at 15 seconds. As a consequence, the Recovery Manager creates a new player for the audio, sets when it should start the exhibition, notifies the recovery action, and updates the old Player references to the new one, by using the IPlayerAdapterManager interface. When the presentation of a non conformant [4] [5] DTV application is requested, the fault Application Specification should be notified to the ReactiveRecoveryManager component, which should start its handling. However, in the current version of the Ginga-NCL this operation was not implemented. In the current implementation, the XML Parser component (Figure 4)

7 contemplates all exception handling for this kind of fault. Depending on the behavior of the library that implements the application interpretation, it can be necessary to integrate the XML Parser and the ReactiveRecoveryManager. V. FINAL REMARKS Reliability is one of the main requirements in a middleware design. Content presentations may not be impaired due to middleware system faults. With this focus on mind, the work proposed in this paper takes into account fault recovery mechanisms in a DTV middleware architecture and implementation. The proposed recovery plan is able to provide resilience both to middleware systems and to applications that use these systems. As proof of concept, the proposal has been validated through the reference implementation of the ISDB- T B middleware. Understanding spatial and temporal relationships defined by NCL applications, application lifecycles, and the Ginga- NCL architecture, the recovery plan is able to control the system aging, maintaining it as rejuvenated as possible and with higher level of availability. Furthermore, the recovery plan is able to react to inconsistencies that can happen in hypermedia document presentations. As a future work we intend to evaluate how the proposal can be applied to XHTML-based middlewares, in particular BML [15] and LIME [16] based middlewares. Another future work is the definition of recovery policies and new recovery actions, such as using timescale algorithms to recover from synchronism loses. REFERENCES [1] Moreno, M. F. Um Middleware Declarativo para Sistemas de TV Digital Interativa. Master Thesis; Informatics Department, PUC-Rio, April, In portuguese. [2] Koren, I., Krishna, C. M. Fault-tolerant Systems. Morgan Kaufmann, [3] Costa, R., Moreno, M., Soares, L.F. DocEng, ACM Symposium on Document Engineering, Intermedia Synchronization Management in DTV Systems, São Paulo, Brazil, [4] ABNT NBR Associação Brasileira de Normas Técnicas. Digital Terrestrial Television Standard 06: Data Codification and Transmission Specifications for Digital Broadcasting, Part 2 GINGA-NCL: XML Application Language for Application Coding (São Paulo, SP, Brazil, November, 2007). BNTNBR _2007Ing_2008.pdf. [5] ITU-T Recommendation H.761, Nested Context Language (NCL) and Ginga-NCL for IPTV Services. Geneva, April, [6] Huang, Y., Kintala, C., Kolettis, N., Fulton, D. Software rejuvenation: Analysis, module and applications. In International Symposium on Fault-Tolerant Computing, pages , June [7] Garg, S., Moorsel, A. Vaidyanathan, K., Trivedi, K. A methodology for detection and estimation of software aging. In International Symposium on Software Reliability Engineering, pages , November [8] Yujuan, B., Xiaobai, S. and Trivedi, K.S. Adaptive software rejuvenation: Degradation model and rejuvenation scheme. In International Conference on Dependable Systems and Networks, pages , June [9] Castro, M. and Liskov, B. Practical Byzantine fault-tolerance and proactive recovery. ACM TOCS, 20(4): , [10] Sousa, P. Resilient Intrusion Tolerance Through Proactive and Reactive Recovery. The 13th Pacific Rim International Symposium on Dependable Computing. Proceedings of PRDC'07. IEEE Computer Press. Melbourne, Australia. December, [11] Fugini, M., Mussi, E. Recovery of Faulty Web Applications through Service Discovery. 1st International Workshop on Semantic Matchmaking and Resource Retrieval: Issues and Perspectives (SMR 2006). Seoul, Korea. September 11, [12] Szyperski, C., Gruntz, D., Murer, S., Component Software Beyond Object-Oriented Programming. Second edition. ACM Press, [13] Ierusalimschy R, Figueiredo LH, Celes W (2006) Lua 5.1 Reference Manual, ISBN [14] Morris, S., Smith-Chaigneau, A. Interactive TV Standards: A Guide to MHP, OCAP, and JavaTV. Focal Press, [15] ARIB STD-B24, Version 3.2, Volume 3: Data Coding and Transmission Specification for Digital Broadcasting, ARIB Standard, [16] ITU-T Recommendation H.762, Lightweight interactive multimedia environment. Geneva, December, 2009.

Adaptable software components in an electronic program/service guide application architecture for context aware guide presentation

Adaptable software components in an electronic program/service guide application architecture for context aware guide presentation Int. J. Advanced Media and Communication, Vol. 3, No. 4, 2009 351 Adaptable software components in an electronic program/service guide application architecture for context aware guide presentation Marcio

More information

The Advantages of Using NCL 2.3

The Advantages of Using NCL 2.3 MAESTRO: The Declarative Middleware Proposal for the SBTVD TeleMidia Laboratory PUC-Rio R. Marquês de São Vicente, 225 Rio de Janeiro 22453-900 Brazil lfgs@inf.puc-rio.br ACM, (2006). This is the author's

More information

Copyright 2006 TeleMídia

Copyright 2006 TeleMídia Copyright 2006 TeleMídia Agenda ISDB-T Reference Model and ITU-T Reference Model overview Middleware requirements Ginga Final Remarks 2 Copyright 2006 TeleMídia DTV Reference Model Copyright 2006 TeleMídia

More information

Live Editing of Hypermedia Documents

Live Editing of Hypermedia Documents Live Editing of Hypermedia Documents Romualdo Monteiro de Resende Costa Márcio Ferreira Moreno Rogério Ferreira Rodrigues Luiz Fernando Gomes Soares Departamento de Informática PUC-Rio Rua Marquês de São

More information

Relating Declarative Hypermedia Objects and Imperative Objects through the NCL Glue Language

Relating Declarative Hypermedia Objects and Imperative Objects through the NCL Glue Language Relating Declarative Hypermedia Objects and Imperative Objects through the NCL Glue Language Luiz Fernando Gomes Soares Marcelo Ferreira Moreno Francisco SantʼAnna Pontifical Catholic University of Rio

More information

How To Make A Tv Program Synchronize With The Main Picture From A Dtv Program

How To Make A Tv Program Synchronize With The Main Picture From A Dtv Program Welcome to this tutorial: An Introduction to DTV and to Ginga-NCL Copyright Laboratório TeleMídia, 2006 1 I ve divided my presentation into four parts. First, I d like to quickly overview the typical Reference

More information

Composer: Authoring Tool for itv Programs

Composer: Authoring Tool for itv Programs Composer: Authoring Tool for itv Programs Rodrigo Laiola Guimarães 1 Romualdo Monteiro de Resende Costa 2 Luiz Fernando Gomes Soares 2 1 CWI: Centrum voor Wiskunde en Informatica Kruislaan 413, 1098 SJ

More information

Ginga-NCL: Declarative Middleware for Multimedia IPTV Services

Ginga-NCL: Declarative Middleware for Multimedia IPTV Services Ginga-NCL: Declarative Middleware for Multimedia IPTV Services Luiz Fernando Gomes Soares, Marcio Ferreira Moreno, Carlos de Salles Soares Neto, and Marcelo Ferreira Moreno, Pontifical Catholic University

More information

Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System

Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System Luiz Fernando Gomes Soares, Rogério Ferreira Rodrigues, Márcio Ferreira Moreno Department of Informatics Catholic University of

More information

Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services

Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services Raoni Kulesza 1,2, Jefferson F. A. Lima, Álan L. Guedes, Lucenildo L. A. Junior 1, Silvio R. L. Meira 2,

More information

Ginga-J: The Procedural Middleware for the Brazilian Digital TV System

Ginga-J: The Procedural Middleware for the Brazilian Digital TV System Ginga-J: The Procedural Middleware for the Brazilian Digital TV System Guido Lemos de Souza Filho, Luiz Eduardo Cunha Leite, Carlos Eduardo Coelho Freire Batista Digital Video Applications Lab Department

More information

SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures

SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures 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 (11 July 2014) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure

More information

Variable and State Handling in NCL

Variable and State Handling in NCL Variable and State Handling in NCL ABSTRACT Luiz Fernando G. Soares 1, Rogério Ferreira Rodrigues 1,2, Renato Cerqueira 1, Simone Diniz Junqueira Barbosa 1 lfgs@inf.puc-rio.br, roger@microsoft.com, rcerq@inf.puc-rio.br,

More information

Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System

Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System Ginga-NCL: the Declarative Environment of the Brazilian Digital TV System Luiz Fernando Gomes Soares Rogério Ferreira Rodrigues Marcio Ferreira Moreno Departamento de Informática PUC-Rio Rua Marquês de

More information

Interactive Digital Television System using Interactive Service Provider based on Service-Oriented Architecture

Interactive Digital Television System using Interactive Service Provider based on Service-Oriented Architecture International Journal of Computer Information Systems and Industrial Management Applications. ISSN 2150-7988 Volume 4 (2012) pp. 244-254 MIR Labs, www.mirlabs.net/ijcisim/index.html Interactive Digital

More information

Java Applications for Digital TV Java and Digital TV on ISDB-T JCP F2F Meeting - Korea Aguinaldo Boquimpani Senior Manager Digital TV Products May,

Java Applications for Digital TV Java and Digital TV on ISDB-T JCP F2F Meeting - Korea Aguinaldo Boquimpani Senior Manager Digital TV Products May, Java Applications for Digital TV Java and Digital TV on ISDB-T JCP F2F Meeting - Korea Aguinaldo Boquimpani Senior Manager Digital TV Products May, 2011 Index 1. Brazil and DTV 2. DTV Interactivity 3.

More information

ITU-T IPTV Standard Multimedia Application Framework and Web On TV

ITU-T IPTV Standard Multimedia Application Framework and Web On TV ITU-T IPTV Standard Multimedia Application Framework and Web On TV Masahito Kawamori ITU-T IPTV-Global Standards Initiative TSR Coordinator Marcelo F. Moreno ITU-T Study Group 16, Question 13 Associate

More information

Quality Estimation for Streamed VoIP Services

Quality Estimation for Streamed VoIP Services Quality Estimation for Streamed VoIP Services Mousa Al-Akhras and Hussein Zedan STRL, De Montfort University, Leicester, UK makhras@dmu.ac.uk, hzedan@dmu.ac.uk http://www.cse.dmu.ac.uk/strl/index.html

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com Abstract Time Warner Cable is the second largest Cable TV operator in North America

More information

A Framework for Highly Available Services Based on Group Communication

A Framework for Highly Available Services Based on Group Communication A Framework for Highly Available Services Based on Group Communication Alan Fekete fekete@cs.usyd.edu.au http://www.cs.usyd.edu.au/ fekete Department of Computer Science F09 University of Sydney 2006,

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

An Object Model for Business Applications

An Object Model for Business Applications An Object Model for Business Applications By Fred A. Cummins Electronic Data Systems Troy, Michigan cummins@ae.eds.com ## ## This presentation will focus on defining a model for objects--a generalized

More information

SOFTWARE ENGINEERING PROGRAM

SOFTWARE ENGINEERING PROGRAM SOFTWARE ENGINEERING PROGRAM PROGRAM TITLE DEGREE TITLE Master of Science Program in Software Engineering Master of Science (Software Engineering) M.Sc. (Software Engineering) PROGRAM STRUCTURE Total program

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Software design (Cont.)

Software design (Cont.) Package diagrams Architectural styles Software design (Cont.) Design modelling technique: Package Diagrams Package: A module containing any number of classes Packages can be nested arbitrarily E.g.: Java

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

CA Data Protection. Content Provider Development Guide. Release 15.0

CA Data Protection. Content Provider Development Guide. Release 15.0 CA Data Protection Content Provider Development Guide Release 15.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

Security and privacy for multimedia database management systems

Security and privacy for multimedia database management systems Multimed Tools Appl (2007) 33:13 29 DOI 10.1007/s11042-006-0096-1 Security and privacy for multimedia database management systems Bhavani Thuraisingham Published online: 1 March 2007 # Springer Science

More information

HYPER MEDIA MESSAGING

HYPER MEDIA MESSAGING Email based document interchange known as messaging service and contribute to corporate productivity in following ways 1. it strengthens the automation of documentation life cycle 2. It allows document

More information

Modular Communication Infrastructure Design with Quality of Service

Modular Communication Infrastructure Design with Quality of Service Modular Communication Infrastructure Design with Quality of Service Pawel Wojciechowski and Péter Urbán Distributed Systems Laboratory School of Computer and Communication Sciences Swiss Federal Institute

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

More information

Toad for Oracle 8.6 SQL Tuning

Toad for Oracle 8.6 SQL Tuning Quick User Guide for Toad for Oracle 8.6 SQL Tuning SQL Tuning Version 6.1.1 SQL Tuning definitively solves SQL bottlenecks through a unique methodology that scans code, without executing programs, to

More information

Cisco ROSA Video Service Manager (VSM) Version 05.03

Cisco ROSA Video Service Manager (VSM) Version 05.03 Data Sheet Cisco ROSA Video Service Manager (VSM) Version 05.03 The Cisco ROSA Video Service Management (VSM) system provides service providers with a complete, powerful solution for the management of

More information

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

More information

Mobile Multimedia Broadcasting

Mobile Multimedia Broadcasting IPCableCom / MediaCom 2004 / Interactive Multimedia Workshop ITU, Geneva, 12-15 March 2002 Mobile Multimedia Broadcasting A MediaCom 2004 Presentation by Shuji Hirakawa, Ph.D, IEEE Fellow Media & Contents

More information

Classic Grid Architecture

Classic Grid Architecture Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes

More information

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008 Professional Organization Checklist for the Computer Science Curriculum Updates Association of Computing Machinery Computing Curricula 2008 The curriculum guidelines can be found in Appendix C of the report

More information

Integrated Development of Distributed Real-Time Applications with Asynchronous Communication

Integrated Development of Distributed Real-Time Applications with Asynchronous Communication Integrated Development of Distributed Real-Time Applications with Asynchronous Communication Marc Schanne International Workshop on Java Technologies for Real-time and Embedded Systems (JTRES) 26-28 September

More information

DVBLink For IPTV. Installation and configuration manual

DVBLink For IPTV. Installation and configuration manual DVBLink For IPTV Installation and configuration manual DVBLogic 2010 Table of contents Table of contents... 2 Introduction... 4 Installation types... 4 DVBLink for IPTV local installation... 4 DVBLink

More information

Instrumentation for Linux Event Log Analysis

Instrumentation for Linux Event Log Analysis Instrumentation for Linux Event Log Analysis Rajarshi Das Linux Technology Center IBM India Software Lab rajarshi@in.ibm.com Hien Q Nguyen Linux Technology Center IBM Beaverton hien@us.ibm.com Abstract

More information

R&S BC NETSTATE Open network management software for broadcast applications

R&S BC NETSTATE Open network management software for broadcast applications R&S BC NETSTATE Open network management software for broadcast applications Broadcasting Product Brochure 01.00 R&S BC-NETSTATE At a glance R&S BC NETSTATE is a specialized software solution for broadcast

More information

Creating and Using Databases for Android Applications

Creating and Using Databases for Android Applications Creating and Using Databases for Android Applications Sunguk Lee * 1 Research Institute of Industrial Science and Technology Pohang, Korea sunguk@rist.re.kr *Correspondent Author: Sunguk Lee* (sunguk@rist.re.kr)

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

SIB relays C++ API SQL API. Kernel. Hardware Desc. XML. XML Parser parser.h. State. Misc. Mgmt. I/O Manager iomgr.h. Data Acq. XCR. Batt. Mgmt.

SIB relays C++ API SQL API. Kernel. Hardware Desc. XML. XML Parser parser.h. State. Misc. Mgmt. I/O Manager iomgr.h. Data Acq. XCR. Batt. Mgmt. Misc. Data Acq. Sunny Boy SIB relays usb-serial XCR xcr.h Hardware Desc. XML sensors.xml I/O Manager iomgr.h Sunny Boy sunnyboy.h XML Parser parser.h Kernel kernel.h C++ API State Mgmt. Batt. Mgmt. Maint.

More information

1 File Processing Systems

1 File Processing Systems COMP 378 Database Systems Notes for Chapter 1 of Database System Concepts Introduction A database management system (DBMS) is a collection of data and an integrated set of programs that access that data.

More information

QAME Support for Policy-Based Management of Country-wide Networks

QAME Support for Policy-Based Management of Country-wide Networks QAME Support for Policy-Based Management of Country-wide Networks Clarissa C. Marquezan, Lisandro Z. Granville, Ricardo L. Vianna, Rodrigo S. Alves Institute of Informatics Computer Networks Group Federal

More information

ACM Publishing License Agreement

ACM Publishing License Agreement ACM Publishing License Agreement ACM Publication or Event: Title of Work (including any Supplements, the Work ): Author(s) (collectively, Author ): Owner(s) (collectively, Owner ): Note: If the copyright

More information

Evaluation of Cable Access Television (CATV) as a Medium for Advanced Traveler Information Systems (ATIS)

Evaluation of Cable Access Television (CATV) as a Medium for Advanced Traveler Information Systems (ATIS) Minnesota Department of Transportation Evaluation of Cable Access Television (CATV) as a Medium for Advanced Traveler Information Systems (ATIS) Final Report Table of Contents 1. Introduction 3 2. Public

More information

Extending the Internet of Things to IPv6 with Software Defined Networking

Extending the Internet of Things to IPv6 with Software Defined Networking Extending the Internet of Things to IPv6 with Software Defined Networking Abstract [WHITE PAPER] Pedro Martinez-Julia, Antonio F. Skarmeta {pedromj,skarmeta}@um.es The flexibility and general programmability

More information

Deployment Pattern. Youngsu Son 1,JiwonKim 2, DongukKim 3, Jinho Jang 4

Deployment Pattern. Youngsu Son 1,JiwonKim 2, DongukKim 3, Jinho Jang 4 Deployment Pattern Youngsu Son 1,JiwonKim 2, DongukKim 3, Jinho Jang 4 Samsung Electronics 1,2,3, Hanyang University 4 alroad.son 1, jiwon.ss.kim 2, dude.kim 3 @samsung.net, undersense3538@gmail.com 4

More information

An approach to grid scheduling by using Condor-G Matchmaking mechanism

An approach to grid scheduling by using Condor-G Matchmaking mechanism An approach to grid scheduling by using Condor-G Matchmaking mechanism E. Imamagic, B. Radic, D. Dobrenic University Computing Centre, University of Zagreb, Croatia {emir.imamagic, branimir.radic, dobrisa.dobrenic}@srce.hr

More information

M3039 MPEG 97/ January 1998

M3039 MPEG 97/ January 1998 INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION ISO/IEC JTC1/SC29/WG11 M3039

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Implementation of a Video On-Demand System For Cable Television

Implementation of a Video On-Demand System For Cable Television Implementation of a Video On-Demand System For Cable Television Specific VOD Implementation for one way networks This white paper is co-authored by: Teleste Oyj Edgeware AB 1(18) TABLE OF CONTENTS Confidentiality

More information

Application Architectures

Application Architectures Software Engineering Application Architectures Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain the organization of two fundamental models of business systems - batch

More information

vsphere Client Hardware Health Monitoring VMware vsphere 4.1

vsphere Client Hardware Health Monitoring VMware vsphere 4.1 Technical Note vsphere Client Hardware Health Monitoring VMware vsphere 4.1 Purpose of This Document VMware vsphere provides health monitoring data for ESX hardware to support datacenter virtualization.

More information

System Architecture Review Glossary

System Architecture Review Glossary AAP Architect ASAI Availability Bulk Mail Business Case Review Change Management Chief Enterprise Architect Application Architecture Planning. Replaced by the SAR (System Architecture Review) process,

More information

Adaptive User Interface Modeling Design for Webbased Terminal Middleware

Adaptive User Interface Modeling Design for Webbased Terminal Middleware Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, syl}@etri.re.kr Abstract. This paper shows

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

A User-Oriented Approach to Scheduling Collection Building in Greenstone

A User-Oriented Approach to Scheduling Collection Building in Greenstone A User-Oriented Approach to Scheduling Collection Building in Greenstone Wendy Osborn 1, David Bainbridge 2,andIanH.Witten 2 1 Department of Mathematics and Computer Science University of Lethbridge Lethbridge,

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

The Service Availability Forum Specification for High Availability Middleware

The Service Availability Forum Specification for High Availability Middleware The Availability Forum Specification for High Availability Middleware Timo Jokiaho, Fred Herrmann, Dave Penkler, Manfred Reitenspiess, Louise Moser Availability Forum Timo.Jokiaho@nokia.com, Frederic.Herrmann@sun.com,

More information

CiscoWorks Resource Manager Essentials 4.1

CiscoWorks Resource Manager Essentials 4.1 CiscoWorks Resource Manager Essentials 4.1 Product Overview CiscoWorks Resource Manager Essentials (RME) 4.1 is the cornerstone application of CiscoWorks LAN Management Solution (LMS). CiscoWorks RME provides

More information

Automatic Service Migration in WebLogic Server An Oracle White Paper July 2008

Automatic Service Migration in WebLogic Server An Oracle White Paper July 2008 Automatic Service Migration in WebLogic Server An Oracle White Paper July 2008 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

COMMONWEALTH OF PENNSYLVANIA DEPARTMENT S OF PUBLIC WELFARE, INSURANCE, AND AGING

COMMONWEALTH OF PENNSYLVANIA DEPARTMENT S OF PUBLIC WELFARE, INSURANCE, AND AGING COMMONWEALTH OF PENNSYLVANIA DEPARTMENT S OF PUBLIC WELFARE, INSURANCE, AND AGING INFORMATION TECHNOLOGY STANDARD Name Of Standard: Defect Management and Reporting Domain: Application Domain Date Issued:

More information

Intel N440BX Server System Event Log (SEL) Error Messages

Intel N440BX Server System Event Log (SEL) Error Messages Intel N440BX Server System Event Log (SEL) Error Messages Revision 1.00 5/11/98 Copyright 1998 Intel Corporation DISCLAIMERS Information in this document is provided in connection with Intel products.

More information

How Java Software Solutions Outperform Hardware Accelerators

How Java Software Solutions Outperform Hardware Accelerators How Java Software Solutions Outperform Hardware Accelerators MIPS Technologies, Inc. April 2005 Java is a programming language which has one big advantage and one big disadvantage: the big advantage is

More information

ANIMATION a system for animation scene and contents creation, retrieval and display

ANIMATION a system for animation scene and contents creation, retrieval and display ANIMATION a system for animation scene and contents creation, retrieval and display Peter L. Stanchev Kettering University ABSTRACT There is an increasing interest in the computer animation. The most of

More information

EUROPASS DIPLOMA SUPPLEMENT

EUROPASS DIPLOMA SUPPLEMENT EUROPASS DIPLOMA SUPPLEMENT TITLE OF THE DIPLOMA (ES) Técnico Superior en Administración de Sistemas Informáticos en Red TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician in Computer Network Systems

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING

GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING MEDIA MONITORING AND ANALYSIS GRAPHICAL USER INTERFACE, ACCESS, SEARCH AND REPORTING Searchers Reporting Delivery (Player Selection) DATA PROCESSING AND CONTENT REPOSITORY ADMINISTRATION AND MANAGEMENT

More information

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999 The ConTract Model Helmut Wächter, Andreas Reuter November 9, 1999 Overview In Ahmed K. Elmagarmid: Database Transaction Models for Advanced Applications First in Andreas Reuter: ConTracts: A Means for

More information

Introduction to Special Issue: Human-Centered Television Directions in Interactive Digital Television Research

Introduction to Special Issue: Human-Centered Television Directions in Interactive Digital Television Research 24 Introduction to Special Issue: Human-Centered Television Directions in Interactive Digital Television Research PABLO CESAR Centrum Wiskunde & Informatica DICK C. A. BULTERMAN Centrum Wiskunde & Informatica

More information

Security Overview of the Integrity Virtual Machines Architecture

Security Overview of the Integrity Virtual Machines Architecture Security Overview of the Integrity Virtual Machines Architecture Introduction... 2 Integrity Virtual Machines Architecture... 2 Virtual Machine Host System... 2 Virtual Machine Control... 2 Scheduling

More information

integrated lights-out in the ProLiant BL p-class system

integrated lights-out in the ProLiant BL p-class system hp industry standard servers august 2002 integrated lights-out in the ProLiant BL p-class system technology brief table of contents executive summary 2 introduction 2 management processor architectures

More information

Windows Server 2003 default services

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.

More information

Detecting rogue systems

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

More information

A New Multichannel Sound Production System for Digital Television

A New Multichannel Sound Production System for Digital Television A New Multichannel Sound Production System for Digital Television Regis R. A. FARIA and Paulo GONÇALVES Abstract As digital television incorporates 3D technologies, the demand for real high-resolution

More information

INTELLECT TM Software Package

INTELLECT TM Software Package AxxonSoft INTELLECT TM Software Package Quick Start Guide Version 1.0.0 Moscow 2010 1 Contents CONTENTS... 2 1 INTRODUCTION... 3 1.1 Document purpose... 3 1.2 Purpose of the Intellect software package...

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery

ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery Doc. A/104 Part 2 26 December 2012 Advanced Television Systems Committee 1776 K Street, N.W.

More information

Multimedia Applications. Mono-media Document Example: Hypertext. Multimedia Documents

Multimedia Applications. Mono-media Document Example: Hypertext. Multimedia Documents Multimedia Applications Chapter 2: Basics Chapter 3: Multimedia Systems Communication Aspects and Services Chapter 4: Multimedia Systems Storage Aspects Chapter 5: Multimedia Usage and Applications Documents

More information

Fundamentals of a Windows Server Infrastructure MOC 10967

Fundamentals of a Windows Server Infrastructure MOC 10967 Fundamentals of a Windows Server Infrastructure MOC 10967 Course Outline Module 1: Installing and Configuring Windows Server 2012 This module explains how the Windows Server 2012 editions, installation

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Published: July 2014 Version 1.2.0.500 Copyright 2007 2014 Raphael Burri, All rights reserved Terms

More information

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications Gaël de Chalendar CEA LIST F-92265 Fontenay aux Roses Gael.de-Chalendar@cea.fr 1 Introduction The main data sources

More information

AAF. Improving the workflows. Abbreviations. Advanced Authoring Format. Brad Gilmer AAF Association

AAF. Improving the workflows. Abbreviations. Advanced Authoring Format. Brad Gilmer AAF Association AAF the Advanced Authoring Format Brad Gilmer AAF Association The Advanced Authoring Format (AAF) enables content creators to easily exchange digital media essence and metadata across platforms, and between

More information

Session Service Architecture

Session Service Architecture Session Service Architecture Open Web Single Sign-On Version 1.0 Please send comments to: opensso@sun.com Author Alan Chu (alan.chu@sun.com) Session Service Architecture, Version 1.0 This document is subject

More information

Architecture Design & Sequence Diagram. Week 7

Architecture Design & Sequence Diagram. Week 7 Architecture Design & Sequence Diagram Week 7 Announcement Reminder Midterm I: 1:00 1:50 pm Wednesday 23 rd March Ch. 1, 2, 3 and 26.5 Hour 1, 6, 7 and 19 (pp.331 335) Multiple choice Agenda (Lecture)

More information

Digital terrestrial television broadcasting Audio coding

Digital terrestrial television broadcasting Audio coding Digital terrestrial television broadcasting Audio coding Televisão digital terrestre Codificação de vídeo, áudio e multiplexação Parte 2: Codificação de áudio Televisión digital terrestre Codificación

More information

Middleware support for the Internet of Things

Middleware support for the Internet of Things Middleware support for the Internet of Things Karl Aberer, Manfred Hauswirth, Ali Salehi School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne,

More information

Scientific versus Business Workflows

Scientific versus Business Workflows 2 Scientific versus Business Workflows Roger Barga and Dennis Gannon The formal concept of a workflow has existed in the business world for a long time. An entire industry of tools and technology devoted

More information

CA Clarity PPM. Connector for Microsoft SharePoint Product Guide. Service Pack 02.0.01

CA Clarity PPM. Connector for Microsoft SharePoint Product Guide. Service Pack 02.0.01 CA Clarity PPM Connector for Microsoft SharePoint Product Guide Service Pack 02.0.01 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred

More information

Twelve Theses on Reactive Rules for the Web

Twelve Theses on Reactive Rules for the Web Twelve Theses on Reactive Rules for the Web François Bry and Michael Eckert University of Munich, Institute for Informatics Oettingenstr. 67, D-80538 München {bry, eckert}@pms.ifi.lmu.de http://www.pms.ifi.lmu.de

More information