AGENT-BASED PERSONALIZATION IN DIGITAL TELEVISION. P.O. Box 553, Tampere, Finland, {samuli.niiranen, artur.lugmayr,

Size: px
Start display at page:

Download "AGENT-BASED PERSONALIZATION IN DIGITAL TELEVISION. P.O. Box 553, 33101 Tampere, Finland, {samuli.niiranen, artur.lugmayr, seppo.kalli}@tut."

Transcription

1 AGENT-BASED PERSONALIZATION IN DIGITAL TELEVISION Samuli Niiranen 1, Artur Lugmayr 1 and Seppo Kalli 1 1 Laboratory of Signal Processing, Tampere University of Technology, P.O. Box 553, Tampere, Finland, {samuli.niiranen, artur.lugmayr, seppo.kalli}@tut.fi ABSTRACT Digital television (digi-tv) is an emerging technology providing new facilities for multimedia content delivery. Three parties are involved in the delivery chain: Broadcast Service Provider (BSP), Interaction Service Provider (ISP), and end-user equipment (e.g. Set-Top Box, STB). The BSP uses a broadcast network to stream A/V content and multiplexed added-value applications to end users who can communicate with the ISP through a feedback channel. Due to the overwhelming amount of available content from multiple broadcasters, the appliance of personalization techniques can guide the user in search of optimal service and content provision. Within the scope of this paper we present a Foundation for Intelligent Physical s (FIPA) conformant solution for Audio/Vision Entertainment Broadcasting (AVEB) to perform agent-based personalization in a digital television environment. We develop two use scenarios and describe a FIPA compliant, JADE (Java DEvelopment)-based personalization agent test constellation and its deployment on a simulated digi-tv platform. 1. INTRODUCTION Personalization in digi-tv involves the combined use of technology and user/content information to tailor broadcast TV services to match the client s needs. Intelligent software agents are an applicable technique for performing personalization in digi-tv. Our work consists of three major parts: presentation of personalization techniques, their application in a FIPA AVEB compliant framework, and two use scenarios of utilizing this framework for broadcast digi-tv service personalization including a description of a test agent constellation deployment on the JADE platform. The deployed constellation corresponds to a part of the framework used in one of the use scenarios. 2. PERSONALIZATION TECHNIQUES In a generic media service environment, providing a user interface, multimedia content and interaction capabilities for user of the service, there are two approaches to personalization: user-profile based personalization and inference-based personalization with two generic application areas. 2.1 Generic application areas Content personalization In content personalization we personalize typically multimedia content to match the user s preferences. The aim in content personalization can also be to increase, in case of advertising or promotional information, the acceptability or susceptibility of the content for a particular user or user group. For example, personalized advertising can provide substantial benefits for the advertiser in terms of commercial effectiveness User interface personalization User interface (UI) personalization can provide personalized use experiences for, e.g., vision impaired people through the enlargement of user interface components. Other examples of user interface personalization include providing simplified interfaces for young children or the elderly. 2.2 User profile-based personalization User information collection By collecting user information we want to develop and maintain a user profile describing a user s interests or other descriptors relevant to personalization. Explicit profiling: A set of explicit questions is provided for the user of the service to query his preferences. Implicit profiling: Interaction of the user with the service is observed usually transparently. Use of legacy data: Legacy user profile databases, user behavior history, or previously collected user behavior material is mined for obtaining data about its behavior User profile analysis The generated user profiles are used as an input for the user profile analysis techniques used to select the actual personalization for the service. Rule-based techniques: Here we define explicit (e.g. business rules) for personalization. In practice this means that we must define conditions in the user

2 profile which trigger personalization functions and what to do about them. Filtering techniques use algorithms to analyze user profile and content metadata and select the appropriate personalization for content and user interfaces. Simple filtering: A predefined classification to user (e.g. age) groups is used to determine what content with what UI is provided for the user. Content-based filtering: The available content objects (or metadata describing them) are analyzed to select content representing best the user s interests. Collaborative or community-based filtering: User opinions on a set of content objects is collected, either explicitly or implicitly, to generate similarminded peer or interest groups (e.g. the football watcher s group) for predicting a user s interest in certain content Provision of the personalized service taxonomy is presented in Figure 1 classifies agents as follows: Cooperative agents are communicating agents; they communicate with other cooperative agents and act accordingly. Proactive agents initiate actions without user interaction. Adaptive agents can learn from past situations and experience how to behave in certain situations. Personal agents, which combine capabilities from adaptive and proactive agents, act proactively and serve individual users. Collaborative agents, which combine capabilities from cooperative and proactive agents, are proactive and cooperate with other agents. Smart agents combine capabilities from all ISA agents. After the personalization features are selected for the user using rule-based methods or filtering the personalized content and user interfaces are made available to the user Inference-based personalization This method relies on learning the user s behavior by monitoring user interaction with the application providing the service in real-time. Inference engines use sophisticated statistical approaches to extract trends from user behavior. In practice, the engine monitors, for example, the click stream data of the user for personalizing the content or user interface of the service. 3. AGENT-BASED PERSONALIZATION IN DIGI- TV A broadcast digi-tv environment differs from a generic media environment requiring push and push/pull service schemes, real-time capabilities, agent mobility, different involved domains, additional messaging facilities in the broadcast channel, and other characteristics. We will next discuss the application of the personalization techniques described in section 2 in the digi-tv domain by applying an agent-based approach Intelligent software agents Software agents are agents operating in a software environment including operating systems, computer applications, databases and networks, and represent a computational entity which exhibit autonomy, rational behavior, communal interaction, and mobility [1]. Intelligent software agent is an agent that uses artificial intelligence in the pursuit of the goals of its clients [2] and according to one definition [3] intelligent software agents have some or all of the following capabilities: cooperation, reactivity and adaptability. The ISA Figure 1. ISA taxonomy [3] ISAs exhibiting many of these capabilities can be utilized for providing personalization in a TV broadcast environment as discussed next FIPA compliant agent platform FIPA promotes technologies and interoperability specifications that facilitate the end-to-end interworking of intelligent agent systems in modern commercial and industrial settings [4]. In practice, FIPA has defined a standard model for deploying, managing, and for the access control of agents. The central element is the Management System (AMS), which maintains the agent life cycle and a list of agents, uniquely identified by their agent identifiers. Each agent has to register in advance at the AMS, confirming that the platform is capable of performing this task. A Directory Facilitator (DF) provides a yellow page service. Each entry describes shortly the service, properties, and attributes of an agent that can be queried, enabling agents to search for other agents to achieve their goal. The Message Transport System (MTS) and the Communication Channel (ACC) allow the communication of agent messages on one platform, and an over a distributed service pool. The payloads of agent messages are encoded and/or compressed according to the Communication Language (ACL). Each agent platform firstly initializes and configures the AMS, DF, MTS, and the ACC. Multiple platforms

3 might exist, logically and physically distributed over various systems. Each agent platform has basis container for agent deployment, for performing the life cycle of each agent in a parallel way. The main or root container manages AMS, DF, and MTS/ACC agents. The FIPA standards have previously been used to define an agent-based TV receiving system [5] Applying FIPA specifications in digi-tv Figure 2 shows the broadcasting architecture as specified by FIPA s AVEB [4] consisting of three integral domains. The digi-tv equipment domain represents the standardized hardware available as a mass product; from the user domain basic digi-tv functionality can be accessed via an abstract interface provided by wrapper components. The latter domain provides agent-based technologies and performs the actual personalization tasks, as on two different access types: TV broadcast only (push), and on-demand services (push/pull). In a production system multiple user domains exist, whose agents can communicate with each other. The content provider domain - with one or more ISP(s) and BSP(s) - is the end-node of the feedback or broadcast channel, requiring other types of agents for information collection. Personalization in digi-tv is a two-folded problem, requiring techniques for push/pull and push content. Revising section 2, two major personalization scenarios are possible within a FIPA AVEB digi-tv architecture User profile-based content personalization This push/pull scenario involves the recording/recommendation generation of A/V stream services preferred by the end-user (Figure 3). It involves all the presented agent types: the IA collects implicitly or explicitly user preferences; the UPA manages the user profiles and applies rule-based or filtering techniques in user profile analysis; the CA matches content descriptors with user s preferences in collaboration with the UPA and the GA for storing and presenting personalized content; A/V content descriptors are maintained by the GA Inference-based personalization In this scenario functionality of services delivered to the end-user in a push scheme is personalized (Figure 3). Here the IA monitors user interaction with the service and, by using an inference engine, communicates back to the service the personalization determined in real-time. Digital TV AV Streams Digital Storage Medium Tuner Video-On- Demand Server Provider Type 1 Non MTS Digital Storage Medium Wrapper Tuner Wrapper Video-On- Demand Control Wrapper Guide 1 Users (Family) Interface Control AVLover MTS Content Provider Domain User Profile Guide 2 User Domain User Profile User Group Domain User Domain Provider Type 2 Figure 2. Reference model for the AVEB application [4]. Within this architecture four different agents can be deployed for personalization purposes: Interface s (IA) interpret user requests, ACL ( Communication Language) messages, and present information in a human readable form. User Profile s (UPA) maintain user profiles, provide user preferences, involve conditional access schemes and filtering functionality, and communicate with other user groups. Guide s (GA) advertise services, perform content queries, collaborate with the CA, present query results, and perform customization tasks over the feedback channel. Control s (CA) glue the IA, GA, and UPA to one entity, promote interactions with other agents, retrieve user interaction, query user preferences, control local hardware, and match content with the GA for a user. Figure 3. -based personalization in the FIPA AVEB framework. 4. USE SCENARIOS OF AGENT-BASED PERSONALIZATION IN DIGI-TV We will illustrate the application of the FIPA AVEB framework by reviewing two specific use scenarios. 4.1 News broadcast compilation Current news broadcasts are split into self-containing video strips. Each strip has different topics, such as politics, economy, sports, etc. The goal is to provide a solution that records news broadcasts during one day personalized to the end-user. Thus, the end user obtains a recorded news broadcast consisting of news strips of different broadcasters that are in his interest. In practice this means that we provide a questionnaire in the user application for selecting the appropriate news

4 strips types and use content-based filtering for compiling the personalized news broadcast. In this scenario the home system automatically stores selected news broadcast video strips for a user (Figure 4). We employ user profile-based personalization with explicit user preference collection and content-based filtering to compile the personalized news broadcast. The user is initially explicitly queried for the news he s interested in. User s preferences gathered by the IA are transferred to the UPA for updating the user profile. The CA evaluates incoming content descriptions from the GA and consults the UPA; if there are any matches with the user s preference, the CA stores the selected video strips from a news broadcast into the STB DSM (Digital Storage Media). Video strips are compiled during a time interval of one day. Figure 4. Compilation of news broadcasts 4.2 Heath Care TV Personal treatment services provide a possibility for the personal administration of the treatment of various health conditions. The most common examples are services related to the treatment of diabetes, asthma and hypertension. Applications, run on the STB, providing access to these services through the feedback channel can be multiplexed to the digi-tv broadcast A/V streams. As the users of a treatment related treatment services are a very diverse group there exists a need for providing a personalized look and feel for different users. For example, functionality providing simplified user interfaces for those who seldom use the more advanced functions of the application is an interesting personalization task. In practice this type of personalization could be based on monitoring user interaction with the application and using this information to hide UI components rarely used by the user. For this use scenario we employ real-time inference based personalization (Figure 5). The IA monitors user interaction from the application and, by using an inference engine, communicates back to the application with the UI personalization. Figure 5. Inference-based UI personalization in personal health care treatment services 5. TV-ANYTIME CONTENT DESCRIPTION METADATA GENERATION WITH JADE SOFTWARE AGENTS For validating our FIPA AVEB framework approach we deployed a sample agent constellation for TV-Anytime content description metadata maintenance using FIPA compliant JADE (Java DEvelopment) software agents on a simulated digi-tv platform. The constellation models a part (used in the 1st use scenario) of our FIPA AVEB personalization framework and includes a generator agent and a guide agent functioning in the content provider domain of the framework. In practice, the deployed guide agent maintains TV-Anytime A/V content descriptions (in collaboration with the generator agent) in XML markup syntax for the content provider A/V stream TV programs. 5.1 TV-Anytime A/V content description metadata The TV-Anytime metadata system allows the consumer to find, navigate and manage content from a variety of internal and external sources including, e.g., enhanced broadcast, interactive TV, Internet and local storage. Furthermore, it defines a standard way to describe consumer profiles including search preferences to facilitate automatic filtering and acquisition of content by agents on behalf of the consumer [6]. TV-Anytime content description metadata is general information about a piece of content, such as a TV program, that does not change regardless of how the content is published or broadcasted. It includes information such as the content s title, textual description, and genre. Typically, the content creator assigns content description metadata before publication [6]. TV-Anytime metadata is structured into selfcontained documents. Each document has a single toplevel element that encloses all other TV-Anytime metadata. In our scenario a TV-Anytime program information document with content description metadata contains structured metadata about TV programs broadcasted by one content provider including the title and genre of the program JADE JADE (Java DEvelopment Framework) ( is a software framework for the development of agent-based applications in

5 compliance with the FIPA specifications for interoperable and intelligent multi-agent systems. JADE can be considered an agent middle-ware that implements an agent platform and also a development framework. It deals with those aspects that are not peculiar of the agent internals and are independent of the applications, such as message transport, encoding and parsing, or agent lifecycle constellation As stated, in our experiments we utilized TV-Anytime content description metadata with JADE used as the Java software framework for the deployed agents of the constellation functioning as one part of a FIPA AVEB compliant personalization system. The purpose of the constellation is to model A/V content description maintenance of a FIPA AVEB compliant digi-tv system (Figure 6). The agent constellation consists of two agents: guide agent and generator agent. The generator agent is an additional agent outside the FIPA framework, whose purpose in our test constellation is the announcement of program schedule information of one content provider to the corresponding guide agent as requested by it. Where the generator agent utilizes broadcast proprietary formats for representing program schedule information, the guide agent transcodes its information into TV-Anytime content descriptors. In a real deployment, a control agent requests these metadata description schemes for further personalization on the enduser device. the TV-Anytime content description in XML markup for the available TV programs. This agent initializes the whole process of obtaining the content descriptions by querying the Generator for available A/V content metadata regularly. This message is encapsulated via the ACL message format and sent to the Generator. In Table 1 are listed the two TV-Anytime content description metadata program information attributes used in our agent constellation. Name Title Genre Definition A title of the program. A program can have multiple titles, e.g. in different languages. Defined as an MPEG-7 datatype, TitleType (See Sec in [7] for a detailed specification). A genre for the program. Defined as an MPEG-7 datatype, GenreType (See Sec of [7] for a detailed specification). Table 1. Program information attributes used in the agent constellation [6] Figure 7 shows the child elements of the TVAMain root level element of a TV-Anytime program information document XML Schema. TV-Anytime content description metadata is located in the child elements of tva:contentdescription. Figure 6. Deployed agent constellation The basic functionality of the constellation is as follows: Generator : The behavior or simulation of the program schedule of a digi-tv broadcast A/V content provider is implemented within the scope of this agent. It generates random sequences of information indicating the genres and titles of TV programs made available by the content provider through the broadcast A/V streams. If this agent retrieves a query for broadcasted content metadata it generates a random sequence of program information entries with genres and titles for each entry, which are encapsulated into an ACL message and sent to the query source agent, the Guide. Guide : The guide agent retrieves the information generated by the provider agent and generates Figure 7. TVAMain root level element and child elements 5.3 constellation deployment For our digi-tv simulation environment, and agent constellation deployment, we used the following system setup: Intel Pentium 500 with 256MB RAM and Windows 2000 Java J2SE SDK Version 1.3 JADE Environment Version 2.4 Our experiments were based on a PC based demonstration, where agents communicated via an Internet connection.

6 5.3.1 Implementation Each agent has to register himself firstly at a yellow page service, containing information about agent behavior, characteristics, and communication protocol. To initialize the communication process, the guide agent sends a request to the generator agent to obtain personalization information in form of metadata structures. The obtained information is transcoded to TV-Anytime s content description format. The entire most significant part was the modeling and implementation of the behavior of both agents: Generator : The behavior implementation minimizes to communicating a schedule of running TV programs (with genre and title metadata) to the guide agent upon receiving a request. A simple database request and filtering currently running TV programs results in a sophisticated solution: while (true) { retrieve initialization message verify agent request generate program schedule information build reply message send reply message } Guide : A more complex behavior, especially a transcoding algorithm between incoming program schedule-, and outgoing TV-Anytime compliant data structures (including their storage) was implemented by the guide agent. Storage and metadata representation was realized using simple files, and the JDOM XML API ( initiate communication with generator agent while (true) { receive QUERY message decode generator agent s answer transcode schedule to TV-Anytime build, verify, and store metadata tree confirm received message by ACL CONFIRM } Both agents were deployed by utilizing the JADE agent deployment tool. The first command sent from the guide agent is QUERY-REF, initializing the communication process. In case of failure, the generator agent responses with NOT UNDERSTOOD, otherwise he transmits an INFORM message to the guide agent Experimental results The sample constellation functioned as expected supporting our agent-based approach. Figure 8 shows the JADE ACL sniffer tool in action monitoring agent communication in our constellation. Figure 9 shows the Directory Facilitator (DF) entries for our two agents. DF provides service location and registration in FIPA compliant agent systems. 6. CONCLUSIONS Personalization is an interesting technique for providing customized use experiences for a wide range of users and user groups. Digitalization of TV systems has made it possible to conceive new, user need driven, methods for customizing broadcast content. An agent-based personalization solution based on the FIPA AEVB framework represents an interesting solution for providing personalization in digi-tv. Figure 8. JADE ACL sniffer tool Figure 9. DF Entries for guide and generator agents 6. REFERENCES [1] Intelligent s Group (IAG), Software s: A review, May [2] D.W. Croft, Intelligent Software s: Definitions and Application, October [3] Simon Case, Nader Azarmi, Marcus Thint, Takeshi Ohtami, Enhancing E-communities with -Based systems, IEEE Computer, July [4] FIPA, FIPA Audio-Visual Entertainment and Broadcasting Specification, August [5] Y. Kim, Y. Murasaki and M. Shibita, Design and Implementation of -based TV Receiving System html [6] TV-Anytime Forum, Specification Series: S-3 On: Metadata (Normative) V1.0, February [7] ISO/IEC CD , Information Technology - Multimedia content description interface - Part 5 Multimedia Description Schemes, October 2000.

FIPA agent based network distributed control system

FIPA agent based network distributed control system FIPA agent based network distributed control system V.Gyurjyan, D. Abbott, G. Heyes, E. Jastrzembski, C. Timmer, E. Wolin TJNAF, Newport News, VA 23606, USA A control system with the capabilities to combine

More information

STANDARDS FOR AGENTS AND AGENT BASED SYSTEMS (FIPA)

STANDARDS FOR AGENTS AND AGENT BASED SYSTEMS (FIPA) Course Number: SENG 609.22 Session: Fall, 2003 Course Name: Agent-based Software Engineering Department: Electrical and Computer Engineering Document Type: Tutorial Report STANDARDS FOR AGENTS AND AGENT

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

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

Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network wmm@scn.com.cn

Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network wmm@scn.com.cn Position Paper for The Fourth W3C Web and TV Workshop Abstract This paper introduces multiple screen technology research and services implementation in China, which has the close relationship between Web

More information

Managing large sound databases using Mpeg7

Managing large sound databases using Mpeg7 Max Jacob 1 1 Institut de Recherche et Coordination Acoustique/Musique (IRCAM), place Igor Stravinsky 1, 75003, Paris, France Correspondence should be addressed to Max Jacob (max.jacob@ircam.fr) ABSTRACT

More information

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework A Multi-agent System for Knowledge Management based on the Implicit Culture Framework Enrico Blanzieri Paolo Giorgini Fausto Giunchiglia Claudio Zanoni Department of Information and Communication Technology

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

Designing Ubiquitous Personalized TV-Anytime Services

Designing Ubiquitous Personalized TV-Anytime Services Designing Ubiquitous Personalized TV-Anytime Services Fotis G. Kazasis, Nektarios Moumoutzis, Nikos Pappas, Anastasia Karanastasi, Stavros Christodoulakis Lab. Of Distributed Multimedia Information Systems

More information

Setting Up an AS4 System

Setting Up an AS4 System INT0697_150625 Setting up an AS4 system V1r0 1 Setting Up an AS4 System 2 Version 1r0 ENTSOG AISBL; Av. de Cortenbergh 100, 1000-Brussels; Tel: +32 2 894 5100; Fax: +32 2 894 5101; info@entsog.eu, www.entsog.eu,

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

A Metadata Model for Peer-to-Peer Media Distribution

A Metadata Model for Peer-to-Peer Media Distribution A Metadata Model for Peer-to-Peer Media Distribution Christian Timmerer 1, Michael Eberhard 1, Michael Grafl 1, Keith Mitchell 2, Sam Dutton 3, and Hermann Hellwagner 1 1 Klagenfurt University, Multimedia

More information

Chapter 11 Mining Databases on the Web

Chapter 11 Mining Databases on the Web Chapter 11 Mining bases on the Web INTRODUCTION While Chapters 9 and 10 provided an overview of Web data mining, this chapter discusses aspects of mining the databases on the Web. Essentially, we use the

More information

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com Abstract. In today's competitive environment, you only have a few seconds to help site visitors understand that you

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

SIPAC. Signals and Data Identification, Processing, Analysis, and Classification

SIPAC. Signals and Data Identification, Processing, Analysis, and Classification SIPAC Signals and Data Identification, Processing, Analysis, and Classification Framework for Mass Data Processing with Modules for Data Storage, Production and Configuration SIPAC key features SIPAC is

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

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

A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS. N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1

A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS. N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1 A SECURITY ARCHITECTURE FOR AGENT-BASED MOBILE SYSTEMS N. Borselius 1, N. Hur 1, M. Kaprynski 2 and C.J. Mitchell 1 1 Royal Holloway, University of London 2 University of Strathclyde ABSTRACT Future mobile

More information

INTRODUCTION. The Challenges

INTRODUCTION. The Challenges Meeting the Challenges of Video Advertising in an IP ABR Environment Consumers are demanding to watch TV when they want and on the device of their choice. To meet that challenge most pay TV operators globally

More information

World of Digital Interactive TV

World of Digital Interactive TV 2 World of Digital Interactive TV 2.1 Broadcast Multimedia Broadcast multimedia is discussed here in the context of digital television standards. Europe, North America and Japan have established the basic

More information

Filtering the Web to Feed Data Warehouses

Filtering the Web to Feed Data Warehouses Witold Abramowicz, Pawel Kalczynski and Krzysztof We^cel Filtering the Web to Feed Data Warehouses Springer Table of Contents CHAPTER 1 INTRODUCTION 1 1.1 Information Systems 1 1.2 Information Filtering

More information

Firewall Builder Architecture Overview

Firewall Builder Architecture Overview Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.

More information

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

3SL. Requirements Definition and Management Using Cradle

3SL. Requirements Definition and Management Using Cradle 3SL Requirements Definition and Management Using Cradle November 2014 1 1 Introduction This white paper describes Requirements Definition and Management activities for system/product development and modification

More information

Secure Semantic Web Service Using SAML

Secure Semantic Web Service Using SAML Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA

More information

HbbTV Forum Nederland Specification for use of HbbTV in the Netherlands

HbbTV Forum Nederland Specification for use of HbbTV in the Netherlands HbbTV Forum Nederland Specification for use of HbbTV in the Netherlands Version 1.0 Approved for Publication 2013, HbbTV Forum Nederland Date: 1 May 2013 Contact: Rob Koenen, rob.koenen@tno.nl Specification

More information

How To Build A Connector On A Website (For A Nonprogrammer)

How To Build A Connector On A Website (For A Nonprogrammer) Index Data's MasterKey Connect Product Description MasterKey Connect is an innovative technology that makes it easy to automate access to services on the web. It allows nonprogrammers to create 'connectors'

More information

Fragmented MPEG-4 Technology Overview

Fragmented MPEG-4 Technology Overview Fragmented MPEG-4 Technology Overview www.mobitv.com 6425 Christie Ave., 5 th Floor Emeryville, CA 94607 510.GET.MOBI HIGHLIGHTS Mobile video traffic is increasing exponentially. Video-capable tablets

More information

Data Discovery on the Information Highway

Data Discovery on the Information Highway Data Discovery on the Information Highway Susan Gauch Introduction Information overload on the Web Many possible search engines Need intelligent help to select best information sources customize results

More information

How To Build A Cloud Based Data Hub For A Networked Network (Networking) System (Network)

How To Build A Cloud Based Data Hub For A Networked Network (Networking) System (Network) The Versatile Content Distribution System Highly Efficient Content Distribution The SkyScraper system from Triveni Digital is a highly convenient and efficient platform for content distribution via any

More information

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

More information

XBRL Processor Interstage XWand and Its Application Programs

XBRL Processor Interstage XWand and Its Application Programs XBRL Processor Interstage XWand and Its Application Programs V Toshimitsu Suzuki (Manuscript received December 1, 2003) Interstage XWand is a middleware for Extensible Business Reporting Language (XBRL)

More information

Pragmatic Web 4.0. Towards an active and interactive Semantic Media Web. Fachtagung Semantische Technologien 26.-27. September 2013 HU Berlin

Pragmatic Web 4.0. Towards an active and interactive Semantic Media Web. Fachtagung Semantische Technologien 26.-27. September 2013 HU Berlin Pragmatic Web 4.0 Towards an active and interactive Semantic Media Web Prof. Dr. Adrian Paschke Arbeitsgruppe Corporate Semantic Web (AG-CSW) Institut für Informatik, Freie Universität Berlin paschke@inf.fu-berlin

More information

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 2 (11.

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 2 (11. Oracle Database Examples Installation Guide 11g Release 2 (11.2) E10846-01 August 2009 This document describes how to install and configure the products available on the Oracle Database Examples media.

More information

Trends of Interactive TV & Triple Play

Trends of Interactive TV & Triple Play Trends of Interactive TV & Triple Play 1 Technology trends 4C s convergence Improvement and standardization of the encoding technology The enhancement and cost effective of IP video streaming network components

More information

Agents and Web Services

Agents and Web Services Agents and Web Services ------SENG609.22 Tutorial 1 Dong Liu Abstract: The basics of web services are reviewed in this tutorial. Agents are compared to web services in many aspects, and the impacts of

More information

Gaming as a Service. Prof. Victor C.M. Leung. The University of British Columbia, Canada www.ece.ubc.ca/~vleung

Gaming as a Service. Prof. Victor C.M. Leung. The University of British Columbia, Canada www.ece.ubc.ca/~vleung Gaming as a Service Prof. Victor C.M. Leung The University of British Columbia, Canada www.ece.ubc.ca/~vleung International Conference on Computing, Networking and Communications 4 February, 2014 Outline

More information

Oracle Utilities Integration for Device Operations

Oracle Utilities Integration for Device Operations Oracle Utilities Integration for Device Operations Release Notes Oracle Utilities Meter Data Management v2.0.1.8 Oracle Utilities Operational Device Management v2.0.1 E36211-01 October 2012 Oracle Utilities

More information

USE CASE No 002. Fusion Internet, TV and Web Hosting High Speed and High Reliability Internet Presence

USE CASE No 002. Fusion Internet, TV and Web Hosting High Speed and High Reliability Internet Presence Fusion Internet, TV and Web Hosting High Speed and High Reliability Internet Presence 1 With a spectacular GUI provided, you can design and configure different rate plans, offers, services, charges, and

More information

Open multi-provider delivery of TV services over IP networks

Open multi-provider delivery of TV services over IP networks Open multi-provider delivery of TV services over IP networks Introduction Content of the presentation 8 Introduction to DVB-IPI and its application to Medianet open system vision 8 Challenges in realistic

More information

01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours.

01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours. (International Program) 01219141 Object-Oriented Modeling and Programming 3 (3-0) Object concepts, object-oriented design and analysis, object-oriented analysis relating to developing conceptual models

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

Published International Standards Developed by ISO/IEC JTC 1/SC 37 - Biometrics

Published International Standards Developed by ISO/IEC JTC 1/SC 37 - Biometrics Published International Standards Developed by ISO/IEC JTC 1/SC 37 - Biometrics Revised October 25, 2007 These standards can be obtained (for a fee) at ANSI s estandards Store: http://webstore.ansi.org/

More information

Internet Protocol Television (IPTV)

Internet Protocol Television (IPTV) International Journal of Electronics and Computer Science Engineering 2221 Available Online at www.ijecse.org ISSN- 2277-1956 Internet Protocol Television (IPTV) Lokesh Mittal 1, Ritika Mittal 2 Lecturer

More information

Snow Agent System Pilot Deployment version

Snow Agent System Pilot Deployment version Pilot Deployment version Security policy Revision: 1.0 Authors: Per Atle Bakkevoll, Johan Gustav Bellika, Lars, Taridzo Chomutare Page 1 of 8 Date of issue 03.07.2009 Revision history: Issue Details Who

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

How to establish an. MHPapplication development environment. Olav Frølich Danmarks Radio

How to establish an. MHPapplication development environment. Olav Frølich Danmarks Radio How to establish an MHPapplication development environment Olav Frølich Danmarks Radio Danmarks Radio (DR) has carried out an analysis on how to establish an MHP application development environment. In

More information

Defense Technical Information Center Compilation Part Notice

Defense Technical Information Center Compilation Part Notice UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADP012353 TITLE: Advanced 3D Visualization Web Technology and its Use in Military and Intelligence Applications DISTRIBUTION: Approved

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing

More information

CTX OVERVIEW. Ucentrik CTX

CTX OVERVIEW. Ucentrik CTX CTX FACT SHEET CTX OVERVIEW CTX SDK API enables Independent Developers, VAR s & Systems Integrators and Enterprise Developer Teams to freely and openly integrate real-time audio, video and collaboration

More information

Data Mining Governance for Service Oriented Architecture

Data Mining Governance for Service Oriented Architecture Data Mining Governance for Service Oriented Architecture Ali Beklen Software Group IBM Turkey Istanbul, TURKEY alibek@tr.ibm.com Turgay Tugay Bilgin Dept. of Computer Engineering Maltepe University Istanbul,

More information

CONVERGENCE Glossary (version of 30/10/2012)

CONVERGENCE Glossary (version of 30/10/2012) Glossary (version of 30/10/2012) Term Access Rights Advertise Application Business Scenario CA CCN Cl_Auth_SC Cl_Auth_User_Pw Clean-slate architecture CoApp CoApp Provider CoMid CoMid Provider CoMid Resource

More information

www.hcltech.com Get Ready for Tomorrow, Today. Redefine Your Security Intelligence

www.hcltech.com Get Ready for Tomorrow, Today. Redefine Your Security Intelligence www.hcltech.com Get Ready for Tomorrow, Today. Redefine Your Security Intelligence Balancing Accessibility and Risk The challenge before enterprises is to provide accessibility and protect their online

More information

The Integration of Agent Technology and Data Warehouse into Executive Banking Information System (EBIS) Architecture

The Integration of Agent Technology and Data Warehouse into Executive Banking Information System (EBIS) Architecture The Integration of Agent Technology and Data Warehouse into Executive Banking System (EBIS) Architecture Ismail Faculty of Technology and Communication (FTMK) Technical University of Malaysia Melaka (UTeM),75450

More information

Cisco Digital Media System: Cisco Enterprise TV Manager 5.1

Cisco Digital Media System: Cisco Enterprise TV Manager 5.1 Cisco Digital Media System: Cisco Enterprise TV Manager 5.1 The Cisco Digital Media System (DMS) is a comprehensive suite of digital signage, enterprise TV, and desktop video applications that allow companies

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

Advanced SIP Series: SIP and 3GPP Operations

Advanced SIP Series: SIP and 3GPP Operations Advanced S Series: S and 3GPP Operations, Award Solutions, Inc Abstract The Session Initiation Protocol has been chosen by the 3GPP for establishing multimedia sessions in UMTS Release 5 (R5) networks.

More information

Sybase Unwired Platform 2.0

Sybase Unwired Platform 2.0 white paper Sybase Unwired Platform 2.0 Development Paradigm www.sybase.com TABLE OF CONTENTS 1 Sybase Unwired Platform 1 Mobile Application Development 2 Mobile Business Object (MBO) Development 4 Mobile

More information

Sybase Unwired Platform 2.1.x

Sybase Unwired Platform 2.1.x white paper Sybase Unwired Platform 2.1.x Development Paradigm www.sybase.com Table of Contents 1 Sybase Unwired Platform 2 Mobile Application Development 3 Mobile Business Object (MBO) Development 5 Mobile

More information

Convergent services in the service oriented architecture Natalya Yashenkova

Convergent services in the service oriented architecture Natalya Yashenkova Convergent services in the service oriented architecture Natalya Yashenkova The article describes how service oriented architecture and the standard OSS solutions can close the gap between the process

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

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Analyzing Network Servers. Disk Space Utilization Analysis. DiskBoss - Data Management Solution

Analyzing Network Servers. Disk Space Utilization Analysis. DiskBoss - Data Management Solution DiskBoss - Data Management Solution DiskBoss provides a large number of advanced data management and analysis operations including disk space usage analysis, file search, file classification and policy-based

More information

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

How To Manage A Virtualization Server

How To Manage A Virtualization Server Brain of the Virtualized Data Center Contents 1 Challenges of Server Virtualization... 3 1.1 The virtual network breaks traditional network boundaries... 3 1.2 The live migration function of VMs requires

More information

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server) Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2

More information

RTC:engine. WebRTC SOLUTION SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE

RTC:engine. WebRTC SOLUTION SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE WebRTC SOLUTION RTC:engine Sipwise and Deutsche Telekom AG / Telekom Innovation Laboratories signed a cooperation agreement for joint development

More information

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Simone Leggio, Jukka Manner, Antti Hulkkonen, Kimmo Raatikainen Department of Computer Science University of Helsinki,

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

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

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

... Foreword... 17. ... Preface... 19

... Foreword... 17. ... Preface... 19 ... Foreword... 17... Preface... 19 PART I... SAP's Enterprise Information Management Strategy and Portfolio... 25 1... Introducing Enterprise Information Management... 27 1.1... Defining Enterprise Information

More information

AN ENVIRONMENT FOR EFFICIENT HANDLING OF DIGITAL ASSETS

AN ENVIRONMENT FOR EFFICIENT HANDLING OF DIGITAL ASSETS AN ENVIRONMENT FOR EFFICIENT HANDLING OF DIGITAL ASSETS PAULO VILLEGAS, STEPHAN HERRMANN, EBROUL IZQUIERDO, JONATHAN TEH AND LI-QUN XU IST BUSMAN Project, www.ist-basman.org We present a system designed

More information

Towards Cloud Streaming: architecture, mechanism and deployments

Towards Cloud Streaming: architecture, mechanism and deployments outline Towards Cloud Streaming: architecture, mechanism and deployments IETF-78, Clouds bar BoF, July 2010 Xiaogang Wei (arojoy@forcetech.net) Lisa Dewar (lisamariedewar@googlemail.com) About ForceTech

More information

The Research on System Framework and Application of Analytical CRM based on MAS

The Research on System Framework and Application of Analytical CRM based on MAS The Research on System Framework and Application of Analytical CRM based on MAS Pei Liu RanRan Li GuoRui Jiang Economics and Management School Beijing University of Technology, Beijing ABSTRACT This paper

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

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

System Services. Engagent System Services 2.06

System Services. Engagent System Services 2.06 System Services Engagent System Services 2.06 Overview Engagent System Services constitutes the central module in Engagent Software s product strategy. It is the glue both on an application level and on

More information

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong

Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application. Author: Fung, King Pong Dissertation Title: SOCKS5-based Firewall Support For UDP-based Application Author: Fung, King Pong MSc in Information Technology The Hong Kong Polytechnic University June 1999 i Abstract Abstract of dissertation

More information

TrustedX - PKI Authentication. Whitepaper

TrustedX - PKI Authentication. Whitepaper TrustedX - PKI Authentication Whitepaper CONTENTS Introduction... 3 1... 4 Use Scenarios... 5 Operation... 5 Architecture and Integration... 6 SAML and OAuth 7 RESTful Web Services 8 Monitoring and Auditing...

More information

An introduction to creating JSF applications in Rational Application Developer Version 8.0

An introduction to creating JSF applications in Rational Application Developer Version 8.0 An introduction to creating JSF applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Although you can use several Web technologies to create

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

Agent based Micro Grid Management System

Agent based Micro Grid Management System 1 Agent based Micro Grid Management System J. Oyarzabal, J. Jimeno, A. Engler, C. Hardt and J. Ruela Abstract This paper describes the Micro Grid Management System developed using agent based technologies

More information

Systems Integration: Co C mp m onent- t bas a e s d s o s ftw ft a w r a e r e ngin i eeri r n i g

Systems Integration: Co C mp m onent- t bas a e s d s o s ftw ft a w r a e r e ngin i eeri r n i g Systems Integration: Component-based software engineering Objectives To explain that CBSE is concerned with developing standardised components and composing these into applications To describe components

More information

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

Enterprise Energy Management with JouleX and Cisco EnergyWise

Enterprise Energy Management with JouleX and Cisco EnergyWise Enterprise Energy Management with JouleX and Cisco EnergyWise Introduction Corporate sustainability and enterprise energy management are pressing initiatives for organizations dealing with rising energy

More information

UniDA: Uniform Device Access Framework for Human Interaction Environments

UniDA: Uniform Device Access Framework for Human Interaction Environments Sensors 2011, 11, 9361-9392; doi:10.3390/s111009361 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article UniDA: Uniform Device Access Framework for Human Interaction Environments Gervasio

More information

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and Multi- Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and

More information

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.

More information

Monitoring Conditional Access Systems

Monitoring Conditional Access Systems Monitoring Conditional Access Systems Introduction A Conditional Access system is a key component for most digital TV operations. They secure the operators investments by encrypting the signals and ensures

More information

Introduction to the Mobile Access Gateway

Introduction to the Mobile Access Gateway Introduction to the Mobile Access Gateway This document provides an overview of the AirWatch Mobile Access Gateway (MAG) architecture and security and explains how to enable MAG functionality in the AirWatch

More information

MODEL OF SOFTWARE AGENT FOR NETWORK SECURITY ANALYSIS

MODEL OF SOFTWARE AGENT FOR NETWORK SECURITY ANALYSIS MODEL OF SOFTWARE AGENT FOR NETWORK SECURITY ANALYSIS Hristo Emilov Froloshki Department of telecommunications, Technical University of Sofia, 8 Kliment Ohridski st., 000, phone: +359 2 965 234, e-mail:

More information

Unicenter Desktop DNA r11

Unicenter Desktop DNA r11 Data Sheet Unicenter Desktop DNA r11 Unicenter Desktop DNA is a scalable migration solution for the management, movement and maintenance of a PC s DNA (including user settings, preferences and data.) A

More information

5.1 audio. How to get on-air with. Broadcasting in stereo. the Dolby "5.1 Cookbook" for broadcasters. Tony Spath Dolby Laboratories, Inc.

5.1 audio. How to get on-air with. Broadcasting in stereo. the Dolby 5.1 Cookbook for broadcasters. Tony Spath Dolby Laboratories, Inc. 5.1 audio How to get on-air with the Dolby "5.1 Cookbook" for broadcasters Tony Spath Dolby Laboratories, Inc. This article is aimed at television broadcasters who want to go on-air with multichannel audio

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

How To Test Video Quality With Real Time Monitor

How To Test Video Quality With Real Time Monitor White Paper Real Time Monitoring Explained Video Clarity, Inc. 1566 La Pradera Dr Campbell, CA 95008 www.videoclarity.com 408-379-6952 Version 1.0 A Video Clarity White Paper page 1 of 7 Real Time Monitor

More information