The Docker component that builds, runs, and distributes Docker containers is dockerd. Dockerd is the persistent process that manages containers. Docker uses different binaries for different tasks. For example, it uses the docker binary for CLI commands and dockerd for the daemon process.
Question 2
Which statement is correct about overlay or underlay networks or fabrics?
Options:
A.
Underlay fabrics decouple network services from the overlay infrastructure.
B.
Overlay networks are Layer 3 networks that must use OSPF for routing purposes.
C.
Underlay fabrics enable multitenancy through virtualization.
D.
Overlay networks are virtual networks.
Answer:
D
Explanation:
Explanation:
Overlay networks are indeed virtual networks. They are logical constructs that stitch together disparate, dispersed network infrastructure, often referred to as underlay1. Underlay networks refer to the physical network infrastructure, while overlay networks implement network virtualization concepts2. References from Juniper site: Baeldung on Computer Science, PacketFabric, Cisco, HPE Aruba Networking
Question 3
Which two statements about overlay virtual networks are true? (Choose two.)
Options:
A.
Overlay virtual networks work well on an IP spine-and-leaf topology.
B.
Overlay virtual networks only allow Layer 3 communication.
C.
Overlay virtual networks allow both Layer 2 and Layer 3 communication.
D.
Overlay virtual networks use Juniper proprietary protocols.
Answer:
A, C
Explanation:
Explanation:
Overlay virtual networks are virtual logical networks constructed on top of an existing network using network virtualization technologies45. They decouple network services from the physical networking and interconnection technologies on the underlay network45. Two true statements about overlay virtual networks are:
Overlay virtual networks work well on an IP spine-and-leaf topology6. They can be created over underlay networks using network virtualization technologies4.
Overlay virtual networks allow both Layer 2 and Layer 3 communication65. They can serve not only different services (such as multiple departments) of the same tenant but also different tenants4. References from Juniper site: Microsoft Learn, Huawei IP Encyclopedia, Network Insight