Select the product you need help with
How multiple adapters on the same network are expected to behaveArticle ID: 175767 - View products that this article applies to. This article was previously published under Q175767 On This PageSummaryIf you configure a Windows-based computer that has more than one network adapter on the same physical network and protocol subnet, you may experience unexpected results. This article describes the expected behavior of this kind of nonstandard configuration. More informationConsider the following scenario:
Assume that the server has to send a packet by using the TCP/IP protocol to a client whose address is 192.168.0.119. This address is located on the local subnet. Therefore, a gateway does not have to be used to reach the client. The protocol stack uses the first route that it finds in the local routing table. Typically, this is the first adapter that was installed. In this case, that adapter is 192.168.0.1. If the transmission fails, later retries may use the same adapter according to the entry that is found in the routing table. If the network cable for the 192.168.0.1 adapter fails, this does not necessarily cause the route to be removed from the routing table. Therefore, the second adapter still may not be used. Another thing to consider is that some network applications bind to specific adapters in the system. If a network application were to bind to the second adapter specifically, application-related traffic that was received from clients on the first adapter might be ignored by the application. This might be caused by NetBIOS name registration on the network. Additionally, if the adapter to which the application is bound fails, the application may fail if it does not use the other adapter. Usually, unless applications specifically demand it, this kind of configuration is not helpful. Some manufacturers make fault-tolerant network adapters to guard against a single point of failure. These adapters enable two adapters to be included on the same server but enable only one adapter to be used at a time. If the primary adapter fails, the driver deactivates the first card and enables the second by using the same address configuration. The result is a fairly seamless transition to the alternative adapter. This is the preferred method to guard against a single network adapter as a single point of failure. Windows Server Failover ClusteringWindows Server Failover Clustering does not use additional adapters on the same network and relies on existing features of the TCP/IP protocol. If there is an adapter failure, the software does not automatically try to register IP Address Resource addresses on the other adapter. If you want to avoid a single network adapter as a single point of failure, configure the network adapters to be on different logical subnets. Or, use NIC Teaming to combine the multiple physical adapters into a single logical adapter (as mentioned earlier in this article).The previous information applies to the broadcast route. The route to the subnet uses the highest numeric IP address within the subnet. For example, assume two adapters with IP addresses 192.168.0.1 and 192.168.0.2, and assume that 192.168.0.1 was installed first. This situation creates the following routes: 192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 192.168.0.0 255.255.255.0 192.168.0.2 192.168.0.2 192.255.255.255 255.255.255.255 192.168.0.1 192.168.0.1 255.255.255.255 255.255.255.255 192.168.0.1 192.168.0.1 PropertiesArticle ID: 175767 - Last Review: April 2, 2013 - Revision: 3.0 Applies to
| Article Translations
|


Back to the top








