Answer the following question below:

a. What advantage does NIS provide when you use it with NFS?
b. Suggest a way to implement NIS maps so they can be indexed on more
than one field.


a. NFS requires users on the client to map directly to users on the server. NIS
takes care of this requirement automatically.
b. You could modify the NIS server so that it uses an SQL database as a back
end, allowing searches by any field.

Computer Science & Information Technology

You might also like to view...

If you accidentally delete the /etc/aliases file, how could you easily re-create it (assuming that you had not restarted sendmail)?

What will be an ideal response?

Computer Science & Information Technology

Which protocol is used for modifying and querying directory services?

A. LDAP B. IRC C. SMB D. RDP

Computer Science & Information Technology

Which of the following statements about the conditional operator (?:) is false?

a. The conditional operator is a ternary operator, meaning that it takes three operands. b. The first operand is a boolean expression. c. The second operand is the result value if the condition evaluates to false. d. The second operand is the result value if the condition evaluates to true.

Computer Science & Information Technology

________ is the industry standard language for defining, manipulating, and retrieving data in a database

Fill in the blank(s) with correct word

Computer Science & Information Technology