Definition Media Sensing and TNG.
"Media Sensing is a feature within Windows 2000 whereby TCP/IP is used to detect whether or not your network media is in a "link state". Whenever Windows detects a "down" state on the media (for servers with AFT enabled this would require both adapters to be down), it removes the bound protocols from the adapter until it is detected as "up" again. Once these protocols are removed - TNG agents go into a FAILED state (instead of STOPPED) and then must be started manually. By disabling this feature - the protocols are never removed and therefore the services remain in a RUNNING state. "
Here is some additional information on Media sensing from Microsoft's website that may be useful in regards to my note last week.
SUMMARY
Windows contains the "Media Sensing" feature. You may use this feature on a Windows-based computer using Transmission Control Protocol/Internet Protocol (TCP/IP) to detect whether or not your network media is in a "link state". A "link state" is defined as the physical media connecting or inserting itself on the network. For example, assuming a 10bt or 100bt physical media, Ethernet network adapters and hubs typically have a "link" light to indicate the current connection status. This is the same condition in which Windows can detect a link. Whenever Windows detects a "down" state on the media, it removes the bound protocols from that adapter until it is detected as "up" again. There may be situations where you may not want your network adapter to detect this state, and you can configure this by editing the registry.
NOTE: 10b2 or coaxial (RG-58) Ethernet cable is not a connection-based media. Because of this, Windows does not attempt to detect a "connect" state if this type of cabling is used.
NOTE: There are some side effects of disabling the "Media Sensing" feature. For example, if you have a machine with two network adapters, and you have the "Media Sensing" feature enabled, if one network adapter does not work, it is unbound, and associated routes are removed so that all traffic goes through the other network adapter (assuming a default gateway is there). Also, if you are a roaming (portable) user, the "Media Sensing" feature is what provides the ability to connect to any network and have everything work, without restarting, release and renewing, and so on. After disabling Media Sense and restarting, Windows still shows the "Network Disconnected" icon on the TaskBar and the 'ipconfig' command still shows a "Media State .....: Cable Disconnected" message when the cable is disconnected. However, the Network Interface is bound to TCP/IP and you can verify this by looking at the route table --you can use the "route print" command-- which shows the interface IP address (you are also able to ping the
IP address assigned to the NIC).