Service Brokering: Opportunities and Challenges

Size: px
Start display at page:

Download "Service Brokering: Opportunities and Challenges"

Transcription

1 Introduction Service Brokering: Opportunities and Challenges Two developments offer new communications, information, and content delivery capabilities for responding to both business needs for increased productivity and consumer demand for exciting new services. Emerging from 3GPP and based on the SIP protocol, IMS promises new wireless, wireline, and multimedia network applications, with wireless and fixed/mobile convergence being early drivers of this technology. At the same time, ever-increasing numbers of web services based on the http protocol have already streamlined business activities and have made online activities a part of daily life. The challenge now facing our industry is successfully blending these capabilities to provide seamless end-user experiences aligned with the daily work and personal activities of end users. A key to meeting this challenge is our ability to deliver seamless combinations of IMS and web services. This involves feature interaction management among combinations of currently independent services, blending web and IMS/SIP applications, and providing the ability to define, provision, and support offers involving such converged applications. The general term for all of these functions is service brokering or blending. This paper will discuss Service Broker roles (note that we will use Service Broker as a generic term to describe many types of service blending methods), walk through various types of service brokering, discuss the shortcomings of the Service Capability Interaction Management (SCIM) concept as currently defined in 3GPP, address some fundamental requirements for a cross domain Service Broker which spans IMS and web Nicholas S. Huslak, Ph.D. and A.C. McQuaide, Jr. AT&T Enterprise Architecture 725 W. Peachtree St., Atlanta, GA USA nick.huslak@att.com / chet.mcquaide@att.com services, and outline essential steps in making the cross domain Service Broker concept a reality. This paper is based in part on a presentation [1] given at IMS/MMD (Dallas, TX USA) in November 2006 by the first author of this paper. Service Brokering Tasks and Approaches The Service Broker concept has begun to take shape in the industry, and agreement is gradually being reached on its two fundamental tasks: Service Execution Orchestration and Service Offering Coordination. Service Execution Orchestration ensures that (1) Applications can co-exist peacefully, which means that no application should be able to significantly harm the execution of another application; and (2) Applications can function collaboratively, which means that functionality can be delivered by a combination of applications that is not available from any one of them individually (in the same way that an orchestra delivers an auditory experience not possible with any single instrument). Examples of the two service execution orchestration functions are (1) SimRing / Voic and Call Waiting / Call Forwarding. We leave it as an exercise for the reader to think about how these two pairs of applications may interact poorly without supervision. (2) Linking voic to a web-based address book to allow the subscriber to respond to a voic with an , which is something that neither the address book nor the voic service could do independently. Figure 1 Features and Applications for Blending and/or Resolution 2007 AT&T Knowledge Ventures. All rights reserved.

2 Following up on the second of these examples, the orchestration part of Service Execution Orchestration refers to calling the applications in a particular order, introducing delays between application calls if necessary, performing database calls between applications, and/or performing other types of intervention. Such orchestration still requires service designers to define appropriate interaction logic in advance to deliver the intended constructive service interactions. The second major task of a Service Broker is Service Offering Coordination. This is the application packaging, provisioning, handling of deployment concerns, definition of management and maintenance procedures, usage of policy based decision making in the execution of the service, employment of load balancing techniques, and other operations functions necessary to appropriately package and offer blended services to users. Service Offering Coordination includes capitalizing on emerging networking and service architecture layer capabilities, such as the ability for applications to share use of subscriber data that is logically or physically centralized (for example in an HSS) and the use of application enablers such as those being developed by the Open Mobile Alliance [2]. Of the two major service brokering tasks, the balance of this paper will concentrate on service execution orchestration because of space limitations. Figure 1 on the previous page illustrates the range of SIP/IMS and Web Services applications that are candidates for blending in today s world. As an example, blending IPTV, caller ID, message notification, , IM, video conferencing, and telephony could transform the typical family room into the nerve center of the household. Such examples make it evident that Service Broker functionality must span both IMS/SIP and web services. Another aspect of Figure 1 is worth pointing out: service execution orchestration can take place at several levels. The features in the oval containing the Telephony applications (Call Screening, Sim Ring, etc.) can be orchestrated by the Service Broker, but may be handled by the application logic if they are all resident on the same telephony application server. In either event, another level of orchestration occurs when they are handled as a group against other SIP and Web Services. In fact, Service Brokering in general can be done at a number of possible levels (see, e.g., [3]). One possible decomposition is listed below. Basic IMS Session Control: This is service blending using standard IMS core elements using initial filter criteria (ifc) processing IMS Standard Service Capability Interaction Management (SCIM): The SCIM adds incremental capabilities to Basic IMS Session Control, including limited changes to ifc processing and ability to initiate AS and database dips without waiting for result returned from previous invocations. Note that this capability can be extended to include orchestration across multiple JSR 289 Servlets when all of the applications are running in the same runtime execution environment. Figure 2 Service Orchestration with Basic IMS Session Management

3 Business Rules / Policy Driven Orchestration: Loose scripting can be done across web services capabilities / applications by Business Process Execution Logic (BPEL) scripts in a Service Oriented Architecture (SOA) environment (not addressed further in this paper since this orchestration is limited to the Web Services environment). Converged Service Blending: This is the blending of SIP and Web Services, possibly using embedded lower level blending mechanisms on both the IMS and WS side. The balance of this paper drills down on the different types of Service Brokering mentioned above (except for Business Rules / Policy Driven Orchestration as noted). Basic IMS Session Control Figure 2 on the previous page illustrates service processing using only IMS core elements. An INVITE message is shown arriving at the S-CSCF. Initial Filter Criteria (ifc; 3 in this case) are downloaded from the HSS and matched against the incoming message. ifc #1 fails to match because it is looking for a different destination user. ifc #3 fails to match because it is looking for a SUBSCRIBE message going in the opposite direction. ifc #2 matches, and the call is routed to AS2 as a result. After service logic is processed on AS2, control is returned to the S-SCSF, at which time additional ifc processing (not shown in the example) may cause additional application servers to be invoked. This static, serial invocation of Application Servers is fairly easy to program, but falls short when blended service logic requires more sophisticated interactions among applications. IMS Standard SCIM The 3GPP standards provide a very high level definition of SCIM as illustrated in Figure 3 below (extracted from [4]). Basically, the standards position the SCIM as a specialized AS that is charged with interaction management. The SCIM to AS interface is IMS ISC, but vendors have added their own APIs/interfaces beyond what has been defined in standards. Other vendor extensions in the SCIM space add incremental capabilities to Basic IMS Session Control including: Database dips and ability to make asynchronous calls from SCIM to App Servers (i.e., initiation of an AS call without waiting for result returned from previous AS call) The ability to make limited changes to ifcs, including halting of processing after processing a particular ifc (on the next call, by altering the ifc list on the HSS; and on this call, by altering the set of ifcs already downloaded to the SCIM This type of service blending uses the ISC and other standardized interfaces, and stays within the IMS environment (i.e., no calls are made to invoke web services). However, note that several vendor SCIM products may soon implement HTTP listeners, which would upgrade these products into the Converged Services Blending category mentioned above. ifc processing sends a (new or unchanged) SIP transaction to the SCIM for invocation of a particular (typically complex) service. The SCIM may make several AS calls before returning control to the S- CSCF. Later ifc processing on the same session may result in another SCIM call to invoke another complex service. A further delineation can be drawn between Basic IMS Session Control and IMS Standard SCIM. In the former case, the CSCF deals with application servers that stand alone in providing service logic. In the latter case, the CSCF deals with a SCIM that does not stand on its own and is more like a pure scripting engine.!"# $%#&!'() *'+'+,-++. Figure 3 Standards Definition of IMS SCIM

4 A number of issues are not addressed or are addressed only partially in the brief text in the standards, including: Is SCIM a standalone function, part of an AS, or part of the S-CSCF? Does it handle SIP services only? What kind of interaction management does it provide? Does it provide support for 3rd party services, or must the applications be trusted ones provided by the carrier? The 3GPP recently released a preliminary version of a study of architectural impacts of IMS Service Brokering [5] that proposes various types of service brokering including (1) Centralized brokering, which is just today s SCIM; (2) Distributed brokering, in which service broker functionality is incorporated in a number of brokering-aware application servers involved in a blended service session; and (3) Hybrid brokering, in which peer Service Brokers in both of the first two categories are present. A requirements wish list was included that specifies that a service broker should be able to support the following capabilities: Have low impact on session handling from a performance perspective, including efficient interaction with application servers; Allow new applications to be easily introduced; Resolve interactions between IMS applications, non-ims applications, and enablers; Support service integration across various network types, across multiple application server providers, across multiple application servers, between SIP and non-sip applications; and with existing IN services; and Allow users to personalize and control their services. Finally, a section on improvements to the ISC interface (supported both northbound and southbound from the Service Broker) suggests the following enhancements to that protocol: Allow call to terminate to a different user without losing application servers involved in the routing; Handle batches of services that include potentially incompatible service combinations by introducing compatibility classes ; Improve error handling by allowing ifc processing to continue calling application servers in some cases rather than immediately clearing the call; Support additional service triggering points, some of which would take endpoint capabilities into account; and Allow multiple service invocations in one SIP transaction. Work items resulting from this study have the potential to go a long way toward making 3GPP SCIM standards complete and usable. Converged IMS / Web Services Blending Figure 4 below illustrates a Cross Domain Service Broker or Meta Service Broker as one of several key enablers (green blocks) for providing users with seamless access to combinations of Web and IMS services. Note that the ovals in the IMS and Web Services Platform blocks are intended to represent middle layer components that are specific to those blocks rather than being available across the domains (for example, the SCIM on the IMS side and an Orchestration function on the Web Services side are examples of such components). Actual implementation of a Cross Domain Service Broker product is a large undertaking that only a few vendors in the industry have tackled in a significant way. As mentioned above, some SIP Applications Converged / Blended Applications Web Applications OSS / BSS Environment Meta Service Broker Notification Server O S IMS IMS IMS-Specific middle layer components Location Server Presence Server Policy Server Security Services WSP WS-Specific middle layer components IMS Interfaces WS Interfaces Figure 4 Brokering of SIP and Web Services

5 vendors of IMS Service Brokers are considering an initial step of adding http listeners to their product in order to expand the range of inputs that can be accepted. Full support of seamless blending of Web and IMS services will require much more design and implementation work. Data Modeling for Service Brokering A key topic in the design process for a Cross Domain Service Broker is how the numerous types of data and their interrelationships can be structured in a comprehensive, cohesive, and coherent way. Such a model needs to address the relationships between users and their sessions, the various applications involved in a session, the different applications making up a marketed package, and perhaps most importantly, how the various types of interactions between applications should be modeled. Figure 5 below shows a Unified Modeling Language (UML) artifact for modeling of the data required in a Cross Domain Service Broker. UML conventions call for related data objects to be joined by a solid line and explanations of the relationship between the objects and their cardinality. For some of these relationships (especially when they have a many-to-many relationship), dotted lines lead away from the inter-class line to a correlation class that documents the relationship between pairs of elements in the two related classes. The extensive class model shows the two fundamental types of applications (IMS and Web) as examples of a generic application class. In the case of application, the correlation between two instances of applications is an instance of the interaction class, which can be any one of four types (Web-Web, IMS-Web, IMS-IMS, and Web-IMS). The right hand side of the class diagram shows the extensive structure joining sessions, users, packages of features, and subscriptions. Making Cross-Domain Service Brokering a Reality To meet the needs of service brokers, the architectural foundations of the Cross Domain Service Brokering must be laid carefully, ideally on an industry standard basis. The following list shows some of the necessary steps along the path to that reality. A uniform approach to coordinating application server and database calls is needed, including agreements on usage of presence and location information. Standard interfaces must be used everywhere in this approach. The ability of the Service Broker to converge web and SIP/IMS services must become a common objective. Variations in vendor definitions of service, feature, and application need to be harmonized in a standard taxonomy; i.e., one that will allow blending at the various levels mentioned in Figure 1 (including blending between individual telephony features, between groups of IMS features, and between IMS/Web services). SCIM interaction WS Orch. interaction Converged interaction Subscription is a Interaction Package 1 * 0..* User is a part of subscribes to is invoked by involves 0..* Feature 1 * interacts with contains 1 is part of Application Provider 2..* includes 0 * includes invoked in is involved in Session 0..* is a IMS Application Web Application App/Session Linkage User/Session Linkage Figure 5 Data Modeling Required for Service Brokering

6 The service offering orchestration (packaging, provisioning, etc.) side of Service Brokering needs further definition and alignment between vendors. Data modeling - to ensure that all of the stakeholders concerns are being met - must be at least investigated, and standards may need to be developed in this area. To make all of this happen, substantial cooperation is required among all key stakeholders, including individual carriers/operators, vendors and standards bodies (e.g., 3GPP, 3GPP2, OMA, ITU, MSF, IMS Forum). Finally, once the products are built and the service designers have had their chance to exercise their talents on the new platforms, prototyping and interoperability work is needed to validate the Service Broker products and demonstrate their value in delivering blended services to the marketplace. CONCLUSIONS Service Brokering offers many opportunities for all of the stakeholders (network/service providers, equipment vendors, ISVs, and customers). The following is a partial list of the opportunities and issues. The ability to create and deliver compelling service blends to business and consumer/mass markets could have great commercial value, supporting solutions which address business problems and responding to consumer needs and interests. Service execution orchestration capabilities of the Service Broker ensure that applications can co-exist peacefully and function collaboratively, allowing a set of applications to be blended so that the total effect to the subscriber (and network operator) is greater than the sum of the parts. Service broker capabilities which span IMS and web services are critical to meeting this opportunity, but are not yet in place. The IMS Service Capability Interaction manager (SCIM) defined in 3GPP standards is not yet adequately defined, but the current work effort in 3GPP may address these shortcomings. Industry cooperation is required to lay the foundations essential for Cross Domain Service Broker capabilities needed by today s service providers. Prototyping and interoperability events can validate the Service Broker concept and architecture, and demonstrate the value. References [1] Huslak, N., Service Brokering from a Carrier s Perspective, Presentation at IMS/MMD Dallas, 02 November [2] OMA Release Program and Specifications: Overview of OMA Release Program OMA Enabler Releases, Open Mobile Alliance, ram/ [3] Service Orchestration: The Key to Telco SOA, Light Reading s Service Software Insider I, Vol. 2, No. 2 April 2006 [4] Core Network; IP Multimedia (IM) session handling IM call model: Stage 2 (Release 7), 3rd Generation Partnership Project Technical Specification V7.0.0, December [5] 3GPP TR V0.5.0 ( ); Technical Specification Group Services and System Aspects; Study on Architecture Impacts of Service Brokering; Release 8; 3rd Generation Partnership Project, May 2007.

3GPP TR 23.810 V8.0.0 (2008-09)

3GPP TR 23.810 V8.0.0 (2008-09) TR 23.810 V8.0.0 (2008-09) Technical Report 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Study on Architecture Impacts of Service Brokering (Release 8)

More information

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function Next Generation Network Service Architecture in the IP Multimedia Subsystem Anahita Gouya, Noël Crespi, Lina Oueslati, {anahita.gouya, noel.crespi, lina.oueslati}@int-evry.fr, Institut National des Télécommunications

More information

Service Broker Function in IMS Architecture - Issues and Considerations

Service Broker Function in IMS Architecture - Issues and Considerations 12th WSE International Conference on COMPUTERS, Heraklion, Greece, July 23-25, 2008 Function in IMS Architecture - Issues and Considerations HUI-NA CHUA, CHOR-MIN TAN Malaysian Research Centre, British

More information

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module Service Broker for Managing Feature Interactions in IP Multimedia Subsystem Anahita Gouya, Noël Crespi {anahita.gouya, noel.crespi @int-evry.fr}, Institut National des télécommunications (GET-INT) Mobile

More information

Enterprise Communication Suite

Enterprise Communication Suite Enterprise Communication Suite Media Routes is a Canadian company incorporated in the province of Ontario and having head office in Vancouver, British Columbia, Canada. Media Routes is an in-house developer

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

WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services

WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services Harry G. Perros Computer Science Department NC State University, Raleigh 27695 USA Email: hp@ncsu.edu

More information

Convergent data center for future network

Convergent data center for future network Convergent data center for future network Xia zhen hua (Lawrence Hsia) Huawei Technologies xiazhenhua@huawei.com Abstract In this article, we will analyze current issues and new challenges on user profile,

More information

SOA Driven Architectures for Service Creation Through Enablers in an IMS Testbed

SOA Driven Architectures for Service Creation Through Enablers in an IMS Testbed ITU Kaleidoscope 2011 The fully networked human? Innovations for future networks and services SOA Driven Architectures for Service Creation Through Enablers in an IMS Testbed Mosiuoa Tsietsi Rhodes University,

More information

Research on Initial Filter Criteria of IP Multimedia Subsystem

Research on Initial Filter Criteria of IP Multimedia Subsystem Research on Initial Filter Criteria of IP Multimedia Subsystem Yafang WANG e-mail: wangyafang@hebust.edu.cn Xiaozhe ZHENG e-mail: zhengxiaozhe12@163.com Leilei KANG e-mail: lei-736@163.com Bingyang CHENG

More information

Service Broker 1.0 Service Broker Operator Guide

Service Broker 1.0 Service Broker Operator Guide Service Broker 1.0 Service Broker Operator Guide Free Operator Guide The Moriana Group March 2010 Section B Thought Leadership White Papers Thought Leadership White Papers 2 Service Broker Operator Guide

More information

Cloud Standards - A Telco Perspective

Cloud Standards - A Telco Perspective Cloud Standards - A Telco Perspective Abdellatif Benjelloun Touimi abdellatif.benjelloun@huawei.com Corporate Standards Department www.huawei.com TEN YEARS OF CONNECTING EUROPE HUAWEI TECHNOLOGIES CO.,

More information

A business view for NGN service usage

A business view for NGN service usage A business view for NGN service usage Emmanuel Bertin 1, Idir Fodil 1, Noel Crespi 2 1 France Telecom, R&D division 2 Institut National des Télécommunications (GET-INT) Abstract. Next Generation Networks

More information

How To Write A Composition Engine In A Microsoft Ip System

How To Write A Composition Engine In A Microsoft Ip System Service composition in IMS using Java EE SIP servlet containers Torsten Dinsing, Göran AP Eriksson, Ioannis Fikouras, Kristoffer Gronowski, Roman Levenshteyn, Per Pettersson and Patrik Wiss The IP Multimedia

More information

Developers Integration Lab (DIL) System Architecture, Version 1.0

Developers Integration Lab (DIL) System Architecture, Version 1.0 Developers Integration Lab (DIL) System Architecture, Version 1.0 11/13/2012 Document Change History Version Date Items Changed Since Previous Version Changed By 0.1 10/01/2011 Outline Laura Edens 0.2

More information

Service Delivery Platforms for Network Operators

Service Delivery Platforms for Network Operators Service Delivery Platforms for Network Operators 26 Service Delivery Platforms for Network Operators Kansuke Kuroyanagi Yuichi Mori OVERVIEW: SDPs deployed by mobile operators have been successfully growing

More information

Implementing Conditional Conference Call Use Case over IMS and Non IMS Testbed an experimental results through comparison approach

Implementing Conditional Conference Call Use Case over IMS and Non IMS Testbed an experimental results through comparison approach Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 109 Implementing Conditional Conference Call Use Case over IMS and Non

More information

Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks

Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks Inter-Domain QoS Control Mechanism in IMS based Horizontal Converged Networks Mehdi Mani Wireless Networks and Multimedia Service Department GET-INT Evry, France mehdi.mani@int-evry.fr Noel Crespi Wireless

More information

Experiences on the Establishment and Provisioning of NGN/IMS Testbeds - The FOKUS Open IMS Playground and the Related Open Source IMS Core

Experiences on the Establishment and Provisioning of NGN/IMS Testbeds - The FOKUS Open IMS Playground and the Related Open Source IMS Core Experiences on the Establishment and Provisioning of NGN/IMS Testbeds - The FOKUS Open IMS Playground and the Related Open Source IMS Core T. Magedanz, P. Weik, D. Vingarzan, F. Carvalho de Gouveia, S.

More information

Evolution & Revolution. Avaya s Reference Architecture For Unified Communications. Gianluca Attura Amministratore Delegato Avaya Italia S.p.A.

Evolution & Revolution. Avaya s Reference Architecture For Unified Communications. Gianluca Attura Amministratore Delegato Avaya Italia S.p.A. Evolution & Revolution Avaya s Reference Architecture For Unified Communications Gianluca Attura Amministratore Delegato Avaya Italia S.p.A. Avaya Customer Experiences Challenge From 100-200 Strategic

More information

Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms

Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms Technology White Paper Benchmarking the OpenCloud SIP Application Server on Intel -Based Modular Communications Platforms Executive Summary Application servers are vital to the success of IP Multimedia

More information

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138 Mobicents 2.0 The Open Source Communication Platform DERUELLE Jean JBoss, by Red Hat 138 AGENDA > VoIP Introduction > VoIP Basics > Mobicents 2.0 Overview SIP Servlets Server JAIN SLEE Server Media Server

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Network Marketing With Appngin and Services

Network Marketing With Appngin and Services Say Hello to Service Delivery Platform for Converged Communication appngin helps telecommunication operators become more competitive with new and powerful next generation applications. It s an engine that

More information

SIP Roaming Server Product Overview. Mobile Convergence Technology

SIP Roaming Server Product Overview. Mobile Convergence Technology SIP Roaming Server Product Overview Mobile Convergence Technology CONNECTING NETW ORKS Roam, Talk and Text (without a Mobile Network) By interworking with existing communications infrastructures, Session

More information

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem GPP X.S00-0 Version.0 Version Date: May 00 Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem Revision: 0 COPYRIGHT GPP and its Organizational Partners claim copyright in this document

More information

