Ask Question
25 April, 01:09

A system developer needs to provide machine-to-machine interface between an application and a database server in the production enviroment. This interface will exchange data once per day. Which of the following access controll account practices would BESt be used in this situation?

a. Establish a privileged interface group and apply read - write permission. to the members of that group.

b. Submit a request for account privilege escalation when the data needs to be transferred

c. Install the application and database on the same server and add the interface to the local administrator group.

d. Use a service account and prohibit users from accessing this account for development work

+4
Answers (1)
  1. 25 April, 04:42
    0
    The correct option is (d) Use a service account and prohibit users from accessing this account for development work

    Explanation:

    Solution

    As regards to the above requirement where the application and database server in the production environment will need to exchange the data once ever day, the following access control account practices would be used in this situation:

    By making use of a service account and forbids users from having this account for development work.

    The service account can be useful to explicitly issue a security context for services and thus the service can also access the local and the other resources and also prohibiting the other users to access the account for the development work.

    Submitting an adhoc request daily is not a choice as this is required daily. Also, the servers can be different and cannot be put in one place. and, we cannot make use of the read-write permission to the members of that group.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A system developer needs to provide machine-to-machine interface between an application and a database server in the production enviroment. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers