Stream Control Transmission Protocol (SCTP)
SCTP is designed to transport PSTN signaling messages over IP networks, but is capable of broader applications. SCTP is a reliable transport protocol operating on top of a connectionless packet network such as IP. It offers the following services to its users: - Error Free, Non-duplicated transfer of user data. - Data fragmentation. - Optional bundling of multiple user message in one single SCTP packet. - Fault tolerance using the multi-homing. SCTP provide following features: - it is transport layer protocol, like TCP and UDP. - It is unicast protocol communication between 2 endpoint. - It is session oriented protocol. it creates association between the endpoint. Endpoints are identified by the IP address and logical port number. - It provide the multihoming - more than one IP address of one endpoint to provide the multi-path, endpoints are identified by the port number. Only one path (association) can be active at a given time...