Service Performance Management: Pragmatic Approach by Jim Lochran

Service Performance Management: Pragmatic Approach by Jim Lochran www.pipelinepub.com Volume 3, Issue 12 Service Performance Management: Pragmatic Approach by Jim Lochran As the mix of service provider offerings become more IP centric, the need to overhaul existing service

More information

II. Service deployment

II. Service deployment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 3 Sofia 2009 Integration of Services Implemented on Different Service Platforms Evelina Pencheva, Ivaylo Atanasov Technical

More information

Mobicents. The Open Source Communication Platform

Mobicents. The Open Source Communication Platform Mobicents 2.0 The Open Source Communication Platform DERUELLE Jean DERUELLE Jean JBoss, by Red Hat Mobicents Sip Servlets Lead 138 1 AGENDA > VoIP Introduction & Examples > VoIP Basics > Mobicents 2.0

More information

MDM and Telco Service Development OMA Device Management and Platforms

MDM and Telco Service Development OMA Device Management and Platforms MDM and Telco Service Development OMA Device Management and Platforms Berlin, 21 September 2010 Friedhelm Rodermund, Vice-Chair, Device Management Working Group, OMA www.openmobilealliance.org Agenda Overview

More information

of the existing VoLTE roaming and interconnection architecture. This article compares existing circuit-switched models with the earlier

of the existing VoLTE roaming and interconnection architecture. This article compares existing circuit-switched models with the earlier VoLTE 3GPP Roaming Further Development of LTE/LTE-Advanced LTE Release 10/11 Standardization Trends VoLTE Roaming and ion Standard Technology In 3GPP Release 11, the VoLTE roaming and interconnection architecture

More information

Inter-Tel 5000 Network Communications Solutions

Inter-Tel 5000 Network Communications Solutions Inter-Tel 5000 Network Communications Solutions 2006 Today s IP-Centric Communications Platform In today s competitive business environment, you understand the need to optimize the performance of your

More information

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2)

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2) Overview Voice-over over-ip (VoIP) ENUM VoIP Introduction Basic PSTN Concepts and SS7 Old Private Telephony Solutions Internet Telephony and Services VoIP-PSTN Interoperability IP PBX Network Convergence

More information

The OMA Perspective On SOA in Telecoms

The OMA Perspective On SOA in Telecoms The OMA Perspective On SOA in Telecoms Adopting SOA for Telecom Workshop, Open Standards Forum 2008 Ditton Manor, 30 September 3 October 2008 Musa Unmehopa» Chairman OMA Architecture Working Group» Distinguished

More information

How To Use Blackberry Mobile Voice System On A Blackberry Phone

How To Use Blackberry Mobile Voice System On A Blackberry Phone B l a c k B e r r y M o b i l e Vo i c e S y s t e m BlackBerry Mobile Voice System Mobile Unified Communications Mobile Voice System ( MVS) is designed to unify desk phone features on smartphones and

More information

Messaging over IP (MoIP) 6.1 Training Programs. Catalog of Course Descriptions

Messaging over IP (MoIP) 6.1 Training Programs. Catalog of Course Descriptions Messaging over IP (MoIP) 6.1 Training Programs Catalog of Course Descriptions Page 2 Catalog of Course Descriptions INTRODUCTION... 3 MESSAGING-OVER-IP (MOIP) 6.1 SYSTEM SURVEY... 4 MESSAGING-OVER-IP (MOIP)

More information

A SOA visualisation for the Business

A SOA visualisation for the Business J.M. de Baat 09-10-2008 Table of contents 1 Introduction...3 1.1 Abbreviations...3 2 Some background information... 3 2.1 The organisation and ICT infrastructure... 3 2.2 Five layer SOA architecture...

More information

November 2013. The Business Value of SIP Trunking

November 2013. The Business Value of SIP Trunking November 2013 S P E C I A L R E P O R T The Business Value of SIP Trunking Table of Contents Introduction... 3 What Is SIP Trunking?... 3 What Is the Demand for SIP Trunking?... 5 How Does SIP Trunking

More information

Nokia Siemens Networks mobile softswitching Taking voice to the next level

Nokia Siemens Networks mobile softswitching Taking voice to the next level Nokia Siemens Networks mobile softswitching Taking voice to the next level Providing an answer for today and tomorrow Evolving technologies Nokia Siemens Networks provides a solid platform for the future

More information

ABOUT AT&T GLOBAL CLEARINGHOUSE

ABOUT AT&T GLOBAL CLEARINGHOUSE ABOUT AT&T GLOBAL CLEARINGHOUSE Established in 1998, AT&T Global Clearinghouse (GCH) is the industry's first carrier-grade VoIP clearinghouse. The clearinghouse service enables ISPs to quickly establish

More information

Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment

Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment Michael Pucher +43/1/5052830-98 pucher@ftw.at Julia Tertyshnaya +43/1/5052830-45 tertyshnaya@ftw.at Florian Wegscheider +43/1/5052830-45

More information

Multimedia Service Platform

Multimedia Service Platform Multimedia Service Platform Turnkey solution for SIP based communications Adrian Georgescu AG Projects http://ag-projects.com Current telecommunications landscape From the old PSTN only the E.164 numbering

More information

Internet of the Future: The Net is Flattening. Thierry Pollet September 26, 2007. All Rights Reserved Alcatel-Lucent 2006, #####

Internet of the Future: The Net is Flattening. Thierry Pollet September 26, 2007. All Rights Reserved Alcatel-Lucent 2006, ##### Internet of the Future: The Net is Flattening Thierry Pollet September 26, 2007 All Rights Reserved Alcatel-Lucent 2006, ##### Agenda 1. Introduction: The Telco Environment 2. What are the Major Trends

More information

IP Multimedia Subsystem (IMS) Service Architecture

IP Multimedia Subsystem (IMS) Service Architecture IP Multimedia Subsystem (IMS) Service Architecture Supports multiple applications by providing traditional telephony and non-telephony services Cost savings and revenue generating capabilities are driving

More information

Cisco Knowledge Network

Cisco Knowledge Network Cisco Knowledge Network Creating New Service Opportunities With TR-069 Steve Gorretta, Product Manager Network Management Technology Group December 5, 2012 C97-698002-00 2012 Cisco and/or its affiliates.

More information

Cisco Unified CallConnector for Microsoft Windows

Cisco Unified CallConnector for Microsoft Windows for Microsoft Windows Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure, more

More information

Introducing Personeta

Introducing Personeta Introducing Personeta Solution for Next Generation Converged Services Agenda Business trends The Solution Introducing Personeta Value Proposition Architecture TappS Services Key selling points 2 Communication

More information

Evolution of service delivery platforms

Evolution of service delivery platforms Evolution of service delivery platforms Andy Johnston, Jan Gabrielsson, Charilaos Christopoulos, Martien Huysmans and Ulf Olsson Service delivery platforms (SDP) are operator solutions that provide a unified

More information

Key Elements of a Successful SIP Device Provisioning System

Key Elements of a Successful SIP Device Provisioning System Key Elements of a Successful SIP Device Provisioning System A white paper by Incognito Software April, 2006 2006 Incognito Software Inc. All rights reserved. Page 1 of 6 Key Elements of a Successful SIP

More information

Location in SIP/IP Core (LOCSIP)

Location in SIP/IP Core (LOCSIP) in SIP/IP Core (LOCSIP) Conveyance with IMS: the OMA LOCSIP Service Enabler Mike Loushine / Don Lukacs Telcordia Applied Research 2009, Telcordia Technologies Inc. in SIP/IP Core (LOCSIP) Topics General

More information

ETSI TS 182 023 V2.1.1 (2009-01) Technical Specification

ETSI TS 182 023 V2.1.1 (2009-01) Technical Specification TS 182 023 V2.1.1 (2009-01) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Core and enterprise NGN interaction scenarios; Architecture

More information

Combining Service-Oriented Architecture and Event-Driven Architecture using an Enterprise Service Bus

Combining Service-Oriented Architecture and Event-Driven Architecture using an Enterprise Service Bus Combining Service-Oriented Architecture and Event-Driven Architecture using an Enterprise Service Bus Level: Advanced Jean-Louis Maréchaux (jlmarech@ca.ibm.com), IT Architect, IBM 28 Mar 2006 Today's business

More information

PSTN IXC PSTN LEC PSTN LEC STP STP. Class 4. Class 4 SCP SCP STP. Switch. Switch STP. Signaling Media. Class 5. Class 5. Switch.

PSTN IXC PSTN LEC PSTN LEC STP STP. Class 4. Class 4 SCP SCP STP. Switch. Switch STP. Signaling Media. Class 5. Class 5. Switch. As we enter the 21st century, we are experiencing a telecommunications revolution. From a technological perspective, the distinction between voice information and other kinds of data is blurring as circuit-switched

More information

How Telecom Italia Empowers Customer Service from the IMS Cloud

How Telecom Italia Empowers Customer Service from the IMS Cloud How Telecom Italia Empowers Customer Service from the IMS Cloud Giacomo De Filippis, IPCC Senior Program Manager, Telecom Italia Guillaume Calot, Strategic Business Director EMEA, Alcatel-Lucent Enterprise

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7 No. 7, September-October 2008 Applications At Your Service Mahesh H. Dodani, IBM,

More information

Operator requirements for multicast mobility

Operator requirements for multicast mobility Operator requirements for multicast mobility Requirements from a Global Operator s perspective Dirk von Hugo, Deutsche Telekom Laboratories Motivation. Future demand for mobile multicast services. Market

More information

SIP Signaling Router (SSR) Use Cases

SIP Signaling Router (SSR) Use Cases APPLICATION GUIDE SIP Signaling Router (R) Use Cases Using SIP to improve network performance and deliver advanced services This application guide discusses how operators can use a SIP Signaling Router

More information

NSP Software Summit: Next Generation Voice Messaging - A Key to your Success. Alain Decartes Business Development Manager WW SGBU Sales

NSP Software Summit: Next Generation Voice Messaging - A Key to your Success. Alain Decartes Business Development Manager WW SGBU Sales NSP Software Summit: Next Generation Voice Messaging - A Key to your Success Alain Decartes Business Development Manager WW SGBU Sales 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

The Business Value of SIP Trunking

The Business Value of SIP Trunking July 2013 US$39.00 S P E C I A L R E P O R T The Business Value of SIP Trunking By Khali Henderson Editor-in-Chief, Channel Partners COMMUNICATIONS Table of Contents Introduction... 3 What Is SIP Trunking?...

More information

How To Understand The Benefits Of An Oss Architecture

How To Understand The Benefits Of An Oss Architecture IMS Management Issues. OSS challenges in a NGN environment. Dr. André Zehl Senior Manager Technology Strategy a.zehl @ t-online.net Deutsche Telekom AG Products & Innovation 3rd International FOKUS IMS

More information

INTELLIGENT NETWORK SERVICES MIGRATION MORE VALUE FOR THE

INTELLIGENT NETWORK SERVICES MIGRATION MORE VALUE FOR THE INTELLIGENT NETWORK SERVICES MIGRATION MORE VALUE FOR THE Voice over LTE SUBSCRIBER TECHNOLOGY White Paper Mobile operators have invested a lot of time and money in Intelligent Network (IN) services for

More information

Preparatory Meeting for Phase 2 of Philippine National ENUM Trial

Preparatory Meeting for Phase 2 of Philippine National ENUM Trial Preparatory Meeting for Phase 2 of Philippine National Trial IP Telephony Group Advanced Science and Technology Institute Department of Science and Technology December 12, 2005 NCC-CICT Dialing Scheme

More information

ETSI TS 124 147 V6.8.0 (2008-04) Technical Specification

ETSI TS 124 147 V6.8.0 (2008-04) Technical Specification TS 124 147 V6.8.0 (2008-04) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Conferencing using the IP Multimedia (IM) Core

More information

Migration of Enterprise VoIP/SIP Solutions towards IMS

Migration of Enterprise VoIP/SIP Solutions towards IMS 1 Migration of Enterprise VoIP/SIP Solutions towards IMS Ram Kumar 1, Frank Reichert 1, Andreas Häber 1, Anders Aasgard 2, Lian Wu 2 Abstract Voice-over-IP (VoIP) solutions are now widely spread and accepted

More information

JSLEE and SIP-Servlets Interoperability with Mobicents Communication Platform

JSLEE and SIP-Servlets Interoperability with Mobicents Communication Platform JSLEE and SIP-Servlets Interoperability with Mobicents Communication Platform Jean Deruelle Jboss R&D, a division of Red Hat jderuell@redhat.com Abstract JSLEE is a more complex specification than SIP

More information

Cisco Unified MobilityManager Version 1.2

Cisco Unified MobilityManager Version 1.2 Cisco Unified MobilityManager Version 1.2 Cisco Unified MobilityManager Version 1.1, Release 1.2 The Cisco Unified Communications system of voice and IP communications products and applications enables

More information

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac.

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac. ITU-T Kaleidoscope Conference Innovations in NGN Managing NGN using the SOA Philosophy Y. Fun Hu University of Bradford y.f.hu@bradford.ac.uk Next Generation Network (NGN) A IP/IMS based network Provide

More information

Chapter 17: M2M-Based Metropolitan Platform for IMS-Enabled Road Traffic Management in IoT

Chapter 17: M2M-Based Metropolitan Platform for IMS-Enabled Road Traffic Management in IoT Chapter 17: M2M-Based Metropolitan Platform for IMS-Enabled Road Traffic Management in IoT Chih-Yuan Lee Department of CSIE National Taipei University 1 Outline Abstract Introduction Background System

More information

Developer's Handbook

Developer's Handbook IMS Application Developer's Handbook Creating and Deploying Innovative IMS Applications Rogier Noldus Ulf Olsson Catherine Mulligan loannis Fikouras Anders Ryde Mats Stifle AMSTERDAM BOSTON HEIDELBERG

More information

OMA s Work in Mobile Codes: Meeting industry needs for global standards and enabling an eco-system for new online advertising opportunities Mobile

OMA s Work in Mobile Codes: Meeting industry needs for global standards and enabling an eco-system for new online advertising opportunities Mobile OMA s Work in Mobile Codes: Meeting industry needs for global standards and enabling an eco-system for new online advertising opportunities Mobile Marketing Forum Singapore, 29 April 2009 Alan Hameed,

More information

SOA REFERENCE ARCHITECTURE: SERVICE TIER

SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA Blueprint A structured blog by Yogish Pai Service Tier The service tier is the primary enabler of the SOA and includes the components described in this section.

More information

mobile unified communications client and docking station

mobile unified communications client and docking station FREQUENTLY ASKED QUESTIONS mobile unified communications client and docking station What are the target customer characteristics of a Mobile UC subscriber? + Verizon Wireless as mobile carrier. Mobile

More information

Introduction to Service-Oriented Architecture for Business Analysts

Introduction to Service-Oriented Architecture for Business Analysts Introduction to Service-Oriented Architecture for Business Analysts This course will provide each participant with a high-level comprehensive overview of the Service- Oriented Architecture (SOA), emphasizing

More information

Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1.

Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1. Avaya Solution & Interoperability Test Lab Application notes for SIPERA UC-Sec 4.0 Remote User Enablement Solution with Avaya Multimedia Communication System 5100 release 4.0 Issue 1.0 Abstract These Application

More information

Cisco Unified CallConnector for Microsoft Dynamics CRM

Cisco Unified CallConnector for Microsoft Dynamics CRM Cisco Unified CallConnector for Microsoft Dynamics CRM Cisco Unified Communications is a complete IP communications system of voice, video, data, and mobility products and applications. It brings together

More information

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework

More information

Service Oriented Architectures

Service Oriented Architectures 8 Service Oriented Architectures Gustavo Alonso Computer Science Department Swiss Federal Institute of Technology (ETHZ) alonso@inf.ethz.ch http://www.iks.inf.ethz.ch/ The context for SOA A bit of history

More information

The Adaptable Business Architecture: How SIP and Web Services Transform the Voice Self Service Model

The Adaptable Business Architecture: How SIP and Web Services Transform the Voice Self Service Model WHITE PAPER Intelligent Communications The Adaptable Business Architecture: How SIP and Web Services Transform the Voice Self Service Model March 2007 avaya.com Table of Contents Section 1: Overview...

More information

Addressing the challenges of cloud order orchestration and provisioning

Addressing the challenges of cloud order orchestration and provisioning _experience the commitment TM Addressing the challenges of cloud order orchestration and provisioning September 2011, CGI Group Inc. All rights reserved TABLE OF CONTENTS 1 Introduction... 3 2 Provisioning

More information

An Evaluation of Architectures for IMS Based Video Conferencing

An Evaluation of Architectures for IMS Based Video Conferencing An Evaluation of Architectures for IMS Based Video Conferencing Richard Spiers, Neco Ventura University of Cape Town Rondebosch South Africa Abstract The IP Multimedia Subsystem is an architectural framework

More information

Service Continuity Path to smooth user experiences

Service Continuity Path to smooth user experiences Path to smooth user experiences Qualcomm Incorporated June 2010 Table of Contents [1] Introduction... 2 [2] Architecture... 3 [3] Use case... 4 [4] Conclusion... 6 06/2010 Page i [1] Introduction Qualcomm

More information

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 COMMENTS OF THE ALLIANCE FOR TELECOMMUNICATIONS INDUSTRY SOLUTIONS

Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 COMMENTS OF THE ALLIANCE FOR TELECOMMUNICATIONS INDUSTRY SOLUTIONS Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 In the Matter of Rules and Regulations Implementing the Telephone Consumer Protection Act of 1991 ) CG Docket No. 02-278 ) ) COMMENTS

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information

b+s Connects CCE Edition

b+s Connects CCE Edition b+s Connects CCE Edition A Business Whitepaper by Bucher + Suter May, 2014 Todd Samalin, Sales Engineer Contents General Introduction... 2 What is b+s Connects?... 2 b+s Connects Introduction... 2 Editions...

More information

Dialogic BorderNet Session Border Controller Solutions

Dialogic BorderNet Session Border Controller Solutions Dialogic BorderNet Session Border Controller Solutions Dialogic BorderNet Session Border Controllers Transform, Connect and Secure Today s Networks and Services Dialogic BorderNet Session Border Controller

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

IP contact center Executive brief July 2007. Innovation with Internet Protocol contact centers: how IP communications empower business.

IP contact center Executive brief July 2007. Innovation with Internet Protocol contact centers: how IP communications empower business. IP contact center Executive brief July 2007 Innovation with Internet Protocol contact centers: how IP communications empower business. Page 2 Contents 2 Introduction 3 Traditional call center blues 4 Imagine

More information

IMS Interconnect: Peering, Roaming and Security Part One

IMS Interconnect: Peering, Roaming and Security Part One T E C H N O L O G Y W H I T E P A P E R IMS Interconnect: Peering, Roaming and Security Part One IMS interconnection promises to enable greater reach and richer offerings for the providers that establish

More information

Technical Analysis of Business Rules and SOA

Technical Analysis of Business Rules and SOA - White Paper - Business Rules and SOA: Parallels and Synergies Innovations Softwaretechnologie GmbH Ziegelei 7-88090 Immenstaad Germany Tel. ++49 (7545) 202-500 www.visual-rules.com info@visual-rules.de

More information

Internet of Services. What is the Future Internet for us? Pnina Vortman vortman@il.ibm.com IBM Haifa Research Laboratory

Internet of Services. What is the Future Internet for us? Pnina Vortman vortman@il.ibm.com IBM Haifa Research Laboratory Internet of Services What is the Future Internet for us? Pnina Vortman vortman@il.ibm.com Motivation Communication Service Providers (CSPs) new spaces Traditional telco model is Inverse of Internet model

More information

Cisco Unified CallConnector for Microsoft Windows

Cisco Unified CallConnector for Microsoft Windows Cisco Unified CallConnector for Microsoft Windows Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more

More information

Implementing Intercluster Lookup Service

Implementing Intercluster Lookup Service Appendix 11 Implementing Intercluster Lookup Service Overview When using the Session Initiation Protocol (SIP), it is possible to use the Uniform Resource Identifier (URI) format for addressing an end

More information

Logical Data Models for Cloud Computing Architectures

Logical Data Models for Cloud Computing Architectures Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps

More information

VoIP over 1xEv-DO Revision A CDG VoIP Summit. Robert Kerr Nortel Sr. Manager Access Product Evolution San Diego, Feb 8 05

VoIP over 1xEv-DO Revision A CDG VoIP Summit. Robert Kerr Nortel Sr. Manager Access Product Evolution San Diego, Feb 8 05 VoIP over 1xEv-DO Revision A CDG VoIP Summit Robert Kerr Nortel Sr. Manager Access Product Evolution San Diego, Feb 8 05 Presentation Topics 1. Why VoIP 2. Elements of a successful VoIP offering 3. VoIP

More information

VoIP and Videoconferencing: are they the same?

VoIP and Videoconferencing: are they the same? VoIP and Videoconferencing: are they the same? Dr. Saverio Niccolini Research Staff Member now @ Network Laboratories, NEC Europe Ltd. (saverio.niccolini@netlab.nec.de) VoIP and Videoconferencing 1 st

More information

Converging Web and IMS services: stakes and solution proposals

Converging Web and IMS services: stakes and solution proposals Converging Web and IMS services: stakes and solution proposals Karim Sbata karim.sbata@orangeftgroup.com Houda Khrouf houda.khrouf @orange-ftgroup.com Sabine Zander sabine.zander@oran ge-ftgroup.com Monique

More information

Project SailFin: Building and Hosting Your Own Communication Server.

Project SailFin: Building and Hosting Your Own Communication Server. FSFS Conference: Dec 9-11, Thiruvananthapuram Project SailFin: Building and Hosting Your Own Communication Server. Binod PG Senior Staff Engineer Sun Microsystems, Inc. 1 Agenda SailFin: Open Source Java

More information

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.

More information

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1 Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter

More information