Go to primary content
Diameter Signaling Router Transport Manager
Release 8.2
E89010
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Multihoming

Multihoming is the ability of an SCTP association to support multiple IP paths to its peer endpoint. The benefit of multihoming associations is that it makes the association more fault-tolerant against physical network failures and other issues on the interfaces. It allows re-routing of packets in the event of failure and also provides an alternate path for retransmissions. Every MP supports two XSI IP addresses; therefore, the SCTP multihomed Transport can have only two IP addresses.

Transport Manager multihoming has the following characteristics:
  • When there are multiple IP addresses for an endpoint, one address is designated as the Primary IP Address to receive data.
  • A single port number is used across the entire address list at an endpoint.
  • Endpoints exchange lists of addresses during initiation of the connection. The client informs the server about all its IP addresses in the INIT address parameters. The server provides all its IP addresses to the client in INIT-ACK.
For an SCTP Transport acting as an Initiator:
  • Both Local IP addresses are sent in INIT to Adjacent Node.
  • Both of the Remote IP addresses are used. If the Primary Peer IP Address is down, then the Transport re-sends INIT to the Secondary Peer IP Address.
For an SCTP Transport acting as a Listener:
  • Both Local IP addresses are sent in INIT-ACK to Adjacent Node.
  • A connect can be accepted from either the Primary or Secondary IP Address, and the connection can be established. It is expected that if the Primary Peer IP Address is unreachable, the connection can be established using the Secondary Peer IP Address.

For an SCTP Transport acting as either an Initiator or Listener, validation mode of remote IP Address(es) received in INIT-ACK is controlled by the User. Validation modes/rules are defined in Transport Validation.

Heartbeat chunks are used to monitor availability of alternate paths, with thresholds set to determine failure of alternate and primary paths.

With the multihoming association support, Transport Manager has potentially greater survivability of the sessions in case of network failures. There is no message loss if only a single path fails, the SCTP retransmits the in-flight data using an alternate path.