QuestionQ33

Administración de máquinas virtuales y contenedores

You have a server named Server1 that hosts Windows containers.

You plan to deploy an application consisting of multiple containers. Each container will reside on the same subnet. Each container requires its own MAC address and IP address, and must be able to communicate by using its IP address.

You need to create a Docker network that supports deployment of the application.

Which type of network should you create?

  • A NAT
  • B transparent
  • C I2bridge
  • D I2tunnel
Explanation

A transparent network connects container endpoints directly to the physical network through an external Hyper-V switch. Each container can receive its own physical-network IP address and retains a distinct MAC address, enabling direct communication by IP address. In contrast, L2bridge rewrites container MAC addresses to the host MAC address.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!