Read SMB (Request)The read server message block (sometimes called read byte range) provides the server with all of the information needed to read a specific range of bytes from a disk file--file handle, number of bytes to read, and so on.The file offset provided is based on a "seek pointer" that the redirector keeps locally for the file. The server's seek pointer for this file handle is not valid in this case because many remote workstation processes may be accessing the same server operating system file handle. The "est'd total," parameter (estimated total bytes to be read, including those read by this request) is optional. The server can use this information for read-ahead or to optimize buffer allocation. Read SMB (Response)The response to the read SMB, returned from the server, carries with it the data requested. The multiplex identifier (MID) keeps the SMB response labeled for the corresponding the SMB request.What It Looks LikeHere is how the process works:
Additional query words:
Keywords : |
Last Reviewed: September 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |