| 1. | A client initiates a file open command (via a program option or at a command prompt). |
| 2. | The I/O Manager, at the client, determines that the file is located remotely. |
| 3. | The Workstation service, at the client, passes the I/O request to the lower level networking layers, which send the request to the remote server. |
| 4. | The Server service, at the server, receives the I/O request asking to open a file that resides at the server. |
| 5. | The Server service, at the server, passes the I/O request to the I/O Manager. |
| 6. | The I/O Manager, at the server, passes the I/O request to the local file system driver. |
| 7. | The local file system driver, at the server, performs the desired action. |