183k views
5 votes
Windows Server 2012 R2 provides hardware-independent NIC teaming or bonding to allow for better network performance and adapter fault tolerance. However, in what scenario is the NIC teaming limited?

User FlipperPA
by
7.5k points

1 Answer

4 votes

Answer:When network traffic consists of large TCP sequences

Step-by-step explanation:

A TCP connection is a method of transmitting two byte streams, one stream in each direction. To map the unordered, unreliable bytes in IP packets to the ordered bytes in this stream, each byte in each stream is identified by a sequence number.

User Iamgirdhar
by
7.2k points