Quantcast
Channel: My Life , My Views » Protocols
Viewing all articles
Browse latest Browse all 6

Why choose SCTP over TCP?

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

Viewing all articles
Browse latest Browse all 6

Trending Articles