Jump to content

Message Send Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Christosford (talk | contribs) at 09:15, 20 October 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Message Security Protocol (MSP), more precisely referred to as Message Security Protocol 2,[1] is an application layer protocol used to send a short message between nodes on a network.

TCP-based service

One message send service is defined as a connection-based application on TCP. A service listens for TCP connections on port 18. Once a connection is established, a short message is transmitted from the sender to the receiver over the connection. The sender closes the connection after sending the message.

UDP-based service

Another message send service is defined as a datagram-based application on UDP. A service listens for UDP datagrams on port 18. When a datagram is received by the receiver, an answering datagram is sent back to the sender containing exactly the same data.

See also

References

  1. ^ RFC 1312 Message Security Protocol 2