EP0973294A2

Method and computer program product for efficiently and reliably sending small data messages from a sending system to a large number of receiving systems

Abstract

In a network with a sending system networked to at least one receiving system, it is sometimes desirable to transfer relatively short messages between the sending system and one or more receiving systems in a highly reliable yet highly efficient manner. The present invention defines two short message protocols, one of which relies on a statistical model and the other of which uses positive acknowledgement to track receipt of transmitted packets by intended recipient. The statistical reliability mode is based on the observation that for each packet in a message that is transmitted, the probability that at least one packet of the message is received by a given system increases. Thus, in the statistical reliability mode messages are divided into a guaranteed minimum number of packets, with additional packets being added if the message length is insufficient to fill the minimum number of packets. The positive reliability mode of the present invention periodically sets an acknowledgement flag in the packets transmitted for a message. Receiving systems send an acknowledgement in response to receipt of that packet. The sending system tracks receipt of acknowledgements by intended recipient and retransmits any unacknowledged packets so as to positively assure the packets are received. Receiving systems send negative acknowledgements to request retransmission of missing packets. Negative acknowledgement suppression is implemented at both the sender and receiver to prevent a flood of negative acknowledgements from overwhelming the network. Packets are transmitted by the sending system at a transmission rate selected to avoid any adverse impact on the packet loss rate of the network.

EP0973294A2, drawing sheet 1
Sheet 1 of 34

Term

Term ended

Projected expiry passed 28 June 2019, 7.2 years ago.

  1. Priority
  2. Filed
  3. Published
  4. Projected expiry
  5. Today

29 claims: 6 independent, 23 dependent

  1. 1
    In a network comprising a sending system networked together with at least one receiving system, a method for efficiently and reliably transmitting a data message from the sending system to the at least one receiving system in a manner that minimizes network traffic while maintaining high reliability, the method comprising the steps of:dividing the message to be sent into a plurality of data blocks and placing each data block into a sequentially identified transmission packet, and if the total number of transmission packets is less than a defined minimum number, then creating additional sequentially identified transmission packets until said defined minimum number are available;transmitting said sequentially identified transmission packets from the sending system to the at last one receiving system;and at each receiving system which receives at least one of said sequentially identified transmission packets, determining if a transmission packet making up the message has not been received, and in response to the determination, sending a negative acknowledgment to the sending system identifying the unreceived packet so that the unreceived packet may be retransmitted.
  2. 9
    In a network comprising a sending system networked together with at least one receiving system, a method for efficiently and reliably transmitting a data message from the sending system to the at least one receiving system in a manner that minimizes network traffic while maintaining high reliability, the method comprising the steps of:dividing the message to be sent into a plurality of data blocks each of which is carried by a sequentially identified transmission packet, and if the total number of transmission packets is less than a defined minimum number, then creating additional sequentially identified transmission packets until said defined minimum number are available;transmitting said sequentially identified transmission packets from the sending system to the receiving systems;waiting for a negative acknowledgment to be received from the at least one receiving system requesting retransmission of at least one transmission packet;and upon receipt of said negative acknowledgement, determining if the requested at least one transmission packet has been transmitted within a designated period of time, and if so, then ignoring said negative acknowledgment, otherwise retransmitting the requested at least one transmission packet.
  3. 15
    In a network comprising a sending system networked together with at least one receiving system, a method for efficiently and reliably transmitting a data message, comprising a plurality of sequentially identified transmission packets, from the sending system to the at least one receiving system in a manner that minimizes network traffic while maintaining high reliability, the method comprising the steps of:waiting, at a receiving system, for a triggering event comprising at least one of either receipt of a transmission packet or expiration of a negative acknowledgment wait timer;upon the triggering event of receipt of a transmission packet, performing at least the steps of: placing the received transmission packet in a buffer;if the received transmission packet is the first transmission packet received for a given message, then setting at least one timer, the expiration of which will lead to the triggering event of expiration of a negative acknowledgment wait timer for the message;if the received transmission packet has been received out of sequence order, then 1) selecting a negative acknowledgment wait time according to a defined probability density function that results in relatively few shorter wait times and relatively many longer wait times, and 2) setting a negative acknowledgment wait timer for the message associated with the transmission packet using the selected negative acknowledgment wait time;upon the triggering event of expiration of a negative acknowledgment wait timer, then performing at least the steps of: sending a negative acknowledgment to the sender system.
  4. 18
    A computer readable medium having computer executable instructions carried thereon for use in a network comprising a sending system networked together with at least one receiving system, where messages are sent from said sending system to at least one receiving system using transmission packets designed to carry a designated quantity of data among a plurality of systems connected together in a network configuration, the computer executable instructions comprising:means for dividing a message into a plurality of individual transmission packets and for adding additional transmission packets if the message fills less than a minimum number of individual transmission packets;means for sending the message comprised of a guaranteed minimum number of individual transmission packets;means for receiving requests for packet retransmission and for retransmitting the requested packets;and means for suppressing packet retransmission if a request for retransmission is received within a designated time after a given packet has been transmitted.
  5. 24
    A computer readable medium having computer executable instructions carried thereon for use in a network comprising a sending system networked together with a plurality of receiving systems, where messages are sent from said sending system to at least one receiving system using transmission packets designed to carry a designated quantity of data among a plurality of systems connected together in a network configuration, the computer executable instructions comprising:means for receiving individual packets of a message comprised of a guaranteed minimum number of individual transmission packets;means for storing received packets until the complete message can be reassembled in the proper order or until it is determined that the complete message will not be received;means for transmitting a request for packet retransmission if a packet in the message has not been received;and means for suppressing requests for retransmission of packets so that requests for retransmission from a plurality of receiving systems are not sent at the same time, said means for suppressing requests comprising means for selecting a wait time according to a defined probability density function.
  6. 29
    A computer readable medium having computer executable instructions carried thereon for use in a network comprising a sending system networked together with a plurality of receiving systems, where messages are sent from said sending system to at least one receiving system using transmission packets designed to carry a designated quantity of data among a plurality of systems connected together in a network configuration, the computer readable medium comprising:a first computer readable medium having computer executable instructions for use in the sending system, said computer executable instructions comprising: a sender comprising 1) a software component adapted to divide a message into a plurality of individual transmission packets and to add additional transmission packets if the message fills less than a minimum number of individual transmission packets and 2) at least one other software component adapted to transmit the individual transmission packets on the network;a NAK receiver adapted to receive NAKs and further adapted to retransmit the packets requested in the NAKs;and a retransmission suppressor adapted to check a timer associated with a previously retransmitted packet when a NAK for the previously retransmitted packet is received and if the timer has not yet expired, then ignoring the NAK;a second computer readable medium having computer executable instructions for use in at least one of the receiving systems, said computer executable instructions comprising: a receiver adapted to receive individual packets of the message and to place them in a message receive list for the message;said message receive list comprising a buffer to store individual packets of the message until the complete message can be reassembled in the proper order or until it is determined that the complete message will not be received;a transmitter adapted to transmit a NAK requesting retransmission of at least one missed packet in the message;and a NAK suppressor comprising a NAK wait timer and a wait time selector adapted to select a NAK wait time for the timer according to a defined probability density function.