- Strict-Ordering : TCP orders the data strictly , which is not required by some of the applications and hence it adds to unwanted delay
- Stream Oriented nature : The stream oriented nature of TCP is sometimes unwanted as application might be able to do this on its own.
- Limited number of Ports : The port numbers in TCP can create a complicated task to provide high-availability data on the multi-homed hosts.
- DOS attacks : TCP is vulnerable to Denial of Service attacks
↧
Why choose SCTP over TCP?
↧