EP0254047A2 - Packet length traffic control in a local area network - Google Patents

Packet length traffic control in a local area network Download PDF

Info

Publication number
EP0254047A2
EP0254047A2 EP87108927A EP87108927A EP0254047A2 EP 0254047 A2 EP0254047 A2 EP 0254047A2 EP 87108927 A EP87108927 A EP 87108927A EP 87108927 A EP87108927 A EP 87108927A EP 0254047 A2 EP0254047 A2 EP 0254047A2
Authority
EP
European Patent Office
Prior art keywords
medium
network
node
information
packet length
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.)
Granted
Application number
EP87108927A
Other languages
German (de)
French (fr)
Other versions
EP0254047A3 (en
EP0254047B1 (en
Inventor
Herman Blasbalg
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 EP0254047A2 publication Critical patent/EP0254047A2/en
Publication of EP0254047A3 publication Critical patent/EP0254047A3/en
Application granted granted Critical
Publication of EP0254047B1 publication Critical patent/EP0254047B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/36Flow control; Congestion control by determining packet size, e.g. maximum transfer unit [MTU]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/11Identifying congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/13Flow control; Congestion control in a LAN segment, e.g. ring or bus

Definitions

  • the invention disclosed broadly relates to data processing and data communications and more particular strictlyly relates to techniques for maintaining data throughput in a packet switching local area network under changing traffic load.
  • Local area networks are communications systems for transferring data among a plurality of workstation terminals, peripheral devices, cluster controllers, or host systems within the bounds of a single office building or building complex.
  • a node refers to any machine or combination of machines which attaches to and uses the local area network.
  • Local area network architectures allow for the attachment of many nodes to a common physical link.
  • the shared access link permits any node to communicate directly with any other node attached to the link, through the propa­gation of electrical signals and the logical connections established by link protocols.
  • Data is transferred as packets consisting of a variable-length information field preceded by appropriate addressing fields.
  • Two general types of physical link topologies are used for shared access links, the ring and the bus.
  • a ring consists of a series of nodes which are connected by unidirectional transmission links to form a single closed path. Information signals on the ring pass from node to node and are regenerated as they pass through each node.
  • the bus type of link provides a bidirectional transmission facility to which all nodes are attached. Information signals propagate away from the originating node in both directions to the terminated ends of the bus.
  • Time division multiplexing separates the energy of the two signals into different periods of time.
  • the time division multiplexing (TDM) of digital information can be synchronous TDM or asynchronous TDM. Synchronous TDM allows each node to use a portion of the bandwidth for the medium at periodic intervals. Asynchronous TDM allows each node to transmit for a variable length of time. The data is blocked into packets that contain appropriate addressing information for routing the data.
  • a logical control mechanism must be employed in conjunction with asynchronous TDM to regulate each node's access to the link for transmission.
  • CSMA/CD carrier sense multiple access with collision detection
  • This access method is described in the IEEE Standard 802.3, CSMA/CD Access Method and Physical Layer Specifications .
  • a node senses whether a carrier signal is present, since this indicates that another node is transmitting. The origination of a new transmission will be delayed by the node until the carrier signal is removed.
  • the node's transmission is started, it continues to monitor the transmission for a collision, that is the destruction of the transmitted electrical signals, indicating the presence of another transmitting node. In the event of a collision, transmission is halted and the node either waits a random period of time before attempting to retransmit, or waits for a predetermined time interval.
  • An example access method for transmission of packets on a ring topology is the token ring multiple access (TRMA) method.
  • TRMA token ring multiple access
  • a unique sequence called a token
  • the receipt by a node of the token gives it permission to initiate a transmission.
  • the token is passed to another node.
  • this token is passed implicitly, that is without addressing informa­tion, to the next node on the ring.
  • an explicit token which contains specific node address information, is employed.
  • the explicit token approach creates an ordering of the nodes which can be described as a logical ring.
  • Token ring characteristics are specified in IEEE Project 802 Local Area Network Standards, Draft IEEE Standard 802.5, Token Ring Access Method and Physical Layer Specifications , working draft (February 1984). Additional references providing a background on token ring local area networks include an article by N. C. Strole entitled “A Local Communications Network Based on Interconnected Token Access Rings: A tutorial,” IBM Journal of Research and Development , Vol. 27, No. 5, Septem­ber 1983, pp. 481-496, an article by R. C. Dixon, et al. entitled “A Token Ring Network for Local Data Communications,” IBM Systems Journal , Vol. 22, Nos. 1-2, 1983, pp. 47-62.
  • a problem shared by all multiple access packet switching local area networks is that the time which must be devoted to resolving the contentions for access by the nodes, becomes an increasing function of the network loading.
  • the network loading can be characterized by the duty factor, otherwise known as the bandwidth utilization efficiency which is the ratio of the present information flow rate R (in bits per second) divided by the maximum capacity information flow rate Ro (in bits per second).
  • the packet delay time T which is the average waiting time for a node to obtain access to the communications medium and to successfully transmit the packet, increases.
  • the relationship between the reduction in performance and the increase in network loading varies among the various types of access methods, all access methods for packet trans­mission on a multiple access communications link suffer this degraded operating characteristic. If the overloading condition continues to increase, the network becomes unstable, with many nodes being unable to obtain any access to the communications medium, for long periods of time.
  • the adaptive packet length traffic control method and apparatus finds application in a local area communications network having a plurality of nodes connected to a multiple access communications medium. Each node will execute an access method to obtain exclusive access to the medium, after which the node gaining access will transmit a packet of information over the medium.
  • the invention is an adaptive packet length apparatus and its method of operation, which can be distributed in each of the nodes or alternately which can be a centralized control. The adaptive packet length apparatus and method minimizes the average delay for each node gaining access to the medium.
  • the adaptive packet length apparatus includes a storage means in the form of a writable random access memory and/or a read only memory, for storing program instructions representing the functional relationship between the packet length for the packets and the information flow rate in the medium.
  • the form of the functional relationship stored in the storage means can be either an arithmetic expression relating the packet length and the information flow rate or alter­nately it can be a table of corresponding values relating the packet length to the information flow rate.
  • the functional relationship relates those packet lengths and corresponding information flow rates which correspond to the minimum value of the average delay for a node to gain access to the medium.
  • the adaptive packet length apparatus further includes a measurement means which is coupled to the communi­cations medium, for measuring the average information flow rate in the medium.
  • a buffer means is included at each node, coupled to a source of information to be transmitted and also coupled to the communications medium. The buffer means temporarily stores a block of the information from the source prior to the trans­mission over the medium.
  • the adaptive packet length apparatus further includes a computing means which is connected to the storage means, to the measurement means and to the buffer means.
  • the computing means receives the measured value of the average information flow rate from the measure­ment means.
  • the computing means executes the program instructions from the storage means to operate on the measured value and to compute a resultant package length value.
  • the computing means accesses a sub-block of the block of information in the buffer means, having a length approximately equal to the resultant packet length value calculated by the computing means.
  • the buffer means then outputs the accessed sub-block of information for transmission over the medium.
  • the resultant length of the packet of information transmitted is adaptively controlled by the invention in response to the measured present information flow rate in the medium.
  • the operation of the invention results in increasing the packet length in response to measured increases in the information flow rate in the medium, in order to minimize the average delay for a node to gain access to the medium.
  • the increased length in the packets of information produced by the invention enables greater attention to be focused on actual transmission of information by a node and correspondingly less attention to be dissipated on the contention resolution process for gaining access by the node to the medium.
  • the operation of the invention results in an increased throughput and a maintenance of network stability. Increasing the length of the packets does not sub­stantially reduce the overall information throughput for the network.
  • the operation of the invention is independent of the local area network protocol.
  • the method of operation of the invention is to impose the relationship that the average length of the packets on the network is to be a function of the measured information flow rate on the network, those packet lengths corresponding to the minimum value of the average delay for a node gaining access to the network.
  • the method of operation of the invention includes the steps of storing the relationship between the packet length and the flow rate prior to the communications session. Then, during the communications session, the present average flow rate is measured for the medium.
  • a buffer at the node stores a block of the information to be transmitted.
  • the functional relationship between the packet length and the flow rate is used to compute the present packet length, by operating on the measured value of the flow rate.
  • a sub-block of information of the computed packet length is accessed from the buffered block of information and is transmitted over the medium from the node.
  • the operations of accessing additional sub-blocks and transmitting those sub-blocks is repeated until all of the information desired to be transmitted by the node, has been so transmitted.
  • This method can be carried out in a distributed manner at each of the respective nodes in the local area network, or alternately it may be carried out at a centralized location, with control signals being transmitted to the respective nodes to carry out the respective transmitting operations.
  • Fig. 2 is a graph which relates the packet length (Lp) to the flow rate (R) for minimum access delay times T, over a range of network loading values.
  • the ordinate for the graph of Fig. 2 is the ratio of the access delay time or packet delay T divided by the propagation delay over the total length of the ring or cable.
  • each node on the ring 20 of Fig. 1 comprises a ring adapter 22, a performance adaptive control 24 and a utilization device such as a host 26 or a workstation 28.
  • the invention disclosed herein resides in the performance adaptive control 24, the architecture of which is shown in greater detail in Fig. 4.
  • the performance adaptive control 24 will adaptively control the size of the packets of information transmitted by its node through the ring adapter 22 onto the ring 20, in response to the measured information flow rate R on the ring 20.
  • the performance adaptive control 24 will employ a func­tional relationship based upon the curves shown in Fig. 2, so that packet lengths Lp are chosen by the performance adaptive control 24 so as to have a minimum value for the average access delay time T, corresponding to the measured information flow rate R.
  • the flow diagram of Fig. 5 illustrates the operation of the performance adaptive control 24.
  • the performance adaptive control 24 is connected to the ring 20 by means of the ring adapter 22, as is shown in Fig. 4.
  • the ring attachment function 30 has a serial input 32 connected to the ring 20 and a serial output 34 connected to the ring 20.
  • the ring attachment function 30 is connected to the ring protocol management 36.
  • the control processor 52 is connected to the ring protocol management 36 and to the RAM 44. Control processor 52 is connected by line 76 to the serial bit rate register 74 in the performance adaptive control 24.
  • the RAM 44 of the ring adapter 22 is connected by line 62 to the PAC bus 60 of the performance adaptive control 24.
  • the ring adapter 22 is described in USP 4,507,777 to Tucker, et al., assigned to the IBM Corporation.
  • the ring adapter allows a node to accept and dispatch data on the ring 20 using the token ring multiple access protocol.
  • the ring attachment func­tion 30 performs electrical signal conversion on data including modulation and demodulation, and it extracts the timing signal from the serial ring data and uses the timing signal for synchronizing the data onto the serial ring output line 34.
  • the ring attachment function 30 includes the transmitters and receivers which transmit and receive information from the ring 20.
  • the ring protocol management 36 performs bit and byte level functions which include encoding and decoding data, handling token protocols, generating and detecting delimiters, generating and checking cyclic redundancy check decoding addresses, etc.
  • the ring protocol management 36 repeats the serial receive data input on line 32 as serial transmit data output on line 34 to the ring 20.
  • the ring protocol management 36 monitors the ring 20 for proper token sequence indicating that it has the permission to transmit. After transmission of a data frame, the ring protocol management 36 will then receive the transmitted packet after it has made its circuit around the ring, and it will strip the frame from the ring and replace the token back onto the ring 20.
  • the control pro­cessor 52 in the ring adapter 22 can be programmed to provide the present, measured serial bit rate (R) for the information traffic flowing on the ring 20 and it can periodically provide the value R over the line 76 to the serial bit rate register 74 in the performance adaptive control 24.
  • R measured serial bit rate
  • the format for token ring multiple access protocol is shown in Fig. 3, wherein it is seen that the overall frame format includes a physical header of 15 bytes, followed by the data field which has a variable length, which in turn is followed by the physical trailer of six bytes.
  • the variable length data field can include data link control information for higher level control functions, in addition to the information data traffic.
  • the control processor 52 in the ring adaptor 22 constructs the message frames represented by Fig.
  • the RAM 44 in the ring adaptor 22 will receive variable length data from the performance adaptive control 24 over the line 62 which is connected to the performance adaptive control (PAC) bus 60. This will be information which is destined for transmission out from the node onto the ring 20 over the serial out line 34. Information that is received from the ring 20 over the serial in line 32 will be passed through the RAM 44 and over the line 62 to the PAC bus 60 in the performance adaptive control 24.
  • PAC performance adaptive control
  • the performance adaptive control 24 is connected between the ring adaptor 22 and the workstation 28, as is shown in Fig. 4.
  • the performance adaptive control 24 will adaptively control the packet length Lp by controlling the size of data sub-blocks passed over the line 62 to the ring adapter 22, which will form the variable length data field in the overall frame format of Fig. 3.
  • the performance adaptive control 24 includes the control storage 72 which can be either a writable random access memory (RAM) and/or a read only memory. In the preferred embodiment, both a RAM and a ROM comprise the control storage 72 and they share the same address space.
  • the control storage 72 stores program instruc­tions which represent the functional relationship between the packet length Lp for the packets and the information flow rate R in the ring 20, corresponding to the minimum value of the average delay T for a node to gain access to the ring 20.
  • This functional relation­ship is represented by the characteristic curves of Fig. 2.
  • the form of the functional relationship stored in the control storage 72 can be an arithmetic expression which relates the packet length to the information flow rate. Alternately, the form of the functional relationship stored in the control storage 72 can be a table of corresponding values relating the packet length to the information flow rate.
  • the control storage 72 is connected to the PAC bus 60 as shown in Fig. 4.
  • the performance adaptive control 24 also includes the serial bit rate (R) register 74 which receives the value for R over line 76 from the ring adapter 22 and buffers it for access over the PAC bus 60.
  • the perfor­mance adaptive control 24 also includes the RAM data buffer 68 which is connected through the PAC bus 60 to the line 62 from the ring adapter 22.
  • the RAM data buffer 68 is also connected over the PAC bus 60 to the interface logic 66 which, in turn, is connected by line 64 to the input/output (I/O) bus 80 of the workstation 28.
  • the RAM data buffer 68 temporarily stores blocks of information from the workstation 28 prior to providing sub-blocks of the buffered block of information, to the RAM 44 in the ring adapter 22, for transmission on the ring 20.
  • the performance adaptive control 24 further includes the PAC processor 70 which is connected to the PAC bus 60.
  • the processor 70 can be a stored program micro­processor such as a Motorola 68000 microprocessor. It sequentially accesses and executes instructions stored in the control storage 72 to carry out the various operations described herein for the performance adaptive control 24.
  • the processor 70 will access the present measured information flow rate R from the register 74 and it will execute the program instructions stored in the control storage 72 so as to operate on the measured value R to compute a resultant packet length Lp. Further in response to the execution of instructions from the control storage 72, the processor 70 will access a sub-block of the block of information in the RAM data buffer 68, having a length equal to the computed length Lp.
  • This sub-block of length Lp will be transferred over line 62 to the RAM 44 and it will form the variable length data field for the overall frame format shown in Fig. 3. Then, the control processor 52 in the ring adapter 22 will add to the sub-block of length Lp, the 15 byte physical header and the six byte physical trailer, and the completed frame will be output by the ring adapter 22 onto the ring 20 over the serial outline 34.
  • the workstation 28 can be a standalone data processor such as an IBM Personal Computer.
  • the workstation 28 includes the I/O bus to which is connected the RAM 82, ROM 84, the central processing unit (CPU) 86, the keyboard 88, the display 90 and other I/O devices 92.
  • the performance adaptive control 24 and the ring adapter 22 can be physically embodied on an adapter card which physically plugs into one of the adapter slots on the I/O bus 80 of the IBM Personal Computer.
  • the interface logic 66 can output interrupt signals to the workstation 28 and can operate in the manner described in the copending U. S. patent application by D. J. Bradley, et al. entitled "System for Managing a Plurality of Shared Interrupt Handlers in a Linked-List Data Structure," Serial No. 770,541, filed August 29, 1985, assigned to the IBM Corporation.
  • Step 100 is a starting point followed by step 102 where the functional relationship F between the packet length Lp and the flow rate R is stored in the control storage 72. This can occur at the time of manufacture of the ROM portion of the control storage 72. Alter technicallynately, this can occur by loading the RAM portion of the control storage 72 at initial program load time.
  • step 104 the performance adaptive control 24 will await data from the workstation 28 to be transmitted over the ring 20.
  • step 106 follows where the ring adapter 22 provides the measured value R over the line 76, representing the present average flow rate of information in the ring 20.
  • Step 108 follows, where a block of the information to be transmitted by the node is received from the work­station 28 and is temporarily stored in the buffer 68.
  • Step 110 follows, where the PAC processor 70 computes the present packet length Lp from the measured flow rate R using the function F.
  • Step 112 follows, where the processor 70 accesses a sub-block of data having a length Lp from the buffered block of information in the RAM data buffer 68.
  • Step 114 follows, where the sub-block of information is transferred over the line 62 to the ring adapter 22 for transmission over the ring 20.
  • Step 116 follows, which questions whether there are any more sub-blocks of data in the buffer 68 which must be transmitted.
  • Fig. 6 shows an example of the subdivision of a data block in the RAM 68 into sub-blocks whose length Lp is a function of the present, measured information flow rate R.
  • the RAM 68 stores 1024 byte block.
  • the processor 70 in accordance with the invention, will divide the data block in the RAM 68 into four sub-blocks of 256 bytes each.
  • part B of Fig. 6, as a second example in response to a measured medium network loading having a duty factor of 0.6, the processor 70 will divide the data block in the RAM 68 into three sub-blocks of approximately 342 bytes each.
  • part C of Fig. 6, in a third example in response to a measured high network loading having a duty factor of 0.7, the processor 70 will divide the data block in the RAM 68 into two sub-blocks of 512 bytes each.
  • the operation of the invention can best be described by referring to the generic performance characteristic shown in Fig. 2 and the flow chart in Fig. 7.
  • the invention is based upon the optimal performance characteristics shown in Fig. 2 which were discovered by the inventor.
  • These functions characterize local area network (LAN) media access protocols such as carrier sense multiple access/collision detection (CSMA/CD), token ring multiple access (TRMA), virtual token multiple access (VTMA) and many others.
  • LAN local area network
  • CSMA/CD carrier sense multiple access/collision detection
  • TRMA token ring multiple access
  • VTMA virtual token multiple access
  • the performance characteristic N ( ⁇ , ⁇ ) is the packet delay metric T ( ⁇ , ⁇ ) normalized with respect to the electrical cable length, ⁇ as shown in Fig. 2.
  • the parameter ⁇ is the well-known bandwidth utilization efficiency which is the ratio of cable traffic R (BPS) and cable capacity Ro (BPS) while the parameter ⁇ is the ratio of cable length ⁇ and packet length Lp/Ro where Lp is the packet size in bits. Since the cable length ⁇ depends on network geometry we can assume that it is fixed. Hence, N ( ⁇ , ⁇ ) in Fig. 2 is directly proportional to the packet delay T ( ⁇ , ⁇ ). Also note that as the network utilization increases the system design parameter ⁇ must be decreased (i.e., packet size increased) for the network operating point to move to the optimum stable region shown.
  • the invention although applicable to all values of ⁇ , could be of particular interest in the high utilization region (i.e.
  • a LAN is a packet switched network and in a packet switched network, the objective is to transmit as high a packet rate as the current state of the network will permit. The only reason for decreasing the packet rate as the network load increases is to prevent the network from overloading which is the object of the invention.
  • Fig. 2 show how the invention enables the network to adapt to changes in load.
  • the traffic on the network ⁇ * is monitored continuously by the invention as is the metric T( ⁇ *, ⁇ i ).
  • Each node in the LAN uses the same adaptive control method and hence transitions to the same stable state, resulting in distributed monitoring and control.
  • the parameter ⁇ is related to the packet size Lp by the following equation:
  • the network packet rates in the initial state ( ⁇ * i , ⁇ i ) and in the final state ( ⁇ * i+1 , ⁇ i+1 ) are, from Eq. (1),
  • a 22% decrease in packet rate is necessary to allow the network to transition from a near unstable operating point to a stable one.
  • the packet rate In the transition process the packet rate must be reduced to 57% of its previous value. Of course, the packet rate increases when the network transition is downward.
  • Fig. 7 is the flow chart which we will use to describe the adaptive process of the invention in more detail.
  • the measured state ⁇ * is shown in steps 200, 202 and 204 to the right and the transitioning process from one state to the next is shown in steps 206, 208 and 210 to the left.
  • the processor 70 calculates the packet delay T( ⁇ *, ⁇ i ) in step 204 and then the differential metric ⁇ T i as shown in step 212.
  • T( ⁇ * i , ⁇ i ) is provided by the computer function that calculates the current stable state (step 204 at the left in the flow chart of Fig. 7).
  • the absolute value of the differential metric ( ⁇ T i ) is compared in step 216 to a threshold value ⁇ Toi whose value in step 214 is a function of the current stable state ( ⁇ * i , ⁇ i ). If
  • ⁇ Toi, the network must adapt in step 218 to a new transition state ( ⁇ * i+1 , ⁇ ) where ⁇ * ⁇ * i+1 . Otherwise, no changes to the network are made and the measurement process ⁇ * continues in step 220.
  • the threshold parameter ⁇ Toi is a function of the current stable state, and will change as the process transition to a new state.
  • the invention is applicable to the important case where the traffic on a LAN is not homogenous, that is when a change in traffic can be caused by a file transfer.
  • the performance characteristics for homogenous traffic will provide an upper bound for the non-homo­genous traffic case for any value of network utili­zation ⁇ , as shown in Fig. 8.
  • the adaptive algorithm which assumes homogenous traffic, will always function properly for the non-­homogenous case and will still be very close to the optimum.
  • the apparent "track” shown in Fig. 8 is computed using the same method as before (see Fig. 7). However, the true operating point for non-homogenous traffic will be somewhat below that shown but for all practical purposes at the true minimum value of ⁇ .
  • a terminal ready to transfer a file lets the network manager know of this, and also specifies the file size and transfer rate.
  • the network manager uses the method shown in Fig. 7 to find the value ⁇ which minimizes T( ⁇ * i , ⁇ i ) and then sends the packet size control parameter ⁇ i to each node.
  • the network manage onlyment function uses the invention to monitor T( ⁇ * i , ⁇ i ) in order to ensure that the network now functions as required.
  • the advantage of centralized over adaptive control is that new traffic is not allowed on the network without permission until the network parameter ⁇ is adjusted to handle the load.
  • the network manager uses the method in Fig. 7 to monitor traffic and sense when the load on the network decreases.
  • the network manager then transmits a larger control value of ⁇ which will reduce the packet size to a smaller value and in turn permit the packet rate transmitted by each node to increase, Eq. (1).
  • distri­aded adaptive control has the advantage that a centralized monitor and control function is not needed, which leads to a much more reliable network.
  • a combination of adaptive and centralized control can also be implemented with centralized control used only to allow for the very rapid transfer of extremely large files.
  • the network manager could use a priority control algorithm which allows high priority users to remain active during the file transfer.
  • the invention can also be used in the design of a LAN which will not overload as long as ⁇ * ⁇ ⁇ o i.e., a worst case design.
  • the pair ( ⁇ o, ⁇ o) also define the maximum value of packet rate. At all values of utilization ⁇ * ⁇ o, the packet rate, will be less than,
  • Eq. (11), (12), and (13) all have the same functional form shown in Fig. 2 although the actual numerical values are different.
  • the equations are for three important media access protocols; CSMA/CD, TRMA, and VTMA.
  • the first two protocols have been recommended by the IEEE 802.3 and IEEE 802.5 committee as LAN standards.
  • Fig. 9 shows the input and output parameters and functions, as well as the measured load variable R* and the controlled packet size variable Lp* for the alternate embodiment PAC 24 ⁇ .
  • the parameters and functions shown in Fig. 9 are defined in Table I.
  • the architecture for the alternate embodiment of the invention is shown in Fig. 10.
  • the performance adaptive control (PAC) 24 ⁇ shown represents the invention.
  • PAC 24 ⁇ can be implemented with the OSI/RM communication protocols shown.
  • PAC 24 ⁇ measures R* and controls the packet size Lp*, and therefore functions as a network monitor and control function resident in the co-­processor.
  • the conventional workstation function is performed in the main CPU 86 where the higher level communication protocols and the application reside.
  • the other functions include a keyboard 88 for entering the PAC parameters and a display system 90 where the PAC time variant functions can be displayed on a screen, on request.
  • the main functions of the keyboard and display are for using the work­station.
  • OSI Open system Interconnect
  • the resultant adaptive packet length traffic control apparatus and method maintains network stability in a packet switching local area network under changing traffic load, in an optimal manner by controlling the packet size transmitted.
  • the traffic level is therefore maintained at all nodes even when the network traffic increases.
  • the operation of the invention is independent of the nature of the traffic, that is it can be digitized voice, interactive data, the transfer of data files, or other diverse types of data communi­cations applications.
  • the invention is also independent of the local area network protocol employed and can be applied to CSMA/CD, token ring, token bus, virtual token, and other protocols.
  • the invention offers a traffic control mechanism for providing network flow control without forcing the data terminals connected to the nodes to either slow down or speed up their operations.

Abstract

A distributed control apparatus and method is disclosed to maintain the network stability in a packet switching local area network under changing traffic load con­ditions, by adaptively controlling the size of the packets transmitted by each node. The invention monitors the present information flow rate in the network and computes an average packet length which it then uses to adjust the size of the variable length data field in each message frame. In this manner, network flow control can be achieved without forcing data terminals connected to the nodes of the network to adjust their speed. The invention is applicable to a wide variety of local area network protocols for both ring and bus architectures.

Description

    Background of the Invention 1. Technical Field
  • The invention disclosed broadly relates to data processing and data communications and more particular­ly relates to techniques for maintaining data throughput in a packet switching local area network under changing traffic load.
  • 2. Background Art
  • Local area networks are communications systems for transferring data among a plurality of workstation terminals, peripheral devices, cluster controllers, or host systems within the bounds of a single office building or building complex. A node refers to any machine or combination of machines which attaches to and uses the local area network. Local area network architectures allow for the attachment of many nodes to a common physical link. The shared access link permits any node to communicate directly with any other node attached to the link, through the propa­gation of electrical signals and the logical connections established by link protocols. Data is transferred as packets consisting of a variable-length information field preceded by appropriate addressing fields. Two general types of physical link topologies are used for shared access links, the ring and the bus. A ring consists of a series of nodes which are connected by unidirectional transmission links to form a single closed path. Information signals on the ring pass from node to node and are regenerated as they pass through each node. The bus type of link provides a bidirectional transmission facility to which all nodes are attached. Information signals propagate away from the originating node in both directions to the terminated ends of the bus.
  • The topology of a ring or a bus shared access link permits simultaneous access to the medium by all attached nodes. Thus it is possible for two or more nodes to attempt transmission at the same time, resulting in interference between the signals. Both physical and logical control mechanisms are employed to resolve the contention for access. Time division multiplexing separates the energy of the two signals into different periods of time. The time division multiplexing (TDM) of digital information can be synchronous TDM or asynchronous TDM. Synchronous TDM allows each node to use a portion of the bandwidth for the medium at periodic intervals. Asynchronous TDM allows each node to transmit for a variable length of time. The data is blocked into packets that contain appropriate addressing information for routing the data. A logical control mechanism must be employed in conjunction with asynchronous TDM to regulate each node's access to the link for transmission.
  • For a bus topology, one access control mechanism is called the carrier sense multiple access with collision detection (CSMA/CD). This access method is described in the IEEE Standard 802.3, CSMA/CD Access Method and Physical Layer Specifications. Prior to initiating transmission, a node senses whether a carrier signal is present, since this indicates that another node is transmitting. The origination of a new transmission will be delayed by the node until the carrier signal is removed. Once the node's transmission is started, it continues to monitor the transmission for a collision, that is the destruction of the transmitted electrical signals, indicating the presence of another transmitting node. In the event of a collision, transmission is halted and the node either waits a random period of time before attempting to retransmit, or waits for a predetermined time interval.
  • An example access method for transmission of packets on a ring topology is the token ring multiple access (TRMA) method. In this distributed control access method, a unique sequence, called a token, is passed from one node to another. The receipt by a node of the token gives it permission to initiate a transmission. Upon the completion of the transmission, the token is passed to another node. For a ring, this token is passed implicitly, that is without addressing informa­tion, to the next node on the ring. In a bus topology, an explicit token which contains specific node address information, is employed. The explicit token approach creates an ordering of the nodes which can be described as a logical ring. Token ring characteristics are specified in IEEE Project 802 Local Area Network Standards, Draft IEEE Standard 802.5, Token Ring Access Method and Physical Layer Specifications, working draft (February 1984). Additional references providing a background on token ring local area networks include an article by N. C. Strole entitled "A Local Communications Network Based on Interconnected Token Access Rings: A Tutorial," IBM Journal of Research and Development, Vol. 27, No. 5, Septem­ber 1983, pp. 481-496, an article by R. C. Dixon, et al. entitled "A Token Ring Network for Local Data Communications," IBM Systems Journal, Vol. 22, Nos. 1-2, 1983, pp. 47-62.
  • A problem shared by all multiple access packet switching local area networks is that the time which must be devoted to resolving the contentions for access by the nodes, becomes an increasing function of the network loading. The network loading can be characterized by the duty factor, otherwise known as the bandwidth utilization efficiency which is the ratio of the present information flow rate R (in bits per second) divided by the maximum capacity information flow rate Ro (in bits per second). As the information flow rate or the duty factor increases, the packet delay time T, which is the average waiting time for a node to obtain access to the communications medium and to successfully transmit the packet, increases. Although the relationship between the reduction in performance and the increase in network loading varies among the various types of access methods, all access methods for packet trans­mission on a multiple access communications link suffer this degraded operating characteristic. If the overloading condition continues to increase, the network becomes unstable, with many nodes being unable to obtain any access to the communications medium, for long periods of time.
  • Attempts have been made in the prior art to provide an adaptive control method to reduce the instability resulting from network loading. The following references disclose adaptive control procedures for CSMA/CD access method, where the random waiting time for retransmission is changed as a function of network load.
    • 1. F. A. Tobagi and L. Kleinrock, "Packet Switching in Radio Channels: Part IV, Stability Considerations and Dynamic Control in Carrier Sense Multiple Access," IEEE Transactions on Communications, Vol. COM-25, pp. 1400-1416, December 1975.
    • 2. S. S. Lam, "A Carrier Sense Multiple Access Protocol for Local Networks," Computer Networks, Vol. 4, pp. 21-32, January-February, 1980.
    • 3. F. Tobagi and V. Hunt, "Performance Analysis of Carrier Sense Multiple Access with Collision Detection," Computer Networks, Vol. 4, pp. 245-259, October-November 1980.
    • 4. I. Rubin, "Synchronous and Carrier Sense Asynchronous Dynamic Group Random Access Schemes for Multiple Access Communications," IEEE Trans­actions on Communications, Vol. COM-31, pp. 1063-1077, September 1983.
    • 5. J. S. Meditch and C. T. A. Lea, "Stability and Optimization of the CSMA and CSMA/CD Channels," IEEE Transactions on Communications, Vol. COM-31, pp. 763-774, June 1983.
  • Other discussions of performance characteristics for local area networks can be found in:
    • 6. W. Bux, "Performance Issues in Local Area Networks," IBM Systems Journal, Vol. 23, No. 4, 1984.
    • 7. Michael J. Firguson, and Yehuda J. Aminetzah, "Exact Results for Nonsymmetric Token Ring Systems," IEEE Transactions on Communications, Vol. COM-33, No. 3, March 1985.
    • 8. W. Bux, "Local - Area Subnetworks; A Performance Comparison," IEEE Transactions on Communications, Vol. COM-9, No. 10, October 1981.
  • The problem with this approach is that there is no attempt to maintain a network traffic at a fixed value since the effect of this prior art technique is to either drop or reduce the traffic at some nodes while accommodating the traffic at other nodes in order to maintain network stability. This substantially reduces the overall data throughput for the network, since data flow control signals must be passed back to the sources of the information to be transmitted, signaling them to reduce their rate of delivery of information to be transmitted on the local area network.
  • Objects of the Invention
  • It is therefore an object of the invention to provide an improved technique for reducing the effects of overloading on a local area network.
  • It is another object of the invention to maintain the traffic level at all nodes in a local area network when the overall level of network traffic increases.
  • It is yet a further object of the invention to provide an improved technique for reducing the effects of network overloading in a local area network, which is independent of the nature of the traffic, being either interactive data, data file transfers, digitized voice, or other types of digital information.
  • It is yet a further object of the invention to maintain network stability in a packet switching local area network under changing traffic load, in an optimal manner.
  • It is still a further object of the invention to provide an improved technique for reducing the effects of overloading on a local area network, which is independent of the access method or communications protocol.
  • It is yet a further object of the invention to provide an improved technique for reducing the effects of network overloading on a local area network, without using flow control to reduce the delivery of data from information sources connected to the network.
  • Summary of the Invention
  • These and other objects, features and advantages of the invention are accomplished by the adaptive packet length traffic control method and apparatus disclosed herein. The invention finds application in a local area communications network having a plurality of nodes connected to a multiple access communications medium. Each node will execute an access method to obtain exclusive access to the medium, after which the node gaining access will transmit a packet of information over the medium. The invention is an adaptive packet length apparatus and its method of operation, which can be distributed in each of the nodes or alternately which can be a centralized control. The adaptive packet length apparatus and method minimizes the average delay for each node gaining access to the medium.
  • The adaptive packet length apparatus includes a storage means in the form of a writable random access memory and/or a read only memory, for storing program instructions representing the functional relationship between the packet length for the packets and the information flow rate in the medium. The form of the functional relationship stored in the storage means can be either an arithmetic expression relating the packet length and the information flow rate or alter­nately it can be a table of corresponding values relating the packet length to the information flow rate. The functional relationship relates those packet lengths and corresponding information flow rates which correspond to the minimum value of the average delay for a node to gain access to the medium.
  • The adaptive packet length apparatus further includes a measurement means which is coupled to the communi­cations medium, for measuring the average information flow rate in the medium. A buffer means is included at each node, coupled to a source of information to be transmitted and also coupled to the communications medium. The buffer means temporarily stores a block of the information from the source prior to the trans­mission over the medium.
  • The adaptive packet length apparatus further includes a computing means which is connected to the storage means, to the measurement means and to the buffer means. The computing means receives the measured value of the average information flow rate from the measure­ment means. The computing means then executes the program instructions from the storage means to operate on the measured value and to compute a resultant package length value. The computing means then accesses a sub-block of the block of information in the buffer means, having a length approximately equal to the resultant packet length value calculated by the computing means. The buffer means then outputs the accessed sub-block of information for transmission over the medium. The resultant length of the packet of information transmitted is adaptively controlled by the invention in response to the measured present information flow rate in the medium.
  • The operation of the invention results in increasing the packet length in response to measured increases in the information flow rate in the medium, in order to minimize the average delay for a node to gain access to the medium. The increased length in the packets of information produced by the invention enables greater attention to be focused on actual transmission of information by a node and correspondingly less attention to be dissipated on the contention resolution process for gaining access by the node to the medium. When performed under increasing load conditions, the operation of the invention results in an increased throughput and a maintenance of network stability. Increasing the length of the packets does not sub­stantially reduce the overall information throughput for the network. The operation of the invention is independent of the local area network protocol.
  • The method of operation of the invention is to impose the relationship that the average length of the packets on the network is to be a function of the measured information flow rate on the network, those packet lengths corresponding to the minimum value of the average delay for a node gaining access to the network. By adaptively controlling the packet lengths in accordance with this functional relationship, information throughput and network stability are maintained in the face of increasing loading conditions. The method of operation of the invention includes the steps of storing the relationship between the packet length and the flow rate prior to the communications session. Then, during the communications session, the present average flow rate is measured for the medium. When information is to be transmitted by a node, a buffer at the node stores a block of the information to be transmitted. Then the functional relationship between the packet length and the flow rate is used to compute the present packet length, by operating on the measured value of the flow rate. Then a sub-block of information of the computed packet length, is accessed from the buffered block of information and is transmitted over the medium from the node. The operations of accessing additional sub-blocks and transmitting those sub-blocks is repeated until all of the information desired to be transmitted by the node, has been so transmitted. This method can be carried out in a distributed manner at each of the respective nodes in the local area network, or alternately it may be carried out at a centralized location, with control signals being transmitted to the respective nodes to carry out the respective transmitting operations.
  • Brief Description of the Drawings
  • The foregoing and other advantages of the invention will be more fully understood with reference to the description of the best mode and the drawing wherein:
    • Fig. 1 is an architectural diagram of a ring topology for a local area network.
    • Fig. 2 is a graph illustrating the functional relationship between the packet length (Lp) and the flow rate (R) for minimum access delay times T.
    • Fig. 3 illustrates the format for a token ring frame.
    • Fig. 4 is a block diagram of the architecture of a node, featuring the performance adaptive control 24.
    • Fig. 5 is a flow diagram illustrating the operation of the performance adaptive control.
    • Fig. 6 is an example of the subdivision of a data block in the RAM 68 of the performance adaptive control 24, into sub-blocks whose lengths (Lp) are a function of the present, measured information flow rate (R).
    • Fig. 7 is a more detailed flow diagram of the performance adaptive control.
    • Fig. 8 is a graph illustrating the tracking character­istic for non-homogenous traffic.
    • Fig. 9 is a generalized functional representation of an alternate embodiment of the performance adaptive control.
    • Fig. 10 is a functional block diagram of the alternate embodiment of the performance adaptive control in a workstation.
    Description of the Best Mode for Carrying Out the Invention
  • The invention will be described in conjunction with an example token ring multiple access local area network shown in Fig. 1. However, the invention is applicable to a wide variety of local area networks including both bus topologies as well as ring topologies and is not limited to a particular access method or protocol, as long as the performance characteristics for the network conform to the "cusp" behavior shown in the performance diagrams of Fig. 2. Fig. 2 is a graph which relates the packet length (Lp) to the flow rate (R) for minimum access delay times T, over a range of network loading values. The ordinate for the graph of Fig. 2 is the ratio of the access delay time or packet delay T divided by the propagation delay over the total length of the ring or cable. The abscissa of the graph of Fig. 2 is the product of the maximum capacity information flow rate Ro times the total signal propagation time over the length of the ring and divided by the packet length Lp. Separate curves are drawn for four different duty factors (duty factor being the ratio of the present information flow rate R divided by the maximum capacity information flow rate Ro). The several values for the duty factor ρ range from 0.5 through 0.8 in Fig. 2. It is seen that for each curve having a constant value duty factor, there is a minimum value for the access delay time T which corresponds to a value for the packet length Lp. This "cusp" shaped curve is the network characteristic which must necessarily be manifested in order for a network to be amenable to the operation of the invention. Token ring multiple access networks, carrier sense multiple access with collision detection networks, and many other network access protocols conform to this characteristic and are therefore applications for the operation of the invention disclosed herein.
  • In accordance with the invention, each node on the ring 20 of Fig. 1 comprises a ring adapter 22, a performance adaptive control 24 and a utilization device such as a host 26 or a workstation 28. The invention disclosed herein resides in the performance adaptive control 24, the architecture of which is shown in greater detail in Fig. 4. In accordance with the invention, the performance adaptive control 24 will adaptively control the size of the packets of information transmitted by its node through the ring adapter 22 onto the ring 20, in response to the measured information flow rate R on the ring 20. The performance adaptive control 24 will employ a func­tional relationship based upon the curves shown in Fig. 2, so that packet lengths Lp are chosen by the performance adaptive control 24 so as to have a minimum value for the average access delay time T, corresponding to the measured information flow rate R. The flow diagram of Fig. 5 illustrates the operation of the performance adaptive control 24.
  • The performance adaptive control 24 is connected to the ring 20 by means of the ring adapter 22, as is shown in Fig. 4. The ring attachment function 30 has a serial input 32 connected to the ring 20 and a serial output 34 connected to the ring 20. The ring attachment function 30 is connected to the ring protocol management 36. The control processor 52 is connected to the ring protocol management 36 and to the RAM 44. Control processor 52 is connected by line 76 to the serial bit rate register 74 in the performance adaptive control 24.
  • The RAM 44 of the ring adapter 22 is connected by line 62 to the PAC bus 60 of the performance adaptive control 24. The ring adapter 22 is described in USP 4,507,777 to Tucker, et al., assigned to the IBM Corporation. The ring adapter allows a node to accept and dispatch data on the ring 20 using the token ring multiple access protocol. The ring attachment func­tion 30 performs electrical signal conversion on data including modulation and demodulation, and it extracts the timing signal from the serial ring data and uses the timing signal for synchronizing the data onto the serial ring output line 34. The ring attachment function 30 includes the transmitters and receivers which transmit and receive information from the ring 20. The ring protocol management 36 performs bit and byte level functions which include encoding and decoding data, handling token protocols, generating and detecting delimiters, generating and checking cyclic redundancy check decoding addresses, etc. When the node is not in the transmission sequence, the ring protocol management 36 repeats the serial receive data input on line 32 as serial transmit data output on line 34 to the ring 20. When given a formatted message frame in the RAM 44, and the command to transmit, the ring protocol management 36 monitors the ring 20 for proper token sequence indicating that it has the permission to transmit. After transmission of a data frame, the ring protocol management 36 will then receive the transmitted packet after it has made its circuit around the ring, and it will strip the frame from the ring and replace the token back onto the ring 20.
  • In accordance with the invention, the control pro­cessor 52 in the ring adapter 22 can be programmed to provide the present, measured serial bit rate (R) for the information traffic flowing on the ring 20 and it can periodically provide the value R over the line 76 to the serial bit rate register 74 in the performance adaptive control 24. The format for token ring multiple access protocol is shown in Fig. 3, wherein it is seen that the overall frame format includes a physical header of 15 bytes, followed by the data field which has a variable length, which in turn is followed by the physical trailer of six bytes. The variable length data field can include data link control information for higher level control functions, in addition to the information data traffic. The control processor 52 in the ring adaptor 22 constructs the message frames represented by Fig. 3 in the RAM 44 and causes the ring protocol management 36 to transmit them via the ring attachment function 30, over the ring 20, when it issues a transmit control command. The RAM 44 in the ring adaptor 22 will receive variable length data from the performance adaptive control 24 over the line 62 which is connected to the performance adaptive control (PAC) bus 60. This will be information which is destined for transmission out from the node onto the ring 20 over the serial out line 34. Information that is received from the ring 20 over the serial in line 32 will be passed through the RAM 44 and over the line 62 to the PAC bus 60 in the performance adaptive control 24.
  • The performance adaptive control 24 is connected between the ring adaptor 22 and the workstation 28, as is shown in Fig. 4. In accordance with the invention, the performance adaptive control 24 will adaptively control the packet length Lp by controlling the size of data sub-blocks passed over the line 62 to the ring adapter 22, which will form the variable length data field in the overall frame format of Fig. 3. The performance adaptive control 24 includes the control storage 72 which can be either a writable random access memory (RAM) and/or a read only memory. In the preferred embodiment, both a RAM and a ROM comprise the control storage 72 and they share the same address space. The control storage 72 stores program instruc­tions which represent the functional relationship between the packet length Lp for the packets and the information flow rate R in the ring 20, corresponding to the minimum value of the average delay T for a node to gain access to the ring 20. This functional relation­ship is represented by the characteristic curves of Fig. 2. The form of the functional relationship stored in the control storage 72 can be an arithmetic expression which relates the packet length to the information flow rate. Alternately, the form of the functional relationship stored in the control storage 72 can be a table of corresponding values relating the packet length to the information flow rate. The control storage 72 is connected to the PAC bus 60 as shown in Fig. 4.
  • The performance adaptive control 24 also includes the serial bit rate (R) register 74 which receives the value for R over line 76 from the ring adapter 22 and buffers it for access over the PAC bus 60. The perfor­mance adaptive control 24 also includes the RAM data buffer 68 which is connected through the PAC bus 60 to the line 62 from the ring adapter 22. The RAM data buffer 68 is also connected over the PAC bus 60 to the interface logic 66 which, in turn, is connected by line 64 to the input/output (I/O) bus 80 of the workstation 28. The RAM data buffer 68 temporarily stores blocks of information from the workstation 28 prior to providing sub-blocks of the buffered block of information, to the RAM 44 in the ring adapter 22, for transmission on the ring 20.
  • The performance adaptive control 24 further includes the PAC processor 70 which is connected to the PAC bus 60. The processor 70 can be a stored program micro­processor such as a Motorola 68000 microprocessor. It sequentially accesses and executes instructions stored in the control storage 72 to carry out the various operations described herein for the performance adaptive control 24. In accordance with the invention, the processor 70 will access the present measured information flow rate R from the register 74 and it will execute the program instructions stored in the control storage 72 so as to operate on the measured value R to compute a resultant packet length Lp. Further in response to the execution of instructions from the control storage 72, the processor 70 will access a sub-block of the block of information in the RAM data buffer 68, having a length equal to the computed length Lp. This sub-block of length Lp will be transferred over line 62 to the RAM 44 and it will form the variable length data field for the overall frame format shown in Fig. 3. Then, the control processor 52 in the ring adapter 22 will add to the sub-block of length Lp, the 15 byte physical header and the six byte physical trailer, and the completed frame will be output by the ring adapter 22 onto the ring 20 over the serial outline 34.
  • The workstation 28 can be a standalone data processor such as an IBM Personal Computer. The workstation 28 includes the I/O bus to which is connected the RAM 82, ROM 84, the central processing unit (CPU) 86, the keyboard 88, the display 90 and other I/O devices 92. The performance adaptive control 24 and the ring adapter 22 can be physically embodied on an adapter card which physically plugs into one of the adapter slots on the I/O bus 80 of the IBM Personal Computer. The interface logic 66 can output interrupt signals to the workstation 28 and can operate in the manner described in the copending U. S. patent application by D. J. Bradley, et al. entitled "System for Managing a Plurality of Shared Interrupt Handlers in a Linked-List Data Structure," Serial No. 770,541, filed August 29, 1985, assigned to the IBM Corporation.
  • The operation of the invention can be further under­stood with reference to the flow diagram of the performance adaptive control 24, shown in Fig. 5. Step 100 is a starting point followed by step 102 where the functional relationship F between the packet length Lp and the flow rate R is stored in the control storage 72. This can occur at the time of manufacture of the ROM portion of the control storage 72. Alter­nately, this can occur by loading the RAM portion of the control storage 72 at initial program load time. Then follows step 104 where the performance adaptive control 24 will await data from the workstation 28 to be transmitted over the ring 20. Step 106 follows where the ring adapter 22 provides the measured value R over the line 76, representing the present average flow rate of information in the ring 20. Step 108 follows, where a block of the information to be transmitted by the node is received from the work­station 28 and is temporarily stored in the buffer 68. Step 110 follows, where the PAC processor 70 computes the present packet length Lp from the measured flow rate R using the function F. Step 112 follows, where the processor 70 accesses a sub-block of data having a length Lp from the buffered block of information in the RAM data buffer 68. Step 114 follows, where the sub-block of information is transferred over the line 62 to the ring adapter 22 for transmission over the ring 20. Step 116 follows, which questions whether there are any more sub-blocks of data in the buffer 68 which must be transmitted. If the answer is yes, then control passes to step 112 and additional sub-blocks are accessed from the buffer 68 for trans­mission on the ring 20. If the answer in step 116 is no, then control passes to step 104, where the per­formance adaptive control 24 waits for another block of information from the workstation 28 to be trans­mitted over the ring 20.
  • Fig. 6 shows an example of the subdivision of a data block in the RAM 68 into sub-blocks whose length Lp is a function of the present, measured information flow rate R. In part A of Fig. 6, the RAM 68 stores 1024 byte block. In response to a measured low network loading, corresponding to a duty factor of 0.5, the processor 70, in accordance with the invention, will divide the data block in the RAM 68 into four sub-blocks of 256 bytes each. In part B of Fig. 6, as a second example, in response to a measured medium network loading having a duty factor of 0.6, the processor 70 will divide the data block in the RAM 68 into three sub-blocks of approximately 342 bytes each. In part C of Fig. 6, in a third example, in response to a measured high network loading having a duty factor of 0.7, the processor 70 will divide the data block in the RAM 68 into two sub-blocks of 512 bytes each.
  • Detailed Description of the Operation of the Invention
  • The operation of the invention can best be described by referring to the generic performance characteristic shown in Fig. 2 and the flow chart in Fig. 7. The invention is based upon the optimal performance characteristics shown in Fig. 2 which were discovered by the inventor. These functions characterize local area network (LAN) media access protocols such as carrier sense multiple access/collision detection (CSMA/CD), token ring multiple access (TRMA), virtual token multiple access (VTMA) and many others. The performance characteristic N (ρ, α) is the packet delay metric T (ρ, α) normalized with respect to the electrical cable length, τ as shown in Fig. 2. The parameter ρ is the well-known bandwidth utilization efficiency which is the ratio of cable traffic R (BPS) and cable capacity Ro (BPS) while the parameter α is the ratio of cable length τ and packet length Lp/Ro where Lp is the packet size in bits. Since the cable length τ depends on network geometry we can assume that it is fixed. Hence, N (ρ, α) in Fig. 2 is directly proportional to the packet delay T (ρ, α). Also note that as the network utilization increases the system design parameter α must be decreased (i.e., packet size increased) for the network operating point to move to the optimum stable region shown. The invention although applicable to all values of ρ, could be of particular interest in the high utilization region (i.e. 0.7≦ρ≦0.9) where the stability region is very narrow and where a small change in load could cause unstable network operation. Although the character­istics shown in Fig. 2 assume that the traffic is generated by a homogenous set of terminals, the "cusp-like" shape of the characteristics will be there even then the LAN traffic is non-homogenous. For a given network load, the performance of a LAN for homogenous traffic is an upperbound on any other mixture of traffic. Hence, the invention will be applicable to the case where file server traffic is mixed in with homogenous traffic. For each value of ρ the invention will always attempt to operate in the stable region and at the highest packet rate, λ. The packet rate λ is given by the mathematical expression:
    Figure imgb0001
  • As we move the optimum operating point from a high utilization to a lower value, the packet rate will increase. Moving the operating point in the opposite direction will decrease the packet rate. A LAN is a packet switched network and in a packet switched network, the objective is to transmit as high a packet rate as the current state of the network will permit. The only reason for decreasing the packet rate as the network load increases is to prevent the network from overloading which is the object of the invention.
  • We refer to Fig. 2 to show how the invention enables the network to adapt to changes in load. Assume that the network initially is in the optimum stable state (ρ*i = 0.5; αi = 0.46). The packet delay is T(ρ*i, αi) = 10τ. The traffic on the network ρ* is monitored continuously by the invention as is the metric T(ρ*, αi). Assume that the traffic load has transitioned to the new state ρ* = 0.6 and that the metric in the transition state αi is T(ρ*, αi) = 18τ.
  • The differential metric ΔTi is,
        ΔTi = 18τ - 10τ = 8τ      (2)
  • Assume now that the change Δ Ti is sufficient for the invention to initiate the adaptive process. The traffic load is now ρ*i+1 = 0.6. For this value of load, the invention computes the value of α for the new stable state for which the delay metric T(ρ*i+1,α) is a minimum, that is α = αi+1 = 0.3. A control signal is now transmitted by the invention to the network interface adapter at the node where the measurement takes place to decrease α from αi = 0.46 to α = 0.3. Each node in the LAN uses the same adaptive control method and hence transitions to the same stable state, resulting in distributed monitoring and control. The parameter α is related to the packet size Lp by the following equation:
    Figure imgb0002
  • Hence, to transition to the new stable state at the new operating point, the invention causes the network packet size to increase by 50%. For example if the packet size in Eq. (5) Lp(i) = 128 bytes, then the new packet size, Lp(i+1) = 192 bytes. If the packet load ρ* increases, the adaptive process will transition upward and to the left and if the load decreases the adaptive process will transition downward and to the right.
  • The network packet rates in the initial state (ρ*i, αi) and in the final state (ρ*i+1, αi+1) are, from Eq. (1),
    Figure imgb0003
  • Hence, the percentage decrease in packet rate carried out by the invention when moving to the higher state is,
    Figure imgb0004
  • A 22% decrease in packet rate is necessary to allow the network to transition from a near unstable operating point to a stable one.
  • To show the process even more vividly let us examine a transition to a higher utilization from (ρ*i+2 = 0.7; αi+2 = 0.2) to (ρ*i+3 = 0.8, αi+3 = 0.1), (Fig. 2). For this case, from Eq. (4), we have,
    Figure imgb0005
  • This requires doubling the packet size. The new packet size will reduce the packet rate by,
    Figure imgb0006
  • In the transition process the packet rate must be reduced to 57% of its previous value. Of course, the packet rate increases when the network transition is downward.
  • Fig. 7 is the flow chart which we will use to describe the adaptive process of the invention in more detail.
  • The measured state ρ* is shown in steps 200, 202 and 204 to the right and the transitioning process from one state to the next is shown in steps 206, 208 and 210 to the left. The ring adapter 22 at a node measures in step 200, the normalized traffic ρ* = R*/Ro (where R* is the measured bit rate on the ring 20) when the network is in state ( ρ*, αi) operating at some packet size Lp(i). The processor 70 calculates the packet delay T(ρ*, αi) in step 204 and then the differential metric ΔTi as shown in step 212. One component of the differential metric, T(ρ*i, αi) is provided by the computer function that calculates the current stable state (step 204 at the left in the flow chart of Fig. 7). The absolute value of the differential metric ( ΔTi) is compared in step 216 to a threshold value ΔToi whose value in step 214 is a function of the current stable state ( ρ*i, αi). If |ΔTi|≧ΔToi, the network must adapt in step 218 to a new transition state (ρ*i+1, α) where ρ* = ρ*i+1. Otherwise, no changes to the network are made and the measurement process ρ* continues in step 220. In the invention, the threshold parameter ΔToi is a function of the current stable state, and will change as the process transition to a new state. Fig. 2 shows why the threshold is adaptive as well. Note, that as the network transitions to a higher utilization, the change ΔTi is larger and more rapid for the same differential in utilization, say, Δρ = 0.1. By opening up a wider window ΔTio which will include larger variations in ΔTi, we can expect to detect a tran­sition more quickly and perhaps without increasing the integration (smoothing) time. Adapting the threshold as a function of the state (ρ*i, αi) is an important part of the invention.
  • In the transition state (ρ* 1+1, α) the processor 70 finds the value of for which the metric is a minimum, i.e., α = αi+1. This value of α is then fed back in step 222 to the new measured state (ρ*, αi+1). Also the new metric T(ρ*i+1, αi+1) is now the new reference for comparing the current metric T(ρ*, αi+1) with the minimum value. The value α = αi+1 is also used by the processor 70 to control the packet size from Lp(i) to Lp(i+1), which is accessed from RAM 68. With this new packet size the network will transition gradually to the optimum operating point.
  • The invention is applicable to the important case where the traffic on a LAN is not homogenous, that is when a change in traffic can be caused by a file transfer. The performance characteristics for homogenous traffic will provide an upper bound for the non-homo­genous traffic case for any value of network utili­zation ρ, as shown in Fig. 8. One can see in Fig. 8, that the adaptive algorithm, which assumes homogenous traffic, will always function properly for the non-­homogenous case and will still be very close to the optimum. The apparent "track" shown in Fig. 8 is computed using the same method as before (see Fig. 7). However, the true operating point for non-homogenous traffic will be somewhat below that shown but for all practical purposes at the true minimum value of α.
  • Although we have described a distributed adaptive control method, the invention can just as easily be used with centralized control. In centralized control a terminal ready to transfer a file lets the network manager know of this, and also specifies the file size and transfer rate. The network manager than uses the method shown in Fig. 7 to find the value α which minimizes T(ρ*i, αi) and then sends the packet size control parameter αi to each node. The network manage­ment function uses the invention to monitor T(ρ*i, αi) in order to ensure that the network now functions as required. The advantage of centralized over adaptive control is that new traffic is not allowed on the network without permission until the network parameter α is adjusted to handle the load. The network manager, however, uses the method in Fig. 7 to monitor traffic and sense when the load on the network decreases. The network manager then transmits a larger control value of α which will reduce the packet size to a smaller value and in turn permit the packet rate transmitted by each node to increase, Eq. (1). Of course, distri­buted adaptive control has the advantage that a centralized monitor and control function is not needed, which leads to a much more reliable network.
  • A combination of adaptive and centralized control can also be implemented with centralized control used only to allow for the very rapid transfer of extremely large files. For this special application, the network manager could use a priority control algorithm which allows high priority users to remain active during the file transfer.
  • The invention can also be used in the design of a LAN which will not overload as long as ρ* ≦ ρo i.e., a worst case design. The value of α is selected so that the network will operate at the optimum value when the load is ρo . This value, α = αo is not changed even when ρ*<ρo. The pair (ρo, αo) also define the maximum value of packet rate. At all values of utilization ρ*<ρo, the packet rate, will be less than,
    Figure imgb0007
  • This is the simplest approach for guarding against network overload, at the expense of always operating at a low packet rate.
  • The equations which describe the performance tracking characteristic shown in Fig. 2 are:
    Figure imgb0008
  • Eq. (11), (12), and (13) all have the same functional form shown in Fig. 2 although the actual numerical values are different. The equations are for three important media access protocols; CSMA/CD, TRMA, and VTMA. The first two protocols have been recommended by the IEEE 802.3 and IEEE 802.5 committee as LAN standards.
  • The invention goes beyond these specific mathematical models since, it is believed, that all LAN media access protocols will exhibit the same functional form shown in Fig. 2. We can even measure the tracking characteristics empirically, store them in control RAM 72 and then use them in the invention for controlling the performance adaptively just as if we had stored instructions for solving the mathematical equations.
  • Description of an Alternate Embodiment of the Invention
  • Fig. 9 shows the input and output parameters and functions, as well as the measured load variable R* and the controlled packet size variable Lp* for the alternate embodiment PAC 24ʹ. The parameters and functions shown in Fig. 9 are defined in Table I.
  • The architecture for the alternate embodiment of the invention is shown in Fig. 10. The performance adaptive control (PAC) 24ʹ shown represents the invention. PAC 24ʹ can be implemented with the OSI/RM communication protocols shown. PAC 24ʹ measures R* and controls the packet size Lp*, and therefore functions as a network monitor and control function resident in the co-­processor. The conventional workstation function is performed in the main CPU 86 where the higher level communication protocols and the application reside. The other functions include a keyboard 88 for entering the PAC parameters and a display system 90 where the PAC time variant functions can be displayed on a screen, on request. Of course the main functions of the keyboard and display are for using the work­station.
  • Table 1 Definition of Parameters Parameters
  • τ    Electrical length of cable (sec)
    Ro    Cable capacity (BPS)
    ρ    Cable capacity utilization
    α    Cable length (τ) to packet length (Lp/Ro) ratio
    T(ρ,α)    Packet delay tracking characteristic (sec)
    MAC    Media access control protocol
    TM    Measurement interval (sec)
    ΔTio    Adaptive threshold (sec)
    R*    Traffic load measured variable (sec)
    L*p    Packet size controlled variable (bits/packet)
  • Open system Interconnect (OSI)
  • APP      Application Layer
    PRE      Presentation Layer
    SES      Session Layer
    TRA      Transport Layer
    NET      Network Layer
    LLC      Logical Link Control
    MAC      Media Access Control
    PAC      Performance Adaptive Control (Invention)
    I/F      Interface
    CPU      Central Processor Unit
  • The resultant adaptive packet length traffic control apparatus and method maintains network stability in a packet switching local area network under changing traffic load, in an optimal manner by controlling the packet size transmitted. The traffic level is therefore maintained at all nodes even when the network traffic increases. The operation of the invention is independent of the nature of the traffic, that is it can be digitized voice, interactive data, the transfer of data files, or other diverse types of data communi­cations applications. The invention is also independent of the local area network protocol employed and can be applied to CSMA/CD, token ring, token bus, virtual token, and other protocols. The invention offers a traffic control mechanism for providing network flow control without forcing the data terminals connected to the nodes to either slow down or speed up their operations.
  • Although specific embodiments of the invention have been disclosed, it will be understood by those having skill in the art that minor changes can be made to the form and the details of the disclosed invention, without departing from the spirit and the scope of the invention.

Claims (10)

1. In a communications network having a plurality of nodes connected to a multiple access communications medium, with each node executing an access method to obtain exclusive access to the medium after which the node gaining access transmits a packet of information over the medium, an adaptive packet length apparatus for minimizing the average delay for each node gaining access to the medium, comprising:

storage means (72, Fig.4 ) for storing program instructions representing the functional relation­ship between the packet length (Lp) for said packets and the information flow rate (R) in said medium, corresponding to the minimum value of the average delay (T) for a node to gain access to said medium;

measurement means (52) coupled to said medium for measuring the average information flow rate in said medium;

buffer means (68) at each node coupled to a source (26, 28) of information to be transmitted and coupled to said medium (20), for temporarily storing a block of said information from said source prior to transmission over said medium;

computing means (70) connected to said storage means, to said measurement means and to said buffer means, for receiving a measured value of said average information flow rate from said measurement means, executing said program instructions from said storage means to operate on said measured value to compute a resultant packet length value, and accessing a sub-block of said block of information in said buffer means, having a length approximate to said resultant packet length value;

said buffer means outputting said accessed sub-block of information for transmission over said medium.
2. The apparatus of claim 1, wherein each node of said network includes said storage means (72), said measurement means (52) and said computing means (70), for distributed adaptive control of the lengths of the packets of information trans­mitted from each respective node.
3. The apparatus of claim 1, wherein the form of said functional relationship stored in said storage means (72) is an arithmetic expression relating packet length (Lp) and information flow rate (R).
4. The apparatus of claim 1, wherein the form of said functional relationship stored in said storage means (72) is a table of corresponding values relating packet length and information flow rate.
5. The apparatus of claim 1, wherein said functional relationship stored in said storage means (72) relates increases in the packet length (Lp) to increases in the measured value (R) of the information flow rate, in order to minimize the average delay (T) for a node to gain access to said medium.
6. The apparatus of claim 1, wherein said network is a carrier sense multiple access with collision detection local area network.
7. The apparatus of claim 1, wherein said network is a token ring multiple access local area network.
8. In a local area network, a method to optimize the waiting time (T) required for a particular node in order to gain access to the network, comprising the steps of:

sensing at a particular node on the local area network, the traffic load (R) on the network;

comparing said sensed traffic load to a reference load value;

adjusting the packet length (Lp) for messages originating from said particular node, in response to said comparison, so as to achieve a packet length which gives said particular node a minimum waiting time in order to gain access to the network.
9. In a communications network having a plurality of nodes connected to a multiple access communications medium, with each node executing an access method to obtain exclusive access to the medium after which the node gaining access transmits a packet of information over the medium, the adaptive packet length control method of Claim 8 for minimizing the average delay for each node gaining access to the medium, comprising the steps of:

storing the relationship between the packet length (Lp) for said packets and the information flow rate (R) in said medium, corresponding to the minimum value of the average delay for a node to gain access to said medium;

measuring the average information flow rate in said medium;

buffering a block of said information received from an information source, prior to transmission thereof over said medium;

computing a resultant packet length value from said measured information flow rate;

accessing a sub-block of said block of buffered information, having a length approximate to said resultant packet length value;

outputting said accessed sub-block of information for transmission over said medium;

repeating said steps of accessing and trans­mitting a sub-block until said entire buffered block of information has been transmitted over said medium.
10. The method of Claim 8 comprising the steps of:

comparing the differential load value obtained in that comparison step to an adaptive threshold value;

adjusting the packet length only is the differential value exceeds said threshold value.
EP87108927A 1986-07-21 1987-06-23 Packet length traffic control in a local area network Expired - Lifetime EP0254047B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US887477 1986-07-21
US06/887,477 US4771391A (en) 1986-07-21 1986-07-21 Adaptive packet length traffic control in a local area network

Publications (3)

Publication Number Publication Date
EP0254047A2 true EP0254047A2 (en) 1988-01-27
EP0254047A3 EP0254047A3 (en) 1990-03-14
EP0254047B1 EP0254047B1 (en) 1994-03-23

Family

ID=25391230

Family Applications (1)

Application Number Title Priority Date Filing Date
EP87108927A Expired - Lifetime EP0254047B1 (en) 1986-07-21 1987-06-23 Packet length traffic control in a local area network

Country Status (4)

Country Link
US (1) US4771391A (en)
EP (1) EP0254047B1 (en)
JP (1) JPH0630498B2 (en)
DE (1) DE3789407T2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2208261A (en) * 1987-07-14 1989-03-15 Standard Microsyst Smc Distributed intelligence information processing systems and interface packages therefor
EP0452223A2 (en) * 1990-04-13 1991-10-16 Digital Equipment Corporation Telecommunications network with plesiochronous transfer mode
EP0528370A2 (en) * 1991-08-15 1993-02-24 Fujitsu Limited Frame length control in data transmission using ATM network
WO1994022091A2 (en) * 1993-03-16 1994-09-29 Apple Computer, Inc. Method and apparatus for a dynamic, multi-speed bus architecture having a scalable interface
EP0647047A2 (en) * 1993-09-14 1995-04-05 International Business Machines Corporation Client/server computer system
EP1116122A1 (en) * 1998-08-28 2001-07-18 Intel Corporation Method and apparatus for transmitting and receiving network protocol compliant signal packets over a platform bus
WO2002030064A1 (en) 2000-10-03 2002-04-11 U4Ea Technologies Limited Information flow control in a packet network based on variable conceptual packet lengths
WO2006063349A2 (en) * 2004-12-07 2006-06-15 Intel Corporation Methods and media access controller for broadband wireless communications with variable data unit size and delayed data unit construction
WO2006112966A1 (en) * 2005-04-18 2006-10-26 Hewlett-Packard Development Company, L.P. Systems and methods for dynamic burst length transfers
EP1901495A1 (en) 2006-09-13 2008-03-19 Broadcom Corporation Adaptive packet size modification for voice over packet networks
US7535835B2 (en) 2000-10-03 2009-05-19 U4Ea Technologies Limited Prioritizing data with flow control
US7573817B2 (en) 2000-10-03 2009-08-11 U4Ea Technologies Limited Policing data based on data load profile
US7970888B2 (en) 2000-10-03 2011-06-28 U4Ea Technologies Limited Allocating priority levels in a data flow
EP2424159A1 (en) * 2010-08-31 2012-02-29 Kabushiki Kaisha Toshiba Information transmission apparatus, information transmission method, and computer readable medium
US8174985B2 (en) 2000-10-03 2012-05-08 Gos Networks Ltd Data flow control
US8743687B2 (en) 2000-10-03 2014-06-03 U4Ea Technologies Limited Filtering data flows

Families Citing this family (141)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4870699A (en) * 1986-03-26 1989-09-26 General Electric Company Method and apparatus for controlling the frequency of operation and at least one further variable operating parameter of a radio communications device
DE3883817T2 (en) * 1987-03-20 1994-02-03 Canon Kk Data transmission system.
US4989139A (en) * 1987-07-17 1991-01-29 International Business Machines Corporation Map case network virtual connection interface system
JPS6489737A (en) * 1987-09-30 1989-04-04 Toshiba Corp Multiple address communication data transmission system
US4985890A (en) * 1987-10-20 1991-01-15 Sharp Kabushiki Kaisha Data transmission unit
JP2587434B2 (en) * 1987-11-13 1997-03-05 株式会社日立製作所 Data input / output processing method
US4888763A (en) * 1988-03-11 1989-12-19 Codenoll Technology Corporation Method and apparatus for detecting the collision of data packets utilizing a preassigned transceiver code in the preamble
US5377327A (en) * 1988-04-22 1994-12-27 Digital Equipment Corporation Congestion avoidance scheme for computer networks
US5101402A (en) * 1988-05-24 1992-03-31 Digital Equipment Corporation Apparatus and method for realtime monitoring of network sessions in a local area network
JP2525869B2 (en) * 1988-06-17 1996-08-21 株式会社フジクラ In-vehicle data transmission network
WO1990000841A1 (en) * 1988-07-15 1990-01-25 Luminis Pty. Ltd. Access protection and priority control in distributed queueing
US5031124A (en) * 1988-09-07 1991-07-09 International Business Machines Corporation Method for selecting computer storage devices for computer applications
DE3839675C2 (en) * 1988-11-24 1996-02-15 Lawrenz Wolfhard Optimizer for a parameter-dependent control system
US5041963A (en) * 1988-12-29 1991-08-20 Intel Corporation Local area network with an active star topology comprising ring controllers having ring monitor logic function
US5253252A (en) * 1989-01-10 1993-10-12 The Foxboro Company Token device for distributed time scheduling in a data processing system
US4954965A (en) * 1989-02-09 1990-09-04 International Business Machines Corporation Enhanced frame utilization for CSMA/CD communication protocol
US5179708A (en) * 1989-04-07 1993-01-12 At&T Bell Laboratories System inhibiting message delivery to destination process until priority of process excuting on distination processor is no higher than priority of sending process
US5237659A (en) * 1989-07-27 1993-08-17 Bull S.A. Gateway device for connecting a computer bus to a ring network
US5193151A (en) * 1989-08-30 1993-03-09 Digital Equipment Corporation Delay-based congestion avoidance in computer networks
US5214644A (en) * 1989-10-17 1993-05-25 Matsushita Electric Industrial Co., Ltd. Electronic device with data transmission function
US5095444A (en) * 1989-12-21 1992-03-10 Legent Corporation System and method for measuring inter-nodal transmission delays in a communications network
US5267238A (en) * 1989-12-29 1993-11-30 Ricoh Company, Ltd. Network interface units and communication system using network interface unit
US5115429A (en) * 1990-08-02 1992-05-19 Codex Corporation Dynamic encoding rate control minimizes traffic congestion in a packet network
JPH077975B2 (en) * 1990-08-20 1995-01-30 インターナショナル・ビジネス・マシーンズ・コーポレイション System and method for controlling data transmission
US5231593A (en) * 1991-01-11 1993-07-27 Hewlett-Packard Company Maintaining historical lan traffic statistics
US5341374A (en) * 1991-03-01 1994-08-23 Trilan Systems Corporation Communication network integrating voice data and video with distributed call processing
US5268846A (en) * 1991-04-10 1993-12-07 International Business Machines Corporation Method and apparatus for nonsequential multimedia data interchange in a data processing system
US5262964A (en) * 1991-04-10 1993-11-16 International Business Machines Corporation Method and apparatus for variable playback speed of multimedia data interchange within a data processing system
JPH0522345A (en) * 1991-07-12 1993-01-29 Hitachi Ltd Optimum management decision system for maximum transfer unit
US5307351A (en) * 1991-08-26 1994-04-26 Universal Data Systems, Inc. Data communication apparatus for adjusting frame length and method of operating same
US5351242A (en) * 1992-04-14 1994-09-27 Marian Kramarczyk Method and apparatus for configuring and maintaining token ring networks
US5539727A (en) * 1992-04-14 1996-07-23 Kramarczyk; Marian Method and apparatus for configuring and maintaining token ring networks
CA2095755C (en) * 1992-08-17 1999-01-26 Mark J. Baugher Network priority management
US5434976A (en) * 1992-09-28 1995-07-18 Standard Microsystems Corporation Communications controller utilizing an external buffer memory with plural channels between a host and network interface operating independently for transferring packets between protocol layers
US5414841A (en) * 1992-10-19 1995-05-09 International Business Machines Corporation Computerized system for representing data items using token identifiers
US5379296A (en) * 1992-12-31 1995-01-03 Unisys Corporation Method and apparatus for interfacing a workstation to a plurality of computer platforms
US5559967A (en) * 1993-03-18 1996-09-24 Apple Computer, Inc. Method and apparatus for a dynamic, multi-speed bus architecture in which an exchange of speed messages occurs independent of the data signal transfers
KR100228320B1 (en) * 1993-05-25 1999-11-01 가나이 쓰도무 Control system and method of configurating the system
JPH087730B2 (en) * 1993-06-24 1996-01-29 日本電気株式会社 Computer system
US5598581A (en) * 1993-08-06 1997-01-28 Cisco Sytems, Inc. Variable latency cut through bridge for forwarding packets in response to user's manual adjustment of variable latency threshold point while the bridge is operating
US5761438A (en) * 1993-08-31 1998-06-02 Canon Kabushiki Kaisha Apparatus for measuring the amount of traffic of a network at a predetermined timing and compressing data in the packet without changing the size of the packet
US6336143B1 (en) 1993-09-27 2002-01-01 International Business Machines Corporation Method and apparatus for multimedia data interchange with pacing capability in a distributed data processing system
GB9402210D0 (en) * 1994-02-04 1994-03-30 British Telecomm A method of communicating between nodes in a communications network
US5434978A (en) * 1994-02-18 1995-07-18 International Business Machines Corporation Communications interface employing unique tags which enable a destination to decode a received message structure
US5541852A (en) * 1994-04-14 1996-07-30 Motorola, Inc. Device, method and system for variable bit-rate packet video communications
JPH07336375A (en) * 1994-06-14 1995-12-22 Hitachi Ltd Data transfer system
US5524227A (en) * 1994-07-29 1996-06-04 U S West Technologies, Inc. Method and system for formatting address strings into recognizable token sequences
US5623644A (en) * 1994-08-25 1997-04-22 Intel Corporation Point-to-point phase-tolerant communication
US5659796A (en) * 1995-04-13 1997-08-19 Cray Research, Inc. System for randomly modifying virtual channel allocation and accepting the random modification based on the cost function
US5701416A (en) * 1995-04-13 1997-12-23 Cray Research, Inc. Adaptive routing mechanism for torus interconnection network
US20010002851A1 (en) * 1995-04-14 2001-06-07 Takao Shimada Multimedia data processing system in network
DE69631182T2 (en) * 1995-04-28 2004-08-19 Matsushita Electric Industrial Co., Ltd., Kadoma Data transmission method
US6577646B2 (en) * 1995-04-28 2003-06-10 Matsushita Electric Industrial Co., Ltd. Data transmitting apparatus, data receiving apparatus and data transmission control apparatus
US5878420A (en) * 1995-08-31 1999-03-02 Compuware Corporation Network monitoring and management system
US5666348A (en) * 1995-09-18 1997-09-09 Telefonaktiebolaget L M Ericsson (Publ.) Packet switched radio channel admission control in a cellular telecommunications system
US5966163A (en) 1995-10-20 1999-10-12 Scientific-Atlanta, Inc. Providing constant bit rate upstream data transport in a two way cable system by scheduling preemptive grants for upstream data slots using selected fields of a plurality of grant fields
US6230203B1 (en) 1995-10-20 2001-05-08 Scientific-Atlanta, Inc. System and method for providing statistics for flexible billing in a cable environment
JPH09116572A (en) * 1995-10-23 1997-05-02 Nec Corp Packet data control system
US6055618A (en) * 1995-10-31 2000-04-25 Cray Research, Inc. Virtual maintenance network in multiprocessing system having a non-flow controlled virtual maintenance channel
US5815667A (en) * 1995-11-28 1998-09-29 Ncr Corporation Circuits and methods for intelligent acknowledgement based flow control in a processing system network
US5819045A (en) * 1995-12-29 1998-10-06 Intel Corporation Method for determining a networking capability index for each of a plurality of networked computers and load balancing the computer network using the networking capability indices
US5805823A (en) * 1996-01-30 1998-09-08 Wayfarer Communications, Inc. System and method for optimal multiplexed message aggregation between client applications in client-server networks
US5835925A (en) * 1996-03-13 1998-11-10 Cray Research, Inc. Using external registers to extend memory reference capabilities of a microprocessor
US5864738A (en) * 1996-03-13 1999-01-26 Cray Research, Inc. Massively parallel processing system using two data paths: one connecting router circuit to the interconnect network and the other connecting router circuit to I/O controller
US7028088B1 (en) 1996-04-03 2006-04-11 Scientific-Atlanta, Inc. System and method for providing statistics for flexible billing in a cable environment
US5982778A (en) * 1996-08-30 1999-11-09 Advanced Micro Devices, Inc. Arrangement for regulating packet flow rate in shared-medium, point-to-point, and switched networks
US5892753A (en) * 1996-12-02 1999-04-06 International Business Machines Corporation System and method for dynamically refining PMTU estimates in a multimedia datastream internet system
US6065059A (en) * 1996-12-10 2000-05-16 International Business Machines Corporation Filtered utilization of internet data transfers to reduce delay and increase user control
US6137688A (en) * 1996-12-31 2000-10-24 Intel Corporation Apparatus for retrofit mounting a VLSI chip to a computer chassis for current supply
US6018465A (en) * 1996-12-31 2000-01-25 Intel Corporation Apparatus for mounting a chip package to a chassis of a computer
US6324267B1 (en) 1997-01-17 2001-11-27 Scientific-Atlanta, Inc. Two-tiered authorization and authentication for a cable data delivery system
US6272150B1 (en) 1997-01-17 2001-08-07 Scientific-Atlanta, Inc. Cable modem map display for network management of a cable data delivery system
US6003089A (en) * 1997-03-31 1999-12-14 Siemens Information And Communication Networks, Inc. Method for constructing adaptive packet lengths in a congested network
US6009077A (en) * 1997-04-08 1999-12-28 University Of Massachusetts Flow admission control for a router
US6286058B1 (en) 1997-04-14 2001-09-04 Scientific-Atlanta, Inc. Apparatus and methods for automatically rerouting packets in the event of a link failure
US6073181A (en) * 1997-06-03 2000-06-06 International Business Machines Corporation Multi-buffer error detection for an open data-link interface LAN adapter
US6000053A (en) * 1997-06-13 1999-12-07 Microsoft Corporation Error correction and loss recovery of packets over a computer network
US6304911B1 (en) * 1997-06-25 2001-10-16 Advanced Micro Devices, Inc. Information packet reception indicator for reducing the utilization of a host system processor unit
US6141690A (en) * 1997-07-31 2000-10-31 Hewlett-Packard Company Computer network address mapping
US6108306A (en) * 1997-08-08 2000-08-22 Advanced Micro Devices, Inc. Apparatus and method in a network switch for dynamically allocating bandwidth in ethernet workgroup switches
EP0903894A1 (en) * 1997-09-18 1999-03-24 Alcatel Method and device to characterize cell traffic
JP3437070B2 (en) * 1997-10-20 2003-08-18 富士通株式会社 Subscriber wireless access system
WO1999023538A1 (en) 1997-10-28 1999-05-14 Georgia Tech Research Corporation Adaptive data security system and method
US6101181A (en) * 1997-11-17 2000-08-08 Cray Research Inc. Virtual channel assignment in large torus systems
US5970232A (en) * 1997-11-17 1999-10-19 Cray Research, Inc. Router table lookup mechanism
US6230252B1 (en) 1997-11-17 2001-05-08 Silicon Graphics, Inc. Hybrid hypercube/torus architecture
US6085303A (en) * 1997-11-17 2000-07-04 Cray Research, Inc. Seralized race-free virtual barrier network
US5841778A (en) * 1997-11-21 1998-11-24 Siemens Business Communication Systems, Inc. System for adaptive backoff mechanisms in CSMA/CD networks
US6118761A (en) * 1997-12-18 2000-09-12 Advanced Micro Devices, Inc. Apparatus and method for generating rate control frames in a workgroup switch based on traffic contribution from a network switch port
US6252855B1 (en) * 1997-12-22 2001-06-26 Cisco Technology, Inc. Method and apparatus for identifying a maximum frame size to maintain delay at or below an acceptable level
US6370163B1 (en) 1998-03-11 2002-04-09 Siemens Information And Communications Network, Inc. Apparatus and method for speech transport with adaptive packet size
FI108824B (en) * 1998-06-03 2002-03-28 Nokia Corp Data transfer procedures in a telecommunications system
US6757548B1 (en) * 1998-08-31 2004-06-29 Motorola, Inc. Method and apparatus in a wireless messaging system for estimating and using required delivery parameters to meet a target transmission reliability
US6216174B1 (en) 1998-09-29 2001-04-10 Silicon Graphics, Inc. System and method for fast barrier synchronization
US6421720B2 (en) * 1998-10-28 2002-07-16 Cisco Technology, Inc. Codec-independent technique for modulating bandwidth in packet network
US7142506B1 (en) * 1999-02-02 2006-11-28 Vocaltec Communications Ltd. Method and apparatus for transmitting packets
US6996059B1 (en) * 1999-05-19 2006-02-07 Shoretel, Inc Increasing duration of information in a packet to reduce processing requirements
JP4105341B2 (en) * 1999-08-13 2008-06-25 富士通株式会社 Fragment size changing method and router apparatus
US6751698B1 (en) 1999-09-29 2004-06-15 Silicon Graphics, Inc. Multiprocessor node controller circuit and method
US6674720B1 (en) 1999-09-29 2004-01-06 Silicon Graphics, Inc. Age-based network arbitration system and method
US6570849B1 (en) 1999-10-15 2003-05-27 Tropic Networks Inc. TDM-quality voice over packet
US6980569B1 (en) 1999-10-18 2005-12-27 Siemens Communications, Inc. Apparatus and method for optimizing packet length in ToL networks
US6889257B1 (en) * 1999-12-03 2005-05-03 Realnetworks, Inc. System and method of transmitting data packets
US6856613B1 (en) * 1999-12-30 2005-02-15 Cisco Technology, Inc. Method and apparatus for throttling audio packets according to gateway processing capacity
US20020009098A1 (en) * 2000-07-14 2002-01-24 International Business Machines Corporation Communication control method and device
US7292598B2 (en) * 2000-12-18 2007-11-06 Texas Instruments Incorporated Adaptive algorithms for optimal control of contention access
US7292530B2 (en) * 2000-12-29 2007-11-06 Intel Corporation Method and apparatus to manage packet fragmentation
US7542419B2 (en) * 2001-04-02 2009-06-02 International Business Machines Corporation Method and apparatus for managing aggregate bandwidth at a server
WO2002093401A1 (en) * 2001-05-16 2002-11-21 Pitts William M Auto-sizing channel
US7480707B2 (en) * 2001-05-16 2009-01-20 International Business Machines Corporation Network communications management system and method
US7688863B2 (en) * 2001-10-19 2010-03-30 Renesas Technology America, Inc. Methods and apparatus for sharing network bandwidth
GB2382945B (en) * 2001-12-04 2003-11-05 Lucent Technologies Inc A method of scheduling data packets for transmission over a shared channel, and terminal of a data packet transmission network
US7031254B2 (en) * 2002-01-25 2006-04-18 Lucent Technologies Inc. Rate control system and method for a link within a wireless communications system
US7539756B2 (en) * 2002-01-31 2009-05-26 Darby & Mohaine, L.L.C. Method and system of data packet transmission timing for controlling bandwidth
US20040158622A1 (en) * 2002-05-16 2004-08-12 Pitts William M. Auto-sizing channel
US20040015602A1 (en) * 2002-07-19 2004-01-22 Roving Planet, Inc. Network bandwidth allocation and access method and apparatus
US7428243B2 (en) * 2002-10-18 2008-09-23 Darby & Mohaine, Llc Method and system for varying data packet size for controlling bandwidth
US20040199618A1 (en) * 2003-02-06 2004-10-07 Knight Gregory John Data replication solution
US7474672B2 (en) * 2003-02-11 2009-01-06 International Business Machines Corporation Frame alteration logic for network processors
JP2004260658A (en) * 2003-02-27 2004-09-16 Matsushita Electric Ind Co Ltd Wireless lan device
US7120825B2 (en) * 2003-06-06 2006-10-10 Hewlett-Packard Development Company, L.P. Adaptive batch sizing for asynchronous data redundancy
US7178055B2 (en) * 2003-06-06 2007-02-13 Hewlett-Packard Development Company, L.P. Method and system for ensuring data consistency after a failover event in a redundant data storage system
US7165187B2 (en) * 2003-06-06 2007-01-16 Hewlett-Packard Development Company, L.P. Batch based distributed data redundancy
US7735088B1 (en) 2003-08-18 2010-06-08 Cray Inc. Scheduling synchronization of programs running as streams on multiple processors
US7334110B1 (en) 2003-08-18 2008-02-19 Cray Inc. Decoupled scalar/vector computer architecture system and method
US7437521B1 (en) 2003-08-18 2008-10-14 Cray Inc. Multistream processing memory-and barrier-synchronization method and apparatus
US7366873B1 (en) 2003-08-18 2008-04-29 Cray, Inc. Indirectly addressed vector load-operate-store method and apparatus
US7379424B1 (en) 2003-08-18 2008-05-27 Cray Inc. Systems and methods for routing packets in multiprocessor computer systems
US7543133B1 (en) 2003-08-18 2009-06-02 Cray Inc. Latency tolerant distributed shared memory multiprocessor computer
US7519771B1 (en) 2003-08-18 2009-04-14 Cray Inc. System and method for processing memory instructions using a forced order queue
US7503048B1 (en) 2003-08-18 2009-03-10 Cray Incorporated Scheduling synchronization of programs running as streams on multiple processors
US7421565B1 (en) * 2003-08-18 2008-09-02 Cray Inc. Method and apparatus for indirectly addressed vector load-add -store across multi-processors
US8307194B1 (en) 2003-08-18 2012-11-06 Cray Inc. Relaxed memory consistency model
FR2867932A1 (en) * 2004-03-18 2005-09-23 France Telecom RECEIVING FLOW MEASUREMENT FOR A TERMINAL
US7436829B2 (en) * 2004-03-30 2008-10-14 Intel Corporation Methods and apparatus for reconfiguring packets to have varying sizes and latencies
US7478769B1 (en) 2005-03-09 2009-01-20 Cray Inc. Method and apparatus for cooling electronic components
US20080159249A1 (en) * 2006-12-21 2008-07-03 Ntt Docomo, Inc. Radio communication apparatus and radio communication method
US20090010169A1 (en) * 2007-07-03 2009-01-08 Kazuyuki Tamura Packet transfer apparatus and method for transmitting copy packet
KR100819726B1 (en) * 2007-10-31 2008-04-08 주식회사 제일정공 The stuffing box to environment for prevention contamination wasteful engine-oil
US7793001B2 (en) * 2008-05-09 2010-09-07 Microsoft Corporation Packet compression for network packet traffic analysis
CN103873376B (en) * 2012-12-18 2017-03-01 中国银联股份有限公司 Communicator based on flow speed control and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4398289A (en) * 1980-02-15 1983-08-09 U.S. Philips Corporation Method for the transmission of data packets
EP0117677A2 (en) * 1983-02-22 1984-09-05 International Computers Limited Data communication systems

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IT944478B (en) * 1971-12-29 1973-04-20 Italiana Telecominicazioni Sie VOICE INTERPOLATION SYSTEM FOR TIME DIVISION MULTIPLEX
US3811014A (en) * 1973-03-12 1974-05-14 Logicon Inc Adaptive pulse code modulation system
US3876838A (en) * 1973-10-26 1975-04-08 Vidar Corp Carrier concentrator system and method
US4100377A (en) * 1977-04-28 1978-07-11 Bell Telephone Laboratories, Incorporated Packet transmission of speech
US4251880A (en) * 1979-07-31 1981-02-17 Bell Telephone Laboratories, Incorporated Digital loop switch for controlling data information having differing transmission characteristics
JPS57159192A (en) * 1981-03-27 1982-10-01 Hitachi Ltd Audio packet exchange system
JPS57158248U (en) * 1981-03-30 1982-10-05
US4441162A (en) * 1981-04-22 1984-04-03 Pitney Bowes Inc. Local network interface with control processor & DMA controller for coupling data processing stations to common serial communications medium
US4412326A (en) * 1981-10-23 1983-10-25 Bell Telephone Laboratories, Inc. Collision avoiding system, apparatus and protocol for a multiple access digital communications system including variable length packets
US4454508A (en) * 1982-03-05 1984-06-12 Burroughs Corporation Timed token ring
US4516239A (en) * 1982-03-15 1985-05-07 At&T Bell Laboratories System, apparatus and method for controlling a multiple access data communications system including variable length data packets and fixed length collision-free voice packets
DE3268099D1 (en) * 1982-06-15 1986-02-06 Ibm Method and apparatus for controlling access to a communication network
JPS5985159A (en) * 1982-11-05 1984-05-17 Nec Corp Data flow control system between devices
US4623886A (en) * 1983-01-21 1986-11-18 E-Systems, Inc. Prioritized data packet communication
US4491947A (en) * 1983-05-31 1985-01-01 At&T Bell Laboratories Technique for dynamic scheduling of integrated circuit- and packet-switching in a multi-beam SS/TDMA system
JPS60136442A (en) * 1983-12-26 1985-07-19 Hitachi Ltd Transmission system of packet switching data
US4581734A (en) * 1984-02-14 1986-04-08 Rosemount Inc. Multipriority communication system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4398289A (en) * 1980-02-15 1983-08-09 U.S. Philips Corporation Method for the transmission of data packets
EP0117677A2 (en) * 1983-02-22 1984-09-05 International Computers Limited Data communication systems

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
COMPUTER NETWORKS AND ISDN SYSTEMS, vol. 11, no. 2, February 1986, pages 111-120, Elsevier Science Publishers B.V. (North-Holland), Amsterdam, NL; P.T.R. WANG et al.: "CSMA/CD LANs with overload detection and protection" *
COMPUTER NETWORKS AND ISDN SYSTEMS, vol. 12, no. 5, 1986, pages 277-289, Elsevier Science Publishers B.V. (North-Holland), Amsterdam, NL; T. YOKOHIRA et al.: "Analysis of dynamic behavior in p-persistent CSMA/CD using cusp catastrophe" *
COMPUTER, vol. 15, no. 8, August 1982, pages 10-27, IEEE, Long Beach, California, US; J.P. SHOEH et al.: "Evolution of the ethernet local computer network" *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2208261A (en) * 1987-07-14 1989-03-15 Standard Microsyst Smc Distributed intelligence information processing systems and interface packages therefor
EP0452223A2 (en) * 1990-04-13 1991-10-16 Digital Equipment Corporation Telecommunications network with plesiochronous transfer mode
EP0452223A3 (en) * 1990-04-13 1994-06-08 Digital Equipment Corp Telecommunications network with plesiochronous transfer mode
EP0528370A2 (en) * 1991-08-15 1993-02-24 Fujitsu Limited Frame length control in data transmission using ATM network
EP0528370A3 (en) * 1991-08-15 1994-11-09 Fujitsu Ltd Frame length control in data transmission using atm network
US5535221A (en) * 1991-08-15 1996-07-09 Fujitsu Limited Frame length control in data transmission using ATM network
WO1994022091A2 (en) * 1993-03-16 1994-09-29 Apple Computer, Inc. Method and apparatus for a dynamic, multi-speed bus architecture having a scalable interface
WO1994022091A3 (en) * 1993-03-16 1994-11-10 Apple Computer Method and apparatus for a dynamic, multi-speed bus architecture having a scalable interface
US5509126A (en) * 1993-03-16 1996-04-16 Apple Computer, Inc. Method and apparatus for a dynamic, multi-speed bus architecture having a scalable interface
EP0647047A2 (en) * 1993-09-14 1995-04-05 International Business Machines Corporation Client/server computer system
EP0647047A3 (en) * 1993-09-14 1995-09-13 Ibm Client/server computer system.
US5568616A (en) * 1993-09-14 1996-10-22 International Business Machines Corporation System and method for dynamic scheduling of 3D graphics rendering using virtual packet length reduction
EP1116122A4 (en) * 1998-08-28 2003-05-21 Intel Corp Method and apparatus for transmitting and receiving network protocol compliant signal packets over a platform bus
EP1116122A1 (en) * 1998-08-28 2001-07-18 Intel Corporation Method and apparatus for transmitting and receiving network protocol compliant signal packets over a platform bus
US7573817B2 (en) 2000-10-03 2009-08-11 U4Ea Technologies Limited Policing data based on data load profile
US8743687B2 (en) 2000-10-03 2014-06-03 U4Ea Technologies Limited Filtering data flows
US8174985B2 (en) 2000-10-03 2012-05-08 Gos Networks Ltd Data flow control
WO2002030064A1 (en) 2000-10-03 2002-04-11 U4Ea Technologies Limited Information flow control in a packet network based on variable conceptual packet lengths
US8861362B2 (en) 2000-10-03 2014-10-14 Gos Holdings Limited Data flow control
US7970888B2 (en) 2000-10-03 2011-06-28 U4Ea Technologies Limited Allocating priority levels in a data flow
US7499400B2 (en) 2000-10-03 2009-03-03 U4Ea Technologies Limited Information flow control in a packet network based on variable conceptual packet lengths
US7535835B2 (en) 2000-10-03 2009-05-19 U4Ea Technologies Limited Prioritizing data with flow control
WO2006063349A3 (en) * 2004-12-07 2006-08-10 Intel Corp Methods and media access controller for broadband wireless communications with variable data unit size and delayed data unit construction
CN101099325B (en) * 2004-12-07 2011-01-26 英特尔公司 Methods and media access controller for broadband wireless communications with variable data unit size and delayed data unit construction
US7489629B2 (en) 2004-12-07 2009-02-10 Intel Corporation Methods and media access controller for broadband wireless communications with variable data unit size and delayed data unit construction
WO2006063349A2 (en) * 2004-12-07 2006-06-15 Intel Corporation Methods and media access controller for broadband wireless communications with variable data unit size and delayed data unit construction
WO2006112966A1 (en) * 2005-04-18 2006-10-26 Hewlett-Packard Development Company, L.P. Systems and methods for dynamic burst length transfers
US8391166B2 (en) 2006-09-13 2013-03-05 Broadcom Corporation Adaptive packet size modification for voice over packet networks
US8830865B2 (en) 2006-09-13 2014-09-09 Broadcom Corporation Adaptive packet size modification for packet networks
EP1901495A1 (en) 2006-09-13 2008-03-19 Broadcom Corporation Adaptive packet size modification for voice over packet networks
EP2424159A1 (en) * 2010-08-31 2012-02-29 Kabushiki Kaisha Toshiba Information transmission apparatus, information transmission method, and computer readable medium

Also Published As

Publication number Publication date
JPS6331245A (en) 1988-02-09
EP0254047A3 (en) 1990-03-14
EP0254047B1 (en) 1994-03-23
DE3789407D1 (en) 1994-04-28
JPH0630498B2 (en) 1994-04-20
US4771391A (en) 1988-09-13
DE3789407T2 (en) 1994-10-27

Similar Documents

Publication Publication Date Title
EP0254047B1 (en) Packet length traffic control in a local area network
US4926415A (en) Local area network system for efficiently transferring messages of different sizes
US6026075A (en) Flow control mechanism
US6170022B1 (en) Method and system for monitoring and controlling data flow in a network congestion state by changing each calculated pause time by a random amount
US5982778A (en) Arrangement for regulating packet flow rate in shared-medium, point-to-point, and switched networks
USRE38309E1 (en) Full duplex flow control for Ethernet networks
US5631905A (en) Communications network control method
EP0221708B1 (en) Communication system for the transfer of small digital message blocks and large digital message blocks
KR100280642B1 (en) Memory management device of Ethernet controller and its control method
GB2331679A (en) Providing congestion control in a data communication network
US6928055B2 (en) Network interface unit
US5812554A (en) Efficiency of a network having a minimum data transmission time
US7130271B1 (en) Relaying apparatus
US6473801B1 (en) System and method for arbitrating bandwidth on segmented network topologies
JPH1056470A (en) Network communication control equipment
JPH09116572A (en) Packet data control system
US20050117541A1 (en) System and method for dynamically determining reservation parameters in a wireless network
JPH05153132A (en) Packet length control system for csma/cd
JP2615441B2 (en) Distributed access method for ring network
Martini et al. Real-time communication in the demand-priority LAN-the effects on normal priority traffic
Kwok et al. On transparent bridging of CSMA/CD networks
JPS62252238A (en) Slot accessing system
CN115514685A (en) Delay analysis method of ARINC664 terminal based on transmission table mode
JPH04179332A (en) Data transmission system
Wong et al. Rate controlled window protocol in networks with large bandwidth delay product

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB IT

17P Request for examination filed

Effective date: 19880530

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB IT

17Q First examination report despatched

Effective date: 19920127

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB IT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRE;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.SCRIBED TIME-LIMIT

Effective date: 19940323

REF Corresponds to:

Ref document number: 3789407

Country of ref document: DE

Date of ref document: 19940428

ET Fr: translation filed
PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed
PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 19960607

Year of fee payment: 10

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 19960628

Year of fee payment: 10

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 19980227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 19980303

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 19990527

Year of fee payment: 13

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20000623

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20000623