Site menu Master Dissertation

Master Dissertation

SCTP performance test - 10Mbps network with 1% packet loss, variable latency

Scenario: COP as server, SOLDIER as client, Ethernet 10Mbps with varied latencies. Packet loss fixed at 1%. Messages of 500 bytes.

Throughput - variation of network latency

Protocol5ms30ms100ms300ms
TCPM37581520522152
SCTP27601068408132

Network latencies in ms, throughput in kbps (1kbps = 1000 bits/s).

Throughput falls as latency increases because reception buffers become too small for the "latency X bandwidth product". As in other tests, SCTP is hurt by packet losses if the network is low latency. As network latency increases, SCTP disvantage decreases.

Transaction latency - variation of network latency

Protocol5ms30ms100ms300ms
TCPM17006,566986,0219057,5619908,5
SCTP34844,579712,5239280,5624185,0

Network latencies in ms, transaction latencies in µs

As happened in throughput test, packet losses hurt SCTP, due to high minimum RTO, mostly when network latency is smaller.