Slashdot Mirror


User: janaiyengar

janaiyengar's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Protocols that can benefit from SCTP on Better Networking with SCTP · · Score: 1

    I agree. See (upcoming) paper at WWW 2006 which talks about why SCTP is a much better fit for HTTP as compared to TCP:
    http://www.cis.udel.edu/~iyengar/publications/2006 .www.natarajan.pdf

  2. Re:Multihoming and failover on Better Networking with SCTP · · Score: 1
    SCTP can detect failures on alternate paths through losses of heartbeats. And yes, SCTP does not allow load sharing over the multiple paths, but with good reason. There has been work on improving failure detection and handling Concurrent Multipath Transfer (CMT) with SCTP. See: http://pel.cis.udel.edu/

    Your intuition that solving the load sharing problem would go towards solving the failure detection problem is right on.