An Oracle White Paper December The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks

Size: px
Start display at page:

Download "An Oracle White Paper December 2013. The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks"

Transcription

1 An Oracle White Paper December 2013 The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks

2 Introduction Today s mobile networks are no longer limited to voice calls. With the advent of smartphones, subscribers are now using the mobile network for accessing their bank accounts, paying for products using e-commerce applications, purchasing through online stores, and keeping up with social networks. This also means subscribers are connecting with many different types of mobile devices, including computers, smartphones, tablets, and dongles. With the introduction of many new device types into the network comes a new issue: cybersecurity. In mobile networks, mobile phones have to authenticate prior to accessing any services. This was implemented to prevent theft of these devices. However, there are now devices behind the devices that are a concern. For example, connecting a laptop through a dongle introduces the possibility of viruses from the laptop gaining access to the network. The network is not equipped to deal with viruses of this nature. As a result, these viruses are getting through the network and into other devices that are also connected. Websites and portals also risk infection. By connecting to other networks through the use of IP transport, service providers are introducing yet another portal for viruses and security breaches unless security becomes a top priority. This paper discusses network security vulnerabilities and concerns, and provides several recommendations for implementing security mechanisms. 1

3 Challenges in Securing IP Networks The Third Generation Partnership Project (3GPP) has gone to great measures to add additional security enhancements in Long Term Evolution (LTE) networks. The problem is that many handsets must still support 3G and Wi-Fi, which opens up vulnerabilities from these technologies. This makes it even more difficult to make sure the core network is protected from all vulnerabilities. CTOvision.com stated in an article that mobile devices are generally vulnerable to client-side attacks the iphone s use of 3G to connect to Wi-Fi allows an infected device to connect to sensitive networks. We have already seen instances in cybersecurity where some viruses can be used to gain access into other networks and then used to launch denial of service (DoS) attacks or redirect traffic (referred to as hijacking) to another destination. Hijacking is already becoming prevalent in the United States. This is often enabled through Voice over IP (VoIP) networks that are able to intercept calls to mobile phones and redirect them to a recording. The sole purpose of this is to keep the caller on the line, therefore increasing the minutes-of-use that are then charged back to the interconnect partner. CoreSecurity noted events in Europe where fake 2G base stations are used to attack 3G and LTE nodes, and service providers in Eastern Europe are exploiting roaming vulnerabilities by boosting the power of cell towers in border regions to jam signals from neighboring countries. Fake networks can easily claim to be roaming partners. In the United States, one incident involved selling hundreds of thousands of minutes using VoIP by selling calls through the internet, routing the calls through VoIP networks that were hacked, and rerouting the international calls through bona fide phone companies in the United States, Canada, and Europe. As service providers connect to partner networks using IP technology, every security mechanism available should be implemented to ensure that the interconnection is not compromised. Issues with Roaming over IP IP is susceptible to a number of different vulnerabilities. Fortunately, there are ways to prevent vulnerabilities from resulting in network breaches. One of the best methods is through the use of gateways at the network edge and the hiding of critical network element addresses. In Signaling System No. 7 (SS7) networks, Global Title Translation (GTT) is used at the Signal Transfer Point (STP) to do the following: 1. Prevent the need to enter network addresses in the routing tables of every node in the network 2. Hide the address of critical network elements such as the Home Location Register (HLR) The concept is simple. When a switch needs to connect to the HLR to retrieve data, it sends a query that includes the identity of a subscriber. This identity is used by the HLR to retrieve data, but also by 2

