+ All Categories
Home > Documents > Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile...

Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile...

Date post: 14-May-2020
Category:
Upload: others
View: 17 times
Download: 0 times
Share this document with a friend
20
Introduction to Samsung KNOX Tizen Name Company
Transcript
Page 1: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

Introduction to

Samsung KNOX Tizen Name Company

Page 2: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

2

Agenda

• Why B2B matters in China

Why should developers care about B2B?

The importance of Mobile Device Management

• KNOX Tizen introduction

What is KNOX Tizen

KNOX Tizen MDM introduction

Key capabilities & Use cases

KNOX Tizen SDK availability

• How to get KNOX Tizen SDK

Samsung Enterprise Alliance Program

Page 3: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

Why B2B matters in China

Page 4: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

4

Why should developers care about B2B?

Global B2B Market Size: 175M devices./ $51B, China - 51M devices. (29%)

’2015 China Total Market Size $83.6B , B2B Market Size $10.0B (12% of total, compared to

2014 20%↑)

’16 ’14 ’15

83.4 83.6 83.6

74.9

73.6 72.2

8.5

(10%)

10.0

(12%)

11.4

(14%)

* Source : SMV(Samsung Market View), Issued 31Mar ’15 * Including Hong Kong, without BYOD

B2C

B2B

[Unit : %,devices.] [Unit : $B]

‘15 Global B2B Market Size China B2C/B2B Market Size

North

Am.16%

[28M]

Europe 22%

[38M]

China 29%

[51M]

9%

6%

1%

5% 7%

3% 3%

북미

구주

중국

중남미

동남아

한국

서남아

중아

CIS

일본

North Am.

Europe

China

Latin Am.

SW Asia

CIS

M Asia

Japan

Korea

SE Asia

Page 5: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

5

The Importance of Mobile Device Management

(M$)

Market Size by Year

25%

35.5 44.1

’14 ’15 ’16 ’17 ’18

55.6 70.5

86.3

30.5%

21.3%

15.6%

10.4%

9.7%

8.6%

5.1%

7.1%

금융

정부

유통

제조

에너지

의료

서비스

기타

Market Size by Segment

• ’15 China MDM Market Size is $44M, CAGR 25% (‘15~’18)

• Finance/Government/Retail industries comprise 67%

ETC

Service

Medical

Energy

Man.

Retail

Gov.

Finance

※ Source: ’14 IDC

Page 6: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

KNOX Tizen Introduction

Page 7: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

7

What is KNOX Tizen

SE for Tizen

TIMA

Secure Boot

Trusted Boot

TrustZone Hardware

MDM Framework

TIZEN platform

Application Layer

Tizen Framework

Linux Kernel

Boot Loader

Hardware

TIZEN KNOX TIZEN

1) KNOX Container available next year (2016)

KNOX Container 1)

Page 8: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

8

KNOX Tizen MDM introduction

• Enterprise Mobile Device Environment

• Tizen MDM Framework overview

The KNOX Tizen Standard SDK is an application development framework that allows

an enterprise to design applications so that Samsung mobile devices can be effectively

and efficiently managed by enterprise IT departments.

Applications developed through the SDK can help enterprise reduce security threats

and risks from lost or stolen devices that contain sensitive corporate data.

3rd party MDM

server

3rd party

MDM client

Tizen platform

Access control

Samsung KNOX Tizen Standard APIs

Page 9: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

9

Key capabilities

WiFi Security Email

Accounts

Bluetooth Password

Browser

Kiosk

Firewall

Application

Exchange

Account

Device

Inventory

Configuration

Controls

&Limits

Enterprise

Integration

Monitoring

Roaming Phone

Restrictions

APN

Settings

Restriction

Policy

DateTime Remote

Page 10: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

10

Enterprise Application Management

Application life-cycle management

Install

Remove

Update

Start/Stop

Prohibited Apps Management

Enterprise App Protection

Prevent uninstall

Wipe app data

Disable “installed applications”

Block specific permissions from the

installed applications

Blacklist by package name,

permission, and signature

Page 11: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

11

Use case 1

A Enterprise is one of Chinese government branch. Their working environment is

very regulated not to share internal information to outside and they want to allow

employee to use their enterprise apps tightly integrated with their infra.

Solution :

When employee come to office, he will receive a policy set by IT admin.

The policy can be set of following APIs.

- To install enterprise apps silently with ‘installed applications’ API.

- To protect installed app from user deletion with ‘Prevent uninstall’ API.

- To allow to use only the enterprise app ‘Blacklist/Whitelist applications” API.

When employee leave office, he will revoke the policy.

Page 12: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

12

Easy Configuration for Enterprise Infrastructure

Exchange, IMAP, POP3 Email

Create Account

Remove Account

WiFi

Remote Configuration with WEP /

WPA2 / EAP networks

Blacklist / Whitelist of SSID

Remote Control

Real-time screen capture

Inject Key / Pointer event

Page 13: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

13

Use case 2

B is high tech IT company. They want to allow employees to use specific Wi-Fi to

prevent information leakage.

Solution :

When employee come to office, he will receive a policy set by IT admin.

The policy can be set of following APIs.

- To configure Wi-Fi remotely with ‘set_wifi_network’ API.

- To allow to use only the WiFi ‘add to ssid to Blacklist/Whitelist” API.

When employee leave office, he will revoke the policy.

Page 14: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

14

Productivity Management

Expense management

Call/SMS/Data limit

Roaming Data / Sync / MMS

Allow Tethering

Firewall

URL filtering

Allow/Deny IP/port

Proxy configuration

Page 15: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

15

Use case 3

C is global sales company and providing company device to employee for

business call. Employees are going business trip frequently. The company is

concerning on excessive roaming data expense.

Solution : Solution :

Solution :

When employee is on business trip he will receive a policy set by IT admin.

The policy can be set of following APIs.

- To restrict usage of roaming data use ‘mdm_set_allow_roaming_data‘ API.

When employee comes back from business trip, he will revoke the policy.

Page 16: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

16

KNOX Tizen SDK availability

• The first KNOX Tizen SDK(v 1.0.0) will be released in October 2015.

• The next TIZEN device is the first Tizen device supporting KNOX Tizen

MDM.

Page 17: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

How to get KNOX Tizen

SDK

Page 18: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

18

How to get KNOX Tizen SDK

• Samsung Enterprise Alliance Program *

Get KNOX Tizen SDK and its technical resources with simple registration for

SEAP

Join SEAP at

SEAP.samsung.com/developer

* Samsung Enterprise Alliance Program(SEAP):

SEAP is a free program for developers and partners, providing tools and resources to

help build and distribute the highest quality applications on Samsung mobile devices.

Page 19: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

19

How to get KNOX Tizen SDK

• Technical Resources available for developers

• Developer Forum for Troubleshooting

• Tech Blog for Developer insights

• B2B Developer Conference

Developer Community • SDKs

• API references

• Developer Guide

• License Keys

• FAQs

Tools and Resources

Page 20: Introduction to Samsung KNOX Tizen...an enterprise to design applications so that Samsung mobile devices can be effectively Applications developed through the SDK can help enterprise

Thank you


Recommended