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?

Respuesta :

Answer:

Containerization

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.