305-300 · Question #61
Which of the following network interface types are valid in an LXD container configuration? (Choose THREE)
The correct answer is C. physical D. bridged E. macvlan. LXD supports several network interface types that define how containers connect to the host and external networks. According to LXD documentation, valid interface types include physical, bridged, and macvlan. A physical interface allows a container to be directly connected to a…
Question
Options
- Awif
- Bipsec
- Cphysical
- Dbridged
- Emacvlan
How the community answered
(32 responses)- A6% (2)
- B16% (5)
- C78% (25)
Explanation
LXD supports several network interface types that define how containers connect to the host and external networks. According to LXD documentation, valid interface types include physical, bridged, and macvlan. A physical interface allows a container to be directly connected to a host network interface. A bridged interface connects the container to a Linux bridge, enabling communication with other containers and external networks. Macvlan assigns a unique MAC address to the container, making it appear as a separate device on the physical network.
Topics
Community Discussion
No community discussion yet for this question.