Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-800 Exam - Topic 4 Question 85 Discussion

You have a server named Server1 that hosts Windows containers. You plan to deploy an application that will have multiple containers. Each container will be You need to create a Docker network that supports the deployment of the application. Which type of network should you create?
B) I2bridge
A) transparent
C) NAT
D) I2tunnel

Microsoft AZ-800 Exam - Topic 4 Question 85 Discussion

Actual exam question for Microsoft's AZ-800 exam
Question #: 85
Topic #: 4
[All AZ-800 Questions]

You have a server named Server1 that hosts Windows containers. You plan to deploy an application that will have multiple containers. Each container will be You need to create a Docker network that supports the deployment of the application. Which type of network should you create?

Show Suggested Answer Hide Answer
Suggested Answer: B

In the context of Windows Server Hybrid Core Infrastructure and container networking, choosing the correct network driver is critical for application deployment. According to official documentation, the l2bridge (Layer 2 Bridge) network mode is used when container hosts are connected to the same IP subnet. In this configuration, each container is assigned an IP address from the same prefix as the container host. All container traffic is bridged to the physical network through an external Hyper-V Virtual Switch. Because the containers share the same underlying network infrastructure as the host, they are visible to the rest of the physical network without requiring Network Address Translation (NAT).

The documentation specifies that for multi-node clusters or deployments where containers must be directly reachable on the physical network via their own IP addresses, l2bridge is the standard choice. This differs from NAT, which uses a private internal IP range and translates traffic through the host's IP, and Transparent mode, which is often used for individual hosts where the container is directly connected to the physical network but can have complexities in virtualized environments. l2tunnel is specifically used for Microsoft Cloud Stack (Azure Stack HCI) and SDN scenarios, typically involving encapsulation, which is not the standard requirement for a general multi-container application deployment on a single server unless specified. Therefore, for a high-performance, direct-access network that bridges traffic at Layer 2, l2bridge is the verified architectural choice for Windows containers.


Contribute your Thoughts:

0/2000 characters
Joanne
3 days ago
I2bridge sounds interesting, but is it really necessary?
upvoted 0 times
...
Alaine
8 days ago
I think NAT is easier for most setups.
upvoted 0 times
...
Cristy
13 days ago
A transparent network is great for multiple containers!
upvoted 0 times
...
Jacob
18 days ago
I don't remember I2tunnel being mentioned at all. It seems like a trick option to me, but I could be wrong.
upvoted 0 times
...
Aleshia
23 days ago
I vaguely recall something about NAT being used for external access, but I don't think it's the right choice for internal communication between containers.
upvoted 0 times
...
Dierdre
29 days ago
I'm not entirely sure, but I feel like the bridge network is the default one. Maybe it's the best option for multiple containers?
upvoted 0 times
...
Elfriede
1 month ago
I think we discussed Docker networks in class, and I remember that a transparent network allows containers to communicate with each other and the host.
upvoted 0 times
...

Save Cancel