LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-09-2010, 05:13 AM   #1
Vedavyasa
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Rep: Reputation: 0
Implementation of TCP/IP applications over SCTP


Have any of the below TCP based applications are implemented over SCTP in Linux ?

1. ftp
2. telnet
3. HTTP

Or any other applications ?
 
Old 12-09-2010, 09:16 AM   #2
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,681
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
FTP might be interesting. It should be able to do everything on one port, by doing file transfers in a separate stream. And it should be able to background each file transfer.

Telnet? Let's do SSH instead. It already has a means to do separate subchannels. Those can just be done over separate SCTP streams and benefit from the separated packet loss recovery.

HTTP makes some sense. It seems to me the best way is to just do more requests in more streams as needed.

HTTPS and other TLS/SSL things over SCTP is where more thought might need to happen. What I have read is that they are wanting to restart from scratch with TLS/SSL within each separate stream. That just seems wrong to me. Instead, a "TLS over SCTP" should claim the first stream to manage the session security. Over this stream, now secured, simpler quick key exchanges can be done with a stream identity associated with that key exchange. Then the traffic on the other stream can just proceed in an encrypted state much like a non-negotiated share key.

Sorry I don't have a specific answer as to whether implementations are in progress or done. I have found that my firewall, a commercial product, won't do SCTP at all, not even passing it along blindly. Of course, it shouldn't pass it along blindly as that would be a new security hole. But they do need to implement the various access rules and translation, including port translation. They also need to do IPv6, but that's another issue.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
T/TCP Implementation variables jamesbon Programming 1 10-31-2010 01:35 AM
Help needed for TCP like implementation damocles Programming 9 03-10-2006 04:06 AM
Tcp implementation in linux kskkumar Linux - Networking 1 08-24-2005 05:45 AM
tcp linux implementation mk_26 Linux - Networking 0 03-22-2004 08:10 PM
Linux TCP implementation mk_26 Linux - Newbie 0 03-22-2004 04:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration