181k views
1 vote
Amy manages mobile device security for her company, an insurance firm. The company currently uses BYOD. She’s concerned about employees’ personal device usage compromising company data on the mobile devices. What technology could best assist with this concern?

User XerXes
by
5.8k points

1 Answer

4 votes

Answer:

Containerization

Step-by-step explanation:

Containerization requires repackaging an application with all its associated configuration files, libraries and dependencies required for it to operate across different computer environments in an effective and bug-free manner.

Docker and Kubernetes are the most common containerizing ecosystems.

For software development, when implemented in another environment, code built in one computer environment frequently runs with bugs and errors.

Developers of software solve this problem by running applications in cloud containers.

User Robertas Uldukis
by
5.0k points