nerdexam
EC-Council

312-50V10 · Question #935

Annie, a cloud security engineer, uses the Docker architecture to employ a client/server model in the application she is working on. She utilizes a component that can process API requests and handle v

The correct answer is B. Docker objects. Docker objects represent the core entities created and managed within Docker architecture, including containers, images, volumes, and networks that are operated on via API requests.

Cloud Computing

Question

Annie, a cloud security engineer, uses the Docker architecture to employ a client/server model in the application she is working on. She utilizes a component that can process API requests and handle various Docker objects, such as containers, volumes. Images, and networks. What is the component of the Docker architecture used by Annie in the above scenario?

Options

  • ADocker client
  • BDocker objects
  • CDocker daemon
  • DDocker registries

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    93% (53)
  • C
    4% (2)
  • D
    2% (1)

Why each option

Docker objects represent the core entities created and managed within Docker architecture, including containers, images, volumes, and networks that are operated on via API requests.

ADocker client

The Docker client is the command-line interface tool (docker CLI) that sends user commands to the Docker daemon; it does not itself process API requests or directly manage object lifecycles.

BDocker objectsCorrect

Docker objects is the overarching term for the primary building blocks of Docker architecture - containers, images, volumes, and networks. These are the entities that Docker creates and manages through API interactions, and the scenario describes exactly the set of objects (containers, volumes, images, networks) that this component encompasses and handles.

CDocker daemon

The Docker daemon (dockerd) is the background service that listens for and executes API requests, but it is the engine behind managing objects rather than being the objects component itself.

DDocker registries

Docker registries are remote storage systems for Docker images (such as Docker Hub) and are not involved in processing API requests for containers, volumes, or networks.

Concept tested: Docker architecture components and managed object types

Source: https://docs.docker.com/get-started/docker-overview/

Topics

#Docker daemon#container architecture#Docker API#cloud containers

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice