Windows 2000 Network Architecture |
All user-mode requests from the MUP go through the workstation service. This service consists of two components:
The workstation service receives the user request, and passes it to the kernel-mode redirector. The workstation service is shown in Figure B.19.
Figure B.19 Workstation Service
The redirector is a component that resides above TDI and through which one computer gains access to another computer. The Windows 2000 operating system redirector allows connection to Windows 98, Windows 95, Windows for Workgroups, LAN Manager, LAN Server, and other CIFS servers. The redirector communicates to the protocols by means of the TDI interface.
The redirector is implemented as a Windows 2000 file system driver. Implementing a redirector as a file system has many benefits:
Figure B.20 shows the network architecture of the Windows 2000 Redirector.
Figure B.20 Windows 2000 Redirector
Besides allowing connections to Windows 98, Windows 95, peer-to-peer networks, LAN Manager, LAN Server, and MS-Net servers, the Windows 2000 redirector can coexist with redirectors for other networks, such as Novell NetWare and UNIX networks.
For each additional type of network, such as NetWare or UNIX, you must install a component called a provider. The provider is the component that allows a computer running Windows 2000 Server or Windows 2000 Professional to communicate with the network. The Windows 2000 operating system includes several providers: Client Services for NetWare and Gateway Services for NetWare.
Client Services for NetWare is included with Windows 2000 Professional and allows a computer running Windows 2000 Professional to connect as a client to the NetWare network. The Gateway service, included with Windows 2000 Server, allows a computer running Windows 2000 to connect as a client to the NetWare network and provide gateway services between Microsoft network-based clients and Novell NetWare servers. Other provider DLLs are supplied by the appropriate network vendors.
When a process on a Windows 2000 computer tries to open a file that resides on a remote computer, the following steps occur: