az-800 Practice Question 1010

Exam: az-800
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: medium
By default, when you create a Windows Container, which network mode is used, providing the container with a private IP address and routing traffic via the host's IP address?

Answer Options

A
NAT (Network Address Translation)
B
Transparent
C
L2 Bridge
D
L2 Tunnel

Correct Answer

A: NAT (Network Address Translation)

Explanation

The NAT (Network Address Translation) network mode is the default for Windows Containers. It creates an internal Hyper-V switch and assigns a private IP address to the container.