nerdexam
Huawei

H12-921_V1.0 · Question #64

Which of the following options is wrong in the description of the characteristics of the L2 bridging solution in the container network scenario of the CloudFabric solution?

The correct answer is D. NAT is required for cross-node container access. Resolution: Options A and B are correct, multiple virtual interfaces are assigned to multiple containers. Each container has its own protocol address, MAC and IP. Option C is correct, all containers use a sub- interface or VLAN interface on the network interface to access the…

Data Center Network Virtualization Technologies

Question

Which of the following options is wrong in the description of the characteristics of the L2 bridging solution in the container network scenario of the CloudFabric solution?

Options

  • AMultiple virtual network interfaces can be configured on a single network interface or VLAN
  • BVirtual network interfaces have separate MAC addresses and IP addresses
  • CContainers have the same networking capabilities as hosts
  • DNAT is required for cross-node container access

How the community answered

(22 responses)
  • A
    9% (2)
  • B
    5% (1)
  • C
    14% (3)
  • D
    73% (16)

Explanation

Resolution: Options A and B are correct, multiple virtual interfaces are assigned to multiple containers. Each container has its own protocol address, MAC and IP. Option C is correct, all containers use a sub- interface or VLAN interface on the network interface to access the network that the host can access. The D option is incorrect, please refer to the image below. ?Macvlan is one of the features of Linux Kernel, and it is also a network solution that can be natively supported by Docker. The configured container network belongs to the same LAN as the host network, and the container has the same network capabilities as the host, and cross-node container access does not require NAT. MacVLANs allow you to configure multiple virtual network interfaces to containers on a network interface or VLAN sub-interface of the host These virtual network interfaces have separate MAC addresses and IP addresses. ?Macvlan requires the physical NIC to support promiscuous mode, and the container gateway is on the physical switch, which has the disadvantage of no IPAM (IP Address Mangement) and container IP Rely on manual configuration and management

Topics

#container networking#L2 bridging#CloudFabric#cross-node communication

Community Discussion

No community discussion yet for this question.

Full H12-921_V1.0 Practice