top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to decide between TCP or SCTP ?

0 votes
295 views

Sometimes due to requirement, we have to chose one transport protocol either TCP or SCTP. What are all factors need to be considered while doing selection.

posted Sep 12, 2014 by Neelam

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

SCTP is more powerful then TCP -

SCTP supports multi-streams of data delivery.
SCTP supports MultiHoming which means single SCTP endpoint to have multiple IP addresses.
SCTP uses a four-way handshake which helps to protect from denial of service attacks.
SCTP is more flexible as compare to TCP is allows multi streaming or single streaming, ordered or unordered delivery, bundling or non bundling.
In the similar environment SCTP provides the better performance as compare to TCP.

Having so many advantage TCP is more widely used and more wrapper or plugins are available for the TCP and smaller learning curve. So it completely a fight between Feature and ease of use.

Read more at: http://tech.queryhome.com/50754/sctp-vs-tcp-protocol

answer Sep 12, 2014 by Salil Agrawal
Similar Questions
+4 votes

Out of three prominent advance transport protocols (TCP, UDP and SCTP) which is the best to use and why should i use that protocol ?

+3 votes

To establish a connection b/w to systems TCP handshake is happeing successfully, BUT SCTP handshake is not happening could any help me to solve this problem.

+2 votes

What reasoning could be behind not using the TCP/SCTP for GTPv2 protocol ?

...