26. Which platform component includes containers and storage?

Answer: C

Explanation:

Compute includes containers and storage.

Containers and storage are integral components of the Compute platform, which is responsible for providing the necessary resources and environment for applications to run.

A) Networking

Networking primarily focuses on the connectivity and communication between different components of a system, such as servers and devices. It does not encompass containers or storage, as its main purpose is to facilitate data transmission rather than manage application execution or storage solutions.

B) Security

Security is concerned with protecting systems and data from unauthorized access and threats. While it plays a critical role in safeguarding containers and storage, it does not include them as functional components, but rather focuses on the measures to secure those components.

C) Compute

Compute refers to the processing resources that enable applications to run. It includes both containers, which package applications and their dependencies, and storage, which is utilized to hold data and application state, making it the correct answer.

D) Monitoring

Monitoring involves tracking the performance and health of applications and infrastructure. Although it is essential for maintaining system efficiency, it does not encompass the physical or logical storage and execution environments like containers.

Conclusion

The Compute platform is fundamentally responsible for managing containers and storage, making it the correct choice. Other options, such as Networking, Security, and Monitoring, serve distinct functions that do not include the management of application execution or data storage, thus confirming the unique role of Compute in this context.