Re: SCTP is in the Tree :-)

From: Vlad Galu <dudu_at_dudu.ro>
Date: Wed, 8 Nov 2006 23:47:22 +0200
On 11/8/06, Ivan Voras <ivoras_at_fer.hr> wrote:
> Randall Stewart wrote:
>
> > Stream Control Transmission Protocol (SCTP) - is a reliable message
> > oriented transport protocol which provides network fault tolerance
> > It supports multiple streams and multihoming. A very good overview
> > of the protocol is given in RFC 3268.
>
> Looks cool :)
>
> It's under IP so it's routable, but I imagine it probably needs routers
> along the way to know about it in order to use the more advanced features?
>

   SCTP is also transported in IP datagrams. The only difference
between it and TCP, for instance, is that it allows you to establish
multiple full-duplex streams between the participating peers so that,
in case of retransmissions or reordering, the connection is not
blocked waiting for the packets. The implementation is also
message-based rather than packet based, thus moving most of the logic
that the programmer has to implement for TCP software in the kernel.
UNP has a fairly nice chapter on SCTP.

   One very nice use case for SCTP is emulating the lower layers of
the SS7 stack due to its very reliable nature. But I've a feeling that
having it deployed on a large scale basis would  allow developing of
some very nice p2p protocols.

 _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>


-- 
If it's there, and you can see it, it's real.
If it's not there, and you can see it, it's virtual.
If it's there, and you can't see it, it's transparent.
If it's not there, and you can't see it, you erased it.
Received on Wed Nov 08 2006 - 20:47:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:02 UTC