WO1997026737A1 - A reliable and flexible multicast mechanism for atm networks - Google Patents

A reliable and flexible multicast mechanism for atm networks Download PDF

Info

Publication number
WO1997026737A1
WO1997026737A1 PCT/US1997/000488 US9700488W WO9726737A1 WO 1997026737 A1 WO1997026737 A1 WO 1997026737A1 US 9700488 W US9700488 W US 9700488W WO 9726737 A1 WO9726737 A1 WO 9726737A1
Authority
WO
WIPO (PCT)
Prior art keywords
data unit
node
downstream
technique
multicast
Prior art date
Application number
PCT/US1997/000488
Other languages
French (fr)
Inventor
Douglas H. Hunt
Raj Krishnan Nair
Original Assignee
Fujitsu Limited
Fujitsu Network Communications, Inc.
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 Fujitsu Limited, Fujitsu Network Communications, Inc. filed Critical Fujitsu Limited
Priority to JP09526101A priority Critical patent/JP2000517488A/en
Priority to AU16976/97A priority patent/AU1697697A/en
Publication of WO1997026737A1 publication Critical patent/WO1997026737A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q11/00Selecting arrangements for multiplex systems
    • H04Q11/04Selecting arrangements for multiplex systems for time-division multiplexing
    • H04Q11/0428Integrated services digital network, i.e. systems for transmission of different types of digitised signals, e.g. speech, data, telecentral, television signals
    • H04Q11/0478Provisions for broadband connections
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • H04L2012/5619Network Node Interface, e.g. tandem connections, transit switching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • H04L2012/5638Services, e.g. multimedia, GOS, QOS
    • H04L2012/564Connection-oriented
    • H04L2012/5642Multicast/broadcast/point-multipoint, e.g. VOD

Definitions

  • the present invention is generally related to Asynchronous Transfer Mode networks, and more particularly to multicasting within such networks.
  • ATM Asynchronous Transfer Mode
  • Slowest-leaf wins implies that the slowest leaf of the multicast connection determines the progress of the entire connection. While this technique prevents cell loss, it may be undesirable from the point of view of public-carrier networks where it is important to avoid allowing an arbitrary end-system from controlling the performance of the network.
  • “Best-effort delivery” implies that cells are dropped for leaves that are unable to maintain a predetermined pace. While this technique prevents an arbitrary leaf from controlling the performance of the network, dropping cells in order to maintain performance may also be undesirable, as for example with loss sensitive transfers such as computer data transmission. While these techniques might be suitable for some multicast applications, neither technique provides a satisfactory multicast mechanism for the broad range of applications encountered in high-speed networks.
  • the forwarding techniques facilitate multicast operation by controlling forwarding of multicast data units, and different connections may employ different forwarding techniques.
  • Possible 0 forwarding techniques that may be employed include a Prevent- Loss (PL) technique, a Prevent-Loss for Distinguished Subsets (PL(n)) technique, a Prevent-Loss for Variable Subset (p/n) technique, a K-Lag technique and a K-Lead technique.
  • Each branching point node includes a forwarding buffer which may be modeled as a ring buffer with two pointers: a head pointer and a tail pointer.
  • a buffer system is also provided and data units are stored in the buffer system upon receipt before entering the ring buffer.
  • the tail pointer points to the first received and buffered data unit in the series of the most recently received data units from upstream that has not yet been forwarded to any branch.
  • the head pointer points to the oldest data unit that needs to be forwarded downstream to any branch.
  • the data units stored in the ring buffer between the head and tail pointers need to be forwarded to one ' or more branches.
  • the tail pointer advances by one buffer in a counter-clockwise direction with the forwarding of the most recent data unit in the ring and the arrival of the next most recent data unit that has not yet been forwarded to any branch.
  • the head pointer advances as needed to indicate the current oldest data unit in the ring buffer. The advancement of the head pointer depends on the particular forwarding technique chosen from a range of possible techniques, each of which provides a different service guarantee.
  • Each buffer, i, in the ring has an associated counter called a reference count, r(i) , that counts the number of branches to which the data unit in the buffer must be forwarded. If the index (i) increases from head pointer to tail pointer, then one may observe that r(i) is a monotonically increasing function.
  • the corresponding reference count is set to n, the number of downstream branches being serviced by that reference counter.
  • the reference counter is decremented by one.
  • the head pointer is advanced in the counter-clockwise direction to the next buffer with a non-zero reference counter. Under no circumstance is the head pointer advanced beyond the tail pointer.
  • there can be multiple instances of head and tail pointers with their associated reference counters where each instance can service a different disjoint subset of branches each with a possibly different service guarantee.
  • PL(n) Distinguished Subsets
  • p/n Prevent-Loss for Variable Subset
  • K-Lag K-Lag
  • K-Lead K-Lead
  • the Prevent-Loss (PL) technique prevents data loss within a connection.
  • the Prevent-Loss technique prevents data loss within a connection.
  • the Prevent-Loss (PL) technique is realized by ensuring 0 that the tail pointer never overtakes the head pointer in all circumstances.
  • the head pointer can advance only after its data unit has been forwarded to each branch, i.e., only when the reference count has decreased to zero.
  • the Prevent-Loss for Distinguished Subsets technique guarantees delivery of the multicast data unit to predetermined subsets of branches in the multicast connection. More particularly, transmission to a distinguished subset of branches is made according to the Prevent-Loss technique described above. Hence, there is no data loss in this distinguished subset. A non-distinguished subset of branches consisting of the remaining branches in the connection, is not guaranteed delivery of the multicast data unit. Hence, the distinguished subsets of branches are insulated from possible poor performance by branches in the non-distinguished subset of branches.
  • the Prevent-Loss for Distinguished Subsets technique is implemented by using a separate set of reference counters for each distinguished subset of branches.
  • the head pointer is advanced only after all members of the distinguished subset have been served. This makes it possible, for example, to provide a lossless service to the members of the distinguished subset of branches.
  • the K-Lag technique is realized by ensuring that the head 0 pointer is advanced together with the tail pointer such that it is no more than a distance of K from the tail pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer is forwarded to any branch and the tail pointer advanced along with the head pointer one buffer position counter-clockwise, i.e., the data unit in the buffer position of the original head pointer is no longer guaranteed to be forwarded. It is possible that the data unit at the previous head pointer positions may yet be forwarded before being overwritten by that at the tail pointer. In an alternative embodiment, such a data unit can be deleted and not forwarded any more.
  • K must be at least 1. Different values of K give rise to different levels of service.
  • K-EPD early packet discard
  • each branch is allowed to lag by up to K data units, as set by an upper memory bound associated with the branch. If the tail pointer is K buffer positions ahead of the head pointer in the counter-clockwise direction and the head pointer is pointing to a data unit in the middle of the frame, then the head pointer is advanced up to the End Of Frame data unit or one position before the tail pointer, to prevent forwarding of all data units associated with the respective frame and thus avoid the waste of network bandwidth and resources. In the K-Lead technique, the fastest branches cannot be ahead of any other branches by more than K data units.
  • the K- Lead technique is realized by ensuring that the tail pointer is not advanced more that a distance of K from the head pointer. If the tail pointer is K buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer may not be forwarded to any branch.
  • the Prevent-Loss for Variable Subset (p/n) forwarding technique there is no data loss for p out of n branches.
  • This is achieved as a variant to the PL technique.
  • the tail pointer is allowed to advance beyond the head pointer, as long as the corresponding reference counter is less than n-p. This ensures that a given data unit copy is delivered to at least p branches. It is possible that the unincluded branch may overflow at some point. However, the performance of the possibly overflowing branch does not affect the performance of branches in the subset of p branches .
  • the technique provides protection for a subset of branches where the members of the subset are determined contemporaneously with the forwarding calculation.
  • Fig. 1 is a block diagram of an ATM switch for providing reliable and flexible multicast
  • Fig. 2 is a block diagram of a network topology which illustrates forwarding techniques
  • Fig. 3 illustrates a ring buffer
  • Fig. 4 is a flow diagram which illustrates a Prevent-Loss for Variable Subset (p/n) technique
  • Fig. 5 is a diagram which illustrates the K-EPD technique.
  • Fig. 1 illustrates a switch 10 for achieving reliable and flexible multicast functionality for an Asynchronous Transfer Mode (“ATM") network.
  • the switch 10 has a plurality of input ports 12 and output ports 14, each of which may include an associated buffer such as a First-In First-Out (“FIFO”) memory 16, 17, respectively.
  • the input ports 12 and output ports 14 are interconnected by a switch fabric 18 such that a data unit 19, as for example a cell, frame or packet, entering any of the input ports 12 may be transmitted through the switch fabric 18 to any of the output ports 14.
  • a data unit 19 as for example a cell, frame or packet
  • any other input can use any unused output ports.
  • the output FIFOs 17 may be sized to cope with latency such that the switch is non-blocking, i.e., each FIFO 16 at the input side may be sized to achieve a target bandwidth utilization given the round trip latencies affecting the control loop, and each output FIFO 17 may be sized to cope with such latencies in the data forwarding path. Further, the switch is provided with hardware multicast capability.
  • the tree topology includes a root node 20, a plurality of branching point nodes ("branches") 22, 24 and a plurality of end-nodes, end-systems or leaves 26, 28, 30, 32.
  • the end-systems may be hosts, routers, or switches that terminate the tree.
  • the branching nodes 22, 24, which stem from the root node, are "parent" nodes having a plurality of "child” nodes stemming therefrom in the multicast tree.
  • Data 34 such as cells, packets or frames, flow from the root node 20 to the branching point nodes 22, 24, and then to the leaves 26-32.
  • Feedback updates 36 flow from the leaves to the branching point nodes in accordance with a point-to-point flow control technique as is known in the art. While illustrated with a single level of branching point nodes, the actual implementation may have multiple levels of branching point nodes. It should also be understood that the branching point nodes may feed either leaves, as illustrated, or other branching point nodes or combinations thereof depending upon the topology of the multicast tree.
  • the forwarding buffer may be modeled as a ring buffer 35 with two pointers: a head pointer 37 and a tail pointer 39.
  • An order retaining buffer system such as the FIFO 16 is also provided and data units are stored in the buffer system upon receipt before entering the ring buffer 35.
  • the tail pointer 39 points to the first received and buffered data unit in the series of the most recently received data units from upstream that has not yet been forwarded to any branch.
  • the head pointer 37 points to the oldest data unit that needs to be forwarded downstream to any branch.
  • the data units stored in the ring buffer between the head and tail pointers need to be forwarded to one or more branches.
  • the tail pointer advances by one buffer in a counter-clockwise direction with the forwarding of the most recent data unit in the ring and the arrival of the next most recent data unit that has not yet been forwarded to any branch.
  • the head pointer advances as needed to indicate the current oldest data unit in the ring buffer. The advancement of the head pointer depends on the particular forwarding technique chosen from a range of possible techniques, each of which provides a different service guarantee.
  • Each buffer, i, in the ring has an associated counter called a reference count, r(i) , that counts the number of branches to which the data unit in the buffer must be forwarded. If the index (i) increases from head pointer to tail pointer, then one may observe that r(i) is a monotonically increasing function.
  • the corresponding reference count is set to n, the. number of downstream branches being serviced by that reference counter.
  • the reference counter is decremented by one.
  • each instance can service a different disjoint subset of branches each with a possibly different service guarantee.
  • the general principles of the mechanism remain the same.
  • the root node 20 as well as the branching point nodes 22, 24 execute the multicast forwarding technique. Any one of a plurality of forwarding techniques may be employed at the branching point nodes to support service guarantees for the branches of the multipoint connection.
  • the forwarding techniques function to control the forwarding of multicast data units, and may protect portions of the multicast tree from the effects of poorer performing portions.
  • Forwarding techniques may include a Prevent-Loss (PL) technique, a Prevent-Loss for Distinguished Subsets (PL(n)) technique, a Prevent-Loss for Variable Subset (p/n) technique, a K-Lag technique, a K-Lead technique and techniques offering other service guarantees.
  • PL Prevent-Loss
  • PL(n) Prevent-Loss for Distinguished Subsets
  • p/n Prevent-Loss for Variable Subset
  • Prevent-Loss is a forwarding technique where data unit loss is prevented by adjusting transmission of multicast data units so that each branch receives a copy of each multicast data unit.
  • Prevent-Loss is realized by ensuring that the tail pointer never overtakes the head pointer in all circumstances. If the tail pointer is one data unit buffer position behind the head pointer in the counter-clockwise direction (the ring is full) , the data unit at the tail pointer may not be forwarded to any branch. This data unit may be forwarded only when the head pointer advances, i.e., when the reference count of the data unit at the head pointer becomes zero. Depending on the duration of such poor performance, the effect may propagate towards the root of the multicast tree, eventually affecting all leaves.
  • the Prevent-Loss for Distinguished Subsets technique guarantees delivery of the multicast data unit to a predetermined subsets of branches in the multicast connection. More particularly, transmission to a distinguished subset of branches is made according to the Prevent-Loss technique described above. Hence, there is no data loss in this distinguished subset. A non-distinguished subset of branches consisting of the remaining branches in the connection, is not guaranteed delivery of the multicast data unit. Hence, the distinguished subsets of branches are insulated from possible poor performance by branches in the non-distinguished subset of branches.
  • the Prevent-Loss for Distinguished subsets technique is implemented by using a separate set of reference counters for each distinguished subset of branches. The head pointer is advanced only after all members of the distinguished subset have been served. This makes it possible, for example, to provide a lossless service to the members of the distinguished subset of branches. Further, it should be understood that there may be more than one distinguished subset.
  • the Prevent-Loss for Variable Subset (p/n) forwarding technique there is no data loss for p out of n branches.
  • This is achieved as a variant to the PL technique.
  • the tail pointer is allowed to advance beyond the head pointer, as long as the corresponding reference counter is less than n-p. This ensures that a given data unit copy is delivered to at least p branches. It is possible that the unincluded branch may overflow at some point. However, the performance of the possibly overflowing branch does not affect the performance of branches in the subset of p branches.
  • the technique provides protection for a subset of branches where the members of the subset are determined contemporaneously with the forwarding calculation.
  • a first step 40 an integer p is entered, where p is a selectable input.
  • inquiry is made whether p feedback updates have been received from at least p branches as determined in step 42. Fewer feedback updates may be processed if a timeout occurs in step 44 before p feedback updates are collected. More feedback updates may be processed if a group of feedback updates pushing the total above p arrives contemporaneously.
  • a processed update X(0) is then calculated in step 46 as the median of the gathered feedback updates.
  • a variance v(0) is then calculated in step 50 for use as described below.
  • a FIFO queue 51 is maintained in the switch for each branch in the multicast connection.
  • the fullness of such FIFO queues is indicative of absence of feedback updates from the associated branches.
  • feedback updates are obtained from p leaves. If at least one leaf fails to deliver a feedback update in the previous iteration (n-l) as determined in step 52, fewer than p leaves are utilized by adjusting the number of leaves required in step 54.
  • v(m) is calculated in step 50, and any branches which have not provided a feedback update in the previous iteration should not be considered in the next iteration are detected in step 52.
  • the processed update is computed with fewer than p updates. If an update is received from a specified leaf, that update is added to the pool for processing.
  • the outbound FIFO for a specified leaf or branch is stale (i.e., if that FIFO corresponds to a branch that is not being considered)
  • four steps may be executed: (A) drop the p earliest data units in the FIFO; or (B) forward the p earliest data units in the FIFO; or (C) drop the p latest data units in the FIFO; or (D) forward the p latest data units and drop the remaining data units in the FIFO.
  • the FIFO for the specified leaf is considered to be RESTARTED.
  • the slowest branches are guaranteed to not lag the fastest by more than K data units.
  • the K-Lag service is realized by ensuring that the head pointer is advanced together with the tail pointer such that it is no more than a distance of K from the tail pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction and if the data unit at the tail pointer has been forwarded to any branch, then the tail pointer is advanced along with the head pointer one data unit buffer position counter-clockwise. In this circumstance the data unit in the buffer position of the original head pointer is no longer guaranteed to be forwarded. It is possible that the data unit at the previous head pointer positions may yet be forwarded before being overwritten by that at the tail pointer. In an alternative embodiment, such a data unit can be deleted and not forwarded any more. It should also be noted that K must be at least 1. Different values of K give rise to different levels of service.
  • each branch is allowed to lag by up to K data units, as set by an upper memory bound associated with the leaf. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction and the head pointer is pointing to a data unit in the middle of the frame, then the head pointer is advanced up to the end of the frame data unit or one position before the tail pointer, to prevent forwarding of all data units associated with the respective frame and thus avoid the waste of network bandwidth and resources .
  • the fastest branches cannot be ahead of any other branches by more that K data units.
  • the K- Lead technique is realized by ensuring that the tail pointer is not advanced more that a distance of K from the head pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer may not be forwarded to any branch.

Abstract

A method is disclosed for facilitating multicast operation in a network in which a data unit is multicast from a root node to a plurality of leaves via a plurality of branching point nodes in response to feedback processed at each branching point node. At least one cell forwarding technique is selected from a plurality of cell forwarding techniques at the respective branching point nodes. The cell forwarding techniques facilitate multicast operation by controlling forwarding and discard of multicast cells. The forwarding techniques are realized via use of a ring buffer (35) in which cells are stored prior to forwarding. Manipulating head (37) and tail (39) pointers associated with the ring buffer (35) allows for a plurality of desirable forwarding techniques.

Description

A RELIABLE AND FLEXIBLE MULTICAST MECHANISM FOR
ATM NETWORKS CROSS-REFERENCE TO RELATED APPLICATIONS
A claim of priority is made to U.S. Provisional Patent Application No. 60/009,919 entitled A RELIABLE AND FLEXIBLE
MULTICAST MECHANISM FOR ABR SERVICE IN ATM NETWORKS, filed
January 16, 1996.
STATEMENT REGARDING GOVERNMENT OWNERSHIP Not applicable.
FIELD OF THE INVENTION The present invention is generally related to Asynchronous Transfer Mode networks, and more particularly to multicasting within such networks.
BACKGROUND OF THE INVENTION The advent of high-speed, cell-based, connection-oriented Asynchronous Transfer Mode ("ATM") networks creates a need for a reliable and flexible multicast mechanism that can support traditional LAN-based applications. Multicast functionality is required for implementation of "webcasting, " routing, address- resolution and other inter-networking protocols. One of the early contributions to the ATM forum, "LAN Emulation's Needs For Traffic Management" by Keith McCloghrie, ATM Forum 94-0533, described multipoint connections in support of multicasting as one of the high-level requirements for LAN emulation. Such requirements may be viewed as including at least the same level of performance from an emulated LAN as from a traditional LAM in all respects, including multicast capability.
Known techniques for implementing multicast generally fall into two categories: "slowest-leaf wins" and "best-effort delivery." Slowest-leaf wins implies that the slowest leaf of the multicast connection determines the progress of the entire connection. While this technique prevents cell loss, it may be undesirable from the point of view of public-carrier networks where it is important to avoid allowing an arbitrary end-system from controlling the performance of the network. "Best-effort delivery" implies that cells are dropped for leaves that are unable to maintain a predetermined pace. While this technique prevents an arbitrary leaf from controlling the performance of the network, dropping cells in order to maintain performance may also be undesirable, as for example with loss sensitive transfers such as computer data transmission. While these techniques might be suitable for some multicast applications, neither technique provides a satisfactory multicast mechanism for the broad range of applications encountered in high-speed networks. SUMMARY OF THE INVENTION
In a network where a data unit is multicast in a connection from a root node to a plurality of leaves via a plurality of branching point nodes, at least one forwarding
5 technique selected from a plurality of forwarding techniques is implemented at each branching point node. The forwarding techniques facilitate multicast operation by controlling forwarding of multicast data units, and different connections may employ different forwarding techniques. Possible 0 forwarding techniques that may be employed include a Prevent- Loss (PL) technique, a Prevent-Loss for Distinguished Subsets (PL(n)) technique, a Prevent-Loss for Variable Subset (p/n) technique, a K-Lag technique and a K-Lead technique.
Each branching point node includes a forwarding buffer which may be modeled as a ring buffer with two pointers: a head pointer and a tail pointer. A buffer system is also provided and data units are stored in the buffer system upon receipt before entering the ring buffer. The tail pointer points to the first received and buffered data unit in the series of the most recently received data units from upstream that has not yet been forwarded to any branch. The head pointer points to the oldest data unit that needs to be forwarded downstream to any branch. Thus, the data units stored in the ring buffer between the head and tail pointers need to be forwarded to one ' or more branches. The tail pointer advances by one buffer in a counter-clockwise direction with the forwarding of the most recent data unit in the ring and the arrival of the next most recent data unit that has not yet been forwarded to any branch. The head pointer advances as needed to indicate the current oldest data unit in the ring buffer. The advancement of the head pointer depends on the particular forwarding technique chosen from a range of possible techniques, each of which provides a different service guarantee. Each buffer, i, in the ring has an associated counter called a reference count, r(i) , that counts the number of branches to which the data unit in the buffer must be forwarded. If the index (i) increases from head pointer to tail pointer, then one may observe that r(i) is a monotonically increasing function. Each time the tail pointer moves to a new buffer, the corresponding reference count is set to n, the number of downstream branches being serviced by that reference counter. Each time the data unit is forwarded to one of those branches, the reference counter is decremented by one. When the reference counter corresponding to the buffer at the position of the head pointer reaches 0, the head pointer is advanced in the counter-clockwise direction to the next buffer with a non-zero reference counter. Under no circumstance is the head pointer advanced beyond the tail pointer. Alternatively, there can be multiple instances of head and tail pointers with their associated reference counters where each instance can service a different disjoint subset of branches each with a possibly different service guarantee. In this case, it is important to advance the tail pointer only in relation to the head pointers from other subsets to avoid violating the service guarantees associated with those subsets 5 of branches. In another alternative embodiment there can be a per-branch counter rather than a per-data unit buffer counter. The general principles of the mechanism remain the same. Different service guarantees can be supported by the above mechanism such as a Prevent-Loss (PL) technique, a Prevent-Loss
-0 for Distinguished Subsets (PL(n)) technique, a Prevent-Loss for Variable Subset (p/n) technique, a K-Lag technique, a K-Lead technique and other guarantees.
The Prevent-Loss (PL) technique prevents data loss within a connection. In particular, the Prevent-Loss technique
-5 ensures that each data unit that is received is forwarded to each branch. However, if a branch performs poorly, the effect of this poor performance may eventually propagate towards the root node and thereby affect all of the branches.
The Prevent-Loss (PL) technique is realized by ensuring 0 that the tail pointer never overtakes the head pointer in all circumstances. The head pointer can advance only after its data unit has been forwarded to each branch, i.e., only when the reference count has decreased to zero. This implements the Prevent-Loss technique. 5 The Prevent-Loss for Distinguished Subsets technique guarantees delivery of the multicast data unit to predetermined subsets of branches in the multicast connection. More particularly, transmission to a distinguished subset of branches is made according to the Prevent-Loss technique described above. Hence, there is no data loss in this distinguished subset. A non-distinguished subset of branches consisting of the remaining branches in the connection, is not guaranteed delivery of the multicast data unit. Hence, the distinguished subsets of branches are insulated from possible poor performance by branches in the non-distinguished subset of branches.
The Prevent-Loss for Distinguished Subsets technique is implemented by using a separate set of reference counters for each distinguished subset of branches. The head pointer is advanced only after all members of the distinguished subset have been served. This makes it possible, for example, to provide a lossless service to the members of the distinguished subset of branches.
The K-Lag technique is realized by ensuring that the head 0 pointer is advanced together with the tail pointer such that it is no more than a distance of K from the tail pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer is forwarded to any branch and the tail pointer advanced along with the head pointer one buffer position counter-clockwise, i.e., the data unit in the buffer position of the original head pointer is no longer guaranteed to be forwarded. It is possible that the data unit at the previous head pointer positions may yet be forwarded before being overwritten by that at the tail pointer. In an alternative embodiment, such a data unit can be deleted and not forwarded any more. It should also be noted that K must be at least 1. Different values of K give rise to different levels of service. In a variation of the K-Lag technique, K-EPD (early packet discard) , each branch is allowed to lag by up to K data units, as set by an upper memory bound associated with the branch. If the tail pointer is K buffer positions ahead of the head pointer in the counter-clockwise direction and the head pointer is pointing to a data unit in the middle of the frame, then the head pointer is advanced up to the End Of Frame data unit or one position before the tail pointer, to prevent forwarding of all data units associated with the respective frame and thus avoid the waste of network bandwidth and resources. In the K-Lead technique, the fastest branches cannot be ahead of any other branches by more than K data units. The K- Lead technique is realized by ensuring that the tail pointer is not advanced more that a distance of K from the head pointer. If the tail pointer is K buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer may not be forwarded to any branch.
In the Prevent-Loss for Variable Subset (p/n) forwarding technique there is no data loss for p out of n branches. This is achieved as a variant to the PL technique. In this technique, the tail pointer is allowed to advance beyond the head pointer, as long as the corresponding reference counter is less than n-p. This ensures that a given data unit copy is delivered to at least p branches. It is possible that the unincluded branch may overflow at some point. However, the performance of the possibly overflowing branch does not affect the performance of branches in the subset of p branches . Hence, the technique provides protection for a subset of branches where the members of the subset are determined contemporaneously with the forwarding calculation.
BRIEF DESCRIPTION OF THE DRAWING
The invention will be more fully understood in view of the following Detailed Description of the Invention and Drawing, of which:
Fig. 1 is a block diagram of an ATM switch for providing reliable and flexible multicast;
Fig. 2 is a block diagram of a network topology which illustrates forwarding techniques;
Fig. 3 illustrates a ring buffer; Fig. 4 is a flow diagram which illustrates a Prevent-Loss for Variable Subset (p/n) technique; and
Fig. 5 is a diagram which illustrates the K-EPD technique.
DETAILED DESCRIPTION OF THE INVENTION Fig. 1 illustrates a switch 10 for achieving reliable and flexible multicast functionality for an Asynchronous Transfer Mode ("ATM") network. The switch 10 has a plurality of input ports 12 and output ports 14, each of which may include an associated buffer such as a First-In First-Out ("FIFO") memory 16, 17, respectively. The input ports 12 and output ports 14 are interconnected by a switch fabric 18 such that a data unit 19, as for example a cell, frame or packet, entering any of the input ports 12 may be transmitted through the switch fabric 18 to any of the output ports 14. In particular, when one input port is using one or more output ports, any other input can use any unused output ports. The output FIFOs 17 may be sized to cope with latency such that the switch is non-blocking, i.e., each FIFO 16 at the input side may be sized to achieve a target bandwidth utilization given the round trip latencies affecting the control loop, and each output FIFO 17 may be sized to cope with such latencies in the data forwarding path. Further, the switch is provided with hardware multicast capability.
Referring now to Fig. 2, the multicast forwarding techniques will be described with regard to the illustrated tree network topology. The tree topology includes a root node 20, a plurality of branching point nodes ("branches") 22, 24 and a plurality of end-nodes, end-systems or leaves 26, 28, 30, 32. The end-systems may be hosts, routers, or switches that terminate the tree. The branching nodes 22, 24, which stem from the root node, are "parent" nodes having a plurality of "child" nodes stemming therefrom in the multicast tree. Data 34, such as cells, packets or frames, flow from the root node 20 to the branching point nodes 22, 24, and then to the leaves 26-32. Feedback updates 36 flow from the leaves to the branching point nodes in accordance with a point-to-point flow control technique as is known in the art. While illustrated with a single level of branching point nodes, the actual implementation may have multiple levels of branching point nodes. It should also be understood that the branching point nodes may feed either leaves, as illustrated, or other branching point nodes or combinations thereof depending upon the topology of the multicast tree.
Referring to Figs. 2 and 3, at each branching point node, the forwarding buffer may be modeled as a ring buffer 35 with two pointers: a head pointer 37 and a tail pointer 39. An order retaining buffer system such as the FIFO 16 is also provided and data units are stored in the buffer system upon receipt before entering the ring buffer 35. The tail pointer 39 points to the first received and buffered data unit in the series of the most recently received data units from upstream that has not yet been forwarded to any branch. The head pointer 37 points to the oldest data unit that needs to be forwarded downstream to any branch. Thus, the data units stored in the ring buffer between the head and tail pointers need to be forwarded to one or more branches. The tail pointer advances by one buffer in a counter-clockwise direction with the forwarding of the most recent data unit in the ring and the arrival of the next most recent data unit that has not yet been forwarded to any branch. The head pointer advances as needed to indicate the current oldest data unit in the ring buffer. The advancement of the head pointer depends on the particular forwarding technique chosen from a range of possible techniques, each of which provides a different service guarantee. Each buffer, i, in the ring has an associated counter called a reference count, r(i) , that counts the number of branches to which the data unit in the buffer must be forwarded. If the index (i) increases from head pointer to tail pointer, then one may observe that r(i) is a monotonically increasing function. Each time the tail pointer moves to a new buffer, the corresponding reference count is set to n, the. number of downstream branches being serviced by that reference counter. Each time the data unit is forwarded to one of those branches, the reference counter is decremented by one. When the reference counter corresponding to the data unit buffer at the position of the head pointer reaches 0, the head pointer is advanced in the counter-clockwise direction to the next data unit buffer with a non-zero reference counter. Under no circumstance is the head pointer advanced beyond the tail pointer.
In an alternative embodiment, there can be multiple instances of head and tail pointers with their associated reference counters where each instance can service a different disjoint subset of branches each with a possibly different service guarantee. In this case, it is important to only advance the tail pointer in relation to the head pointers from other subsets to avoid violating the service guarantee associated with those subsets of branches.
In yet another embodiment, there can be a per-branch counter rather than a per-data unit buffer counter. The general principles of the mechanism remain the same.
The root node 20 as well as the branching point nodes 22, 24 execute the multicast forwarding technique. Any one of a plurality of forwarding techniques may be employed at the branching point nodes to support service guarantees for the branches of the multipoint connection. The forwarding techniques function to control the forwarding of multicast data units, and may protect portions of the multicast tree from the effects of poorer performing portions. Forwarding techniques may include a Prevent-Loss (PL) technique, a Prevent-Loss for Distinguished Subsets (PL(n)) technique, a Prevent-Loss for Variable Subset (p/n) technique, a K-Lag technique, a K-Lead technique and techniques offering other service guarantees.
Prevent-Loss (PL) is a forwarding technique where data unit loss is prevented by adjusting transmission of multicast data units so that each branch receives a copy of each multicast data unit. Prevent-Loss is realized by ensuring that the tail pointer never overtakes the head pointer in all circumstances. If the tail pointer is one data unit buffer position behind the head pointer in the counter-clockwise direction (the ring is full) , the data unit at the tail pointer may not be forwarded to any branch. This data unit may be forwarded only when the head pointer advances, i.e., when the reference count of the data unit at the head pointer becomes zero. Depending on the duration of such poor performance, the effect may propagate towards the root of the multicast tree, eventually affecting all leaves.
The Prevent-Loss for Distinguished Subsets technique guarantees delivery of the multicast data unit to a predetermined subsets of branches in the multicast connection. More particularly, transmission to a distinguished subset of branches is made according to the Prevent-Loss technique described above. Hence, there is no data loss in this distinguished subset. A non-distinguished subset of branches consisting of the remaining branches in the connection, is not guaranteed delivery of the multicast data unit. Hence, the distinguished subsets of branches are insulated from possible poor performance by branches in the non-distinguished subset of branches. The Prevent-Loss for Distinguished subsets technique is implemented by using a separate set of reference counters for each distinguished subset of branches. The head pointer is advanced only after all members of the distinguished subset have been served. This makes it possible, for example, to provide a lossless service to the members of the distinguished subset of branches. Further, it should be understood that there may be more than one distinguished subset.
In the Prevent-Loss for Variable Subset (p/n) forwarding technique there is no data loss for p out of n branches. This is achieved as a variant to the PL technique. In this technique, the tail pointer is allowed to advance beyond the head pointer, as long as the corresponding reference counter is less than n-p. This ensures that a given data unit copy is delivered to at least p branches. It is possible that the unincluded branch may overflow at some point. However, the performance of the possibly overflowing branch does not affect the performance of branches in the subset of p branches. Hence, the technique provides protection for a subset of branches where the members of the subset are determined contemporaneously with the forwarding calculation. One embodiment of the Variable Subset technique is illustrated in Fig. 4. In a first step 40 an integer p is entered, where p is a selectable input. At iteration n=0, inquiry is made whether p feedback updates have been received from at least p branches as determined in step 42. Fewer feedback updates may be processed if a timeout occurs in step 44 before p feedback updates are collected. More feedback updates may be processed if a group of feedback updates pushing the total above p arrives contemporaneously. A processed update X(0) is then calculated in step 46 as the median of the gathered feedback updates. A variance v(0) is then calculated in step 50 for use as described below.
A FIFO queue 51 is maintained in the switch for each branch in the multicast connection. The fullness of such FIFO queues is indicative of absence of feedback updates from the associated branches. At an iteration n=m, feedback updates are obtained from p leaves. If at least one leaf fails to deliver a feedback update in the previous iteration (n-l) as determined in step 52, fewer than p leaves are utilized by adjusting the number of leaves required in step 54. Given the following definitions :
q(i) = fullness of forwarding FIFO queue i branch; q(j,m) = fullness of forwarding FIFO queue j branch at iteration m; x(m) = median of q(i,m) at iteration m; v(m) = variance of q(i,m) at iteration m; x(m,m-l) = median of q(i,m) over iterations m and m-1; and v(m,m-l) = variance of q(i,m) over iterations m and m-1, then
an outlier (j) at time (n=m) is removed from the pool and is not to be waited for at n=m+l if the following is true:
[q(j,m) - x(m)]2 > v(m) or
[q(j ,m) -x(m,m-l) 2 > v(m,m-l) , where v(m)=∑1[((q(i)-x(m))/p]2, v(m-l,m-2) = ∑ ∑3 [((q(i)q(j) - x(m-l, m-2))/p]2, x(m) = median of p updates, and x(τn-l, m-2) = median of p updates at both time instances.
However, if a feedback update is received from the previously silent node while updates are being gathered, then that feedback update is included in the calculation. Hence, v(m) is calculated in step 50, and any branches which have not provided a feedback update in the previous iteration should not be considered in the next iteration are detected in step 52.
If all leaves were unresponsive in the previous "y" iterations, where "y" is a small number like 1, 2 or 3, then the processed update is computed with fewer than p updates. If an update is received from a specified leaf, that update is added to the pool for processing. Further, if the outbound FIFO for a specified leaf or branch is stale (i.e., if that FIFO corresponds to a branch that is not being considered) , then four steps may be executed: (A) drop the p earliest data units in the FIFO; or (B) forward the p earliest data units in the FIFO; or (C) drop the p latest data units in the FIFO; or (D) forward the p latest data units and drop the remaining data units in the FIFO. In cases C and D, the FIFO for the specified leaf is considered to be RESTARTED. Referring to Figs. 2 and 5, in the K-Lag service, the slowest branches are guaranteed to not lag the fastest by more than K data units. The K-Lag service is realized by ensuring that the head pointer is advanced together with the tail pointer such that it is no more than a distance of K from the tail pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction and if the data unit at the tail pointer has been forwarded to any branch, then the tail pointer is advanced along with the head pointer one data unit buffer position counter-clockwise. In this circumstance the data unit in the buffer position of the original head pointer is no longer guaranteed to be forwarded. It is possible that the data unit at the previous head pointer positions may yet be forwarded before being overwritten by that at the tail pointer. In an alternative embodiment, such a data unit can be deleted and not forwarded any more. It should also be noted that K must be at least 1. Different values of K give rise to different levels of service.
In a variation of the K-Lag technique, K-EPD, each branch is allowed to lag by up to K data units, as set by an upper memory bound associated with the leaf. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction and the head pointer is pointing to a data unit in the middle of the frame, then the head pointer is advanced up to the end of the frame data unit or one position before the tail pointer, to prevent forwarding of all data units associated with the respective frame and thus avoid the waste of network bandwidth and resources .
In the K-Lead technique, the fastest branches cannot be ahead of any other branches by more that K data units. The K- Lead technique is realized by ensuring that the tail pointer is not advanced more that a distance of K from the head pointer. If the tail pointer is K data unit buffer positions ahead of the head pointer in the counter-clockwise direction, the data unit at the tail pointer may not be forwarded to any branch.
Having described the preferred embodiments of the invention, it will now become apparent to one of skill in the art that other embodiments incorporating the presently disclosed method and apparatus may be used. Accordingly, the invention should not be viewed as limited to the disclosed embodiments, but rather should be viewed as limited only by the spirit and scope of the appended claims.

Claims

1. A method for forwarding a multicast data unit from a branching node to at least one of a plurality of coupled downstream nodes, comprising the steps of: determining, at said branching point node, the eligibility of respective downstream nodes to receive said multicast data unit based upon a specified multicast data unit forwarding technique selected from a plurality of multicast data unit forwarding techniques; and forwarding said data unit to selected ones of said coupled downstream nodes based upon said specified data unit forwarding technique.
2. The method of claim 1 wherein said eligibility determining step includes analyzing feedback updates received from respective downstream nodes.
3. The method of claim 1 including the further step of employing a data unit forwarding ring buffer to execute said specified data unit forwarding technique.
4. The method of claim 1 wherein the processing step includes the further step of employing a data unit forwarding technique in which no downstream node is allowed to lead ahead of another downstream node by more than K data units.
5. The method of claim 1 wherein the processing step includes the further step of employing a data unit forwarding technique in which loss of data is prevented between the branching node and each downstream node in the multicast connection.
6. The method of claim 1 wherein the processing step includes the further step of employing a data unit forwarding technique in which loss of data units is prevented between the branching point node and a distinguished subset of downstream nodes in the multicast connection.
7. The method of claim 6 including the further step of designating a non-distinguished subset of downstream nodes in the multicast connection which are not entirely protected from data loss.
8. The method of claim 1 wherein the processing step includes the further step of employing a technique in which loss of data is prevented between the branching node and a variable subset of (p) downstream nodes in the multicast connection having most recently provided a feedback update to the branching node.
9. The method of claim 8 including the further step of including at least the (p) most recent feedback updates to determine the downstream nodes in the distinguished subset, where (p) is an input.
10. The method of claim 1 wherein the processing step includes the further step of employing a data unit forwarding technique in which no downstream node is allowed to lag behind another downstream node by more than K data units.
11. The method of claim 10 wherein the data units are grouped into frames, and including the further 'Step of discarding any remaining portion of a frame if a downstream node lags behind another downstream node by K data units while the frame is being transmitted.
12. A multicast apparatus for transmitting multicast data units in a multicast connection from a branching node to a plurality of downstream nodes, comprising: a memory in each downstream node for receiving multicast data units; a circuit for providing information indicating fullness of the downstream node memory, the circuit providing such fullness information to the branching node in accordance with a point- to-point flow control technique; and a circuit in each branching node for processing the fullness information in accordance with a data unit forwarding technique selectable from a plurality of data unit forwarding techniques. 5
13. The apparatus of claim 12 further including a circuit in each downstream node for providing feedback updates indicating memory fullness to the branching node.
0 14. The apparatus of claim 12 wherein the branching point node includes a data unit forwarding ring buffer having a head pointer and a tail pointer.
15. The apparatus of claim 14 wherein the branching point node 5 includes a buffer system for storing incoming data units ring buffer prior to forwarding of such incoming data units to the ring buffer.
16. The apparatus of claim 12 wherein the selected data unit 0 forwarding technique prevents any downstream node from leading ahead of any other downstream node by more than K data units.
17. The apparatus of claim 12 wherein the selected data unit forwarding technique prevents loss of data units between the 5 branching node and each downstream node connected thereto.
18. The apparatus of claim 12 wherein the selected data unit forwarding technique prevents loss of data units between the branching point node and a distinguished subset of downstream nodes connected thereto.
19. The apparatus of claim 18 wherein the selected data unit forwarding technique does not prevent loss for a non- distinguished subset of downstream nodes connected thereto.
20. The apparatus of claim 12 wherein the selected data unit forwarding technique prevents data unit loss for a variable subset (p) of downstream nodes connected thereto.
21. The apparatus of claim 20 wherein the members of the variable subset (p) are the (p) downstream nodes most recently having provided memory fullness information to the branching node, where (p) is an input.
22. The apparatus of claim 12 wherein the selected data unit forwarding technique prevents any downstream node from lagging behind any other downstream node by more than K data units.
23. The apparatus of claim 22 wherein the data units are grouped into frames, and wherein any portion of a frame remaining to be transmitted is discarded when a downstream node lags behind another downstream node by K data units while the frame is being transmitted.
PCT/US1997/000488 1996-01-16 1997-01-10 A reliable and flexible multicast mechanism for atm networks WO1997026737A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP09526101A JP2000517488A (en) 1996-01-16 1997-01-10 Reliable and flexible multicast mechanism for ATM networks
AU16976/97A AU1697697A (en) 1996-01-16 1997-01-10 A reliable and flexible multicast mechanism for atm networks

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US991996P 1996-01-16 1996-01-16
US60/009,919 1996-01-16

Publications (1)

Publication Number Publication Date
WO1997026737A1 true WO1997026737A1 (en) 1997-07-24

Family

ID=21740491

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1997/000488 WO1997026737A1 (en) 1996-01-16 1997-01-10 A reliable and flexible multicast mechanism for atm networks

Country Status (4)

Country Link
US (1) US5991298A (en)
JP (1) JP2000517488A (en)
AU (1) AU1697697A (en)
WO (1) WO1997026737A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003527036A (en) * 2000-03-17 2003-09-09 ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー Synchronized data delivery
WO2004043011A1 (en) * 2002-11-06 2004-05-21 Wuhan Fiberhome Networks Co., Ltd. Multiple service ring of n-ringlet structure based on multiple fe, ge and 10ge

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6216167B1 (en) * 1997-10-31 2001-04-10 Nortel Networks Limited Efficient path based forwarding and multicast forwarding
CA2239133C (en) * 1998-05-28 2007-08-28 Newbridge Networks Corporation Multicast methodology and apparatus for backpressure - based switching fabric
US6412011B1 (en) * 1998-09-14 2002-06-25 At&T Corp. Method and apparatus to enhance a multicast information stream in a communication network
US6434621B1 (en) * 1999-03-31 2002-08-13 Hannaway & Associates Apparatus and method of using the same for internet and intranet broadcast channel creation and management
US6704576B1 (en) 2000-09-27 2004-03-09 At&T Corp. Method and system for communicating multimedia content in a unicast, multicast, simulcast or broadcast environment
US6996071B2 (en) * 2001-04-30 2006-02-07 Adtran Inc. Binary decision tree-based arbitrator for packetized communications
US7216186B2 (en) * 2001-09-27 2007-05-08 Intel Corporation Controlling data flow between processor systems
US7480239B1 (en) 2001-11-27 2009-01-20 Cisco Technology, Inc. Method and apparatus for true priority based connection establishment within a PNNI ATM network
US6914901B1 (en) 2001-12-05 2005-07-05 Cisco Technology, Inc. System and method for communicating using multiple memory banks
US7280542B2 (en) * 2002-10-25 2007-10-09 Alcatel Lucent Multicasting system and method for use in an access node's ATM switch fabric
US7450503B1 (en) * 2002-12-24 2008-11-11 Cisco Technology, Inc. System and method to multicast guaranteed and best-effort traffic in a communications network
CA2834634A1 (en) * 2003-02-20 2004-08-20 Rockstar Consortium Us Lp Circulating switch
US7532574B1 (en) 2003-10-02 2009-05-12 Cisco Technology, Inc. Method and apparatus for improved priority based connection establishment within a PNNI ATM network
US7602771B1 (en) 2004-12-30 2009-10-13 Nortel Networks Limited Two-dimensional circulating switch
US7355975B2 (en) * 2004-04-30 2008-04-08 International Business Machines Corporation Method and apparatus for group communication with end-to-end reliability
US7945816B1 (en) * 2005-11-30 2011-05-17 At&T Intellectual Property Ii, L.P. Comprehensive end-to-end storage area network (SAN) application transport service
JP5342428B2 (en) * 2009-12-18 2013-11-13 富士通テレコムネットワークス株式会社 Communication control device
US10957445B2 (en) 2017-10-05 2021-03-23 Hill-Rom Services, Inc. Caregiver and staff information system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5517494A (en) * 1994-09-30 1996-05-14 Apple Computer, Inc. Method and system of multicast routing for groups with a single transmitter
US5570348A (en) * 1994-04-28 1996-10-29 Integrated Telecom Technology, Inc. Method and apparatus for enqueueing data cells in an ATM switch fabric architecture

Family Cites Families (267)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3804991A (en) * 1972-07-24 1974-04-16 Bell Telephone Labor Inc Trunk arrangement with remote attendant facilities
FR2253428A5 (en) * 1973-11-30 1975-06-27 Honeywell Bull Soc Ind
US3974343A (en) * 1975-01-10 1976-08-10 North Electric Company Small modular communications switching system with distributed programmable control
US4069399A (en) * 1975-11-17 1978-01-17 Northern Electric Company, Limited TDM PCM Communication system
US4240143A (en) * 1978-12-22 1980-12-16 Burroughs Corporation Hierarchical multi-processor network for memory sharing
US4603382A (en) * 1984-02-27 1986-07-29 International Business Machines Corporation Dynamic buffer reallocation
US5014192A (en) * 1985-05-06 1991-05-07 Motorola Computer X, Inc. System for locating a file in a logical ring by sequentially forwarding access request with file system name and file name
US4734907A (en) * 1985-09-06 1988-03-29 Washington University Broadcast packet switching network
US4727537A (en) * 1985-12-24 1988-02-23 American Telephone And Telegraph Company Flow control arrangement for the transmission of data packets to a communication network
US4748658A (en) * 1986-07-16 1988-05-31 Bell Communications Research, Inc. Architecture for allocating resources in a telecommunications network
US4737953A (en) * 1986-08-04 1988-04-12 General Electric Company Local area network bridge
US4715030A (en) * 1986-08-04 1987-12-22 General Electric Company Local area network bridge
US4872197A (en) * 1986-10-02 1989-10-03 Dti Peripherals, Inc. Dynamically configurable communications network
US4821034A (en) * 1987-02-06 1989-04-11 Ancor Communications, Inc. Digital exchange switch element and network
CA1297567C (en) * 1987-02-06 1992-03-17 Kazuo Hajikano Self routing-switching system
JPH0714164B2 (en) * 1987-02-19 1995-02-15 富士通株式会社 Header driven packet switch
JPS63214043A (en) * 1987-03-02 1988-09-06 Fujitsu Ltd Packet communication service system
US4797881A (en) * 1987-03-12 1989-01-10 Sytek, Inc. Bridge system for connecting networks
JPH0683261B2 (en) * 1987-05-26 1994-10-19 富士通株式会社 Header-driven packet switch
US4887076A (en) * 1987-10-16 1989-12-12 Digital Equipment Corporation Computer interconnect coupler for clusters of data processing devices
US4897833A (en) * 1987-10-16 1990-01-30 Digital Equipment Corporation Hierarchical arbitration system
US5282201A (en) * 1987-12-22 1994-01-25 Kendall Square Research Corporation Dynamic packet routing network
US5335325A (en) 1987-12-22 1994-08-02 Kendall Square Research Corporation High-speed packet switching apparatus and method
US5341483A (en) 1987-12-22 1994-08-23 Kendall Square Research Corporation Dynamic hierarchial associative memory
US5021949A (en) * 1988-02-29 1991-06-04 International Business Machines Corporation Method and apparatus for linking an SNA host to a remote SNA host over a packet switched communications network
US4893307A (en) * 1988-02-29 1990-01-09 International Business Machines Corporation Method and apparatus for linking SNA terminals to an SNA host over a packet switched communications network
US4870641A (en) * 1988-03-30 1989-09-26 Bell Communications Research, Inc. Multichannel bandwidth allocation
US4872157A (en) * 1988-03-31 1989-10-03 American Telephone And Telegraph Company, At&T Bell Laboratories Architecture and organization of a high performance metropolitan area telecommunications packet network
US4893302A (en) * 1988-03-31 1990-01-09 American Telephone And Telegraph Company, At&T Bell Laboratories Arrangement for switching concentrated telecommunications packet traffic
US4942574A (en) * 1988-03-31 1990-07-17 American Telephone And Telegraph Company, At&T Bell Laboratories Concurrent resource request resolution mechanism
US4899333A (en) * 1988-03-31 1990-02-06 American Telephone And Telegraph Company At&T Bell Laboratories Architecture of the control of a high performance packet switching distribution network
US4958341A (en) * 1988-03-31 1990-09-18 At&T Bell Laboratories Integrated packetized voice and data switching system
US4872159A (en) * 1988-03-31 1989-10-03 American Telephone And Telegraph Company At&T Bell Laboratories Packet network architecture for providing rapid response time
US4872160A (en) * 1988-03-31 1989-10-03 American Telephone And Telegraph Company, At&T Bell Laboratories Integrated packetized voice and data switching system
US4894824A (en) * 1988-03-31 1990-01-16 American Telephone And Telegraph Company, At&T Bell Laboratories Control network for a rapid connection circuit switch
US4979100A (en) * 1988-04-01 1990-12-18 Sprint International Communications Corp. Communication processor for a packet-switched network
US5377327A (en) 1988-04-22 1994-12-27 Digital Equipment Corporation Congestion avoidance scheme for computer networks
US5146560A (en) * 1988-05-31 1992-09-08 Digital Equipment Corporation Apparatus for processing bit streams
DE68929523T2 (en) * 1988-07-22 2005-12-15 Hitachi, Ltd. ATM switching system
US5198808A (en) * 1988-09-20 1993-03-30 Nec Corporation Matrix switch apparatus with a diagnosis circuit having stand-by ports and reduced size matrix switching elements
US4922503A (en) * 1988-10-28 1990-05-01 Infotron Systems Corporation Local area network bridge
US5060228A (en) * 1988-11-19 1991-10-22 Fujitsu Limited Bridge communication system
AU623953B2 (en) * 1988-12-07 1992-05-28 Telstra Corporation Limited A communications method for a shared-medium communications network
JP2753294B2 (en) * 1988-12-23 1998-05-18 株式会社日立製作所 Packet congestion control method and packet switching device
JP2736092B2 (en) * 1989-01-10 1998-04-02 株式会社東芝 Buffer device
US4897841A (en) * 1989-01-11 1990-01-30 Hughes Lan Systems, Inc. System and method for bridging local area networks using concurrent broadband channels
WO1990010984A1 (en) * 1989-03-14 1990-09-20 Alcatel N.V. Communication switching system
US4947390A (en) * 1989-03-22 1990-08-07 Hewlett-Packard Company Method for data transfer through a bridge to a network requiring source route information
US4933938A (en) * 1989-03-22 1990-06-12 Hewlett-Packard Company Group address translation through a network bridge
CA2012868C (en) * 1989-03-23 1994-03-22 Shin-Ichiro Hayano Call control with transmission priority in a packet communication network of an atm type
US4953157A (en) * 1989-04-19 1990-08-28 American Telephone And Telegraph Company Programmable data packet buffer prioritization arrangement
NL8901171A (en) * 1989-05-10 1990-12-03 At & T & Philips Telecomm METHOD FOR MERGING TWO DATA CELL FLOWS TO ONE DATA CELL FLOW, AND ATD MULTIPLEXER FOR APPLICATION OF THIS METHOD
US5144692A (en) 1989-05-17 1992-09-01 International Business Machines Corporation System for controlling access by first system to portion of main memory dedicated exclusively to second system to facilitate input/output processing via first system
US5179558A (en) * 1989-06-22 1993-01-12 Digital Equipment Corporation Routing apparatus and method for high-speed mesh connected local area network
US5093912A (en) * 1989-06-26 1992-03-03 International Business Machines Corporation Dynamic resource pool expansion and contraction in multiprocessing environments
CA2015248C (en) * 1989-06-30 1996-12-17 Gerald R. Ash Fully shared communications network
GB8915137D0 (en) 1989-06-30 1989-08-23 Inmos Ltd Message routing
JP2964151B2 (en) * 1989-07-03 1999-10-18 富士通株式会社 Communication control method
JP2892689B2 (en) * 1989-07-05 1999-05-17 株式会社日立製作所 Packet communication network and packet switch
US5418942A (en) 1989-07-06 1995-05-23 Krawchuk; Kenneth V. System and method for storing and managing information
JP2837182B2 (en) * 1989-08-04 1998-12-14 富士通株式会社 Cell data transmission method, transmission request processing method, and switch
US5090024A (en) * 1989-08-23 1992-02-18 Intellon Corporation Spread spectrum communications system for networks
US5193151A (en) * 1989-08-30 1993-03-09 Digital Equipment Corporation Delay-based congestion avoidance in computer networks
US5197067A (en) * 1989-09-18 1993-03-23 Fujitsu Limited Packet communication system using a telephone switching network and a data flow control method
JPH03104451A (en) * 1989-09-19 1991-05-01 Fujitsu Ltd Route changeover system for multi-stage link exchange system
US5093827A (en) * 1989-09-21 1992-03-03 At&T Bell Laboratories Control architecture of a multi-node circuit- and packet-switching system
US5191652A (en) * 1989-11-10 1993-03-02 International Business Machines Corporation Method and apparatus for exploiting communications bandwidth as for providing shared memory
US5163046A (en) * 1989-11-30 1992-11-10 At&T Bell Laboratories Dynamic window sizing in a data network
JP2803262B2 (en) * 1989-12-15 1998-09-24 日本電気株式会社 Packet switch
JPH03234137A (en) * 1990-02-08 1991-10-18 Fujitsu Ltd Signaling cell switching method and signaling cell switching system
US5272697A (en) * 1990-02-23 1993-12-21 At&T Bell Laboratories Apparatus and method for time multiplexing a resource among a plurality of entities
US5307481A (en) 1990-02-28 1994-04-26 Hitachi, Ltd. Highly reliable online system
JP2865782B2 (en) 1990-03-16 1999-03-08 富士通株式会社 CODEC device for asynchronous transmission
JPH03268532A (en) 1990-03-19 1991-11-29 Fujitsu Ltd Broadcasting system for atm cell
CA2038458C (en) 1990-03-19 1999-01-26 Susumu Tominaga Route regulating apparatus
JP2957223B2 (en) * 1990-03-20 1999-10-04 富士通株式会社 Load distribution control method for call processor
JPH03270532A (en) * 1990-03-20 1991-12-02 Fujitsu Ltd Filtering control system
CA2038646C (en) * 1990-03-20 1995-02-07 Katsumi Oomuro Atm communication system with optimal traffic control by changing the allocated bandwidth
DE59008026D1 (en) * 1990-03-23 1995-01-26 Siemens Ag Circuit arrangement for the routine testing of an interface between connection groups and the switching network of a PCM telecommunications switching system.
US5029164A (en) * 1990-04-13 1991-07-02 Digital Equipment Corporation Congestion avoidance in high-speed network carrying bursty traffic
GB9011743D0 (en) 1990-05-25 1990-07-18 Plessey Telecomm Data element switch
US5253248A (en) * 1990-07-03 1993-10-12 At&T Bell Laboratories Congestion control for connectionless traffic in data networks via alternate routing
CA2047982C (en) 1990-07-27 1997-01-28 Hiroshi Yamashita Atm cell format conversion system
US5115429A (en) * 1990-08-02 1992-05-19 Codex Corporation Dynamic encoding rate control minimizes traffic congestion in a packet network
DE69117722T2 (en) 1990-08-06 1996-09-19 Fujitsu Ltd TRANSMISSION DEVICE WITH REPEAT SWITCHING FUNCTION
US5280483A (en) 1990-08-09 1994-01-18 Fujitsu Limited Traffic control system for asynchronous transfer mode exchange
JPH04229747A (en) 1990-08-17 1992-08-19 Hitachi Ltd Packet exchange system and packet exchange
JPH04100342A (en) * 1990-08-20 1992-04-02 Toshiba Corp Traffic control system
CA2049428C (en) * 1990-08-20 1996-06-18 Yasuro Shobatake Atm communication system
US5150358A (en) * 1990-08-23 1992-09-22 At&T Bell Laboratories Serving constant bit rate traffic in a broadband data switch
US5128932A (en) * 1990-08-27 1992-07-07 Bell Communications Research, Inc. Traffic flow control and call set-up in multi-hop broadband networks
JP3241716B2 (en) * 1990-08-31 2001-12-25 株式会社東芝 ATM exchange method
EP0472814B1 (en) 1990-08-31 1996-12-18 International Business Machines Corporation Channel paths in a computer I/O system
JPH04119042A (en) * 1990-09-10 1992-04-20 Fujitsu Ltd Channel congestion control system for isdn
US5163045A (en) * 1990-10-01 1992-11-10 At&T Bell Laboratories Communications network arranged to transport connection oriented and connectionless messages
JPH0799831B2 (en) 1990-10-08 1995-10-25 株式会社東芝 Unit cell switch for ATM communication system
JP3128654B2 (en) 1990-10-19 2001-01-29 富士通株式会社 Supervisory control method, supervisory control device and switching system
EP0482551B1 (en) * 1990-10-20 1999-04-07 Fujitsu Limited An ATM switching unit
JP3001953B2 (en) * 1990-10-20 2000-01-24 富士通株式会社 Virtual identifier conversion device
DE69022055T2 (en) 1990-11-06 1996-03-07 Hewlett Packard Co Circuitry and methods for multiple transmission.
JP2868609B2 (en) * 1990-11-09 1999-03-10 富士通株式会社 Route switching method in communication network
DE69128924T2 (en) 1990-11-14 1998-07-09 Fujitsu Ltd Delay distortion suppression system for an ATM communication system
EP0487235B1 (en) * 1990-11-21 1999-02-03 AT&T Corp. Bandwidth and congestion management in accessing broadband ISDN networks
US5285446A (en) * 1990-11-27 1994-02-08 Nec Corporation Cell flow control unit and method for asynchronous transfer mode switching networks
JPH04222140A (en) 1990-12-21 1992-08-12 Fujitsu Ltd Maintenance communication control system for isdn service
JP3177989B2 (en) 1991-01-24 2001-06-18 富士通株式会社 Connection hold control method
CA2060559A1 (en) 1991-02-05 1992-08-06 Ryoichi Ishibashi Congestion relieving system in a communication system
JPH04248729A (en) * 1991-02-05 1992-09-04 Fujitsu Ltd Atm exchange
US5311586A (en) 1991-10-31 1994-05-10 At&T Bell Laboratories Dynamic routing-administration
JPH04276942A (en) 1991-03-05 1992-10-02 Fujitsu Ltd Setting system for logic channel in atm network
JPH04284754A (en) 1991-03-14 1992-10-09 Fujitsu Ltd Atm exchange
JP3073248B2 (en) 1991-03-19 2000-08-07 富士通株式会社 Point-to-multipoint connection method
JPH04290349A (en) * 1991-03-19 1992-10-14 Fujitsu Ltd In-service starting processing system for wide-band exchanging device
JP3073249B2 (en) 1991-03-20 2000-08-07 富士通株式会社 Passing cell monitoring method in ATM exchange
US5317568A (en) 1991-04-11 1994-05-31 Galileo International Partnership Method and apparatus for managing and facilitating communications in a distributed hetergeneous network
US5309438A (en) 1991-04-12 1994-05-03 Ando Electric Co., Ltd. ATM cell delay circuit for ISDN system
JP2892180B2 (en) * 1991-04-30 1999-05-17 富士通株式会社 Monitoring system for ATM cross-connect equipment
US5321695A (en) 1991-05-01 1994-06-14 Hewlett-Packard Company Port arrival identification for computer network packets
AU647267B2 (en) * 1991-05-07 1994-03-17 Fujitsu Limited Switching node in label multiplexing type switching network
JPH05122391A (en) 1991-05-08 1993-05-18 Fujitsu Ltd Information collection service system
JP2938611B2 (en) 1991-05-14 1999-08-23 富士通株式会社 TV signal exchange system
US5274768A (en) * 1991-05-28 1993-12-28 The Trustees Of The University Of Pennsylvania High-performance host interface for ATM networks
FR2677203A1 (en) * 1991-05-30 1992-12-04 Cit Alcatel METHOD FOR MANAGING FLOWS IN A DIGITAL TELECOMMUNICATIONS NETWORK, WITH SERVICE INTEGRATION AND BROADBAND.
JP3025060B2 (en) * 1991-06-03 2000-03-27 富士通株式会社 Device monitoring method
US5313458A (en) 1991-06-03 1994-05-17 Fujitsu Limited Traffic control system
JPH0774984B2 (en) 1991-06-10 1995-08-09 インターナショナル・ビジネス・マシーンズ・コーポレイション System resource utilization measurement method and data processing system
JP3074573B2 (en) * 1991-06-18 2000-08-07 富士通株式会社 Method and apparatus for testing VPI conversion function, and ATM cross-connect apparatus including the apparatus
JP3278865B2 (en) 1991-06-28 2002-04-30 日本電気株式会社 Traffic control method
DE69130392T2 (en) 1991-07-10 1999-06-02 Ibm High speed buffer management
JPH0530132A (en) 1991-07-24 1993-02-05 Fujitsu Ltd Charging system in atm network
US5544168A (en) 1991-08-02 1996-08-06 Gpt Limited ATM switching arrangement
US5179556A (en) * 1991-08-02 1993-01-12 Washington University Bandwidth management and congestion control scheme for multicast ATM networks
US5191582A (en) * 1991-08-14 1993-03-02 Transwitch Corporation Method and apparatus for the high speed modification of a packet address field of a transmitted packet in a frame relay system
CA2077027C (en) 1991-08-28 1998-09-29 Tsutomu Tanaka Packet communications network and communications method
JP2891567B2 (en) 1991-08-30 1999-05-17 富士通株式会社 Check system for address judgment circuit
US5379297A (en) 1992-04-09 1995-01-03 Network Equipment Technologies, Inc. Concurrent multi-channel segmentation and reassembly processors for asynchronous transfer mode
US5319638A (en) 1991-09-12 1994-06-07 Bell Communications Research, Inc. Link-by-link congestion control for packet transmission systems
US5255264A (en) * 1991-09-26 1993-10-19 Ipc Information Systems, Inc. Distributed control switching network for multi-line telephone communications
US5535197A (en) 1991-09-26 1996-07-09 Ipc Information Systems, Inc. Shared buffer switching module
US5301055A (en) * 1991-10-01 1994-04-05 Bell Communications Research, Inc. Scheduler for multicast cell transmission
US5291481A (en) * 1991-10-04 1994-03-01 At&T Bell Laboratories Congestion control for high speed packet networks
US5509001A (en) 1991-10-18 1996-04-16 Fujitsu Limited Apparatus and method for controlling cells input to ATM network
JPH05122240A (en) 1991-10-24 1993-05-18 Fujitsu Ltd Vpi vci allocation system in atm transmission
JPH05122238A (en) 1991-10-28 1993-05-18 Fujitsu Ltd Police system in atm exchange
JPH05130134A (en) 1991-11-08 1993-05-25 Fujitsu Ltd System changeover system in atm exchange
US5369570A (en) 1991-11-14 1994-11-29 Parad; Harvey A. Method and system for continuous integrated resource management
US5398235A (en) 1991-11-15 1995-03-14 Mitsubishi Denki Kabushiki Kaisha Cell exchanging apparatus
JPH05145576A (en) 1991-11-19 1993-06-11 Fujitsu Ltd Packet data transfer system
JP2751698B2 (en) 1991-12-13 1998-05-18 日本電気株式会社 Self-routing switch circuit
US5432713A (en) 1991-12-26 1995-07-11 Fujitsu Limited Usage parameter control circuit for effecting policing control in an ATM network
US5371893A (en) 1991-12-27 1994-12-06 International Business Machines Corporation Look-ahead priority arbitration system and method
US5361372A (en) 1991-12-27 1994-11-01 Digital Equipment Corporation Memory management for data transmission networks
US5377262A (en) 1991-12-30 1994-12-27 At&T Corp. Telecommunication switching system having adaptive routing switching nodes
JP3262142B2 (en) 1992-01-16 2002-03-04 富士通株式会社 ATM cell forming apparatus, ATM cell forming method, node, and multiplexing method in node
JPH05244187A (en) 1992-02-14 1993-09-21 Nippon Telegr & Teleph Corp <Ntt> Intra-device monitoring method
US5357510A (en) 1992-02-19 1994-10-18 Fujitsu Limited Apparatus and a method for supervising and controlling ATM traffic
GB2266033B (en) 1992-03-09 1995-07-12 Racal Datacom Ltd Communications bus and controller
US5341366A (en) 1992-03-18 1994-08-23 Fujitsu Limited Connection admission control system
US5313454A (en) 1992-04-01 1994-05-17 Stratacom, Inc. Congestion control for cell networks
EP0649583B1 (en) 1992-04-06 1997-02-12 Nortel Networks Corporation Method for atm switch core interface
US5398242A (en) 1992-04-07 1995-03-14 Digital Equipment Corporation Automatically configuring LAN numbers
US5400333A (en) 1992-04-07 1995-03-21 Digital Equipment Corporation Detecting LAN number misconfiguration
US5327424A (en) 1992-04-07 1994-07-05 Digital Equipment Corporation Automatically configuring parallel bridge numbers
JPH05292114A (en) 1992-04-09 1993-11-05 Fujitsu Ltd Communication path setting device and its method
DE69220564T2 (en) 1992-04-27 1998-01-15 Ibm Support of connectionless services in the ATM network using partial connections
US5511070A (en) 1992-05-20 1996-04-23 Xerox Corporation Reservation ring mechanism for controlling contention in a broadband ISDN fast packet switch suitable for use in a local area network
US5327420A (en) 1992-05-20 1994-07-05 Xerox Corporation Method for building multi-bit parallel Batcher/banyan networks
JPH0637797A (en) 1992-05-20 1994-02-10 Xerox Corp Reserved ring mechanism of packet exchange network
US5305311A (en) 1992-05-20 1994-04-19 Xerox Corporation Copy network providing multicast capabilities in a broadband ISDN fast packet switch suitable for use in a local area network
US5325356A (en) 1992-05-20 1994-06-28 Xerox Corporation Method for aggregating ports on an ATM switch for the purpose of trunk grouping
ATE208975T1 (en) 1992-06-26 2001-11-15 Siemens Ag METHOD FOR TREATING THE INFORMATION CONTAINED IN THE HEAD PART OF MESSAGE CELLS TRANSMITTED IN ASYNCHRONOUS TRANSFER MODE
US5452330A (en) 1992-07-06 1995-09-19 Digital Equipment Corporation Bus-oriented switching system for asynchronous transfer mode
US5463629A (en) 1992-07-13 1995-10-31 Ko; Cheng-Hsu Dynamic channel allocation method and system for integrated services digital network
US5291482A (en) * 1992-07-24 1994-03-01 At&T Bell Laboratories High bandwidth packet switch
US5323389A (en) 1992-08-14 1994-06-21 Fore Systems, Inc. ATM cell interface and method for dispatching an ATM cell
US5355372A (en) 1992-08-19 1994-10-11 Nec Usa, Inc. Threshold-based load balancing in ATM switches with parallel switch planes related applications
US5289462A (en) * 1992-08-19 1994-02-22 International Business Machines Corp. Traffic management in packet communications networks
US5577032A (en) 1992-09-11 1996-11-19 Fujitsu Limited Broadcast service system
US5444702A (en) 1992-09-14 1995-08-22 Network Equipment Technologies, Inc. Virtual network using asynchronous transfer mode
US5345229A (en) 1992-09-17 1994-09-06 International Business Machines Corporation Adaptive switching apparatus for multi-stage networks
US5519707A (en) 1992-10-13 1996-05-21 Synoptics Communications, Inc. Multiplexing of communications services on a virtual service path in an ATM network or the like
JPH06132972A (en) 1992-10-20 1994-05-13 Fujitsu Ltd Broad band isdn remote multiplexer
WO1994009576A1 (en) 1992-10-21 1994-04-28 Bell Communications Research, Inc. A broadband virtual private network service and system
GB9223226D0 (en) 1992-11-05 1992-12-16 Algotronix Ltd Improved configurable cellular array (cal ii)
JPH07107990B2 (en) 1992-11-12 1995-11-15 日本電気株式会社 ATM-based transmitter and communication system
GB9309468D0 (en) 1993-05-07 1993-06-23 Roke Manor Research Improvements in or relating to asynchronous transfer mode communication systems
US5350906A (en) 1992-11-25 1994-09-27 Brody Bill E Currency transfer system and method using fixed limit cards
GB2273224B (en) 1992-12-05 1997-01-22 Netcomm Ltd An ATM Cell switch suitable for multicast switching
US5289470A (en) * 1992-12-14 1994-02-22 International Business Machines Corp. Flexible scheme for buffer space allocation in networking devices
MX9306994A (en) 1992-12-15 1994-06-30 Ericsson Telefon Ab L M FLOW CONTROL SYSTEM FOR PACKAGE SWITCHES.
JPH06187302A (en) 1992-12-18 1994-07-08 Fujitsu Ltd Transfer request queue control system
US5465331A (en) 1992-12-23 1995-11-07 International Business Machines Corporation Apparatus having three separated and decentralized processors for concurrently and independently processing packets in a communication network
JP2655464B2 (en) 1992-12-25 1997-09-17 日本電気株式会社 Packet switching method
KR960003505B1 (en) 1992-12-29 1996-03-14 재단법인 한국전자통신연구소 Atm multiplexing processor
CA2110243C (en) 1992-12-31 1998-08-11 Philip Steven Winterbottom Apparatus and methods for making a portion of a first name space available as a portion of a second name space
JPH07118717B2 (en) 1993-01-05 1995-12-18 日本電気株式会社 Multi-protocol packet network configuration method
JPH06318951A (en) 1993-01-07 1994-11-15 Toshiba Corp Method and system for transferring cell
US5425021A (en) 1993-01-28 1995-06-13 International Business Machines Corporation Packet switching resource management within nodes
FR2701180B1 (en) 1993-01-29 1995-03-10 Cit Alcatel Cellulization device and device for decellulizing synchronous digital channels, switching center for synchronous digital channels, and switching center for asynchronous digital channels.
SE516073C2 (en) 1993-02-15 2001-11-12 Ericsson Telefon Ab L M Methods for handling redundant selector planes in packet switches and packet switches for execution of the method
DE69429200T2 (en) 1993-02-15 2002-07-18 Mitsubishi Electric Corp Data queuing device and ATM cell switching based on push and search
US5351146A (en) 1993-03-01 1994-09-27 At&T Bell Laboratories All-optical network architecture
US5365514A (en) 1993-03-01 1994-11-15 International Business Machines Corporation Event driven interface for a system for monitoring and controlling a data communications network
US5546391A (en) 1993-03-04 1996-08-13 International Business Machines Corporation Central shared queue based time multiplexed packet switch with deadlock avoidance
JP2870569B2 (en) 1993-03-22 1999-03-17 富士通株式会社 Congestion processing method and congestion processing circuit in frame relay switching equipment
US5506956A (en) 1993-04-07 1996-04-09 Sprint Communications Company L.P. Error correction and channel restoration apparatus for T1 digital links
US5450406A (en) 1993-04-20 1995-09-12 Kabushiki Kaisha Toshiba ATM communication system with high speed connection-less service function
US5402415A (en) 1993-04-22 1995-03-28 Washington University Multicast virtual circuit switch using cell recycling
FR2704412B1 (en) 1993-04-30 1995-06-30 Robot Coupe Sa KITCHEN ROBOT.
US5420858A (en) 1993-05-05 1995-05-30 Synoptics Communications, Inc. Method and apparatus for communications from a non-ATM communication medium to an ATM communication medium
JPH06335079A (en) 1993-05-19 1994-12-02 Fujitsu Ltd Cell multiplexer in atm network
AU675302B2 (en) 1993-05-20 1997-01-30 Nec Corporation Output-buffer switch for asynchronous transfer mode
JP3357423B2 (en) 1993-06-15 2002-12-16 富士通株式会社 Control system for equipment with switching system
US5392402A (en) 1993-06-29 1995-02-21 Bell Communications Research, Inc. Broadband intelligent telecommunications network and method employing a resource system to support network services
DE4323405A1 (en) 1993-07-13 1995-01-19 Sel Alcatel Ag Access control method for a buffer memory and device for buffering data packets and switching center with such a device
JP3042267B2 (en) 1993-07-22 2000-05-15 ケイディディ株式会社 Adaptive call connection regulation control apparatus and method
US5432784A (en) 1993-07-26 1995-07-11 Digital Equipment Corporation Flow control method and apparatus for systems with long distance links
US5448621A (en) 1993-08-02 1995-09-05 Motorola, Inc. Dynamic reallocation of spectral capacity in cellular communication systems
US5357507A (en) 1993-08-24 1994-10-18 Northern Telecom Limited Fast connection admission control for ATM networks
DE4328862A1 (en) 1993-08-27 1995-03-02 Sel Alcatel Ag Method and device for buffering data packets and switching center with such a device
US5524113A (en) 1993-08-30 1996-06-04 Washington University ATM switch interface
US5457687A (en) 1993-09-02 1995-10-10 Network Equipment Technologies, Inc. Method and apparatus for backward explicit congestion notification (BECN) in an ATM network
US5426635A (en) 1993-09-08 1995-06-20 At&T Corp. Method for adaptive control of windows and rates in networks
JP2906371B2 (en) 1993-09-20 1999-06-21 富士通株式会社 System switching method
JP3178949B2 (en) 1993-09-30 2001-06-25 富士通株式会社 ATM switch method
JP3420621B2 (en) 1993-11-04 2003-06-30 富士通株式会社 Distributed route selection controller for communication networks
KR960003783B1 (en) 1993-11-06 1996-03-22 한국전기통신공사 Subscriber atm mux for interface to isdn
US5519690A (en) 1993-11-08 1996-05-21 Hitachi, Ltd. Communication control apparatus having function for limiting frame reception and switching system with the same
JPH07147592A (en) 1993-11-24 1995-06-06 Fujitsu Ltd Congestion control method, terminal adaptor using the method and communication system having the terminal adaptor
JP3457367B2 (en) 1993-12-01 2003-10-14 富士通株式会社 Communication device
US5530695A (en) 1993-12-15 1996-06-25 Nec Usa, Inc. UPC-based traffic control framework for ATM networks
US5390175A (en) 1993-12-20 1995-02-14 At&T Corp Inter-cell switching unit for narrow band ATM networks
US5485455A (en) 1994-01-28 1996-01-16 Cabletron Systems, Inc. Network having secure fast packet switching and guaranteed quality of service
US5446737A (en) 1994-02-07 1995-08-29 International Business Machines Corporation Method and apparatus for dynamically allocating shared resource access quota
JP3386215B2 (en) 1994-02-10 2003-03-17 富士通株式会社 AIS transmission system in ATM communication system, ATM device on transmission side, and ATM communication system
JP3354689B2 (en) 1994-02-28 2002-12-09 富士通株式会社 ATM exchange, exchange and switching path setting method thereof
US5584037A (en) 1994-03-01 1996-12-10 Intel Corporation Entry allocation in a circular buffer
JP3159351B2 (en) 1994-03-03 2001-04-23 日本電気エンジニアリング株式会社 Switch control information management system for exchanges
JP3405800B2 (en) 1994-03-16 2003-05-12 富士通株式会社 ATM-based variable-length cell transfer system, ATM-based variable-length cell switch, and ATM-based variable-length cell switch
JP3329604B2 (en) 1994-03-17 2002-09-30 富士通株式会社 switch
JP2928452B2 (en) 1994-03-17 1999-08-03 富士通株式会社 ATM switch and call receiving apparatus and method in ATM switch
JP3464034B2 (en) 1994-03-18 2003-11-05 富士通株式会社 Connection setting method for ATM remote maintenance
GB2288096B (en) 1994-03-23 1999-04-28 Roke Manor Research Apparatus and method of processing bandwidth requirements in an ATM switch
US5392280A (en) 1994-04-07 1995-02-21 Mitsubishi Electric Research Laboratories, Inc. Data transmission system and scheduling protocol for connection-oriented packet or cell switching networks
US5526344A (en) 1994-04-15 1996-06-11 Dsc Communications Corporation Multi-service switch for a telecommunications network
DE69428186T2 (en) 1994-04-28 2002-03-28 Hewlett Packard Co Multicast device
US5455825A (en) 1994-04-28 1995-10-03 Mitsubishi Electric Research Laboratories Tag-based scheduling system for digital communication switch
JPH07307737A (en) 1994-05-11 1995-11-21 Fujitsu Ltd Communication method and communication equipment between atm-uni-lan
JP3291122B2 (en) 1994-06-02 2002-06-10 富士通株式会社 Self-routing switch, ATM switch and switching system
US5461611A (en) 1994-06-07 1995-10-24 International Business Machines Corporation Quality of service management for source routing multimedia packet networks
JP3309020B2 (en) 1994-06-20 2002-07-29 富士通株式会社 Transmission throughput control apparatus and method
US5436886A (en) 1994-07-14 1995-07-25 Northern Telecom Limited ATM switch in dual switch plane operation
US5483526A (en) 1994-07-20 1996-01-09 Digital Equipment Corporation Resynchronization method and apparatus for local memory buffers management for an ATM adapter implementing credit based flow control
US5517615A (en) 1994-08-15 1996-05-14 Unisys Corporation Multi-channel integrity checking data transfer system for controlling different size data block transfers with on-the-fly checkout of each word and data block transferred
US5491691A (en) 1994-08-16 1996-02-13 Motorola, Inc. Method and apparatus for pacing asynchronous transfer mode (ATM) data cell transmission
US5515359A (en) 1994-08-26 1996-05-07 Mitsubishi Electric Research Laboratories, Inc. Credit enhanced proportional rate control system
US5528588A (en) 1994-09-14 1996-06-18 Fore Systems, Inc. Multicast shared memory
US5541912A (en) 1994-10-04 1996-07-30 At&T Corp. Dynamic queue length thresholds in a shared memory ATM switch
US5533020A (en) 1994-10-31 1996-07-02 International Business Machines Corporation ATM cell scheduler
US5521916A (en) 1994-12-02 1996-05-28 At&T Corp. Implementation of selective pushout for space priorities in a shared memory asynchronous transfer mode switch
US5475679A (en) 1994-12-08 1995-12-12 Northern Telecom Limited Large capacity ATM switch
US5528591A (en) 1995-01-31 1996-06-18 Mitsubishi Electric Research Laboratories, Inc. End-to-end credit-based flow control system in a digital communication network
US5533009A (en) 1995-02-03 1996-07-02 Bell Communications Research, Inc. Bandwidth management and access control for an ATM network
US5513134A (en) 1995-02-21 1996-04-30 Gte Laboratories Incorporated ATM shared memory switch with content addressing
US5561791A (en) 1995-04-10 1996-10-01 Digital Equipment Corporation Method and apparatus for conditioning timed program independent of transport timing
KR100262682B1 (en) 1995-04-15 2000-08-01 최병석 Multicast atm switch and its multicast contention resolution
US5559798A (en) 1995-04-19 1996-09-24 Lucent Technologies Inc. Data segmentation within a renegotiated bit-rate service transmission system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5570348A (en) * 1994-04-28 1996-10-29 Integrated Telecom Technology, Inc. Method and apparatus for enqueueing data cells in an ATM switch fabric architecture
US5517494A (en) * 1994-09-30 1996-05-14 Apple Computer, Inc. Method and system of multicast routing for groups with a single transmitter

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003527036A (en) * 2000-03-17 2003-09-09 ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー Synchronized data delivery
WO2004043011A1 (en) * 2002-11-06 2004-05-21 Wuhan Fiberhome Networks Co., Ltd. Multiple service ring of n-ringlet structure based on multiple fe, ge and 10ge
US7778162B2 (en) 2002-11-06 2010-08-17 Wuhan Fiberhome Networks Co. Ltd. Multiple service ring of N-ringlet structure based on multiple FE, GE and 10GE

Also Published As

Publication number Publication date
US5991298A (en) 1999-11-23
AU1697697A (en) 1997-08-11
JP2000517488A (en) 2000-12-26

Similar Documents

Publication Publication Date Title
US5991298A (en) Reliable and flexible multicast mechanism for ATM networks
US7649882B2 (en) Multicast scheduling and replication in switches
US5757770A (en) Method and device for the control of congestion in sporadic exchanges of data packets in a digital transmission network
US5278828A (en) Method and system for managing queued cells
US6907001B1 (en) Packet switch for switching variable length packets in the form of ATM cells
EP0577359B1 (en) Congestion control in high speed networks
US6934296B2 (en) Packet transfer device and packet transfer method adaptive to a large number of input ports
US6259699B1 (en) System architecture for and method of processing packets and/or cells in a common switch
US5901140A (en) Selective congestion control mechanism for information networks
EP0724798B1 (en) Selective congestion control mechanism for information networks
US6049546A (en) System and method for performing switching in multipoint-to-multipoint multicasting
CA2239133C (en) Multicast methodology and apparatus for backpressure - based switching fabric
WO2002013446A2 (en) Provisioning shaped and unshaped virtual circuits in a single virtual path
US5701291A (en) ATM systems
US7068672B1 (en) Asynchronous receive and transmit packet crosspoint
JPH11239144A (en) Transfer rate controller
US20020150047A1 (en) System and method for scheduling transmission of asynchronous transfer mode cells
Fang et al. A simulation study of TCP performance in ATM networks
Shiomoto et al. Scalable multi-QoS IP+ ATM switch router architecture
JP2000183888A (en) Vc mergeable lable switching router for ip communication on atm network
EP1068766B1 (en) Congestion control in a telecommunications network
AU710270B2 (en) A method for controlling congestion in a telecommunications network
An et al. TCP/IP traffic over ATM networks with ABR flow and congestion control
Elsaadany et al. Performance study of buffering within switches in LANs
Katevenis et al. ATLAS I: a single-chip, gigabit ATM switch with HIC/HS links arid multi-lane back-pressure

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref country code: JP

Ref document number: 1997 526101

Kind code of ref document: A

Format of ref document f/p: F

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase