CA2099421C - Computer network - Google Patents

Computer network

Info

Publication number
CA2099421C
CA2099421C CA002099421A CA2099421A CA2099421C CA 2099421 C CA2099421 C CA 2099421C CA 002099421 A CA002099421 A CA 002099421A CA 2099421 A CA2099421 A CA 2099421A CA 2099421 C CA2099421 C CA 2099421C
Authority
CA
Canada
Prior art keywords
message
computer
stored
network
transmission
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA002099421A
Other languages
French (fr)
Other versions
CA2099421A1 (en
Inventor
Lawrence Steven Evans
Michael Ian Roper
Graham Derek Wallis
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of CA2099421A1 publication Critical patent/CA2099421A1/en
Application granted granted Critical
Publication of CA2099421C publication Critical patent/CA2099421C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q11/00Selecting arrangements for multiplex systems
    • H04Q11/04Selecting arrangements for multiplex systems for time-division multiplexing
    • H04Q11/0428Integrated services digital network, i.e. systems for transmission of different types of digitised signals, e.g. speech, data, telecentral, television signals
    • H04Q11/0435Details
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Abstract

Computers are linked together to form a network.
Messages are sent over the links between the computers in compressed, segmented form, the size of the segments being appropriate to the transmission characteristics of the link.
A message previously received or transmitted by a computer is stored in compressed and segmented form. If it is desired to forward or re-transmit this message, the segment size of the stored form is compared against the optimum segment size for the link over which the message is to be sent. If there is a close match, then the stored segmented, compressed message is retrieved for direct transmittal, without having to resegment or recompress the message.

Description

UK9-92-025 1 ~ 3 COMPUTSR NETWORK

The present invention relate~ to operating a computer in a network, in which messages are transmitted to and from the computer over links with other computers in the network.

It is becc ~ng increasingly common for individual computer systems to be linked together into networks to allow information to be cc. lnicated between them. There are several main types of network including an Integrated Services Digital Network (ISDN), which is based on telephone lines, and local area networks (LANs). Before data is transmitted over the network from one computer to another, the data usually first undergoes some form of compression to reduce the volume to be sent, and is then formatted into one or more segments (often known as packets). Each segment typically contains, in addition to the basic data to be transmltted, address information, error checking (eg parity or CRC checks), flag fields identifying the start and end of the message, and 80 on. When a segment is received by a computer, the flag fields, check bytes, and so on are stripped out. The segments are then re-assembled and decompressed in order to recover the original data.

The extra information and processing associated with a segment mean~ that there is a certain fixed overhead per segment, inde~endent of segment size, so that it is most efficient to use as large a segment size as possible to transmit a given message. However, each segment is downloaded whole onto the network and during this time, known as latency, no other messages can be inserted onto the link, even if they have a higher priority than the message being downloaded. Thus latency effectively represents the period when the terminal is unavailable to send other message~, and 80 it is desirable to restrict segment size to prevent too long a latency. Since for a link of a given bandwidth the latency increases with segment size ln line with the time taken to download the message, the optimum r UK9-92-025 2~ 2 ~

segment size is a compromise between avoiding the overheads associated with many small segments whil~t minimizing latency. As a result, higher bandwidth networks have larger optimum segment sizes.

If a computer decides to forward the data in a message to another computer in the network, all the compression, segmentation, addressing and so on must be repeated before the data can be re-transmitted over the network. In the past, such repetition of the compression and segmentation has not been a noticeable problem, primarily because most c~ ~ni cations have been point-to-point (ie between two directly connected nodes) with no need to forward messages, or else the amount of forwarding ha~ been relatively small (eg hub-satellite type networks have been used).

IIowever, multimedia applications using modern networks, for example, collaborative processing or video conferencing, require many workstations to be connected together in a peer-to-peer arrangement. These involve the large-scale forwarding of messages between network nodes across high-bandwidth links. Two-way (or multi-way) real-time exchanges are common in such applications and it is essential to ;ni ize transmission delay between the nodes in order to permit a natural and spontaneous interaction between the participants.

Accordingly, the invention provides a method of operating a computer in a network, including the steps of:

transmitting messages to and from the computer over links with other computers in the network;
processing messages before sending from an original form into a form suitable for transmission; and processing messages on receipt back into the original form;
said method being characterized by the steps of:
storing a message tran~mitted to or from the computer in either the transmitted form, or a form intermediate the original form and the transmitted form;

UK9-92-025 3 ~1~3 ~ .~3 ~ ~

retrieving the stored message and processing it if necessary into a form suitable for transmission;
and sending the retrieved message to another computer.

The invention is based on the recognition that by storing messages in processed form, the need to repeat time-consuming processing can be avoided. A message for storage can either be generated at that particular node, or received from another node over the network. The former example arises in a multicast situation, where the node sends the same message to more than one other computer in the network, the latter where the node is responsible for forwarding an incoming message to another node in the network. In order to minimize the time spent processing the messages to prepare them for transmission, each message as it is received or created is stored in a processed form -either the transmitted form, or one intermediate the original form and the transmitted form. The next time that the message is to be sent over a link therefore, the stored message can be retrieved, and if in transmitted form, sent directly, or else processed into a form for transmission. In the latter case, the amount of processing required is still less than that needed to convert the message from its original form into the form for transmission.

Preferably the step of processing the message from the original form~into a form suitable for transmission includes compressing the message, and said step of storing comprises storing the message in compressed form. Where the step of processing the message from an original form into a form suitable for transmission includes segmenting the message, it i~ also preferred that said ~tep o~ storing comprises storing the message in segmented form. In general it is particularly advantageous to store a compressed version of the message, firstly because compression is more time-consuming than segmentation, and secondly because the same compression is valid for all links (unlike segmentation, where segment size must be taken into consideration as described below). Thus one possible strategy would be to assemble all incoming messages, and UK9-92-025 4 ~ J~

store only the compressed form. Thi# could then be resegmented as required for subsequent transmission.
However, in a preferred embodiment message~ are stored in both compressed and segmented versions.

If segmented versions of the message are stored, then it can be determined whether one of the stored versions has a segment size appropriate for the link over which the message is to be transmitted. This could be based for example on the time required to re-segment the message relative to the delay that would be incurred by using a non-optimum segment size. The segment size of the stored form is compared with the optimum segment size for the link, and if a reasonable match i8 found, the stored version can be sent, rather than having to repeat the segmentation process. On the other hand, if no match is found, then overall it will be quicker to resegment rather than to send the message with the wrong size segments. Thus effectively an intelligent approach can be adopted to minimize the time required to transmit a message, balancing the extra overheads in using a non-optimum segment size against the processing required to re-segment the message.

In general each node already knows the physical characteristics of the links to adjacent nodes (eg LAN, bandwidth, etc). It is also beneficial to monitor the current performance of the network in order to determine the optimum segment size for each link, since the performance of any given link can be seriously affected by the volume of traffic on the link. Actively monitoring performance can therefore give a much more accurate picture of the current network characteristics.

If a message must be resegmented for transmission, the new segmented version can be stored. It is therefore possible to generate multiple stored versions o~ the same message, each having a different segment size. In order to prevent the volume of ~tored message~ from becoming too large, it i5 desirable to delete a stored message if it is decided not to forward the message to another computer. Other approaches are also posgible, for example deleting messages that have not been used within a specified time interval. It ~hould be appreciated that even if the stored proce~ed version of a message is deleted, it can still be forwarded by re-using the message in its original form, but in this case the segmenting, compressing, and so on must be re-performed.

In a preferred embodiment, the message is also stored in original form, and each processed form o~ the message is stored in a linked chain appended to the stored original form of the message, together with some form of reference to identify the processed forms. Thus a first layer or subsystem that is responsible for compressing, segmenting and storing a message, passes the reference to the application to decide what action to take in response to the message. The application then returns its decision to the first subsystem, using the reference again to identify the message. One possibility for the reference is to use a pointer to the original version of the message, but many other implementations are also suitable: for example, the first subsystem could maintain a table listing the identity, available segment sizes and storage location of each stored message. An index to the entry for each message could then be passed to the application as a reference with which to subsequently identify that particular message. The actual implementation adopted will depend on factors such as the operating system environment and so on.

The invention also provides a computer adapted for inclusion in a network, wherein messages are transmitted to and from the computer over links with other computers in the network, messages being processed before sending from an original form into a form suitable for transmission, and being processed on receipt back into the original form; and characterized by:

means for storing a message transmitted to or from the computer in either the transmitted form, or a form intermediate the original form and the transmitted form;

UK9-92-025 6 ~t~g ~

means for retrieving the stored message and processing it if necessary into a form suitable for transmission;
and means for sending the retrieved message to another computer.

In a preferred embodiment, the computer includes both means for compressing the message and means for segmenting the message in order to process the message from the original form into a form suitable for transmission, the message being stored in compressed and segmented form. It is further preferred that the computer includes means for determining whether a stored me~sage has a segment size appropriate for the link over which the message is to be transmitted.

Other features in the preferred embodiment are means for monitoring the current performance of the network in order to determine the optimum segment size for each link and means for deleting a stored message if it is decided not to forward the message to another computer.

The invention further provides a method of transmitting data to a subset of a network of such computers, the method comprising the steps of:

transmitting a first message specifying the subset of the network to which the data is to be transmitted; and transmitting a second message containing the data, whereby receiving workstations can use the information in the first message to forward the second message to another computer in the network without having to first proce~s the ~econd me~sage back into its original form.
, Thi# method is required in view of the fact that if messages are being stored in a segmented or compressed form for example, there is a premium on being able to forward them unaltered, so that the already available processed form can be used. This can lead to a difficulty when data is only being sent to a subset of the network, in which case the addressing information changes en route around the network.
This problem can be alleviated by sending the addressing UK9-92-025 ~ ~ 9 ~

information ahead in a first message, with the data following in a second message. Each node can then use the information in the first message to forward the second message unaltered as appropriate. Although the first mes~age does need updating as it progresses through the network, and so will need to be re-processed, it is generally much smaller than the second (data) me~sage, and so this can be done comparatively quickly.

An embodiment of the invention will now be described by way of example with reference to the following drawings:

Figure 1 is a schematic drawing of a computer network;

Figure 2 is a simplified diagram of a workstation forming part of the network of Figure l;

Figure 3 is a flow-chart ~howing the processing performed on an incoming message;

Figure 4 is a flow chart showing the processing performed on an outgoing message (the top of Figure 4 can be règarded as contiguous with the bottom of Figure 3);

Figure 5 illustrates how a message is stored in segmented form; and Figure 6 illustrates how multiple versions of a single message are stored.

Eigure 1 shows a set of workstations (A, B, C.. K) joined together into a computer network. The pattern of links shown is known as a "minimum spanning tree". Such a network is characterized by the absence of any closed loops, so that there is one and only one route between any two nodes. This has advantages as regards the simplification of addresses (note that the pattern of links shown in Figure 1 is not unique in this respect). The present invention is particularly beneficial for this type of network since the degree of message forwarding is relatively high, but is UK9-92-025 8 ~ 7 ~

equally applicable to other network topologies. For example, the invention will also be of benefit in all-to-all networks, in which every node is connected to every other node, since whilst this topology does not require message forwarding, it does demand a high degree of multi-casting -ie one node sending the same message to many other nodes (see Computer Networks by AS Tanenbaum, 1988, Prentice-Hall, for a further discussion of network configurations and properties).

Typically the links in the network of Figure 1 will not be all of the same type. For example, links B-E, E-F and F-G
might be over ISDN transmission line~, whilst A-B, B-C and B-D might be part of one LAN, E-J and E-K part of another LAN, and G-H and G-I part of a third LAN. These links, even if n~.in~lly of the same type or members of the same LAN, may have different bandwidths and different volumes of traffic on them, resulting in differences in transmission performance. Many other types of link, such as X.25, may also be connected into the network.

Figure 2 illustrates a workstation forming a node in the network of Figure 1. This will typically be a conventional computer 10, having memory 20, processor etc. The workstation has connections to a LAN 4 and ISDN 6. The workstation is under the control of an application program (not shown), which generates messages for transmission to other nodes, and which interprets incoming messages. As is well-known in the art, several layers of processing are provided to translate messages between a form suitable for transmission over a network, and the form in which they are processed by the application program. Only the two layers pertinent to the present invention, known as the Common Communications Layer (CCL) 24 and the Network Control Layer (NCL) 22, are depicted in Figure 2. The CCL maintains details of the transmission link over which a message is to be sent (eg whether it is ISDN, LAN or whatever), and is also respon~ible for compression and segmentation (based on the information about the link being u~ed). The processing layers below the CCL, which are typically responsible for UK9-92-025 9 ~ 3 ~ ~

error correction etc, handle only ~egments. By contrast, the processing layers from the NCL upwards are only concerned with whole messages: the type of link over which a message is received or transmitted ~s transparent to them.
Note that ideally the application program is best suited to do the compression, since it knows about the data and therefore which compression algorithms are appropriate.
Ilowever, the application program is ignorant about the type of link over which the data is to be transmitted, and whereas compression may be very desirable for a low bandwidth link, it may be unnecessary and a waste of time for a high bandwidth link. Thus the application program may just perform preliminary compression, or no compression at all, leaving this responsibility primarlly to the CCL. It ~hould be appreciated that this split of function between the NCL and CCL is not an essential feature of the invention, but rather a facet of this particular implementation. Other network cc~ ln~cation systems may have different arrangements.

The proce~sing of an incoming message is depicted in the flow chart of Figure 3. An incoming message in segmented, compressed form is received from the network by the CCL, having been duly proces~ed by lower layers. The CCL stores the me~sage in segmented, compre~sed form and then combines the segments to re-assemble the message (in fact in practice the segments are stored and combined as they are received one at a time). The compressed, assembled message is also stored. Finally, the message is decompressed into its final (original) form, which is again stored with a unique identifier, before being passed with the identifier up to the NCL layer.

Subsequent processing of the incoming message is shown in Figure 4. The NCL decides whether or not to forward the message, based if desired on the information contained within the message itself. If the NCL decides to forward the me~age to another node in the network, lt passes the destination address and unique identifier back to the CCL.
Alternatively, if the NCL makes a definite decision that the message i8 not to be forwarded, this information together with the identifier is passed back to the CCL. The CCL can then delete the message from storage.

Figure 4 also illustrates the proce~sing of an outgoing message, whether it is a received message that is now being forwarded to another node or a message that has been generated by that particular node. In both cases the message is received by the CCL from the NCL in the form of an identifier and a destination address. The CCL firstly determines whether to compress the message based on the characteristics of the link. In some cases compression may not be desirable (for example, because the message originates from a video adapter card, which has already performed its own hardware compression), but in general compression will be required. In this case the CCL
determines whether a compressed version already exists: if not, the message must be processed to produce a compressed version, which is stored. The CCL then determines whether there are any stored versions of the segmented message (compressed or uncompressed, according to the desired form) which have a segment size appropriate for the link over which the message is to be transmitted, and if so, uses that stored version of the message to avoid having to resegment.
If no appropriate stored segment size is located, then the CCL segments the message to a suitable size for the link.
This (re)segmented message is then transmitted over the link, a~ well as being stored. Note that since a message may have to be sent to several nodes over a variety of links it quite pos~ible for a message to be stored in more than one 8e~ --t size, both in compressed and uncompressed form. It is also pos~ible for the NCL to indicate in its transmission request to the CCL that a message is to be deleted after sending, if it is not desired to forward the message to any other computers.
., As presently implemented, the selection procedure for determining which form of message to send is relatively uncomplicated. As a flrst step it is decided whether to compress the message, based on the specified link -UK9-92-025 ll J ~ 4C;~ 1 characteristics, and then secondly the ~tored segmented versions are examined to try to find an appropriate segment size. The algorithm used for this second step is simply to look for any stored version of the message which has a segment size in the range 0.5-1 t~mes the optimum segment size, as specified in the link characteristics (in general it is not a good idea to go over the optimum segment size, in case thi 8 has been set to the maximum segment size that the transmitting software can handle). However, it would be possible to use much more complicated criteria to determine whether to process a message or whether to use a stored version. For example, the algorithm can combine the compression/segmentation steps, using perhaps an uncompressed version instead of a compressed version if the former was already available in the correct segment size.
Other factors to take into consideration might be the compression/decompression times at the transmitting and receiving nodes, the link bandwidth, the trade-off between using a non-optimum segment size and having to re-segment, and 80 on. It is also possible for the CCL not only to use stored information about network conditions (optimum segment sizes etc), but also to actively monitor current traffic (eg by echoing - sending out messages and waiting for them to be returned). This knowledge can all be put together in order to decide whether an available segment size is currently suitable for a particular link, or whether a message should be transmitted at a slightly non-optimum segment size or in a compressed/uncompressed form if this would lead to an overall reduction in transmission time.
;

It is therefore possible to adopt a very sophisticated approach in determining how much re-processing to do. The only restriction is that there is no point in using such complex methods if the extra time required to make a decision results in an overall decrease in efficiency.

As an indication of the timings involved, consider the transmission firstly of a 1 MByte bit map (eg from a graph on screen), and secondly of a 10 kByte video frame (these might typically be produced at 10 frames per second).
Compres~ion of the bit map (hopefully down to say 100 kBytes) might typically take 2-3 seconds, with a roughly equivalent time for decompression. The vldeo frame is likely to have already been hardware compres~ed. Over a 250 kByte per second LAN connection, the bit map can be transmitted in 4 seconds, rendering compression unattractive, but over a 8 kByte per second ISDN line, compre~sion will produce a substantial saving in net transmission time. In general, the segmentation time is perhaps only 10% of the compression time, and so a less significant factor for the bit map.
IIo~-e~er, for the video frames it can be essential to minimize tran~mission delay in order to allow natural interaction between participants in a video conference.
Therefore a saving of as little as 0.01-0.05 seconds in not having to re-segment at each terminal is valuable, especially considering the cumulative effect if a signal is transmitted via several terminals.

Eigure 5 shows the form in which the CCL stores a segmented message. The message consists of a sequence of packets or segments (two in this case), each packet 50, 60 comprising data 54, 64 and a header 53, 63 containing address information and so on. The CCL inserts two fields (51, 52 and 61 62 respectively) at the front of each packet. These two fields are not part of the message as such, and are not transmitted over the link, but rather act as control devices fQr the CCL. The second of the two pointers 52 is used to chain the sequence of packets in the message together, the end of the sequence being indicated by a null value 62.

Figure 6 illustrates a single message being stored in both segmented and compressed versions. Each version has the form described above - ie a sequence of chained packets having two CCL fields followed by a header and then data. A master buffer stores the uncompressed data in a single segment. The NCL can generate or receive the unsegmented data in the master buffer directly. A pointer to the master buffer is passed between the CCL and the NCL to provide the unique identifier for the message. The first pointers in the first segment of each stored sequence are used to chain together all the versions of the same message with different segment sizes. Effectively there are two chains appended to the master buffer, one of compressed version~ of the message and one of uncompressed versions. The second pointer in the master buffer is used to point to the start of the compressed chain, beginning with a compressed, unsegmented (single segment) version of the message (since the master buffer comprises only one segment, this pointer is not needed for chaining segments together). Thus all versions of a message are chained to, and can therefore be accessed through, the master buffer. The different versions in each chain are ordered in terms of decreasing segment size, which mean~ that new versions must be inserted into the middle of the chain if appropriate. An alternative strategy would be to simply order the chains as they are created, in which case new versions are simply hung from the end of the chain.

In this particular implementation, the memory allocation associated with the stored message is controlled by means of a use counter. If it is desired to delete a message from ~ storage, for example because the NCL does not wish to i forward it, the use counter will be decremented by one.
Providing this returns the use counter to zero, this will free the memory occupied by the message, allowing it to be overwritten.

When the NCL passes a transmission request to the CCL, it passes a pointer to the location of the master buffer (even if the message is originating at that node, the master buffer can effectively be created by the NCL). The first pointer in the master buffer can then be examined to determine whether the message is stored in compressed form, and which segment sizes are available ~if any). The stored ver~ions can then be compared against the specifications for the link over which the message is to be transmitted to see if any of the stored versions are appropriate.

Clearly the build-up of messaqes must not exceed the available storage space, and an excess of stored messages UK9-92-025 ~ 9 3 ~ 2 ~

also lead~ to performance degradation. Deleting messages that are not being forwarded i~ an effective way of achieving this. Another pos~ibility is for the CCL to implement a strategy of deleting messages that have been dormant a certain length of time. Note that it is still possible to transmit a message which is no longer stored in segmented form - however in this case the normal compression and segmentation w~ll be required prior to transmission.

One consequence of the message forwarding scheme outline above is that it is expensive to have to alter a message on route. This i8 because once the information in the message has changed, then the error coding and compression need to be fully recalculated, and the whole segmentation process repeated. In the particular implementation described, this is relevant to messages that are sent to a subset of the total network. Whilst it is simple to address a message either to a single te~ 1, or to all of the terminals (ie broadcasting), if the message is to be sent to a subset of tèrminals the address information changes in length as the message progresses through the network. This prevents re-use of the segmented, compressed message, and so required the expense of re-processing at each node.

To overcome this problem, a message intended for just a subset of the network is sent in two parts (ie effectively as two messages). The first part contains the addressing information, together with a message identifier, and is sent slightly ahead of the second part, which contains the data itself, a long with a corresponding identifier. The first part is much smaller, and although it needs to be resegmented at each node to accommodate its variations in length, this does not require undue amounts of processing power. Each node can then use the information from the addressing message to decide where and whether to forward the second, much larger message, which can therefore be sent unaltered around the network with a constant size, without reprocessing at each node.

