Re: Sigtran extension for network management and association changeover.
Xiangsong Cui <Xiangsong.Cui <at> huawei.com>
2010-03-05 02:44:50 GMT
Dear Brian,
I have read the corid draft and have some thought.
> http://tools.ietf.org/html/draft-bidulock-sigtran-corid-05 provides
> several mechanisms that are completely local and accomplish this
> without protocol changes: neither in SCTP nor the UA. UAs, such as
> M3UA, provide CorrelationId/Ack, BEAT/Ack, and ASPTM on data streams
> that already accommodate these procedures.
>
> --brian
In my understanding, the corid draft and my association-changeover draft are for
the same goal, the main difference is corid draft works in UA (or SPP) layer
while my association-changeover draft focuses on SCTP layer.
The detailed differences include:
1, Corid draft modifies UA protocols (section 3 Protocol Elements), such as
M2UA, M3UA, SUA, ISUA.....
Association-changeover draft only changes SCTP protocol.
2, Corid draft brings many transport functionalities into UA layer, such as corid
(section 4.1.2.1), flow id (section 4.1.2.2), tagging (section 4.1.3) and buffering
(section 4.1.4). These features bring complex and repeated job into UA layer
and would make UA hard to work.
Association-changeover draft incorporates SS7 changeover functionality in Sigtran,
the peers exchange sequence information, and the sender resends the
unacknowledged messages.
3, Determining which messages have already been acknowledged?
Corid draft accomplishes it in UA layer (<5> IMPLEMENTATION NOTE of
corid draft), it is out of the scope of corid draft but that is really difficult.
Association-changeover draft accomplishes it in SCTP layer by TSN, it is very easy.
4. Corid draft requires all traffic packets to include id information (section 4.1.3),
which would waste bandwidth of the network.
Association-changeover draft takes normal traffic transport procedure.
5. Corid resends all undetermined messages (including the acknowledged messages)
to the peer, and the messages are determined by the peer node.
Association-changeover resends only the unacknowledged messages to the peer.
Are those right?
Thanks and regards
Xiangsong