The Stream Control Transmission Protocol (SCTP) is a reliable transport protocol that provides message oriented communication services between applications. One of the critical functions of SCTP is to ensure reliable delivery of data by detecting the lost or missing packets due to transmission errors. Once the errors are detected the SCTP uses retransmission policies for immediate retransmission of data along the same or alternate path. However, the performance of SCTP retransmission policies can significantly impact its efficiency and reliability in different network conditions. In this paper, we analyzed three retransmission policies of SCTP that are (1) CWND, (2) SSTHRESHOLD and (3) LOSSRATE, and evaluated their performance in terms of n...