Claims (31)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. In a computer network having a plurality of computers interconnected by different types of transmission links, a method for operating computers in said computer network comprising the steps of:
(a) simultaneously storing, in at least one computer, multiple different forms of a message, said multiple different forms of the message including an original form, and at least one of a form suitable for transmission over the different types of transmission links to other computers in said computer network, and a form intermediate the original form and the form suitable for transmission over the different types of transmission links;
(b) determining, in the at least one computer, if the message is to be forwarded to one or more of the other computers;
(c) if the message is to be forwarded, selecting a form of the message with characteristics which are compatible with the links over which the message is to be transmitted; and (d) transmitting the selected message over the links to the one or more other computers.
2. The method of claim 1 wherein step (b) further includes the step of deleting the message from the at least one computer if the message is not to be forwarded.
3. A method of operating a computer in a network including at least first and second other computers, including the steps of:
receiving a message at the computer from said first other computer over a link with said first other computer, said message having been processed before sending from an original form into a form suitable for transmission;
processing the message, on receipt at the computer, back into the original form;
simultaneously storing the message received by the computer in at least one of the transmitted form, and a form intermediate the original form and the transmitted form;

deciding at the computer to forward the message to said second other computer in the network over a link with said second other computer;
retrieving the stored message and processing the retrieved message if necessary into a form suitable for transmission; and sending the retrieved message to said second other computer.
4. The method of claim 3 wherein processing the message from the original form into a form suitable for transmission includes compressing the message, and said step of storing comprises storing the message in compressed form.
5. The method of claim 3 or 4 wherein processing the message from the original form into a form suitable for transmission includes segmenting the message, and said step of storing comprises storing the message in segmented form.
6. The method of claim 5 further comprising the step of determining whether the stored message has a segment size appropriate for transmission over the link with said second other computer.
7. The method of claim 6 wherein the segment size appropriate for transmission is determined based on time required to re-segment the message relative to delay that would be incurred by using a non-optimum segment size.
8. The method of claim 6 or 7 further comprising the step of monitoring current performance of the network in order to determine an optimum segment size for each link.
9. The method of any one of claims 3 to 8 further comprising the step of deleting the stored message if the stored message is not to be forwarded to said second other computer.
10. The method of any one of claims 3 to 9 further comprising the step of storing the message in original form and wherein each processed form of the message is stored in a linked chain appended to the stored original form of the message.
11. A method of operating a computer in a network including the steps of:
processing, at the computer, a message from an original form into a form suitable for transmission;
transmitting said message in processed form from the computer over a link to a first other computer in the network;
storing in the computer the message in at least one of the transmitted form, and a form intermediate the original form and the transmitted form;
deciding at the computer to forward the message to a second other computer in the network over a link to said second other computer;
retrieving the stored message and processing the retrieved message if necessary into a form suitable for transmission; and sending the retrieved message to said second other computer.
12. The method of claim 11 wherein the step of processing the message from the original form into a form suitable for transmission includes compressing the message, and said step of storing comprises storing the message in compressed form.
13. The method of claim 11 or 12 wherein the step of processing the message from the original form into a form suitable for transmission includes segmenting the message, and said step of storing comprises storing the message in segmented form.
14. The method of claim 13 further comprising the step of determining whether the stored message has a segment size appropriate for the link to said second other computer.
15. The method of claim 14 wherein the segment size is determined based on time required to re-segment the message relative to delay that would be incurred by using a non-optimum segment size.
16. The method of claim 14 or 15 further comprising the step of monitoring current performance of the network in order to determine an optimum segment size for each link.
17. The method of any one of claims 11 to 16 further comprising the step of deleting the stored message if it is decided not to forward the message to said second other computer.
18. The method of any one of claims 11 to 17 further comprising the step of also storing the message in original form, and wherein each processed form of the message is stored in a linked chain appended to the stored original form of the message.
19. A computer adapted for use in a network, wherein messages are transmitted from the computer over links with at least first and second other computers in the network, said computer comprising:
means for processing a message, before transmitting to said first other computer, from an original form into a form suitable for transmission;
means for storing the message transmitted from the computer to said first other computer in at least one of the transmitted form, and a form intermediate the original form and the transmitted form;
means for deciding to forward the message to said second other computer;
means for retrieving the stored message and processing the retrieved message if necessary into a form suitable for transmission; and means for sending the retrieved message to said second other computer.
20. The computer of claim 19 including means for compressing the message in order to process the message from the original form into a form suitable for transmission, the message being stored in compressed form.
21. The computer of claim 19 or 20 including means for segmenting the message in order to process the message from the original form into a form suitable for transmission, the message being stored in segmented form.
22. The computer of claim 21 further including means for determining whether the stored message has a segment size appropriate for the link over which the message is to be transmitted.
23. The computer of claim 21 or 22 further including means for monitoring current performance of the network in order to determine an optimum segment size for each link.
24. The computer of any one of claims 19 to 23 further comprising means for deleting the stored message if said stored message is not to be forwarded to said second other computer.
25. A computer adapted for use in a network, wherein messages are transmitted to and from the computer over links with at least first and second other computers in the network, said computer comprising:
means for receiving a message from said first other computer, said message having been processed before sending from an original form into a form suitable for transmission;
means for processing the message on receipt back into the original form;
means for storing the message in at least one of the transmitted form, and a form intermediate the original form and the transmitted form;
means for deciding to forward the message to said second other computer;
means for retrieving the stored message and processing the retrieved message if necessary into a form suitable for transmission; and means for sending the retrieved message to said second other computer.
26. The computer of claim 25 including means for compressing the message in order to process the message from the original form into a form suitable for transmission, the message being stored in compressed form.
27. The computer of claim 25 or 26 including means for segmenting the message in order to process the message from the original form into a form suitable for transmission, the message being stored in segmented form.
28. The computer of claim 27 further including means for determining whether the stored message has a segment size appropriate for the link over which the message is to be transmitted.
29. The computer of claim 27 or 28 further including means for monitoring current performance of the network in order to determine an optimum segment size for each link.
30. The computer of any one of claims 25 to 29 further comprising means for deleting the stored message if it is decided not to forward the message to said second other computer.
31. A method of transmitting data to a subset of a network of computers wherein messages are transmitted to and from a computer over links with other computers in the network, messages being processed before sending from an original form into a form suitable for transmission, and processed on receipt back into the original form, messages being stored in either a transmitted form, or a form intermediate the original form and the transmitted form and retrieved from storage for sending to another computer, said method comprising the steps of:
transmitting a first message specifying the subset of the network to which the data is to be transmitted; and transmitting a second message containing the data, wherein a computer receiving the second message uses the information in the first message to forward the second message to another computer in the network without having to first process the second message back into its original form.
CA002099421A 1992-09-19 1993-06-30 Computer network Expired - Fee Related CA2099421C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB9219862A GB2270821A (en) 1992-09-19 1992-09-19 Message transmission in a computer network
EP9219862.1 1992-09-19

Publications (2)

Publication Number Publication Date
CA2099421A1 CA2099421A1 (en) 1994-03-20
CA2099421C true CA2099421C (en) 1999-01-12

Family

ID=10722188

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002099421A Expired - Fee Related CA2099421C (en) 1992-09-19 1993-06-30 Computer network

Country Status (6)

Country Link
US (1) US5870563A (en)
EP (1) EP0616455B1 (en)
JP (1) JPH0827767B2 (en)
CA (1) CA2099421C (en)
DE (1) DE69327579T2 (en)
GB (1) GB2270821A (en)

Families Citing this family (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3813669B2 (en) * 1995-10-27 2006-08-23 松下電器産業株式会社 Terminal device and capability information notification method of terminal device
WO1997037475A1 (en) * 1996-03-29 1997-10-09 British Telecommunications Public Limited Company Communication method and system between host and remote workstation
US6161012A (en) * 1996-03-29 2000-12-12 British Telecommunications Public Limited Company Short code dialling
US7908333B2 (en) * 1996-04-05 2011-03-15 Haury Harry R Self configuring peer to peer inter process messaging system
US7543018B2 (en) 1996-04-11 2009-06-02 Aol Llc, A Delaware Limited Liability Company Caching signatures
US6112250A (en) * 1996-04-11 2000-08-29 America Online, Inc. Recompression of files at an intermediate node in a network system
US5907546A (en) * 1996-09-30 1999-05-25 Telefonaktiebolaget L/M Ericsson Method and apparatus for selectively transmitting packets of message data to a remote communication station
JP3529588B2 (en) 1997-05-30 2004-05-24 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer network system, computer, computer for temporary storage, and method in these
US6289389B1 (en) * 1997-06-03 2001-09-11 Lextron Systems, Inc. Enhanced integrated data delivery system
US6463463B1 (en) * 1998-05-29 2002-10-08 Research In Motion Limited System and method for pushing calendar event messages from a host system to a mobile data communication device
US8949456B2 (en) * 1998-05-29 2015-02-03 Blackberry Limited System and method for redirecting data to a wireless device over a plurality of communication paths
US6412092B1 (en) * 1999-04-14 2002-06-25 Hewlett-Packard Company Method and apparatus to reduce the cost of preparing the checksum for out bound data in network communication protocols by caching
US7330902B1 (en) 1999-05-10 2008-02-12 Nokia Corporation Header compression
US7636752B2 (en) * 1999-09-28 2009-12-22 Parlano, Inc. System and method for managing information and collaborating
CA2385833C (en) * 1999-09-28 2016-10-18 Parlano, Inc. Information flow management in real time
GB2355161B (en) 1999-10-05 2001-09-12 3Com Corp Network device incorporating selective compression of stored data packets
US7685126B2 (en) * 2001-08-03 2010-03-23 Isilon Systems, Inc. System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US7146524B2 (en) 2001-08-03 2006-12-05 Isilon Systems, Inc. Systems and methods for providing a distributed file system incorporating a virtual hot spare
US7032224B2 (en) * 2001-12-31 2006-04-18 Slam Dunk Networks, Inc. Method for the secure and timely delivery of large messages over a distributed communication network
US7221657B2 (en) * 2002-02-08 2007-05-22 Telefonaktiebolaget Lm Ericsson (Publ) Processing different size packet headers for a packet-based conversational service in a mobile communications system
JP3857611B2 (en) * 2002-05-20 2006-12-13 富士通株式会社 Data compression program, data compression method, and data compression apparatus
JP4464279B2 (en) * 2002-11-14 2010-05-19 アイシロン・システムズ・インコーポレーテッド System and method for file striping in a distributed file system
JP4610910B2 (en) * 2004-02-27 2011-01-12 富士通株式会社 Communication processing apparatus and method
US8051425B2 (en) 2004-10-29 2011-11-01 Emc Corporation Distributed system with asynchronous execution systems and methods
US8055711B2 (en) 2004-10-29 2011-11-08 Emc Corporation Non-blocking commit protocol systems and methods
US8238350B2 (en) 2004-10-29 2012-08-07 Emc Corporation Message batching with checkpoints systems and methods
US7797283B2 (en) 2005-10-21 2010-09-14 Isilon Systems, Inc. Systems and methods for maintaining distributed data
US7788303B2 (en) 2005-10-21 2010-08-31 Isilon Systems, Inc. Systems and methods for distributed system scanning
US7386675B2 (en) 2005-10-21 2008-06-10 Isilon Systems, Inc. Systems and methods for using excitement values to predict future access to resources
US7917474B2 (en) 2005-10-21 2011-03-29 Isilon Systems, Inc. Systems and methods for accessing and updating distributed data
US7346720B2 (en) * 2005-10-21 2008-03-18 Isilon Systems, Inc. Systems and methods for managing concurrent access requests to a shared resource
US7551572B2 (en) * 2005-10-21 2009-06-23 Isilon Systems, Inc. Systems and methods for providing variable protection
US7848261B2 (en) 2006-02-17 2010-12-07 Isilon Systems, Inc. Systems and methods for providing a quiescing protocol
US7756898B2 (en) * 2006-03-31 2010-07-13 Isilon Systems, Inc. Systems and methods for notifying listeners of events
US8539056B2 (en) 2006-08-02 2013-09-17 Emc Corporation Systems and methods for configuring multiple network interfaces
US7882071B2 (en) 2006-08-18 2011-02-01 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7680842B2 (en) 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7953704B2 (en) 2006-08-18 2011-05-31 Emc Corporation Systems and methods for a snapshot of data
US7680836B2 (en) * 2006-08-18 2010-03-16 Isilon Systems, Inc. Systems and methods for a snapshot of data
US7590652B2 (en) 2006-08-18 2009-09-15 Isilon Systems, Inc. Systems and methods of reverse lookup
US7899800B2 (en) * 2006-08-18 2011-03-01 Isilon Systems, Inc. Systems and methods for providing nonlinear journaling
US7822932B2 (en) * 2006-08-18 2010-10-26 Isilon Systems, Inc. Systems and methods for providing nonlinear journaling
US7752402B2 (en) 2006-08-18 2010-07-06 Isilon Systems, Inc. Systems and methods for allowing incremental journaling
US7676691B2 (en) 2006-08-18 2010-03-09 Isilon Systems, Inc. Systems and methods for providing nonlinear journaling
US8286029B2 (en) * 2006-12-21 2012-10-09 Emc Corporation Systems and methods for managing unavailable storage devices
US7593938B2 (en) * 2006-12-22 2009-09-22 Isilon Systems, Inc. Systems and methods of directory entry encodings
US7509448B2 (en) 2007-01-05 2009-03-24 Isilon Systems, Inc. Systems and methods for managing semantic locks
US8966080B2 (en) * 2007-04-13 2015-02-24 Emc Corporation Systems and methods of managing resource utilization on a threaded computer system
US7900015B2 (en) * 2007-04-13 2011-03-01 Isilon Systems, Inc. Systems and methods of quota accounting
US7779048B2 (en) 2007-04-13 2010-08-17 Isilon Systems, Inc. Systems and methods of providing possible value ranges
US7882068B2 (en) 2007-08-21 2011-02-01 Isilon Systems, Inc. Systems and methods for adaptive copy on write
US7949692B2 (en) 2007-08-21 2011-05-24 Emc Corporation Systems and methods for portals into snapshot data
US7966289B2 (en) * 2007-08-21 2011-06-21 Emc Corporation Systems and methods for reading objects in a file system
US7984324B2 (en) 2008-03-27 2011-07-19 Emc Corporation Systems and methods for managing stalled storage devices
US7870345B2 (en) 2008-03-27 2011-01-11 Isilon Systems, Inc. Systems and methods for managing stalled storage devices
US7949636B2 (en) * 2008-03-27 2011-05-24 Emc Corporation Systems and methods for a read only mode for a portion of a storage system
US7953709B2 (en) * 2008-03-27 2011-05-31 Emc Corporation Systems and methods for a read only mode for a portion of a storage system
CA2671624C (en) * 2008-07-09 2015-10-20 Research In Motion Limited Optimizing the delivery of email messages containing alternative versions of content
US9325813B2 (en) * 2013-09-03 2016-04-26 Qualcomm Incorporated Formatting data packets for compression
US10871945B2 (en) * 2018-04-13 2020-12-22 Microsoft Technology Licensing, Llc Resumable merge sort

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4772955A (en) * 1985-01-31 1988-09-20 Canon Kabushiki Kaisha Data communication apparatus
GB2180127B (en) * 1985-09-04 1989-08-23 Philips Electronic Associated Method of data communication
GB2189115A (en) * 1986-04-11 1987-10-14 Pitney Bowes Inc Facsimile interface terminal
JPS63304745A (en) * 1987-06-05 1988-12-13 Nec Corp Packet size adaptation system
JPH02240756A (en) * 1989-03-14 1990-09-25 Nippon Telegr & Teleph Corp <Ntt> Terminal request type animation offer system
US5191583A (en) * 1989-11-03 1993-03-02 Microcom Systems, Inc. Method and apparatus for effecting efficient transmission of data
US5150464A (en) * 1990-06-06 1992-09-22 Apple Computer, Inc. Local area network device startup process
AU8667491A (en) * 1990-09-11 1992-03-30 Microcom Systems, Inc. High speed data compression and transmission for wide area network connections in lan/bridging applications
FR2670973B1 (en) * 1990-12-19 1994-04-15 Ouest Standard Telematique Sa PACKET TRANSMISSION SYSTEM WITH DATA COMPRESSION, METHOD AND EQUIPMENT THEREOF.
US5317692A (en) * 1991-01-23 1994-05-31 International Business Machines Corporation Method and apparatus for buffer chaining in a communications controller
US5200952A (en) * 1991-03-28 1993-04-06 Sprint International Communications Corp. Adaptive VCP control in integrated services networks
US5317568A (en) * 1991-04-11 1994-05-31 Galileo International Partnership Method and apparatus for managing and facilitating communications in a distributed hetergeneous network
US5243596A (en) * 1992-03-18 1993-09-07 Fischer & Porter Company Network architecture suitable for multicasting and resource locking

Also Published As

Publication number Publication date
GB2270821A (en) 1994-03-23
JPH0827767B2 (en) 1996-03-21
EP0616455A3 (en) 1995-01-25
US5870563A (en) 1999-02-09
EP0616455B1 (en) 2000-01-12
CA2099421A1 (en) 1994-03-20
DE69327579T2 (en) 2000-07-06
JPH06223011A (en) 1994-08-12
DE69327579D1 (en) 2000-02-17
EP0616455A2 (en) 1994-09-21
GB9219862D0 (en) 1992-10-28

Similar Documents

Publication Publication Date Title
CA2099421C (en) Computer network
US7181748B2 (en) Multi-layer protocol reassembly that operates independently of underlying protocols, and resulting vector list corresponding thereto
US7286476B2 (en) Accelerating network performance by striping and parallelization of TCP connections
US5627829A (en) Method for reducing unnecessary traffic over a computer network
US6088777A (en) Memory system and method for dynamically allocating a memory divided into plural classes with different block sizes to store variable length messages
US8572278B2 (en) Generating multiple data streams from a single data source
US20130010794A1 (en) Generating Multiple Data Steams From a Single Data Source
US5454079A (en) Computer workstation
JPH06169325A (en) Frame relay system for transmission of both data and sound frames and its processing method
EP0567137A1 (en) Protocol data unit encoding/decoding device
CN108631947A (en) A kind of RDMA network data transmission methods based on correcting and eleting codes
JP2002540504A (en) Method of file transmission in data communication network
Liljeberg et al. Mowgli www software: Improved usability of www in mobile wan environments
US20040073724A1 (en) Network stack layer interface
KR20030014094A (en) a method of collaborating in transferring a file in a networking environment
US7010548B2 (en) Sparse and non-sparse data management method and system
CN114615347B (en) UDP GSO-based data transmission method, device, computer equipment and storage medium
KR20050038028A (en) Frame transfer method and node in ethermet(r)
CN107800653B (en) Message compression method and device
EP1384129A2 (en) A duplicating switch for streaming data units to a terminal
AU2002305256A1 (en) A duplicating switch for streaming data units to a terminal
CN114615348B (en) UDP GSO-based data transmission method, device, computer equipment and storage medium
US7262715B2 (en) Bit stuffing method and apparatus for fax and other data communication
JP3244250B2 (en) Communication service provision method
JPH0486126A (en) Multi-stage compression system for data

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed
MKLA Lapsed

Effective date: 20090630