Skip Headers
Oracle® Communications Service Broker Concepts Guide
Release 6.1

E29445-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
PDF · Mobi · ePub

2 Service Broker Tier Architecture and Administration Model

This chapter describes the common Oracle Communications Service Broker deployment concepts.

Oracle Communications Service Broker deployments share a set of concepts. They are applicable when you deploy any combination of the Service Broker products: Oracle Communications Service Controller, Oracle Communications Online Mediation Controller, and Oracle Communications Policy Controller.

Understanding the Signaling and Processing Tiers

Service Broker deployments separate processing functionality from signaling functionality, creating two tiers:

Each of the tiers, both the signaling and processing, is implemented using one or more servers. Servers are named after the tier they belong to, that is processing servers and signaling servers. The tiers are scalable; You can add as many servers as you need to each of the tiers. One exception applies to a signaling tier running a TDM SS7 interface. In this use case you need exactly two servers in the signaling tier.

SSUs running in the signaling tier are stateless, but components running in the processing tier are stateful. Components retrieve and store session state in an in-memory storage. Session state is maintained and distributed across the servers in the processing tier.

Normally a production deployment includes at least four servers, two in each tier, to support service availability and service continuity. See "Reliability" for more information.

Figure 2-1 shows the components running in the signaling tier and processing tier when deploying Service Broker for Online Mediation Controller. In the signaling tier, SSUs provide connectivity to Online Charging Systems and other relevant network entities through the Diameter, PCP, ECE, and RADIUS protocols. In the processing tier, modules (IMOCF, IMOFCF, RIMOCF, and RIMOFCF) provide the mediation functionality, and the Orchestration Engine provide the orchestration functionality.

Figure 2-1 Components in the Online Mediation Controller Signaling Tier and Processing Tier

Surrounding text describes Figure 2-1 .

About Signaling Server Units in the Signaling Tier

Signaling Server Units (SSUs) are processes that run on servers in the signaling tier. SSUs provide Service Broker with industry-standard interfaces to the network. All the traffic exchanged between Service Broker and entities in the network, is routed in and out through the SSUs. SSUs route outbound traffic from modules in the processing tier to entities in the network, and inbound traffic from entities in the network to modules in the processing tier.

You use the Administration Console to configure SSUs. See Oracle Communications Service Broker Signaling Server Units Configuration Guide for reference information about configuring the different types of SSUs.

Inbound Routing

All messages that are targeted at Service Broker arrive through SSUs. When messages from the network arrive to the SSU, the SSU routes the messages to modules in the processing tier. The SSU performs a routing decision when the first message of a new session arrives. Subsequent messages in the same session are routed to the same module.

The routing decision is based on inbound routing rules you configure in the SSU. In the routing rule, the destination module is specified by the module name and module type. If a system includes more than one processing domain, then the destination module is specified also by the name of the processing domain where the module is deployed. For example: imocf.IMOCF@oracle-domain.

In the routing rule you also specify criteria for selecting each destination module. The criteria is based on values of parameters inside the initial message. The criteria depends on the type of SSU and the protocol the SSU supports.

When the SSU routes a message to a destination domain, any server in the domain can process the message equally.

Outbound Routing

All messages that are sent from modules in the processing tier to external entities in the network, go out through SSUs. When messages from modules arrive to the SSU, the SSU routes the messages to entities in the network.

You use the SSU configuration screens to configure destination entities in the network. The SSU monitors the state and availability of every destination entity. For each destination entity you also define an alias. If a module in the processing tier needs to interact with a particular entity in the network, you configure the address of the destination entity using the alias you defined in the SSU for the particular destination entity.

When the SSU routes messages from modules to the network, the SSU resolves the alias to a real network address. If you define the same alias for two or more entities in the network, the SSU will balance the load among the available network entities, based on their status.

Types of SSUs

Service Broker supports the following types of SSUs:

  • SSU SS7 for TDM, which provides access to legacy SS7 networks through MTP protocols.

  • SSU SS7 for SIGTRAN, which provides access to legacy SS7 network through M3UA protocols.

  • SSU SIP, which provides access to SIP-based networks.

  • SSU Diameter, which provides access to entities in the network through various Diameter application protocols, such as Ro, Rx, Gx and Gy.

  • SSU RADIUS, which provides access to entities in the network through RADIUS.

  • SSU PCP, which provides access to Oracle BRM through the Portal Communications Protocol (PCP).

  • SSU ECE, which provides access to Oracle Elastic Charging Engine (ECE) through the proprietary ECE client API.

  • SSU SMPP, which provides access to Short Message System Centers (SMSC) through the Short Message Peer-to-Peer (SMPP) protocol.

  • SSU WS, which provides access to network entities through SOAP and REST-based communication.

About Processing Modules in the Processing Tier

There are various types of modules that you can deploy in the processing tier, and they all differ by the functionality they provide. After you install Service Broker, you deploy the kind of processing modules required for your solution.

For information about the specific processing modules available in the processing tier, refer to the implementation guide of the Service Broker product that you deploy.

Service Broker Administration Model

The Service Broker administration is based on the concept of domains. A domain is a logically related group of servers.

In a typical Service Broker deployment you administer the group of logically related signaling servers in one domain, the signaling domain, and the group of logically related processing servers in another domain, the processing domain. See "Domain Types" for more information about the different types of domains.

Servers in the domain are referred to as managed servers.

About Managed Servers

A server in the domain is called managed server.

