nerdexam
GAQM

CPEH-001 · 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…

The correct answer is C. Docker daemon. Docker uses a client-server design. The docker client talks to the docker daemon, that will the work of building, running, and distributing your docker containers. The docker client and daemon will run on the same system, otherwise you will connect a docker consumer to a remote…

System Hacking and Malware

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?

Exhibit

CPEH-001 question #935 exhibit

Options

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

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    11% (5)
  • C
    83% (38)
  • D
    2% (1)

Explanation

Docker uses a client-server design. The docker client talks to the docker daemon, that will the work of building, running, and distributing your docker containers. The docker client and daemon will run on the same system, otherwise you will connect a docker consumer to a remote docker daemon. The docker consumer and daemon communicate using a REST API, over OS sockets or a network interface. The docker daemon (dockerd) listens for docker API requests and manages docker objects like pictures, containers, networks, and volumes. A daemon may communicate with other daemons to manage docker services.

Topics

#Docker daemon#Docker architecture#container management#API requests

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice