Networking Questions
Practice questions for Networking topic in Docker Certified Associate. 30 questions covering this domain.
An operator wants to connect a standalone troubleshooting container to an existing overlay network for temporary diagnostics. Which overlay network op...
A replicated web service publishes port 443 with the default ingress mode. A client connects to a swarm node that is not currently running one of the ...
A developer creates a user-defined bridge network and attaches two containers to it. How can those containers resolve each other by default?
An engineer starts a container with `--network host` and also adds `-p 8080:8080`. What should they expect?
Which built-in Docker network driver places a container directly in the host's network namespace?
A mixed cluster includes Linux and Windows nodes. The architect wants encrypted overlay traffic for Linux services and asks whether Windows containers...
A team wants multiple swarm services to communicate across different hosts on the same virtual network. Which requirement must be met before they can ...
An administrator wants newly created bridge networks to inherit a custom MTU and other defaults. Where can Docker-level defaults for new networks be c...
A service must publish port 9000 only on nodes where its tasks actually run because each node can safely host just one copy of the listener. Which pub...
Why does Docker generally recommend user-defined bridge networks instead of relying on the default bridge for application containers?
Which built-in Docker network driver gives a container no network interface other than loopback?
What IP address is used by Docker's embedded DNS server inside containers attached to user-defined networks?
A legacy application requires each container to appear on the physical LAN with its own MAC address. Which built-in Docker network driver is designed ...
Which port set must be open between swarm nodes for overlay networking and node discovery to work correctly?
A team needs an application network where containers can talk to each other internally but the network itself should not provide external connectivity...
In Docker's networking model, which component is responsible for IP address management?
An operations team wants every container on a host to use specific external DNS servers by default. Where can that be set for the Docker daemon?
A platform engineer wants newly created bridge networks to bind published ports to a specific default address unless overridden. Where is that kind of...
An architect wants overlay network application traffic encrypted between swarm nodes. Which option enables that behavior on the overlay network?
Which command best reveals the host port mapping currently assigned to a running container?
Sign in to see all 30 questions
Create a free account to browse all questions — completely free during our launch phase.