Does this meet the goal?

Your network contains an Active Directory domain named contoso.com.
The domain contains multiple Hyper-V hosts.
You need to deploy several critical line-of-business applications to the network to meet the following
requirements:
-The resources of the applications must be isolated from the physical host
-Each application must be prevented from accessing the resources of the other applications.
-The configurations of the applications must be accessible only from the operating system that hosts the
application.
Solution: You deploy a separate Windows container for each application. Does this meet the goal?

Your network contains an Active Directory domain named contoso.com.
The domain contains multiple Hyper-V hosts.
You need to deploy several critical line-of-business applications to the network to meet the following
requirements:
-The resources of the applications must be isolated from the physical host
-Each application must be prevented from accessing the resources of the other applications.
-The configurations of the applications must be accessible only from the operating system that hosts the
application.
Solution: You deploy a separate Windows container for each application. Does this meet the goal?

A.
Yes

B.
No

Explanation:
By using Windows Container
-The resources of the applications must be isolated from the physical host (ACHIEVED, as a single container
could only access its own resources, but not others)
-Each application must be prevented from accessing the resources of the other applications. (ACHIEVED, as a
single container could only access its own
resources, but not others)
-The configurations of the applications must be accessible only from the operating system that hosts the
application. (ACHIEVED, you can use DockerFile or
DockerRun to push configurations to containers from the Container Host OS)



Leave a Reply 1

Your email address will not be published. Required fields are marked *


David

David

Shouldn’t be answer B?. Windows Server Containers shared the host kernel