1.

What is DHCP, for what it used?

Answer»

DHCP is abbreviated as Dynamic Host Configuration Protocol. It is known as the protocol for network management that is USED on IP networks by which a DHCP server effectively assigns the IP address and other configurations on the network parameters to every individual device on the network; so that they can easily COMMUNICATE with the other IP networks.

The DHCP server is being used for:

  • Diminishing the requirement for a network administration or a client to physically assign IP addresses to all the network devices.
  • Requesting the Internet Protocol (IP) addresses and the parameters of NETWORKING from the ISP (Internet Service Provider).
10. How will you secure your Docker containers?

For securing the docker container, one must follow the below guidelines:

  • Third-party containers should be chosen carefully.
  • Enables the docker content trust.
  • One should NEED to set the resource limit for their containers.
  • Third-party security tools should be considered.
  • Docker bench security should be used.


Discussion

No Comment Found