OMA Device Management

From Wikipedia the free encyclopedia

OMA Device Management is a device management protocol specified by the Open Mobile Alliance (OMA) Device Management (DM) Working Group and the Data Synchronization (DS) Working Group.[1] The current approved specification of OMA DM is version 1.2.1,[2] the latest modifications to this version released in June 2008.[3] The candidate release 2.0 was scheduled to be finalized in September 2013.[4]

Overview[edit]

OMA DM specification is designed for management of mobile devices such as mobile phones, PDAs, and tablet computers.[5] Device management is intended to support the following uses:

  • Provisioning – Configuration of the device (including first time use), enabling and disabling features
  • Device Configuration – Allow changes to settings and parameters of the device
  • Software Upgrades – Provide for new software and/or bug fixes to be loaded on the device, including applications and system software
  • Fault Management – Report errors from the device, query about status of device

All of the above functions are supported by the OMA DM specification, and a device may optionally implement all or a subset of these features. Since OMA DM specification is aimed at mobile devices, it is designed with sensitivity to the following:

  • small footprint devices, where memory and storage space may be limited
  • constraint on bandwidth of communication, such as in wireless connectivity
  • tight security, as the devices are vulnerable to software attacks; authentication and challenges are made part of the specifications

Technical description[edit]

OMA DM was originally developed by The SyncML Initiative Ltd, an industry consortium formed by many mobile device manufacturers. The SyncML Initiative got consolidated into the OMA umbrella as the scope and use of the specification was expanded to include many more devices and support global operation.

Technically, the OMA DM protocol uses XML for data exchange, more specifically the sub-set defined by SyncML. The device management takes place by communication between a server (which is managing the device) and the client (the device being managed). OMA DM is designed to support and utilize any number of data transports such as:

The communication protocol is a request-response protocol. Authentication and challenge of authentication are built-in to ensure the server and client are communicating only after proper validation. The server and client are both stateful, meaning a specific sequence of messages are to be exchanged only after authentication is completed to perform any task.

The communication is initiated by the OMA DM server, asynchronously, using any of the methods available such as a WAP Push or SMS. The initial message from server to client is said to be in the form of a notification, or alert message.

Once the communication is established between the server and client, a sequence of messages might be exchanged to complete a given device management task. OMA DM does provide for alerts, which are messages that can occur out of sequence, and can be initiated by either server or client. Such alerts are used to handle errors, abnormal terminations etc.

Several parameters relating to the communication such as the maximum message size can be negotiated between the server and client during the initiation of a session. In order to transfer large objects, the protocol does allow for sending them in smaller chunks.

Error recovery based on timeouts are not specified completely, hence, different implementations could possibly differ (protocol is not fully specified relating to these, and seem to leave them open intentionally).

The protocol specifies exchange of Packages during a session, each package consisting of several messages, and each message in turn consisting of one or more commands. The server initiates the commands and the client is expected to execute the commands and return the result via a reply message.

See also[edit]

References[edit]

  1. ^ An OMA DM Based Framework for Updating Modulation Module for Mobile Devices: Computer Science & IT Book Chapter | IGI Global
  2. ^ What Is Sprint OMADM & Its Specifications? - Internet Access Guide
  3. ^ "OMA Device Management V1.2". Open Mobile Alliance. 2012. Archived from the original on 2013-01-15. Retrieved 2019-10-01.
  4. ^ "OMA Device Management V2.0". Open Mobile Alliance. 2012. Archived from the original on 2013-01-16. Retrieved 2019-10-01.
  5. ^ OMA DM‐based remote software fault management for mobile devices - Kang - 2009 - International Journal of Network Management - Wiley Online Library

External links[edit]