4 the STP to determine how to reroute the query. The query is routed by the switch not to the HLR directly, but rather to the STP. The STP then references its own internal routing database (GTT) to determine the actual network address of the HLR to send the query. This simple concept has been replicated for Diameter and is referred to as Home Subscriber Server (HSS) address resolution. Security over IP Connections Another concern of IP is advertising the IP addresses of the various network elements as a packet is routed through the network. Some routing protocols will add the IP address of the router or proxy as the packet travels through the network so the responses can be sent back through the same route. This practice can be an excellent way to prevent man-in-the-middle attacks if the proxies are using something called record-route. However, when sending a packet outside of the network, it is not advisable to send the IP addresses of the various network elements to the partner network. It is highly recommended that the IP addresses be hidden from view once the packet is routed outside the network. This requires a node at the edge of the network capable of not only hiding the IP addresses, but replacing them with a generic address and maintaining a stateful log of every dialogue so messages sent to another network can be correctly routed back into the home network. This is known as topology hiding, and Oracle Communications Diameter Signaling Router provides this capability. It can become the access gateway into the network, thus enhancing the security of the interconnection point as well as providing security within the network itself, as 80 percent of network breaches occur inside the network. There are several different flavors of topology hiding available in Oracle Communications products. For example, Oracle Communications Diameter Signaling Router supports both HSS and Mobility Management Entity (MME) topology hiding, as well as path topology hiding. With either HSS or MME, when a Diameter message is sent from one of these entities to an outside network, Oracle Communications Diameter Signaling Router will replace the actual address of the node with a generic address known only to it. Oracle Communications Diameter Signaling Router also maintains a log of each dialogue so when responses are sent back, it can route the message to the correct node by replacing the generic address with the actual address. This is critical to preventing outside networks from identifying internal assets and sending rogue messages into the network through breached connections. This is also paramount to preventing manin-the-middle attacks. Last but not least, IP Security (IPsec) and Transport Layer Security (TLS) are paramount in IP connections. IPsec provides internal protection through encryption, while TLS provides encryption and authentication outside of the network. TLS utilizes two methods for securing the connection. The first is the TLS Handshake Protocol. This protocol is used to exchange credentials between two networks (authentication) and to negotiate an encryption algorithm and cryptographic keys. Once this process is complete, the Diameter message is then sent using the TLS Record Protocol, which is 3

5 encrypted. Encryption will prevent unauthorized networks from hijacking a Diameter message and eavesdropping on the transmission. This prevents hackers and unauthorized networks from accessing the Diameter contents. Considerations for Roaming Between Networks Because many devices will have to support both 3G and LTE, interworking between these networks is a requirement. The interworking can be done in a variety of ways, but the most efficient and secure means is through Oracle Communications Diameter Signaling Router acting as the network gateway. Oracle Communications Diameter Signaling Router provides interworking between the mobile application part (MAP) and the Diameter protocols. It can also provide address resolution much like the STP provides GTT. Address resolution is important at the Diameter access gateway because it prevents the partner networks from knowing the addressing of internal assets. Following are some recommended examples of how to implement interworking with Oracle Communications products. 3G Subscriber Roaming on an LTE Network In this scenario, a 3G subscriber is roaming on an LTE network. The Visited Public Land Mobile Network (VPLMN) will send a Diameter message over the S6d interface to Oracle Communications Diameter Signaling Router in the Home Public Land Mobile Network (HPLMN). Oracle Communications Diameter Signaling Router checks its HSS address resolution database to determine if the subscriber identity is in this database, identifying the subscriber then as an LTE subscriber. When it is determined that the subscriber is not in this database, Oracle Communications Diameter Signaling Router converts the Diameter message into a MAP message, and forwards the message to the STP over the Gr interface. The STP can then use its own GTT database to route the message to the appropriate HLR. The HLR will send a response back to the VPLMN through the Gr interface, through Oracle Communications Diameter Signaling Router which will again convert the message from MAP back into Diameter and forward over the S6d interface to the VPLMN. LTE Subscriber Roaming on a Partner LTE Network When an LTE subscriber roams on another LTE network, the VPLMN will send a Diameter message to the LTE network using the S6d interface. Oracle Communications Diameter Signaling Router in the home network then receives this message and checks the HSS address resolution database. Oracle Communications Diameter Signaling Router determines that the subscriber is an LTE subscriber, and routes the Diameter message to the correct HSS. In this case, no interworking is required because the subscriber is an LTE subscriber and there is no requirement to connect to the 3G network. The HSS address resolution database provides the proper routing instructions to the correct HSS for the specific subscriber, eliminating the need to advertise this information to the VPLMN. 4

6 Conclusion Diameter is designed to be a more secure connection between service providers than traditional SS7; SS7 is a text-based protocol and used between trusted networks during a time when network security was not a major concern. In today s environment, network security should be the primary concern of every service provider. Utilizing the mechanisms defined by 3GPP and Third Generation Partnership Project Two (3GPP2) will only enhance the security and efficiency of network interconnection. Using Oracle Communications Diameter Signaling Router provides service providers with the safest means of interconnection over the S6d interface. 5

7 The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks December 2013 Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: oracle.com Copyright 2012, 2013, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. 1213

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

More information

Oracle s Solution for Secure Remote Workers. Providing Protected Access to Enterprise Communications

Oracle s Solution for Secure Remote Workers. Providing Protected Access to Enterprise Communications Oracle s Solution for Secure Remote Workers Providing Protected Access to Enterprise Communications Our forecast shows that the worldwide mobile worker population will increase to more than 1.3 billion

More information

Comparing Session Border Controllers to Firewalls with SIP Application Layer Gateways in Enterprise Voice over IP and Unified Communications Scenarios

Comparing Session Border Controllers to Firewalls with SIP Application Layer Gateways in Enterprise Voice over IP and Unified Communications Scenarios An Oracle White Paper June 2013 Comparing Session Border Controllers to Firewalls with SIP Application Layer Gateways in Enterprise Voice over IP and Unified Communications Scenarios Introduction Voice

More information

Oracle s Secure HetNet Backhaul Solution. A Solution Based on Oracle s Network Session Delivery and Control Infrastructure

Oracle s Secure HetNet Backhaul Solution. A Solution Based on Oracle s Network Session Delivery and Control Infrastructure Oracle s Secure HetNet Backhaul Solution A Solution Based on Oracle s Network Session Delivery and Control Infrastructure HetNets are a gradual evolution of cellular topology, not a distinct network unto

More information

An Oracle White Paper December 2013. The Time for Diameter Is Now: Why Service Providers Should Implement Diameter Today

An Oracle White Paper December 2013. The Time for Diameter Is Now: Why Service Providers Should Implement Diameter Today An Oracle White Paper December 2013 The Time for Diameter Is Now: Why Service Providers Should Implement Diameter Today Introduction There is little secret about how smartphones and tablets are affecting

More information

March 2014. Oracle Business Intelligence Discoverer Statement of Direction

March 2014. Oracle Business Intelligence Discoverer Statement of Direction March 2014 Oracle Business Intelligence Discoverer Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed

More information

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

An Oracle White Paper February 2014. Centralized vs. Distributed SIP Trunking: Making an Informed Decision

An Oracle White Paper February 2014. Centralized vs. Distributed SIP Trunking: Making an Informed Decision An Oracle White Paper February 2014 Centralized vs. Distributed SIP Trunking: Making an Informed Decision Executive Overview Businesses across the globe are migrating from TDM access services to SIP trunks

More information

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Expect enhancements in performance, simplicity, and agility when deploying Oracle Virtual Networking in the data center. ORACLE

More information

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software

More information

An Oracle White Paper August 2013. What Is an Enterprise Session Border Controller?

An Oracle White Paper August 2013. What Is an Enterprise Session Border Controller? An Oracle White Paper August 2013 What Is an Enterprise Session Border Controller? Introduction... 1 Redefining Enterprise Communications... 2 E-SBCs Protect and Control IP Communications... 3 E-SBCs Do

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 2015 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Services SaaS Extension S1 Non-Metered Usage Services SaaS

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 205 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Metered Usage Oracle Java Cloud Trial B78388 Not applicable

