SCTP understands, and makes use of, the notion of
multi-homed hosts. A multi-homed host is one with more than one
IP interface. At initialization time, SCTP peers exchange lists
of their IP interface addresses. An SCTP message requiring retransmission
can be sent to an alternate IP address, which increases the survivability
of an SCTP session in the event of network failures. SCTP uses multi-homed hosts
for redundancy, not for load-sharing. In contrast, a TCP session
involves a single IP address at each endpoint, resulting in session
failure should that single IP interface become unreachable.