InterviewSolution
Saved Bookmarks
| 1. |
What Does The Mount Protocol Do? |
|
Answer» The MOUNT protocol RETURNS a file handle and the name of the file system in which a REQUESTED file resides. The message is SENT to the client from the SERVER after reception of a client's request. The Mount protocol returns a file handle and the name of the file system in which a requested file resides. The message is sent to the client from the server after reception of a client's request. |
|