More information

An Oracle White Paper January 2011. Oracle Database Firewall

An Oracle White Paper January 2011. Oracle Database Firewall An Oracle White Paper January 2011 Oracle Database Firewall Introduction... 1 Oracle Database Firewall Overview... 2 Oracle Database Firewall... 2 White List for Positive Security Enforcement... 3 Black

More information

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service An Oracle White Paper Dec 2013 Oracle Access Management Security Token Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

FAQ: How to create Effective Messages

FAQ: How to create Effective Messages User Experience Direct (UX Direct) FAQ: How to create Effective Messages Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

An Oracle White Paper October 2013. Gneis Turns to Oracle to Secure and Manage SIP Trunks

An Oracle White Paper October 2013. Gneis Turns to Oracle to Secure and Manage SIP Trunks An Oracle White Paper October 2013 Gneis Turns to Oracle to Secure and Manage s Gneis Turns to Oracle to Secure and Manage s Executive Overview Gneis Global Services SA planned to introduce Session Initiation

More information

Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015

Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015 Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015 Introduction 1 Netra Modular System 2 Oracle SDN Virtual Network Services 3 Configuration Details

More information

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability An Oracle Communications White Paper December 2014 Serialized Asset Lifecycle Management and Property Accountability Disclaimer The following is intended to outline our general product direction. It is

More information

SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT

SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT When evaluating software-as-aservice, particularly e-commerce SaaS solutions, companies often focus on comparing product features

More information

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g An Oracle White Paper November 2010 Oracle Business Intelligence Standard Edition One 11g Introduction Oracle Business Intelligence Standard Edition One is a complete, integrated BI system designed for

More information

June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support

June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support Oracle s Siebel CRM Statement of Direction IP2016 Client Platform Support Disclaimer This document in any form, software or

More information

The Oracle Mobile Security Suite: Secure Adoption of BYOD

The Oracle Mobile Security Suite: Secure Adoption of BYOD An Oracle White Paper April 2014 The Oracle Mobile Security Suite: Secure Adoption of BYOD Executive Overview BYOD (Bring Your Own Device) is the new mobile security imperative and every organization will

More information

An Oracle White Paper January 2012. Oracle Database Firewall

An Oracle White Paper January 2012. Oracle Database Firewall An Oracle White Paper January 2012 Oracle Database Firewall Introduction... 2 Oracle Database Firewall Overview... 3 Oracle Database Firewall... 3 White List for Positive Security Enforcement... 4 Black

More information

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics An Oracle White Paper November 2010 Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics 1 Introduction New applications such as web searches, recommendation engines,

More information

Field Service Management in the Cloud

Field Service Management in the Cloud Field Service Management in the Cloud The Rise of Cloud Applications for Mission-Critical Tasks ORACLE WHITE PAPER DECEMBER 2014 Introduction Since the introduction of cloud applications for customer relationship

More information

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Third-Party Credit Card Plug-In ORACLE WHITE PAPER J ULY 2015 Disclaimer The following is intended to outline our general product direction. It

More information

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet An Oracle White Paper August 2010 Oracle OpenSSO Fedlet Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Managed Storage Services

Managed Storage Services An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)

More information

Oracle Communications Extension Group: Enterprise Application Guide ORACLE WHITE PAPER AUGUST 2015

Oracle Communications Extension Group: Enterprise Application Guide ORACLE WHITE PAPER AUGUST 2015 Oracle Communications Extension Group: Enterprise Application Guide ORACLE WHITE PAPER AUGUST 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Communications Session Border Controller: Driving Oracle s SIP Interconnect Solution. Extending Service Reach and Quality

Oracle Communications Session Border Controller: Driving Oracle s SIP Interconnect Solution. Extending Service Reach and Quality Oracle Communications Session Border Controller: Driving Oracle s SIP Interconnect Solution Extending Service Reach and Quality Networks cannot stand alone and must connect to other service providers to

More information

Oracle s Session Initiation Protocol Trunking Solution. Increase Agility and Reduce Costs with Session Initiation Protocol Trunks

Oracle s Session Initiation Protocol Trunking Solution. Increase Agility and Reduce Costs with Session Initiation Protocol Trunks Oracle s Session Initiation Protocol Trunking Solution Increase Agility and Reduce Costs with Session Initiation Protocol Trunks Oracle s SIP trunking solution is designed to enable the hyperconnected

More information

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service An Oracle White Paper February 2013 Integration with Oracle Fusion Financials Cloud Service Executive Overview Cloud computing is a vision that is increasingly turning to reality for many companies. Enterprises,

More information

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Disclaimer The following is intended to outline our general product direction. It is intended

More information

October 2015. Oracle Application Express Statement of Direction

October 2015. Oracle Application Express Statement of Direction October 2015 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle s Unified Communications Infrastructure Solution. Delivering Secure, Reliable, and Scalable Unified Communications Services

Oracle s Unified Communications Infrastructure Solution. Delivering Secure, Reliable, and Scalable Unified Communications Services Oracle s Unified Communications Infrastructure Solution Delivering Secure, Reliable, and Scalable Unified Communications Services Oracle s UC infrastructure solution combines tightly coupled session management,

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Primavera Gateway

Oracle Primavera Gateway Oracle Primavera Gateway Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is

More information

Cisco UCM 6.x SIP to AT&T SIP with Acme Packet 3000-4000 SBC. A Technical Application Note

Cisco UCM 6.x SIP to AT&T SIP with Acme Packet 3000-4000 SBC. A Technical Application Note Cisco UCM 6.x SIP to AT&T SIP with Acme Packet 3000-4000 SBC A Technical Application Note Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

An Oracle White Paper October 2011. Migrating Customers to Lower-Cost Channels

An Oracle White Paper October 2011. Migrating Customers to Lower-Cost Channels An Oracle White Paper October 2011 Migrating Customers to Lower-Cost Channels Executive Overview Are you pressured to lower your contact center costs? Are customers insisting that you improve service?

More information

Oracle s BigMachines Solutions. Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies

Oracle s BigMachines Solutions. Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies Oracle s BigMachines Solutions Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies Oracle s BigMachines cloud-based solutions enable both enterprise

More information

Securing the Interconnect Signaling Network Security

Securing the Interconnect Signaling Network Security Securing the Interconnect Signaling Network Security Travis Russell Director, Cyber Security, Service Provider Networks Oracle Communications August, 2015 Current security landscape Much attention has

More information

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers An Oracle Technical Paper July 2012 Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers Disclaimer The following is intended to outline our general product direction. It

More information

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005 Oracle Net Services for Oracle10g An Oracle White Paper May 2005 Oracle Net Services INTRODUCTION Oracle Database 10g is the first database designed for enterprise grid computing, the most flexible and

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper May 2012. Oracle Database Cloud Service

An Oracle White Paper May 2012. Oracle Database Cloud Service An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing

More information

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management A Framework for Implementing World-Class Talent Management The highest performing businesses are re-focusing on talent management The highest performing businesses are re-focusing on talent management.

More information

Oracle Enterprise Communications Solutions for Microsoft Lync. Migrate seamlessly to Microsoft Lync while reducing cost and complexity

Oracle Enterprise Communications Solutions for Microsoft Lync. Migrate seamlessly to Microsoft Lync while reducing cost and complexity Oracle Enterprise Communications Solutions for Microsoft Lync Migrate seamlessly to Microsoft Lync while reducing cost and complexity Oracle s Lync integration solution helps IT organizations save time

More information

Oracle Whitepaper April 2015. Security and the Oracle Database Cloud Service

Oracle Whitepaper April 2015. Security and the Oracle Database Cloud Service Oracle Whitepaper April 2015 Security and the Oracle Database Cloud Service Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database Cloud

More information

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure An Oracle White Paper September 2013 Oracle WebLogic Server 12c on Microsoft Windows Azure Table of Contents Introduction... 1 Getting Started: Creating a Single Virtual Machine... 2 Before You Begin...

More information

An Oracle White Paper October 2011. Why CRM Has Failed the Customer And What to Do About It

An Oracle White Paper October 2011. Why CRM Has Failed the Customer And What to Do About It An Oracle White Paper October 2011 Why CRM Has Failed the Customer And What to Do About It Introduction Customer relationship management (CRM) one of the great application categories to emerge over the

More information

2011 Customer Experience Impact Report. Getting to the Heart of the Consumer and Brand Relationship

2011 Customer Experience Impact Report. Getting to the Heart of the Consumer and Brand Relationship 2011 Customer Experience Impact Report Getting to the Heart of the Consumer and Brand Relationship Today, consumers call the shots. With globalization and the internet providing nearly unlimited choices,

More information

Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5

Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Disclaimer The following is intended to outline our general product

More information

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database

More information

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3

More information

THE NEW BUSINESS OF BUSINESS LEADERS. Hiring and Onboarding

THE NEW BUSINESS OF BUSINESS LEADERS. Hiring and Onboarding THE NEW BUSINESS OF BUSINESS LEADERS Hiring and Onboarding 2 INTRODUCTION Unlocking the potential of your talent is key to the success of your organization. Leading businesses actively dedicate resources

More information

The new Manage Requisition Approval task provides a simple and user-friendly interface for approval rules management. This task allows you to:

The new Manage Requisition Approval task provides a simple and user-friendly interface for approval rules management. This task allows you to: SELF SERVICE PROCUREMENT Oracle Fusion Self Service Procurement streamlines the purchase requisitioning process using a consumer centric approach and helps control the employee spending by enforcing the

More information

Improve your Customer Experience with High Quality Information

Improve your Customer Experience with High Quality Information An Oracle White Paper April 2014 Improve your Customer Experience with High Quality Information Executive Overview Businesses are better leveraging their key CX asset customer data - by building MDM foundations

More information

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI An Oracle White Paper March 2013 Oracle s Single Server Solution for VDI Introduction The concept of running corporate desktops in virtual machines hosted on servers is a compelling proposition. In contrast

More information

An Oracle White Paper December 2010. Tutor Top Ten List: Implement a Sustainable Document Management Environment

An Oracle White Paper December 2010. Tutor Top Ten List: Implement a Sustainable Document Management Environment An Oracle White Paper December 2010 Tutor Top Ten List: Implement a Sustainable Document Management Environment Executive Overview Your organization (executives, managers, and employees) understands the

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

An Oracle White Paper December 2010. Implementing Enterprise Single Sign-On in an Identity Management System

An Oracle White Paper December 2010. Implementing Enterprise Single Sign-On in an Identity Management System An Oracle White Paper December 2010 Implementing Enterprise Single Sign-On in an Identity Management System Introduction Most users need a unique password for every enterprise application, causing an exponential

More information

An Oracle White Paper December 2010. Integrating Oracle Enterprise Single Sign-On Suite Plus with Strong Authentication

An Oracle White Paper December 2010. Integrating Oracle Enterprise Single Sign-On Suite Plus with Strong Authentication An Oracle White Paper December 2010 Integrating Oracle Enterprise Single Sign-On Suite Plus with Strong Authentication Introduction Protecting data in the digital age is critical. A security breach, if

More information

Oracle Enterprise Communications Solutions for Microsoft Lync. Migrate seamlessly to Microsoft Lync while reducing cost and complexity

Oracle Enterprise Communications Solutions for Microsoft Lync. Migrate seamlessly to Microsoft Lync while reducing cost and complexity Oracle Enterprise Communications Solutions for Microsoft Lync Migrate seamlessly to Microsoft Lync while reducing cost and complexity Oracle s Lync integration solution helps IT organizations save time

