medium
Single Answer
0

Naomi wants to be able to easily move her application between cloud service providers and to use automation to allow for deployment of the application. What technology best allows for applications to be bundled with the libraries and other components they need without requiring additional overhead like an operating system?

Answer Options

A

Containerization

B

Snapshots

C

Embedded systems

D

Segmentation

Correct Answer: A

Explanation

Containerization technologies bundle the needed libraries and other components for an application together in a lightweight package format that can easily be deployed to a provider’s containerization service. Snapshots are used to capture a virtual machine’s state and data at a given point in time. Embedded systems are computers that are built into a device or system. Segmentation is the concept of dividing a network or system into separate parts, often with security and other boundaries between them.