Difference between revisions of "Device Management"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== Assurance that computing devices are properly configured. ==Context== For Identity and Access Management the device configuration of most interest is r...")
 
(Taxonomy of Management Types)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Full Title or Meme==
 
==Full Title or Meme==
Assurance that computing devices are properly configured.
+
Assuring that computing devices are properly configured.
  
 
==Context==
 
==Context==
Line 6: Line 6:
  
 
==Taxonomy of Device Types==
 
==Taxonomy of Device Types==
* [[User Device]]
+
* [[User Device]]s used to be just computers, but now are nearly all internet connected.
 +
** User owned devices
 +
*** Managed by user (may also include apps that are provided and managed by an enterprise)
 +
*** Managed by enterprise (aka BYOD or bring your own device)
 +
** Enterprise owned devices (typically managed by the Enterprise)
 
* Web Server
 
* Web Server
 +
* Resource Server
 +
* Edge Devices (usually associated with 5G networks)
 
* Mobile Device (typically a smart phone for the purposes of this wiki)
 
* Mobile Device (typically a smart phone for the purposes of this wiki)
* Internet of Things
+
* [[Internet of Things]]
  
 +
==Taxonomy of Management Types==
 +
# [[Mobile Device Management]] for BYOD
 +
# [[Enterprise Mobile Management]] for enterprise owned devices.
 +
# Captive devices where the device does not move but the people do.
 +
# Data Center Management
 +
# Edge Management as a part of the move to 5G connectivity
 +
 +
==Solutions==
 +
The core component of [[Device Management]] is the enforcement of a security and privacy policy on the device by the [[Entity]] that is responsible for that device. This applies whether the device is enterprise owned or user owned, although the level of control of the enterprise-owned device is typically more strict that the user owned device.
 +
===Android===
 +
* [https://developer.android.com/work/device-management-policy Enhancing security with device management policies]
 +
===Apple===
 +
* [https://developer.apple.com/documentation/devicemanagement Device Management] = Manage your organization’s devices remotely.
  
 
==References==
 
==References==
  
 +
[[Category: Glossary]]
 +
[[Category: Policy]]
 
[[Category: Authorization]]
 
[[Category: Authorization]]
 
[[Category: Authentication]]
 
[[Category: Authentication]]

Latest revision as of 15:22, 9 October 2022

Full Title or Meme

Assuring that computing devices are properly configured.

Context

For Identity and Access Management the device configuration of most interest is related to user and access identification and matching.

Taxonomy of Device Types

  • User Devices used to be just computers, but now are nearly all internet connected.
    • User owned devices
      • Managed by user (may also include apps that are provided and managed by an enterprise)
      • Managed by enterprise (aka BYOD or bring your own device)
    • Enterprise owned devices (typically managed by the Enterprise)
  • Web Server
  • Resource Server
  • Edge Devices (usually associated with 5G networks)
  • Mobile Device (typically a smart phone for the purposes of this wiki)
  • Internet of Things

Taxonomy of Management Types

  1. Mobile Device Management for BYOD
  2. Enterprise Mobile Management for enterprise owned devices.
  3. Captive devices where the device does not move but the people do.
  4. Data Center Management
  5. Edge Management as a part of the move to 5G connectivity

Solutions

The core component of Device Management is the enforcement of a security and privacy policy on the device by the Entity that is responsible for that device. This applies whether the device is enterprise owned or user owned, although the level of control of the enterprise-owned device is typically more strict that the user owned device.

Android

Apple

References