More information

Business Driven Process Optimization

Business Driven Process Optimization An Oracle Solution Brief October 2013 Business Driven Process Optimization Introduction... 3 Improving Business Processes... 3 Being Business Driven... 3 Business-driven process design with Oracle BPM

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

An Oracle White Paper September 2013. Directory Services Integration with Database Enterprise User Security

An Oracle White Paper September 2013. Directory Services Integration with Database Enterprise User Security An Oracle White Paper September 2013 Directory Services Integration with Database Enterprise User Security Disclaimer The following is intended to outline our general product direction. It is intended

More information

Oracle Knowledge Solutions for Insurance. Answers that Fuel Growth

Oracle Knowledge Solutions for Insurance. Answers that Fuel Growth Oracle Knowledge Solutions for Insurance Answers that Fuel Growth When seeking to boost market share and customer retention rates, having answers makes all the difference. Timely answers help brokers and

More information

An Oracle White Paper April, 2010. Effective Account Origination with Siebel Financial Services Customer Order Management for Banking

An Oracle White Paper April, 2010. Effective Account Origination with Siebel Financial Services Customer Order Management for Banking An Oracle White Paper April, 2010 Effective Account Origination with Siebel Financial Services Customer Order Management for Banking Executive Overview In the absence of an enterprise account origination

More information

Oracle Taleo Enterprise Cloud Service. Talent Intelligence for Employee Insight

Oracle Taleo Enterprise Cloud Service. Talent Intelligence for Employee Insight Oracle Taleo Enterprise Cloud Service Talent Intelligence for Employee Insight Talent intelligence comprises insight and information about your people. It provides executives with a high-level view of

More information

Oracle Mobile Security

Oracle Mobile Security Oracle Mobile Security What s New in OMSS 11gR2 Patch Set 3 ORACLE WHITE PAPER MAY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

An Oracle Technical White Paper May 2015. How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance

An Oracle Technical White Paper May 2015. How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance An Oracle Technical White Paper May 2015 How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance Table of Contents Introduction... 2 How VSCAN Works... 3 Installing Kaspersky

More information

An Oracle White Paper July 2010 U.S. CARD FRAUD

An Oracle White Paper July 2010 U.S. CARD FRAUD An Oracle White Paper July 2010 U.S. CARD FRAUD Contents Card fraud can be placed into six categories:... 3 2 Card fraud costs the U.S. card payments industry an estimated US$8.6 billion per year. Although

More information

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters An Oracle White Paper July 2013 Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters Executive Overview Thousands of companies world-wide use

More information

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing An Oracle White Paper February 2010 Rapid Bottleneck Identification - A Better Way to do Load Testing Introduction You re ready to launch a critical Web application. Ensuring good application performance

More information

Modern Customer Care In a Multi-Channel World

Modern Customer Care In a Multi-Channel World An Oracle White Paper March 2015 Modern Customer Care In a Multi-Channel World By David Lanning, Senior CX Strategist and Jeff Griebeler, Principal Sales Consultant Executive Overview The Connected Customer

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

October 2013. A New Standard for Excellence. Transforming Education and Research with Oracle Innovation

October 2013. A New Standard for Excellence. Transforming Education and Research with Oracle Innovation October 2013 A New Standard for Excellence Transforming Education and Research with Oracle Innovation Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle s SIP Network Consolidation Solutions. Using SIP to Reduce Expenditures and Improve Communications

Oracle s SIP Network Consolidation Solutions. Using SIP to Reduce Expenditures and Improve Communications Oracle s SIP Network Consolidation Solutions Using SIP to Reduce Expenditures and Improve Communications A typical large enterprise could enjoy 401 percent three-year ROI on the Net-Net Enterprise Session

More information

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator An Oracle White Paper March 2012 Managing Metadata with Oracle Data Integrator Introduction Metadata information that describes data is the foundation of all information management initiatives aimed at

