- The request is received by the Multiple UNC Provider (MUP)
- The MUP checks it's cache for a recent handle to the wanted resource (Since the last 15 Minutes) if available it is returned
- The MUP goes through the available network redirectors and ask them if they know the wanted resource (Sorted by priority)
- Each network redirector responds back with a handle to the wanted resource if available (Asked synchronously)
- The MUP returns the handle from the redirector which responds back first (Highest priority).
To configure the priority of redirectors in WinNT4:
- Open Control Panel
- Double click Network applet
- Select Services tab
- Click Network Access Order
- Open Control Panel
- Double click Network and Dial-Up Connections
- In the menu select Advanced and select Advanced Settings...
- Vista will only display the Advanced menu-item when pressing the ALT-key
- Select the Provider Order tab and set the priority of Network Providers
Note MUP.SYS is usually the last driver being shown before launching the operating system, and if there is a problem with loading Windows, then it might seem like MUP.SYS is causing the problem (But it is not).[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Mup]
DisableDfs = 1 (Default = 0)
More Info MS KB259398
More Info MS KB314494
More Info MS KB171386
Related Configure the priority of network adapter and gateways
Related Configure the priority of protocols bound to the network redirector
Leave a Reply