Open Mobile Alliance (OMA) Device Management Overview. Peter Thompson Mark Staskauskas Qualcomm Incorporated

Size: px
Start display at page:

Download "Open Mobile Alliance (OMA) Device Management Overview. Peter Thompson Mark Staskauskas Qualcomm Incorporated"

Transcription

1 Open Mobile Alliance (OMA) Device Management Overview Peter Thompson Mark Staskauskas Qualcomm Incorporated

2 Motivation for this Presentation Many of the features envisioned for the TR-50 Smart Device Communications (SDC) system fall under basic device management functionality This presentation provides an overview of OMA Device Management, which Is designed for limited-capability devices, such as those used in Smart Device applications Is widely deployed in mobile devices such as handsets Could provide a realization for many TR-50 requirements related to device management

3 Overview Description of DM High Level Overview Uses and Description of DM Overview of DM Protocol Management Objects (MOs) Management Tree Tree access control via ACL Bootstrapping DM Security Recent work on extending OMA DM DM deployment and use in other SDOs Other standardized DM protocols Conclusions

4 High Level Overview of OMA DM Several operators and vendors realized that managing devices remotely was a difficult task, and often done in a proprietary fashion. Operators were worried about their call center costs being too high, and customers not being happy with service. Vendors were worried that they were not able to provide the operator with information about their device. They were also worried about how to update their firmware remotely. Operators and vendors got together and wrote a standard SyncML DM later OMA DM. This standard allowed operators to reduce their call center time, remotely update devices and help keep their customers happy.

5 Current Uses of DM OMA DM provides Provisioning Initial setting of configuration data Update of configuration data Determination of Device s DM Capabilities Standard Management Object provides information about the device Details on make, model, firmware version, etc. OMA FUMO provides Firmware Update Controls the process of firmware update via the manipulation of a Management Object Uses DM 1.2 for transport and control

6 Description of DM Device Management (DM) is designed to work with small mobile devices that are intermittently connected. Small footprint Small messages (compressed using WBXML or transport compression) Designed to help owners and users So they don t have to do their own system administration Users can get new services over the air Designed to help Operators and Enterprise Allow for deployment of revenue generating services OTA Increase user satisfaction Reduce service time

7 DM Protocol Client/Server Architecture Uses HTTP as primary transport Simple Commands Commands apply only to management tree Add, Replace, Get, Delete Basic commands for accessing or setting management information Can access single nodes or entire sub-trees Exec Special command to have the client execute some local command, such as firmware update Applied to a node in the management tree Strong Security Client and Server must be mutually authenticated on transport layer as well as application layer Over HTTP must use TLS 1.0 or SSL 3.0

8 OMA DM Firmware Update 1.0 OMA DM Scheduling 1.0 OMA DM Diagnostics And Monitoring OMA DM Browser Mgmt 1.0 DM Protocol OMA DM Protocol 1.2 (DM messaging, security, etc.) OMA DS Protocol 1.2 (DS messaging, security, etc.) OMA DM Representation Usage 1.2 (DM-specific annotated DTD) OMA DS Representation Usage 1.2 (DS-specific annotated DTD) OMA SyncML Representation 1.2 (Data model, DTD, etc.) WAP WSP bearer HTTP HTTPS bearer OBEX bearer SMS Notif. bearer SIP Notif. bearer

9 Management Objects (MO) Describe management information about an application or device parameter Server will read or write this data for provisioning MOs are contained in the Client s Management Tree Describes a minimum access level for servers Get, Write, Exec. Get is the typical value, but may be overridden by instances. Must always allow for non-standard extensions Described using the DM Device Description Framework (DDF) Contains management information in a platform neutral format Hierarchical format, similar to a file system

10 Example MO Firmware Update MO (FUMO)

11 Management Tree Platform neutral expression of management information that the client is presenting to the server. Contains management info in a platform neutral format Hierarchical format, similar to a file system Access Control Lists limits access to only authorized Servers May reflect device s real-time information, but not required Only exists to provide a neutral format between Client and Server - not mandated to exist when Client is not running Servers may create new subtrees as needed May be different trees for different servers Access for some settings may not allow other servers to see proprietary data The tree is a collection of Management Objects 3 standard objects - DMAcc, DevInfo and DevDetail Other MOs that the manufacturer supports

12 Standard MOs DMAcc Contains DM Account information needed to access a DM Server Server name, URL Authentication information Connection information DevInfo Contains general information about the device Device ID, Manufacturer, Model, DM Client version, and current Language DevDetail Specific details of the device Bearer details (CDMA, UMTS, etc) Tree limitations (max node name length, max node depth) Device type OEM Version of firmware, software, and hardware Support of large objects

13 Example Management Tree./ DevInfo \ -- DevId ( local device ID ) -- Man ( Spiffy DM Products, Inc. ) -- Mod ( Spiffy-DM-Client ) -- DmV ( 1.1 ) -- Lang ( US-en ) -- DevDetail-----\ -- URI -- MaxDepth ( 10 ) -- MaxTotLen ( 255 ) -- MaxSegLen ( 255 ) -- DevType ( Phone ) -- OEM ( Spiffy DM Products, Inc ) -- FwV ( 1.0 ) -- SWV ( 1.0 ) -- HwV ( 1.0 ) -- LrgObj ( true ) -- SyncML \ -- DmAcc \ -- TestServer---\ -- Addr ( ) -- AddrType ( 1 ) -- ConfRef (./SyncML/Con ) -- ServerId( spiffy ) -- ServerPW( spiffy-pword ) -- UserName ( client ) -- ClientPW ( client-pword ) -- ClientNonce ( ) -- Con

14 Management Tree ACLs ACL = Access Control List Each node in the Tree has an ACL Each ACL has: Server name Server rights General permissions for servers not listed Example: Add= om&get=* Only comes into play with multiple management authorities

15 Security DM security Most communication requires use of a certificate as part of mutual authentication. Transport security Mutual authentication required for transports that support mutual authentication (such as HTTPS). HTTP must use either TLS 1.0 or SSL 3.0 with a set of 128 bit or greater cipher suites. Message Integrity checks SHA-1 based hash (using message and shared secret) can be used to reduce man-in-the-middle attacks. Nonces used to reduce replay attacks as well.

16 Bootstrapping How a device is brought from clean state to a state where it is capable to initiate a management session with a specific management authority. Previously bootstrapped devices may be further bootstrapped for additional servers. Bootstrap messages can arrive At the factory (not defined by OMA DM) Server initiated (via SMS, WAP Push, or OBEX) Smartcard initiated Information installed via smartcard is removed when the smartcard is removed

17 DM DDF DM DDF - Device Description Framework Provides for a means to publish capabilities of a device Intent is for manufacturers to create a device configuration document using DDF, and publish in a well-known location DDF is also used for description of MOs. Very limited subset of XML Specifically created for computer consumption Made small for limited devices

18 Recent OMA DM Work Items (1/2) Scheduling (OMA work item 109) A MO that will interact with a scheduling agent on the device to have DM commands occur at scheduled times. Diagnostic / Monitoring (OMA work item 116) A set of MOs that will allow a server to monitor a device s performance, diagnose problems, etc. Connectivity MO (OMA work item 123) A set of MOs that will allow for provisioning of connectivity for 3GPP, 3GPP2, and WLAN. Based upon published specifications from other SDOs. Gateway Management Object (GwMO) (OMA work item 200) Enables management of devices where there is no direct communication between DM Server and DM Client includes devices behind gateways and firewalls, and devices supporting management protocols other than OMA DM

19 Recent OMA DM Work Items (2/2) Smartcard Management (OMA work item 126) A set of MOs to read and write data on smart cards, as well as use some of the security functions on the smart cards. Software Component Management (OMA work item 121) A set of MOs to manage software components on devices Lock and Wipe MO (OMA work item 144) Allows for remote locking and wiping of a device (e.g. to disable a stolen device) Device Capability MO (OMA work item 139) Allows for selective enable/disable of device capabilities (such as camera)

20 Use of OMA DM in other SDOs 3GPP Has used OMA DM to specify management objects for IMS, H(e)NB Closed Subscriber Group (CSG) lists and Access Network Discovery and Selection Function (ANDSF) 3GPP2 CDMA Operational Parameters MO, CDMA Packet Data MO OMA Several OMA enablers have defined MOs to manage their configuration data (MMS, PoC, LOC, DS, SEC, etc.) WiMAX mo_ext_wimax-v1_0, mo_ext_wimax-supp-v1_0 Registration of MOs on the OMA website

21 Operators and DM OMA DM has been deployed by numerous mobile operators, including AT&T, BT, T-Mobile, Telefonica, Orange, TeliaSonera, Vodafone, and Telecom Italia OMA DM is present in over half of the installed base of handsets, and forecast to be in 84% of the handsets sold in 2009 (Source: Ovum)

22 Other Management Protocols Distributed Mgmt Task Force (DMTF) DASH Primarily used for managing computers. Also known as WS- Management. Broadband Forum TR-069 Primarily used for managing DSL modems and attached hardware. CableLabs DOCSIS Primarily used for managing cable boxes and attached hardware. OMA Client Provisioning (CP) Older protocol adopted by WAP Forum. Does not have the ability to query settings on a device. IETF Simple Network Management Protocol (SNMP) Similar to OMA DM in architecture, but designed specifically for network devices that are continuously connected to the network.

23 Conclusions OMA Device Management provides many of the functions needed for managing Smart Devices TR-50 should consider the use of OMA DM to meet its device management related requirements

WiMAX Forum Proprietary

WiMAX Forum Proprietary Architecture, detailed Protocols and Procedures WiMAX Over-The-Air Provisioning & Activation Protocol based on OMA DM Specifications WMF-T-0-R0v0 WMF Approved (0--) WiMAX Forum Proprietary Copyright 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

SyncML Device Management Bootstrap

SyncML Device Management Bootstrap 1 of 18 Pages SyncML Device Management Bootstrap Abstract This document defines the how a SyncML DM device is brought from a clean state, to a state where it is capable to initiate a management session

More information

TR-M2M-0006v0.5.1 Study of Management Capability Enablement Technologies for consideration by onem2m

TR-M2M-0006v0.5.1 Study of Management Capability Enablement Technologies for consideration by onem2m TR-M2M-0006v0.5.1 Study of Management Capability Enablement Technologies for consideration by onem2m 2014 年 1 月 17 日 制 定 一 般 社 団 法 人 情 報 通 信 技 術 委 員 会 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE 本 書 は 一

More information

A Comparison of Protocols for Device Management and Software Updates

A Comparison of Protocols for Device Management and Software Updates B L A C K B E R R Y M 2 M S O L U T I O N S A Comparison of Protocols for Device Management and Software Updates In the last two decades, the number of connected computing devices has grown at a staggering

More information

SyncML Device Management

SyncML Device Management SyncML Device Management An overview and toolkit implementation Radu State Ph.D. The MADYNES Research Team LORIA INRIA Lorraine 615, rue du Jardin Botanique 54602 Villers-lès-Nancy France Radu.State@loria.fr

More information

Developing Vietnam s Infrastructure

Developing Vietnam s Infrastructure Developing Vietnam s Infrastructure Creating investment opportunities by including interoperability in deployment plans Jari Alvinen Chairman of the Board, Open Mobile Alliance www.openmobilealliance.org

More information

Synchronizing and Managing Mobile Devices

Synchronizing and Managing Mobile Devices PRODUCT DATASHEET Synchronizing and Managing Mobile Devices BENEFITS Small code base enables developers to implement Device Management in memory-limited devices such as cellular phones, smart phones and

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 2 Document date: December 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

Mobile Devices: Server and Management Lesson 06 Device Management

Mobile Devices: Server and Management Lesson 06 Device Management Mobile Devices: Server and Management Lesson 06 Device Management Oxford University Press 2007. All rights reserved. 1 Device Management (DM) Many types of devices in a mobile network Managed by a mobile

More information

XML Document Management Architecture

XML Document Management Architecture XML Document Management Architecture Candidate Version 2.0 02 Dec 2010 Open Mobile Alliance OMA-AD-XDM-V2_0-20101202-C OMA-AD-XDM-V2_0-20101202-C Page 2 (30) Use of this document is subject to all of the

More information

Presence SIMPLE Architecture

Presence SIMPLE Architecture Presence SIMPLE Architecture Approved Version 1.1 27 Jun 2008 Open Mobile Alliance OMA-AD-Presence_SIMPLE-V1_1-20080627-A OMA-AD-Presence_SIMPLE-V1_1-20080627-A Page 2 (21) Use of this document is subject

More information

Standard based Device Management

Standard based Device Management Standard based Device Management March 2012 1 Motive at-a-glance Product Div. within Alcatel-Lucent(ALU) Started in 1997 and acquired by ALU Oct. 2008 Based in Austin, TX Focus Help wireline, wireless,

More information

[MS-MDM]: Mobile Device Management Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-MDM]: Mobile Device Management Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-MDM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Smartcard Web Server Enabler Architecture

Smartcard Web Server Enabler Architecture Smartcard Web Server Enabler Architecture Candidate Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-AD-Smartcard_Web_Server-V1_0-20070209-C OMA-AD-Smartcard_Web_Server-V1_0-20070209-C Page 2 (17) Use

More information

Mobile Device Management

Mobile Device Management Vodafone Global Enterprise Mobile Device Management Technical paper Vodafone Global Enterprise Introduction Managing for the future Secure control over your mobile data, devices and applications. The multi-national

More information

3G/Wi-Fi Seamless Offload

3G/Wi-Fi Seamless Offload Qualcomm Incorporated March 2010 Table of Contents [1] Introduction... 1 [2] The Role of WLAN... 2 [3] 3G/Wi-Fi Seamless Offload Pathway... 2 [4] Application-Based Switching... 3 [5] Wi-Fi Mobility...

More information

An Mformation Whitepaper SERVICE ENABLEMENT USING MDM TO ENABLE HIGH-VALUE DATA SERVICES

An Mformation Whitepaper SERVICE ENABLEMENT USING MDM TO ENABLE HIGH-VALUE DATA SERVICES An Mformation Whitepaper SERVICE ENABLEMENT USING MDM TO ENABLE HIGH-VALUE DATA SERVICES 1 Service Enablement - Using MDM to Enable High-Value Data Services Mobile data contributes significantly to data

More information

iphone in Business Mobile Device Management

iphone in Business Mobile Device Management 19 iphone in Business Mobile Device Management iphone supports Mobile Device Management, giving businesses the ability to manage scaled deployments of iphone across their organizations. These Mobile Device

More information

15 May 2013 Version 5. for Mac OS X. Public version. Gemfor s.r.o. Tyršovo nám. 600 252 63 Roztoky Czech Republic

15 May 2013 Version 5. for Mac OS X. Public version. Gemfor s.r.o. Tyršovo nám. 600 252 63 Roztoky Czech Republic Mobile Connection Explorer for Mac OS X 15 May 2013 Version 5 Introduction and Feature s Public version Gemfor s.r.o. Contents Contents... 2 History... 2 1. Scope... 3 2. Abbreviations... 3 3. Introduction...

More information

3GPP TS 31.220 V8.0.0 (2008-03)

3GPP TS 31.220 V8.0.0 (2008-03) TS 31.220 V8.0.0 (2008-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Characteristics of the Contact Manager for UICC applications

More information

Provisioning of VoIP Phones

Provisioning of VoIP Phones Provisioning of VoIP Phones ipdialog, Inc. Phone (408) 451-1430 1430 1762 Technology Drive Suite 124 Fax (408) 451-1440 1440 San Jose CA 95110-1307 1307 USA URL www.ipdialog.com Joon Maeng, jmaeng@ipdialog.com

More information

Gigaset IP and IP-PRO Phones Provisioning / Remote Management. last modifications by J. Stahl, Bocholt, January the 18 th 2011

Gigaset IP and IP-PRO Phones Provisioning / Remote Management. last modifications by J. Stahl, Bocholt, January the 18 th 2011 Gigaset IP and IP-PRO Phones Provisioning / Remote Management last modifications by J. Stahl, Bocholt, January the 18 th 2011 Agenda Provisioning / Remote Management for Gigaset IP phones Introduction

More information

Deploying iphone and ipad Mobile Device Management

Deploying iphone and ipad Mobile Device Management Deploying iphone and ipad Mobile Device Management ios supports Mobile Device Management (MDM), giving businesses the ability to manage scaled deployments of iphone and ipad across their organizations.

More information

ipad in Business Mobile Device Management

ipad in Business Mobile Device Management ipad in Business Mobile Device Management ipad supports Mobile Device Management, giving businesses the ability to manage scaled deployments of ipad across their organizations. These Mobile Device Management

More information

How To Use A Femtocell (Hbn) On A Cell Phone (Hbt) On An Ipad Or Ipad (Hnt) On Your Cell Phone On A Sim Card (For Kids) On The Ipad/Iph

How To Use A Femtocell (Hbn) On A Cell Phone (Hbt) On An Ipad Or Ipad (Hnt) On Your Cell Phone On A Sim Card (For Kids) On The Ipad/Iph . Femtocell: Femtostep to the Holy Grail... Ravishankar Borgaonkar, Kévin Redon.. Technische Universität Berlin, SecT ravii/kredon@sec.t-labs.tu-berlin.de TROOPERS 2011, 30 March 2011 3G/UMTS femtocells

More information

Oracle Mobile Push Mail Technical Vision. An Oracle White Paper July 2005

Oracle Mobile Push Mail Technical Vision. An Oracle White Paper July 2005 Oracle Mobile Push Mail Technical Vision An Oracle White Paper July 2005 Oracle Mobile Push Mail Executive Overview... 2 Mobile Push Mail Market Opportunity... 2 Standards-Based Approach To Mobile Push

More information

3GPP Femtocells: Architecture and Protocols. by Gavin Horn

3GPP Femtocells: Architecture and Protocols. by Gavin Horn 3GPP Femtocells: Architecture and Protocols by Gavin Horn QUALCOMM Incorporated 5775 Morehouse Drive San Diego, CA 92121-1714 U.S.A. 3GPP Femtocells: Architecture and Protocols September 2010-2 - Contents

More information

GS1 Trade Sync Connectivity guide

GS1 Trade Sync Connectivity guide GS1 Trade Sync Connectivity guide Date: 2015-12-01 Version: v1.8 Page: 2/17 Revision history Version Date Description Author 1.0 2013-11-14 Initial version Fernando Pereira 1.1 2014-01-16 Added FTP and

More information

3GPP TS 32.593 V9.0.0 (2009-12)

3GPP TS 32.593 V9.0.0 (2009-12) TS 32.593 V9.0.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Telecommunication management; Home enode B (HeNB) Operations,

More information

BENEFITS OF MOBILE DEVICE MANAGEMENT

BENEFITS OF MOBILE DEVICE MANAGEMENT BENEFITS OF MOBILE DEVICE MANAGEMENT White Paper 2013 SUMMARY OVERVIEW This white paper outlines the benefits of Mobile Device Management in different use cases. SyncShield is a Mobile Device Management

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

The increasing popularity of mobile devices is rapidly changing how and where we

The increasing popularity of mobile devices is rapidly changing how and where we Mobile Security BACKGROUND The increasing popularity of mobile devices is rapidly changing how and where we consume business related content. Mobile workforce expectations are forcing organizations to

More information

XML Document Management (XDM) Specification

XML Document Management (XDM) Specification XML Document Management (XDM) Specification Approved Version 1.1 27 Jun 2008 Open Mobile Alliance OMA-TS-XDM_Core-V1_1-20080627-A OMA-TS-XDM_Core-V1_1-20080627-A Page 2 (39) Use of this document is subject

More information

Management and Provisioning of M2M Devices and Applications

Management and Provisioning of M2M Devices and Applications Management and Provisioning of M2M Devices and Applications Musa Unmehopa Technical Plenary Chairman, OMA Director of Standards, Alcatel-Lucent M2M devices outnumber mobile devices by an order of magnitude

More information

DEPLOYMENT OF I M INTOUCH (IIT) IN TYPICAL NETWORK ENVIRONMENTS. Single Computer running I m InTouch with a DSL or Cable Modem Internet Connection

DEPLOYMENT OF I M INTOUCH (IIT) IN TYPICAL NETWORK ENVIRONMENTS. Single Computer running I m InTouch with a DSL or Cable Modem Internet Connection DEPLOYMENT OF I M INTOUCH (IIT) IN TYPICAL NETWORK ENVIRONMENTS Introduction I m InTouch is a personal remote access application that allows a user to access the data on his or her PC from a remote location,

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

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org OpenMTC M2M Solutions for Smart Cities and the Internet of Things www.open-mtc.org info@open-mtc.org 2. March März 2, 2013 Understanding M2M Machine-to-Machine (M2M) is a paradigm in which the end-to-end

More information

Mobile Device Management A Functional Overview

Mobile Device Management A Functional Overview Mobile Device Management A Functional Overview Gopal Tatte #1, Dr. G. R. Bamnote #2 1# ME 1 st Yr. Department of Computer Science and Engineering, Sant Gadge Baba Amravati University Prof Ram Meghe Institute

More information

Key requirements for Interoperable IoT systems

Key requirements for Interoperable IoT systems Key requirements for Interoperable IoT systems Pratul Sharma Technical Marketing Manager, ARM Inc. May/08/2014 Agenda Why Interoperability? Open standards for interoperability Data Communication Standards

More information

Liberating the mobile internet!

Liberating the mobile internet! Liberating the mobile internet! Presentation at EUC October 21st,, 2004 2004. Synapse Mobile Networks S.A. All rights reserved Mobile Internet Promised for years Now targeting non technical consumers Handset

More information

Network Management System (NMS) FAQ

Network Management System (NMS) FAQ Network Management System (NMS) FAQ Q: How does the NMS work? A: The Cooper NMS is a powerful, flexible and highly scalable wireless and fixed network management solution for thousands of network nodes

More information

TLS and SRTP for Skype Connect. Technical Datasheet

TLS and SRTP for Skype Connect. Technical Datasheet TLS and SRTP for Skype Connect Technical Datasheet Copyright Skype Limited 2011 Introducing TLS and SRTP Protocols help protect enterprise communications Skype Connect now provides Transport Layer Security

More information

Amdocs Smart Net Solution

Amdocs Smart Net Solution Amdocs Smart Net Solution With the explosive growth of mobile data and the popularity of Wi-Fi as an access technology, Wi-Fi services have become a key strategy for service providers to alleviate network

More information

How To Understand And Understand The Security Of A Key Infrastructure

How To Understand And Understand The Security Of A Key Infrastructure Security+ Guide to Network Security Fundamentals, Third Edition Chapter 12 Applying Cryptography Objectives Define digital certificates List the various types of digital certificates and how they are used

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

AMD DASHConfig Tool. White Paper Descriptor. Document version: 1.0. March 27 th, 2013

AMD DASHConfig Tool. White Paper Descriptor. Document version: 1.0. March 27 th, 2013 AMD DASHConfig Tool Document version: 1.0 March 27 th, 2013 White Paper Descriptor This whitepaper provides users with detailed description about using AMD DASHConfig tool. DASHConfig is for provisioning

More information

Broadband Forum Machine-to-Machine (M2M) Solutions

Broadband Forum Machine-to-Machine (M2M) Solutions Broadband Forum Machine-to-Machine (M2M) Solutions OMA Workshop, February 2012 Barcelona, Spain Robin Mersh, CEO rmersh@broadband-forum.org Tim Spets, Motorola The information in this presentation is public

More information

High-performance VoIP Traffic Optimizer Client Solution

High-performance VoIP Traffic Optimizer Client Solution AP-VTO200 VoIP Traffic Optimizer Client High-performance VoIP Traffic Optimizer Client Solution AddPac Technology 2014, Sales and Marketing www.addpac.com Contents Product Overview Benefits and Features

More information

ETSI TS 124 423 V8.4.0 (2012-01)

ETSI TS 124 423 V8.4.0 (2012-01) TS 124 423 V8.4.0 (2012-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; TISPAN; PSTN/ISDN simulation services;

More information

Module 6. Designing and Deploying External Access. MVA Jump Start

Module 6. Designing and Deploying External Access. MVA Jump Start Module 6 Designing and Deploying External Access MVA Jump Start Module Overview Conferencing and External Capabilities of Lync Server 2013 Planning for IM and Presence Federation Designing Edge Services

More information

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0

Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0 Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features

More information

INTEGRATE SALESFORCE.COM SINGLE SIGN-ON WITH THIRD-PARTY SINGLE SIGN-ON USING SENTRY A GUIDE TO SUCCESSFUL USE CASE

INTEGRATE SALESFORCE.COM SINGLE SIGN-ON WITH THIRD-PARTY SINGLE SIGN-ON USING SENTRY A GUIDE TO SUCCESSFUL USE CASE INTEGRATE SALESFORCE.COM SINGLE SIGN-ON WITH THIRD-PARTY SINGLE SIGN-ON USING SENTRY A GUIDE TO SUCCESSFUL USE CASE Legal Marks No portion of this document may be reproduced or copied in any form, or by

More information

TR-069 Brings Flexibility To DSL Remote Management

TR-069 Brings Flexibility To DSL Remote Management TR-069 Brings Flexibility To DSL Remote Management by Mukesh Kumar Product Manager, Networking and Multimedia Gateways Residential Gateway and Embedded Systems Business, Texas Instruments Incorporated

More information

Wireless Device Management: OSS for Leading-Edge Wireless

Wireless Device Management: OSS for Leading-Edge Wireless Wireless Device Management: OSS for Leading-Edge Wireless Rakesh Kushwaha, CTO mformation Technologies rakesh@mformation.com HOTOP4 Wednesday, October 13, 2:00-3:00 pm Topics: Wireless Devices & Device

More information

SSL BEST PRACTICES OVERVIEW

SSL BEST PRACTICES OVERVIEW SSL BEST PRACTICES OVERVIEW THESE PROBLEMS ARE PERVASIVE 77.9% 5.2% 19.2% 42.3% 77.9% of sites are HTTP 5.2% have an incomplete chain 19.2% support weak/insecure cipher suites 42.3% support SSL 3.0 83.1%

More information

Web Security (SSL) Tecniche di Sicurezza dei Sistemi 1

Web Security (SSL) Tecniche di Sicurezza dei Sistemi 1 Web Security (SSL) Tecniche di Sicurezza dei Sistemi 1 How the Web Works - HTTP Hypertext transfer protocol (http). Clients request documents (or scripts) through URL. Server response with documents. Documents

More information

www.anite.com Application Testing

www.anite.com Application Testing www.anite.com Application Testing Comprehensive application testing capabilities for accelerated approval of mobile devices by Tier 1 operators Testing higher order protocols and application enablers is

More information

Broadband Forum - Remote Management Work

Broadband Forum - Remote Management Work Broadband Forum - Remote Management Work Why Standardize Management Protocols? 2 BroadbandHome Remote Management Framework OSS/BSS Policy Call Center WT-131, WT-132: ACS Northbound Interface Auto-Configuration

More information

M2M, IoT, DEVICE MANAGEMENT: ONE PROTOCOL TO RULE THEM ALL? Julien Vermillard, Sierra Wireless

M2M, IoT, DEVICE MANAGEMENT: ONE PROTOCOL TO RULE THEM ALL? Julien Vermillard, Sierra Wireless M2M, IoT, DEVICE MANAGEMENT: ONE PROTOCOL TO RULE THEM ALL? Julien Vermillard, Sierra Wireless Software Engineer at Sierra Wireless, implementing various protocols for AirVantage cloud service. Apache

More information

Ensuring the security of your mobile business intelligence

Ensuring the security of your mobile business intelligence IBM Software Business Analytics Cognos Business Intelligence Ensuring the security of your mobile business intelligence 2 Ensuring the security of your mobile business intelligence Contents 2 Executive

More information

ETSI TS 131 220 V13.0.0 (2016

ETSI TS 131 220 V13.0.0 (2016 TS 131 220 V13.0.0 (2016 16-02) TECHNICAL SPECIFICATIONION Universal Mobile Telecommunications System (UMTS); LTE; Characteristics of the Contact Manager for 3GPP UICC applications (3GPP TS 31.220 version

More information

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance WHITE PAPER Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance Contents Introduction...3 The Need for Home Network Visibility for Managing Video Services...3 Video Service Assurance:

More information

Junos Pulse for Google Android

Junos Pulse for Google Android Junos Pulse for Google Android User Guide Release 4.0 October 2012 R1 Copyright 2012, Juniper Networks, Inc. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks

More information

Symantec Enterprise Firewalls. From the Internet Thomas Jerry Scott

Symantec Enterprise Firewalls. From the Internet Thomas Jerry Scott Symantec Enterprise Firewalls From the Internet Thomas Symantec Firewalls Symantec offers a whole line of firewalls The Symantec Enterprise Firewall, which emerged from the older RAPTOR product We are

More information

RELEASE NOTES. Table of Contents. Scope of the Document. [Latest Official] ADYTON Release 2.12.9 - corrections. ADYTON Release 2.12.

RELEASE NOTES. Table of Contents. Scope of the Document. [Latest Official] ADYTON Release 2.12.9 - corrections. ADYTON Release 2.12. Table of Contents Scope of the Document... 1 [Latest Official] ADYTON Release 2.12.9... 1 ADYTON Release 2.12.4... 1 ADYTON Release 2.9.3... 3 ADYTON Release 2.7.7... 3 ADYTON Release 2.6.2... 4 ADYTON

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

Ensuring the security of your mobile business intelligence

Ensuring the security of your mobile business intelligence IBM Software Business Analytics Cognos Business Intelligence Ensuring the security of your mobile business intelligence 2 Ensuring the security of your mobile business intelligence Contents 2 Executive

More information

How to secure an LTE-network: Just applying the 3GPP security standards and that's it?

How to secure an LTE-network: Just applying the 3GPP security standards and that's it? How to secure an LTE-network: Just applying the 3GPP security standards and that's it? Telco Security Day @ Troopers 2012 Peter Schneider Nokia Siemens Networks Research 1 Nokia Siemens Networks 2012 Intro

More information

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

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

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

Developing and Managing Mobile Applications with SyncML and Funambol

Developing and Managing Mobile Applications with SyncML and Funambol Developing and Managing Mobile Applications with SyncML and Funambol September, 2007 Table of Contents Preface 3 1. Mobile Application Development and Management 4 2. Advantages of Synchronization 6 3.

More information

3GPP TSG SA WG3 Security S3#25 S3-020572 8-11 October 2002 Munich, Germany

3GPP TSG SA WG3 Security S3#25 S3-020572 8-11 October 2002 Munich, Germany 3GPP TSG SA WG3 Security S3#25 S3-020572 8-11 October 2002 Munich, Germany Title: Response to: Source: To: Cc: Liaison on HTTP Security investigation within IMS LS S3-020475 (S2-022609) on Liaison on Security

More information

Ranch Networks for Hosted Data Centers

Ranch Networks for Hosted Data Centers Ranch Networks for Hosted Data Centers Internet Zone RN20 Server Farm DNS Zone DNS Server Farm FTP Zone FTP Server Farm Customer 1 Customer 2 L2 Switch Customer 3 Customer 4 Customer 5 Customer 6 Ranch

More information

Network Security Essentials Chapter 5

Network Security Essentials Chapter 5 Network Security Essentials Chapter 5 Fourth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 5 Transport-Level Security Use your mentality Wake up to reality From the song, "I've Got

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

The Business Case for Device Management SyncML Initiative Ltd. White Paper

The Business Case for Device Management SyncML Initiative Ltd. White Paper 13 Nov 01 012001 SyncML Initiative Ltd. c/o IEEE-ISTO 445 Hoes Lane P.O. Box 1331 Piscataway, NJ 08854, USA Phone +1-732-465-6471 Fax +1-509-355-5073 http://www.syncml.org 2 of 5 Pages The SyncML Initiative,

More information

Using Entrust certificates with VPN

Using Entrust certificates with VPN Entrust Managed Services PKI Using Entrust certificates with VPN Document issue: 1.0 Date of issue: May 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark or a registered trademark

More information

VoIP Security regarding the Open Source Software Asterisk

VoIP Security regarding the Open Source Software Asterisk Cybernetics and Information Technologies, Systems and Applications (CITSA) 2008 VoIP Security regarding the Open Source Software Asterisk Prof. Dr.-Ing. Kai-Oliver Detken Company: DECOIT GmbH URL: http://www.decoit.de

More information

Security. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1

Security. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1 Contents Security requirements Public key cryptography Key agreement/transport schemes Man-in-the-middle attack vulnerability Encryption. digital signature, hash, certification Complete security solutions

More information

Chapter 7 Transport-Level Security

Chapter 7 Transport-Level Security Cryptography and Network Security Chapter 7 Transport-Level Security Lectured by Nguyễn Đức Thái Outline Web Security Issues Security Socket Layer (SSL) Transport Layer Security (TLS) HTTPS Secure Shell

More information

LTE transport network security Jason S. Boswell Head of Security Sales, NAM Nokia Siemens Networks

LTE transport network security Jason S. Boswell Head of Security Sales, NAM Nokia Siemens Networks LTE transport network security Jason S. Boswell Head of Security Sales, NAM Nokia Siemens Networks 1 Nokia Siemens Networks New evolved Networks - new security needs Walled Garden Transport & Protocols

More information

APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION

APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION APPENDIX B1 - FUNCTIONALITY AND INTEGRATION REQUIREMENTS RESPONSE FORM FOR A COUNTY HOSTED SOLUTION Response Code: Offeror should place the appropriate letter designation in the Availability column according

More information

Network Management Card Security Implementation

Network Management Card Security Implementation [ APPLICATION NOTE #67 ] OFFER AT A GLANCE Offers Involved Network Management Card, APC Security Wizard Applications Configuration and monitoring of network managed devices Broad Customer Problem Secure

More information

Secure, Efficient, and Open Standard Internet of Things

Secure, Efficient, and Open Standard Internet of Things Secure, Efficient, and Open Standard Internet of Things Zach Shelby Director of Technology, IoT ARM acknowledges the trademarks and copyrights of 3 rd parties included in this presentation What is the

More information

Lab Exercise SSL/TLS. Objective. Step 1: Open a Trace. Step 2: Inspect the Trace

Lab Exercise SSL/TLS. Objective. Step 1: Open a Trace. Step 2: Inspect the Trace Lab Exercise SSL/TLS Objective To observe SSL/TLS (Secure Sockets Layer / Transport Layer Security) in action. SSL/TLS is used to secure TCP connections, and it is widely used as part of the secure web:

More information

Cisco Virtual Office Express

Cisco Virtual Office Express . Q&A Cisco Virtual Office Express Overview Q. What is Cisco Virtual Office Express? A. Cisco Virtual Office Express is a solution that provides secure, rich network services to workers at locations outside

More information

Mobile Device Management Solution Hexnode MDM

Mobile Device Management Solution Hexnode MDM Mobile Device Management Solution Hexnode MDM Frequently Asked Questions www.hexnode.com Frequently Asked Questions How is Hexnode MDM license calculated?...4 Which ports do I need to open for Hexnode

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

Securing RESTful Web Services Using Spring and OAuth 2.0

Securing RESTful Web Services Using Spring and OAuth 2.0 Securing RESTful Web Services Using Spring and OAuth 2.0 1.0 EXECUTIVE SUMMARY While the market is hugely 1 accepting REST based architectures due to their light weight nature, there is a strong need to

More information

Preparing for GO!Enterprise MDM On-Demand Service

Preparing for GO!Enterprise MDM On-Demand Service Preparing for GO!Enterprise MDM On-Demand Service This guide provides information on...... An overview of GO!Enterprise MDM... Preparing your environment for GO!Enterprise MDM On-Demand... Firewall rules

More information

7.1. Remote Access Connection

7.1. Remote Access Connection 7.1. Remote Access Connection When a client uses a dial up connection, it connects to the remote access server across the telephone system. Windows client and server operating systems use the Point to

More information

Device Management for Internet of Things Constrained Devices OMA Lightweight M2M. Duncan Purves Connect2 Systems duncan@connect2.io http:connect2.

Device Management for Internet of Things Constrained Devices OMA Lightweight M2M. Duncan Purves Connect2 Systems duncan@connect2.io http:connect2. Device Management for Internet of Things Constrained Devices OMA Lightweight M2M Duncan Purves Connect2 Systems duncan@connect2.io http:connect2.io Why do we need Remote Device Management? The devices

More information

Birdstep Intelligent Mobile IP Client v2.0, Universal Edition. Seamless secure mobility across all networks. Copyright 2002 Birdstep Technology ASA

Birdstep Intelligent Mobile IP Client v2.0, Universal Edition. Seamless secure mobility across all networks. Copyright 2002 Birdstep Technology ASA White Paper Birdstep Intelligent Mobile IP Client v2.0, Universal Edition Seamless secure mobility across all networks Copyright 2002 Birdstep Technology ASA Haakon VII's gate 5B, N-0161 Oslo, Norway Tel:

More information

Electronic Transaction Market Industry Whitepaper. Systech Corporation Internet Payment Gateways

Electronic Transaction Market Industry Whitepaper. Systech Corporation Internet Payment Gateways Electronic Transaction Market Industry Whitepaper Systech Corporation Internet Payment Gateways John Stafford Director, Payment Systems johns@systech.com 800-800-8970 x483 Systech IPG/7000 Series Internet

More information

Transport Level Security

Transport Level Security Transport Level Security Overview Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse571-14/

More information

This Working Paper provides an introduction to the web services security standards.

This Working Paper provides an introduction to the web services security standards. International Civil Aviation Organization ATNICG WG/8-WP/12 AERONAUTICAL TELECOMMUNICATION NETWORK IMPLEMENTATION COORDINATION GROUP EIGHTH WORKING GROUP MEETING (ATNICG WG/8) Christchurch New Zealand

More information

OPENID AUTHENTICATION SECURITY

OPENID AUTHENTICATION SECURITY OPENID AUTHENTICATION SECURITY Erik Lagercrantz and Patrik Sternudd Uppsala, May 17 2009 1 ABSTRACT This documents gives an introduction to OpenID, which is a system for centralised online authentication.

More information

PushTalk Service System

PushTalk Service System PushTalk Service System Naomasa Yoshida, Masaharu Nakagawa, Makoto Nakayama, Youhei Ikai, Miya Matsuda and Masanobu Yamagiwa We have developed a system for providing the PushTalk service, which allows

More information

LifeSize Transit Deployment Guide June 2011

LifeSize Transit Deployment Guide June 2011 LifeSize Transit Deployment Guide June 2011 LifeSize Tranist Server LifeSize Transit Client LifeSize Transit Deployment Guide 2 Firewall and NAT Traversal with LifeSize Transit Firewalls and Network Address

More information