More information

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance An Oracle White Paper December 2010 Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance Executive Overview... 1 Health Information Portability and Accountability Act Security

More information

Oracle Sales Cloud for Consumer Goods

Oracle Sales Cloud for Consumer Goods S U M M E R 1 5 Oracle Sales Cloud for Consumer Goods Oracle Sales Cloud for Consumer Goods is a comprehensive industry solution that includes trade promotion management and retail execution. The retail

More information

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service An Oracle Best Practice Guide April 2012 Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service Introduction... 1 Understanding the Problem... 2 Addressing the Problem

More information

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS 1 Introduction Business Intelligence systems have been helping organizations improve performance by

More information

ADF Mobile Overview and Frequently Asked Questions

ADF Mobile Overview and Frequently Asked Questions ADF Mobile Overview and Frequently Asked Questions Oracle ADF Mobile Overview Oracle ADF Mobile is a Java and HTML5-based mobile application development framework that enables developers to build and extend

More information

Connect the Contact Center to the Field with Oracle Service Cloud

Connect the Contact Center to the Field with Oracle Service Cloud Connect the Contact Center to the Field with Oracle Service Cloud O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Disclaimer: This document is for informational purposes. It is not a commitment to deliver

More information

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization An Oracle White Paper August 2010 Higher Security, Greater Access with Oracle Desktop Virtualization Introduction... 1 Desktop Infrastructure Challenges... 2 Oracle s Desktop Virtualization Solutions Beyond

More information

The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance

The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance An Oracle White Paper August 2011 The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance How to gain a comprehensive picture of

More information

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead An Oracle White Paper September 2013 Advanced Java Diagnostics and Monitoring Without Performance Overhead Introduction... 1 Non-Intrusive Profiling and Diagnostics... 2 JMX Console... 2 Java Flight Recorder...

More information

The Abu Dhabi Judicial Department Integrated Justice System

The Abu Dhabi Judicial Department Integrated Justice System The Abu Dhabi Judiciary Department Integrated Justice System An Oracle White Paper September 2013 The Abu Dhabi Judicial Department Integrated Justice System The Abu Dhabi Judiciary Department Integrated

More information

Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6

Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Oracle s Primavera Unifier offers an extensible interface

More information

Oracle s Tunneled Session Management Solution for Over-the-Top Services. Tap Into the Growing Demand for Secure, First-Class Services

Oracle s Tunneled Session Management Solution for Over-the-Top Services. Tap Into the Growing Demand for Secure, First-Class Services Oracle s Tunneled Session Management Solution for Over-the-Top Services Tap Into the Growing Demand for Secure, First-Class Services Offering over-the-top (OTT) services to the growing base of mobile data

More information

An Oracle White Paper February 2012. 2012 B2B E-Commerce Survey: Results and Trends

An Oracle White Paper February 2012. 2012 B2B E-Commerce Survey: Results and Trends An Oracle White Paper February 2012 2012 B2B E-Commerce Survey: Results and Trends Introduction Although business to consumer (B2C) gets a lot of attention for being on the sexy side of e- commerce, 2010

More information

A Comprehensive Solution for API Management

A Comprehensive Solution for API Management An Oracle White Paper March 2015 A Comprehensive Solution for API Management Executive Summary... 3 What is API Management?... 4 Defining an API Management Strategy... 5 API Management Solutions from Oracle...

More information

Maximizing Profitability with Cloud Collaboration for your Business

Maximizing Profitability with Cloud Collaboration for your Business Maximizing Profitability with Cloud Collaboration for your Business Oracle Communications Unified Communications Suite O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Executive Overview The fabric of communications

More information

Oracle Financial Management Analytics

Oracle Financial Management Analytics Oracle Financial Management Analytics Oracle Financial Management Analytics provides finance executives with visibility and insight into the status of their financial close process and their financial

More information