Each managed server runs on its own Java Virtual Machine (JVM). All servers in the domain have the same Open Services Gateway Initiative (OSGi) software bundles installed and started, so they all provide the same functionality and can equally provide services.

Managed servers have read-only access to the domain configuration directory. For more information about the domain configuration directory, see "About the Domain Configuration Directory". At startup, the servers load the software bundles and the required configuration from the domain configuration directory.

Managed servers can be added and removed from the domain without service interruption while the system is running.

About the Domain Configuration Directory

Each domain has one associated domain configuration which is stored in the domain configuration directory. The domain configuration directory contains:

  • The configuration details stored in XML files for all the managed servers in the domain.

  • The list of OSGi software bundles that the managed servers run. This list defines the functional role of the managed servers.

When a managed server starts, it retrieves configuration data from the domain configuration directory and loads it into memory. Individual servers do not store configuration locally except for the initial configuration and the security-related details they need to enable access to the domain configuration directory.

Changes in the domain configuration directory are managed by the Administration Server. The Administration Server saves all configuration updates to the domain configuration directory during runtime.

Figure 2-2 shows how managed servers obtain the data in the domain configuration directory.

Figure 2-2 Management of the Configuration Data in the Domain

Description of Figure 2-2 follows
Description of "Figure 2-2 Management of the Configuration Data in the Domain"

Managed servers access the domain configuration directory using either of these data sharing methods:

  • Shared network file system

  • Domain Configuration Web server that connects to the managed servers using HTTP or HTTPS.

    Note:

    HTTPS should always be used in a production environment.

About the Administration Server

The Administration Server enables you to manage the domain servers, the OSGi software bundles installed and deployed in the domain, and the data stored in the domain configuration directory. Oracle recommends using a dedicated computer for the Administration Server.

You can access the Administration Server using these clients:

  • Administrator Console Web-based client:

    Web access enables administrators to configure the domain from any computer with a Web browser and network access to the Administration Server.

  • JConsole or Scripting Engine:

    If you want, you can interact programmatically with the Administration Server by using JMX configuration MBeans. Typically, working with MBeans involves integrating Service Broker with a JMX-enabled network management system.

    Scripts can be used if you need to repeat lengthy and complicated configuration changes. The scripting engine is a shell script that accepts an XML file argument. The XML file defines operations and attributes on Administration Server configuration MBeans.

Domain Types

The domain type reflects which sets of software bundles are running on the managed servers and which functional tier they implement.

There are three domain types:

  • Signaling domain:

    Managed servers in the signaling domain run the software bundles associated with the signaling tier. These components include the various signaling server units (SSUs) that enable network connectivity. Servers in the signaling domain are often referred to as signaling servers.

  • Processing domain:

    Managed servers in the processing domain run the software bundle associated with the processing tier. These components include the modules, an Orchestration Engine (OE), applications, and mediators that enable traffic processing and mediation functions. Servers in the processing domain are often referred to as processing servers.

  • Unified domain:

    This domain combines the processing and signaling tier functions. Managed servers in the unified domain run the bundles associated with both the signaling tier and processing tier.

Cluster Architecture

Service Broker deployments are clustered, using Oracle Coherence. Coherence is a data management system for application objects that are shared across multiple servers. Coherence provides replicated and distributed data management and caching services on top of a reliable, scalable peer-to-peer clustering protocol. Coherence has no single points of failure; it automatically and transparently fails over and redistributes its clustered data management services when a server becomes inoperative or is disconnected from the network.

When a new server is added, or when a failed server is restarted, it automatically joins the cluster and Coherence fails back services to it, transparently redistributing the cluster load. When you deploy Service Broker, you do not need specific Coherence knowledge, nevertheless, for more information about Oracle Coherence see the Oracle Coherence documentation.

All servers of a Service Broker deployment belong to one cluster and equally act as the cluster members. Figure 2-3 shows a typical deployment with one processing domain and one signaling domain. Each domain includes two servers and an Administration Server. The figure shows how all servers and Administration Servers belong to the same cluster.

Figure 2-3 A Clustered Deployment

Surrounding text describes Figure 2-3 .

The cluster provides the following services:

Reliability

Service Broker is highly reliable in terms of failure probability and failure frequency. Service Broker supports:

Service availability is an inherent capability of the domains model. However, if you want your deployment to support service continuity, you need to explicitly select it during installation. For more information see the section about Service Mode in Oracle Communications Service Broker Installation Guide.

Scalability

Scalability is the ability of a system to provide throughput in proportion to, and limited only by, available hardware resources. A scalable system is one that can handle increasing numbers of requests without adversely affecting response time and throughput.

The growth of computational power within one operating environment is called vertical scaling. Horizontal scaling is leveraging multiple systems to work together on a common problem in parallel.

Service Broker scales both vertically and horizontally. Scaling options differ according to whether you are scaling the processing tier or the signaling tier.

See the section about scaling the Service Broker deployment in Oracle Communications Service Broker Installation Guide for more information.

Open Services Gateway Initiative (OSGi) Framework

Service Broker is implemented using the Open Services Gateway initiative (OSGi) framework. Service Broker components in both the signaling and processing tiers are packaged and deployed as OSGi bundles.

You can install, start, stop, update and uninstall Service Broker bundles without rebooting servers in the signaling domain and processing domain.

The use of OSGi simplifies the Service Broker upgrade procedure and reduces its memory consumption.

For more information about OSGi, see the OSGi Alliance Web site:

http://www.osgi.org/Technology/HomePage