US20110173520A1 - Systems and methods for routing data in a network device - Google Patents
Systems and methods for routing data in a network device Download PDFInfo
- Publication number
- US20110173520A1 US20110173520A1 US13/072,426 US201113072426A US2011173520A1 US 20110173520 A1 US20110173520 A1 US 20110173520A1 US 201113072426 A US201113072426 A US 201113072426A US 2011173520 A1 US2011173520 A1 US 2011173520A1
- Authority
- US
- United States
- Prior art keywords
- data unit
- stream
- error
- streams
- sequence number
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04J—MULTIPLEX COMMUNICATION
- H04J3/00—Time-division multiplex systems
- H04J3/16—Time-division multiplex systems in which the time allocation to individual channels within a transmission cycle is variable, e.g. to accommodate varying complexity of signals, to vary number of channels transmitted
- H04J3/1605—Fixed allocated frame structures
- H04J3/1611—Synchronous digital hierarchy [SDH] or SONET
- H04J3/1617—Synchronous digital hierarchy [SDH] or SONET carrying packets or ATM cells
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0061—Error detection codes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0823—Errors, e.g. transmission errors
- H04L43/0847—Transmission error
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
Definitions
- the present invention relates generally to data transfer, and more particularly, to systems and methods for routing data in a network device.
- Routers receive data on a physical media, such as optical fiber, analyze the data to determine its destination, and output the data on a physical media in accordance with the destination.
- Routers were initially designed using a general purpose processor executing large software programs. As line rates and traffic volume increased, however, general purpose processors could not scale to meet these new demands. For example, as functionality was added to the software, such as accounting and policing functionality, these routers suffered performance degradation. In some instances, the routers failed to handle traffic at line rate when the new functionality was turned on.
- purpose-built routers were designed with components optimized for routing. They not only handle higher line rates and higher network traffic volume, they also add functionality without compromising line rate performance.
- a purpose-built router may include a number of input and output ports from which the router transmits and receives information packets via multiple individual data streams.
- a packet received at one port is directed to its appropriate output port based on an examination and processing of the packet's header information, which includes an indication of the packet's destination.
- the links within the router that transport the packet from one port to another may be unreliable, thereby causing packet errors.
- Conventional error detection and handling routines do not distinguish between the data streams associated with packets having errors. Accordingly, an error affecting one stream affects the transmission of data via the other streams.
- One aspect consistent with principles of the invention is directed to a method that detects an error in a network device that receives data via a group of streams.
- the method includes receiving a data unit, where the data unit is associated with at least one stream and includes a sequence number for each associated stream.
- the method further includes determining, for each stream with which the data unit is associated, whether the sequence number is a next sequence number and detecting, for each stream with which the data unit is associated, an error when the sequence number is not a next sequence number.
- a second aspect consistent with principles of the invention is directed to a network device that receives data via a group of streams and includes a transmitter and a receiver.
- the transmitter transmits a data unit including at least one stream identifier that identifies one of the streams and a sequence number corresponding to each stream identifier.
- the receiver receives the data unit, determines whether each sequence number associated with the data unit is a next sequence number for the corresponding stream, and detects an error when one of the sequence numbers is not a next sequence number.
- a third aspect consistent with principles of the invention is directed to a network device that includes an interface transmitter, a group of high speed transmitters, a group of high speed receivers, a tandem aligner, and an interface receiver.
- the interface transmitter receives a data unit that includes packet data and control information and transmits the data unit.
- Each of the high speed transmitters receives a portion of the data unit and transmits the portion of the data unit in synchronism with the other of the high speed transmitters via a high speed link.
- Each of the high speed receivers corresponds to one of the high speed transmitters.
- Each high speed receiver receives the portion of the data unit from the corresponding high speed transmitter and forwards the portion of the data unit.
- the tandem aligner receives the portions of the data unit from the high speed receivers, corrects an imbalance or delay between the portions of the data units caused by the high speed links, and forwards the corrected portions of the data unit.
- the interface receiver receives the corrected portions of the data unit and reconstruct the packet data and control information from the corrected portions.
- FIG. 1 is a block diagram illustrating an exemplary routing system in which systems and methods consistent with the principles of the invention may be implemented;
- FIG. 2 is an exemplary detailed block diagram illustrating portions of the routing system of FIG. 1 ;
- FIG. 3 is an exemplary illustration of the interface between the flexible port concentrator (FPC) and the physical interface card (PIC) according to an implementation consistent with the principles of the invention.
- FPC flexible port concentrator
- PIC physical interface card
- FIG. 4 is a flowchart of an exemplary process for transmitting traffic between the PIC and FPC in an implementation consistent with the principles of the invention.
- a system detects and marks errors on a per stream basis.
- per-stream flow control information is transmitted along with packet data.
- FIG. 1 is a block diagram illustrating an exemplary routing system 100 in which systems and methods consistent with the principles of the invention may be implemented.
- System 100 receives data streams from physical links, processes the data streams to determine destination information, and transmits the data streams out on a link in accordance with the destination information.
- System 100 may include a routing engine (RE) 110 , packet forwarding engines (PFEs) 120 a , 120 b , . . . 120 x (collectively, “ 120 ”), and a switch fabric 130 .
- RE routing engine
- PFEs packet forwarding engines
- RE 110 performs high level management functions for system 100 .
- RE 110 communicates with other networks and systems connected to system 100 to exchange information regarding network topology.
- RE 110 creates routing tables based on network topology information, creates forwarding tables based on the routing tables, and forwards the forwarding tables to PFEs 120 .
- PFEs 120 use the forwarding tables to perform route lookups for incoming packets.
- RE 110 also performs other general control and monitoring functions for system 100 .
- PFEs 120 are each connected to RE 110 and switch fabric 130 .
- PFEs 120 receive data on physical links connected, for example, to a network, such as a wide area network (WAN) or local area network (LAN), or a device.
- a network such as a wide area network (WAN) or local area network (LAN), or a device.
- Each physical link could be one of many types of transport media, such as optical fiber or Ethernet cable.
- the data on the physical link is formatted according to one of several protocols, such as the synchronous optical network (SONET) standard or Ethernet.
- SONET synchronous optical network
- Each of PFEs 120 processes incoming data by stripping off the data link layer. For example, in one embodiment, the data remaining after the data link layer is stripped off is packet data.
- Each of PFEs 120 may store control information regarding the packet and the packet data in a series of cells. In one embodiment, the control information is stored in the first two cells of the series of cells.
- Each of PFEs 120 performs a route lookup using the control information and the forwarding table from RE 110 to determine destination information.
- Each of PFEs 120 may also further process the control information to perform protocol-specific functions, policing, and accounting, and might even modify the control information to form a new control information.
- PFE 120 a retrieves the cells for the packet, converts the control information or new control information into header information, forms a packet using the packet data from the cells and the header information, and transmits the packet from the port associated with the physical link.
- PFE 120 a retrieves the cells for the packet, may modify the first two cells with the new control information, if necessary, and sends the cells to PFE 120 x via switch fabric 130 .
- PFE 120 a may append a sequence number to each cell, which allows PFE 120 x to reconstruct the order of the transmitted cells.
- PFE 120 x may use the control information to form a packet using the packet data from the cells, and sends the packet out on the port associated with the appropriate physical link of PFE 120 x.
- RE 110 performs routing based on packet-level processing.
- PFEs 120 store each packet in the form of cells while performing a route lookup using control information, which is based on packet header information.
- a packet might be received on one of PFEs 120 and go back out to the network (or device) on the same one of PFEs 120 , or be sent through switch fabric 130 to be sent out to the network (or device) on a different one of PFEs 120 .
- FIG. 2 is an exemplary detailed block diagram illustrating portions of routing system 100 .
- PFEs 120 connect to one another through switch fabric 130 .
- Each of PFEs 120 may include one or more physical interface cards (PICs) 210 a , 210 b (collectively, “ 210 ”) and a flexible port concentrator (FPC) 220 .
- PICs physical interface cards
- FPC flexible port concentrator
- FIG. 2 illustrates one FPC 220 per PFE 120
- embodiments consistent with the principles of the invention may include multiple FPCs 220 per PFE 120 .
- Each of PICs 210 transmits data between a physical link and an FPC 220 .
- Different PICs 210 are designed to handle different types of physical links.
- one of PICs 210 may be an interface for an optical link while the other PIC may be an interface for an Ethernet link.
- PICs 210 may strip off the layer 1 (L1) protocol information and forward the remaining data, such as raw packets, in the form of cells to FPCs 220 .
- PICs 210 may receive packets from FPCs 220 , encapsulate the packets in L1 protocol information, and transmit the data on the physical link.
- FPCs 220 perform routing functions and handle packet transfers to and from PICs 210 and switch fabric 130 . For each packet it handles, FPC 220 performs the previously-described route lookup function.
- FIG. 2 shows two PICs 210 connected to each of FPCs 220 and three FPCs 220 connected to switch fabric 130 , in other embodiments consistent with the principles of the invention, there can be more or fewer PICs 210 and FPCs 220 .
- FPC 220 may connect to PICs 210 via one or more high speed links.
- FPC 220 connects to each PIC 210 via two high speed links.
- the two high speed links may allow, for example, 16 bytes of information to be transmitted at 155 MHz, along with a start of cell pulse or cyclic redundancy check (CRC) error pulse every 9 clock cycles.
- 12 bytes may carry data and 4 bytes may carry control information, such as error information, sequence numbers, and stream identifiers.
- the start pulse indicates that the following or accompanying information contains valid data.
- the CRC error pulse indicates that the cell contains an error and should be discarded.
- the PIC/FPC interface supports up to 64 streams of traffic, with arbitrary stream sizing.
- each stream writes an incrementing sequence to the sequence number field of the control information. This sequence number is checked on a per stream basis upon receipt. If a missing number exists, the associated packet is marked as containing an error. Moreover, if a cell transmitted over the high speed links has a CRC error, the cell is discarded. The resulting gap in the sequence number for a stream facilitates error detection on a per stream basis.
- FIG. 3 is an exemplary illustration of the interface between one of FPCs 220 and one of PICs 210 according to an implementation consistent with the principles of the invention. While the following description focuses on transmitting traffic from one of PICs 210 to one of FPCs 220 , it will be appreciated that the techniques described herein may also be applied to traffic transmitted from one of FPCs 220 to one of PICs 210 .
- the interface may be used with a high speed bus implementation, such as that described in U.S. patent application Ser. No. 09/879,176.
- PIC 210 includes an interface transmitter 310 , an optional pair of aligners 320 , and a pair of high speed transmitters (TXs) 330 .
- FPC 220 includes a pair of high speed receivers (RXs) 340 , a tandem cell aligner 350 , an optional pair of aligners 360 , and an interface receiver 370 .
- RXs high speed receivers
- PIC 210 and FPC 220 may include additional devices (not shown) that aid in receiving, processing, or transmitting data.
- the number of components illustrated in FIG. 3 is exemplary.
- PIC 210 receives packets from the network and processes the packets via one or more processing modules.
- the resulting information may include packet data and control information, such as a start of packet (SOP) flag, an end of packet (EOP) flag, error data, a pointer that indicates the number of bytes in the packet that are valid, and a stream identifier.
- SOP start of packet
- EOP end of packet
- error data error data
- pointer that indicates the number of bytes in the packet that are valid
- a stream identifier a pointer that indicates the number of bytes in the packet that are valid
- the packet data is 12 bytes (or 96 bits)
- the control information consists of 4 bytes (or 32 bits).
- Exemplary control information may include a stream validity field, a flow control block field, a flow control field, a pointer field, an error field, a sequence number field, a sop field, an eop field, and a stream identifier field.
- the stream validity field indicates whether the 12 bytes of data includes valid data.
- the flow control block field identifies the block of streams (e.g., streams 7 - 0 , 15 - 8 , . . . , 63 - 56 ) for which flow control is being sent.
- the flow control field stores a string of bits that indicates which streams in a block of streams request transmission of flow control. For example, assume that the string of bits is “00001111.” When the flow control block is 0, this may mean that streams 0 - 3 request transmission of flow control. When the flow control block is 1, this may mean that streams 8 - 11 request transmission of flow control.
- the pointer field stores a pointer that points to the end of packet, if it exists.
- the error field stores a bit that indicates whether the end of packet is for a packet containing an error. This bit may only be set if the eop bit is set.
- the sequence number field is used for error detection and recovery. The sequence number may be associated with bus transactions and allow the system to determine which stream was affected by a CRC error.
- the sop field stores a bit that indicates that a start of packet is on byte 11 .
- the eop field stores a bit that indicates that an end of packet falls within the 12 bytes of data.
- the stream identifier field stores a group of bits that identifies the stream number associated with the 12 bytes of data and 4 bytes of control information during a particular clock cycle.
- Interface transmitter 310 receives the packet data and control information from the processing modules of PIC 210 .
- Interface transmitter 310 may include one or more buffers that temporarily store the packet data and control information to be transmitted to FPC 220 .
- Interface transmitter 310 transmits the 128 bits of information (e.g., the 96 bits of packet data and the 32 bits of control information) in the form of cells to aligners 320 every clock cycle, with each aligner 320 receiving 64 bits of information. It will be appreciated that a cell may carry traffic for multiple bus transactions, each from a different stream.
- interface transmitter 310 may transmit 64 bits of packet data to aligner 0 and 32 bits of packet data, along with 32 bits of control information, to aligner 1 .
- aligners 320 may be necessary to align the data from interface transmitter 310 to a different data width. For example, if high speed transmitters 330 operate on 66 bits of data, aligners 320 may be necessary to align the 64 bits of information from interface transmitter 310 to 66 bits using conventional techniques. When high speed transmitters 330 do not have such a requirement, this alignment operation may be avoided. In such a situation, interface transmitter 310 may transmit 64 bits of information directly to each of high speed transmitters 330 .
- High speed transmitters 330 transmit information from PIC 210 to FPC 220 at very high speeds.
- high speed transmitters 330 operate in synchronism. This ensures that high speed transmitters 330 transmit information over the high speed links connecting PIC 210 and FPC 220 at the same time.
- FPC's high speed receivers 340 receive the information from high speed transmitters 330 , recover the information back into 66-bit data blocks, and transmit the 66 bits of information to tandem cell aligner 350 .
- Tandem cell aligner 350 compensates and corrects skews that can happen as a result of an imbalance or delay between the links connecting PIC 210 and FPC 220 .
- aligners 360 place the information from tandem cell aligner 350 back to its original width. For example, if aligners 320 aligned 64 bits of information to a 66-bit width, aligners 360 align the 66 bits of information received from tandem cell aligner 350 back into its original 64-bit width.
- Interface receiver 370 receives the 64 bits of information from aligners 360 and retrieves the original data from the information. That is, interface receiver 370 retrieves the packet data and control information that was received by interface transmitter 310 . Interface receiver 370 may also, as will be described below, perform error detection and handling based on the received information.
- FIG. 4 is a flowchart of an exemplary process for transmitting traffic between a PIC 210 and FPC 220 in an implementation consistent with the principles of the invention.
- the processing described herein is performed by interface receiver 370 ( FIG. 3 ).
- Interface receiver 370 may perform acts 405 through 425 on a per cell basis, while performing acts 430 through 455 on a per clock cycle basis.
- Interface receiver 370 may make this determination by monitoring received information, such as a start pulse or CRC pulse.
- Interface transmitter 310 may transmit a start pulse or a CRC error pulse at predetermined time intervals. If the predetermined time interval passes without interface receiver 370 receiving either a start pulse or a CRC error pulse, then interface receiver 370 determines that the link is down. In response, interface receiver 370 flushes the data from all streams [act 410 ].
- Interface receiver 370 may flush data from the streams by marking packets in the streams with an end of packet error (EOPE). Processing may then return to act 405 .
- EOPE end of packet error
- interface receiver 370 may receive a cell [act 415 ]. Interface receiver 370 may then determine whether a start pulse or CRC error pulse was received with the cell [act 420 ]. In the event that a CRC error pulse was received with the cell, interface receiver 370 discards the cell [act 425 ]. Processing may then return to act 405 .
- interface receiver 370 checks the sequence number for each stream associated with the cell [act 430 ]. As noted above, a cell may carry traffic for multiple bus transactions, each from a different stream. If the sequence number does not match for a stream (i.e., the sequence number is not a next sequence number for that particular stream) [act 435 ], interface receiver 370 may terminate the packet with an error for that stream [act 440 ]. As described above, when terminating a packet, interface receiver 370 may mark the packet with an EOPE. Processing may then return to act 405 .
- interface receiver 370 retrieves the data from the cell [act 445 ], processes the data as necessary [act 450 ], and transfers the data and control information for further processing by FPC 220 .
- FPC 220 When operating normally (i.e., without error), the above processing would be equivalent to transmitting data over a wire having a delay through it.
- the above interface supports a very high bandwidth (e.g., up to OC-192). Moreover, the interface supports dynamic stream sizing. For example, in one embodiment, the interface can support up to 64 streams that can be increased or decreased in OC-3 granularity.
- the interface allows for detection and recovery from errors for each stream individually based on the sequence numbers. This limits the impact of an error cell to the affected streams, allowing other streams to flow uninterrupted. It also allows for quick identification and recovery from errors.
- the interface processing provides the ability to embed flow control along with data on a per-stream basis.
- the interface processing also provides the ability to tag individual packets with an end of packet error (i.e., mark the packet as “good” or “bad”), thereby improving error handling.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
A system detects an error in a network device that receives data via a group of data streams. The system receives a data unit, where the data unit is associated with at least one of the streams and a sequence number for each of the associated streams. The system determines whether each sequence number associated with the data unit is a next sequence number for the corresponding stream, and detects an error for a particular stream when the sequence number for that stream is not a next sequence number.
Description
- The present application relates to U.S. patent application Ser. No. 09/879,176, entitled, “SOURCE SYNCHRONOUS LINK WITH CLOCK RECOVERY AND BIT SKEW ALIGNMENT,” filed Jun. 13, 2001, which is expressly incorporated by reference herein.
- 1. Field of the Invention
- The present invention relates generally to data transfer, and more particularly, to systems and methods for routing data in a network device.
- 2. Description of Related Art
- Routers receive data on a physical media, such as optical fiber, analyze the data to determine its destination, and output the data on a physical media in accordance with the destination. Routers were initially designed using a general purpose processor executing large software programs. As line rates and traffic volume increased, however, general purpose processors could not scale to meet these new demands. For example, as functionality was added to the software, such as accounting and policing functionality, these routers suffered performance degradation. In some instances, the routers failed to handle traffic at line rate when the new functionality was turned on.
- To meet the new demands, purpose-built routers were designed with components optimized for routing. They not only handle higher line rates and higher network traffic volume, they also add functionality without compromising line rate performance.
- A purpose-built router may include a number of input and output ports from which the router transmits and receives information packets via multiple individual data streams. A packet received at one port is directed to its appropriate output port based on an examination and processing of the packet's header information, which includes an indication of the packet's destination. In some instances, the links within the router that transport the packet from one port to another may be unreliable, thereby causing packet errors. Conventional error detection and handling routines do not distinguish between the data streams associated with packets having errors. Accordingly, an error affecting one stream affects the transmission of data via the other streams.
- Accordingly, it is desirable to improve error detection and handling in a network device.
- Systems and methods consistent with the principles of the invention address this and other needs by providing the ability to detect and mark errors on a per stream basis.
- One aspect consistent with principles of the invention is directed to a method that detects an error in a network device that receives data via a group of streams. The method includes receiving a data unit, where the data unit is associated with at least one stream and includes a sequence number for each associated stream. The method further includes determining, for each stream with which the data unit is associated, whether the sequence number is a next sequence number and detecting, for each stream with which the data unit is associated, an error when the sequence number is not a next sequence number.
- A second aspect consistent with principles of the invention is directed to a network device that receives data via a group of streams and includes a transmitter and a receiver. The transmitter transmits a data unit including at least one stream identifier that identifies one of the streams and a sequence number corresponding to each stream identifier. The receiver receives the data unit, determines whether each sequence number associated with the data unit is a next sequence number for the corresponding stream, and detects an error when one of the sequence numbers is not a next sequence number.
- A third aspect consistent with principles of the invention is directed to a network device that includes an interface transmitter, a group of high speed transmitters, a group of high speed receivers, a tandem aligner, and an interface receiver. The interface transmitter receives a data unit that includes packet data and control information and transmits the data unit. Each of the high speed transmitters receives a portion of the data unit and transmits the portion of the data unit in synchronism with the other of the high speed transmitters via a high speed link. Each of the high speed receivers corresponds to one of the high speed transmitters. Each high speed receiver receives the portion of the data unit from the corresponding high speed transmitter and forwards the portion of the data unit. The tandem aligner receives the portions of the data unit from the high speed receivers, corrects an imbalance or delay between the portions of the data units caused by the high speed links, and forwards the corrected portions of the data unit. The interface receiver receives the corrected portions of the data unit and reconstruct the packet data and control information from the corrected portions.
- The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, explain the invention. In the drawings,
-
FIG. 1 is a block diagram illustrating an exemplary routing system in which systems and methods consistent with the principles of the invention may be implemented; -
FIG. 2 is an exemplary detailed block diagram illustrating portions of the routing system ofFIG. 1 ; -
FIG. 3 is an exemplary illustration of the interface between the flexible port concentrator (FPC) and the physical interface card (PIC) according to an implementation consistent with the principles of the invention; and -
FIG. 4 is a flowchart of an exemplary process for transmitting traffic between the PIC and FPC in an implementation consistent with the principles of the invention. - The following detailed description of the invention refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements. Also, the following detailed description does not limit the invention. Instead, the scope of the invention is defined by the appended claims and equivalents.
- As described herein, a system detects and marks errors on a per stream basis. In one implementation consistent with the principles of the invention, per-stream flow control information is transmitted along with packet data.
-
FIG. 1 is a block diagram illustrating anexemplary routing system 100 in which systems and methods consistent with the principles of the invention may be implemented.System 100 receives data streams from physical links, processes the data streams to determine destination information, and transmits the data streams out on a link in accordance with the destination information.System 100 may include a routing engine (RE) 110, packet forwarding engines (PFEs) 120 a, 120 b, . . . 120 x (collectively, “120”), and aswitch fabric 130. - RE 110 performs high level management functions for
system 100. For example, RE 110 communicates with other networks and systems connected tosystem 100 to exchange information regarding network topology. RE 110 creates routing tables based on network topology information, creates forwarding tables based on the routing tables, and forwards the forwarding tables to PFEs 120. PFEs 120 use the forwarding tables to perform route lookups for incoming packets. RE 110 also performs other general control and monitoring functions forsystem 100. - PFEs 120 are each connected to RE 110 and
switch fabric 130. PFEs 120 receive data on physical links connected, for example, to a network, such as a wide area network (WAN) or local area network (LAN), or a device. Each physical link could be one of many types of transport media, such as optical fiber or Ethernet cable. The data on the physical link is formatted according to one of several protocols, such as the synchronous optical network (SONET) standard or Ethernet. - Each of PFEs 120 processes incoming data by stripping off the data link layer. For example, in one embodiment, the data remaining after the data link layer is stripped off is packet data. Each of PFEs 120 may store control information regarding the packet and the packet data in a series of cells. In one embodiment, the control information is stored in the first two cells of the series of cells.
- Each of PFEs 120 performs a route lookup using the control information and the forwarding table from
RE 110 to determine destination information. Each of PFEs 120 may also further process the control information to perform protocol-specific functions, policing, and accounting, and might even modify the control information to form a new control information. - For example, if
PFE 120 a is processing a packet, and the destination information in the packet indicates that the packet should be sent out on a physical link connected toPFE 120 a, thenPFE 120 a retrieves the cells for the packet, converts the control information or new control information into header information, forms a packet using the packet data from the cells and the header information, and transmits the packet from the port associated with the physical link. - If the destination indicates that the packet should be sent to another PFE via
switch fabric 130, such asPFE 120 x, thenPFE 120 a retrieves the cells for the packet, may modify the first two cells with the new control information, if necessary, and sends the cells to PFE 120 x viaswitch fabric 130. Before transmitting the cells overswitch fabric 130,PFE 120 a may append a sequence number to each cell, which allowsPFE 120 x to reconstruct the order of the transmitted cells. Additionally,PFE 120 x may use the control information to form a packet using the packet data from the cells, and sends the packet out on the port associated with the appropriate physical link ofPFE 120 x. - In summary,
RE 110, PFEs 120, and switchfabric 130 perform routing based on packet-level processing. PFEs 120 store each packet in the form of cells while performing a route lookup using control information, which is based on packet header information. A packet might be received on one of PFEs 120 and go back out to the network (or device) on the same one of PFEs 120, or be sent throughswitch fabric 130 to be sent out to the network (or device) on a different one of PFEs 120. -
FIG. 2 is an exemplary detailed block diagram illustrating portions ofrouting system 100. PFEs 120 connect to one another throughswitch fabric 130. Each of PFEs 120 may include one or more physical interface cards (PICs) 210 a, 210 b (collectively, “210”) and a flexible port concentrator (FPC) 220. AlthoughFIG. 2 illustrates oneFPC 220 per PFE 120, embodiments consistent with the principles of the invention may includemultiple FPCs 220 per PFE 120. - Each of
PICs 210 transmits data between a physical link and anFPC 220.Different PICs 210 are designed to handle different types of physical links. For example, one ofPICs 210 may be an interface for an optical link while the other PIC may be an interface for an Ethernet link. - For incoming data, in one embodiment,
PICs 210 may strip off the layer 1 (L1) protocol information and forward the remaining data, such as raw packets, in the form of cells toFPCs 220. For outgoing data,PICs 210 may receive packets fromFPCs 220, encapsulate the packets in L1 protocol information, and transmit the data on the physical link. -
FPCs 220 perform routing functions and handle packet transfers to and fromPICs 210 and switchfabric 130. For each packet it handles,FPC 220 performs the previously-described route lookup function. AlthoughFIG. 2 shows twoPICs 210 connected to each ofFPCs 220 and threeFPCs 220 connected to switchfabric 130, in other embodiments consistent with the principles of the invention, there can be more orfewer PICs 210 andFPCs 220. -
FPC 220 may connect toPICs 210 via one or more high speed links. In one embodiment,FPC 220 connects to eachPIC 210 via two high speed links. The two high speed links may allow, for example, 16 bytes of information to be transmitted at 155 MHz, along with a start of cell pulse or cyclic redundancy check (CRC) error pulse every 9 clock cycles. Of the 16 bytes, 12 bytes may carry data and 4 bytes may carry control information, such as error information, sequence numbers, and stream identifiers. The start pulse indicates that the following or accompanying information contains valid data. The CRC error pulse indicates that the cell contains an error and should be discarded. In an implementation consistent with the principles of the invention, the PIC/FPC interface supports up to 64 streams of traffic, with arbitrary stream sizing. - As will be described in additional detail below, each stream writes an incrementing sequence to the sequence number field of the control information. This sequence number is checked on a per stream basis upon receipt. If a missing number exists, the associated packet is marked as containing an error. Moreover, if a cell transmitted over the high speed links has a CRC error, the cell is discarded. The resulting gap in the sequence number for a stream facilitates error detection on a per stream basis.
-
FIG. 3 is an exemplary illustration of the interface between one ofFPCs 220 and one ofPICs 210 according to an implementation consistent with the principles of the invention. While the following description focuses on transmitting traffic from one ofPICs 210 to one ofFPCs 220, it will be appreciated that the techniques described herein may also be applied to traffic transmitted from one ofFPCs 220 to one ofPICs 210. The interface may be used with a high speed bus implementation, such as that described in U.S. patent application Ser. No. 09/879,176. - As illustrated,
PIC 210 includes aninterface transmitter 310, an optional pair ofaligners 320, and a pair of high speed transmitters (TXs) 330.FPC 220 includes a pair of high speed receivers (RXs) 340, atandem cell aligner 350, an optional pair ofaligners 360, and aninterface receiver 370. It will be appreciated thatPIC 210 andFPC 220 may include additional devices (not shown) that aid in receiving, processing, or transmitting data. Moreover, the number of components illustrated inFIG. 3 is exemplary. -
PIC 210 receives packets from the network and processes the packets via one or more processing modules. The resulting information may include packet data and control information, such as a start of packet (SOP) flag, an end of packet (EOP) flag, error data, a pointer that indicates the number of bytes in the packet that are valid, and a stream identifier. In an implementation consistent with the principles of the invention, the packet data is 12 bytes (or 96 bits), while the control information consists of 4 bytes (or 32 bits). - Exemplary control information may include a stream validity field, a flow control block field, a flow control field, a pointer field, an error field, a sequence number field, a sop field, an eop field, and a stream identifier field. The stream validity field indicates whether the 12 bytes of data includes valid data. The flow control block field identifies the block of streams (e.g., streams 7-0, 15-8, . . . , 63-56) for which flow control is being sent. The flow control field stores a string of bits that indicates which streams in a block of streams request transmission of flow control. For example, assume that the string of bits is “00001111.” When the flow control block is 0, this may mean that streams 0-3 request transmission of flow control. When the flow control block is 1, this may mean that streams 8-11 request transmission of flow control.
- The pointer field stores a pointer that points to the end of packet, if it exists. The error field stores a bit that indicates whether the end of packet is for a packet containing an error. This bit may only be set if the eop bit is set. The sequence number field is used for error detection and recovery. The sequence number may be associated with bus transactions and allow the system to determine which stream was affected by a CRC error.
- The sop field stores a bit that indicates that a start of packet is on byte 11. The eop field stores a bit that indicates that an end of packet falls within the 12 bytes of data. The stream identifier field stores a group of bits that identifies the stream number associated with the 12 bytes of data and 4 bytes of control information during a particular clock cycle.
-
Interface transmitter 310 receives the packet data and control information from the processing modules ofPIC 210.Interface transmitter 310 may include one or more buffers that temporarily store the packet data and control information to be transmitted toFPC 220.Interface transmitter 310 transmits the 128 bits of information (e.g., the 96 bits of packet data and the 32 bits of control information) in the form of cells to aligners 320 every clock cycle, with each aligner 320 receiving 64 bits of information. It will be appreciated that a cell may carry traffic for multiple bus transactions, each from a different stream. In one embodiment,interface transmitter 310 may transmit 64 bits of packet data toaligner 0 and 32 bits of packet data, along with 32 bits of control information, toaligner 1. - In some instances,
aligners 320 may be necessary to align the data frominterface transmitter 310 to a different data width. For example, ifhigh speed transmitters 330 operate on 66 bits of data,aligners 320 may be necessary to align the 64 bits of information frominterface transmitter 310 to 66 bits using conventional techniques. Whenhigh speed transmitters 330 do not have such a requirement, this alignment operation may be avoided. In such a situation,interface transmitter 310 may transmit 64 bits of information directly to each ofhigh speed transmitters 330. -
High speed transmitters 330 transmit information fromPIC 210 toFPC 220 at very high speeds. In one implementation consistent with the principles of the invention,high speed transmitters 330 operate in synchronism. This ensures thathigh speed transmitters 330 transmit information over the high speedlinks connecting PIC 210 andFPC 220 at the same time. - FPC's
high speed receivers 340 receive the information fromhigh speed transmitters 330, recover the information back into 66-bit data blocks, and transmit the 66 bits of information totandem cell aligner 350.Tandem cell aligner 350 compensates and corrects skews that can happen as a result of an imbalance or delay between thelinks connecting PIC 210 andFPC 220. - If it was necessary to adjust the alignment of the information from
interface transmitter 310,aligners 360 place the information fromtandem cell aligner 350 back to its original width. For example, ifaligners 320 aligned 64 bits of information to a 66-bit width,aligners 360 align the 66 bits of information received fromtandem cell aligner 350 back into its original 64-bit width. -
Interface receiver 370 receives the 64 bits of information fromaligners 360 and retrieves the original data from the information. That is,interface receiver 370 retrieves the packet data and control information that was received byinterface transmitter 310.Interface receiver 370 may also, as will be described below, perform error detection and handling based on the received information. -
FIG. 4 is a flowchart of an exemplary process for transmitting traffic between aPIC 210 andFPC 220 in an implementation consistent with the principles of the invention. In one embodiment, the processing described herein is performed by interface receiver 370 (FIG. 3 ).Interface receiver 370 may performacts 405 through 425 on a per cell basis, while performingacts 430 through 455 on a per clock cycle basis. - Processing may begin with
interface receiver 370 determining whether the high speed link betweenPIC 210 andFPC 220 is down [act 405].Interface receiver 370 may make this determination by monitoring received information, such as a start pulse or CRC pulse.Interface transmitter 310 may transmit a start pulse or a CRC error pulse at predetermined time intervals. If the predetermined time interval passes withoutinterface receiver 370 receiving either a start pulse or a CRC error pulse, theninterface receiver 370 determines that the link is down. In response,interface receiver 370 flushes the data from all streams [act 410].Interface receiver 370 may flush data from the streams by marking packets in the streams with an end of packet error (EOPE). Processing may then return to act 405. - When the link is up,
interface receiver 370 may receive a cell [act 415].Interface receiver 370 may then determine whether a start pulse or CRC error pulse was received with the cell [act 420]. In the event that a CRC error pulse was received with the cell,interface receiver 370 discards the cell [act 425]. Processing may then return to act 405. - If a start pulse was received with the cell,
interface receiver 370 checks the sequence number for each stream associated with the cell [act 430]. As noted above, a cell may carry traffic for multiple bus transactions, each from a different stream. If the sequence number does not match for a stream (i.e., the sequence number is not a next sequence number for that particular stream) [act 435],interface receiver 370 may terminate the packet with an error for that stream [act 440]. As described above, when terminating a packet,interface receiver 370 may mark the packet with an EOPE. Processing may then return to act 405. - If the sequence number for the stream matches [act 435],
interface receiver 370 retrieves the data from the cell [act 445], processes the data as necessary [act 450], and transfers the data and control information for further processing byFPC 220. When operating normally (i.e., without error), the above processing would be equivalent to transmitting data over a wire having a delay through it. - The above interface supports a very high bandwidth (e.g., up to OC-192). Moreover, the interface supports dynamic stream sizing. For example, in one embodiment, the interface can support up to 64 streams that can be increased or decreased in OC-3 granularity. The interface allows for detection and recovery from errors for each stream individually based on the sequence numbers. This limits the impact of an error cell to the affected streams, allowing other streams to flow uninterrupted. It also allows for quick identification and recovery from errors.
- The interface processing provides the ability to embed flow control along with data on a per-stream basis. The interface processing also provides the ability to tag individual packets with an end of packet error (i.e., mark the packet as “good” or “bad”), thereby improving error handling.
- The foregoing description of preferred embodiments of the present invention provides illustration and description, but is not intended to be exhaustive or to limit the invention to the precise form disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention. For example, while a series of acts has been described in
FIG. 4 , the order of the acts may vary in other implementations consistent with the principles of the invention. Also, non-dependent acts may be performed in parallel. - No element, act, or instruction used in the description of the present application should be construed as critical or essential to the invention unless explicitly described as such. Also, as used herein, the article “a” is intended to include one or more items. Where only one item is intended, the term “one” or similar language is used.
- The scope of the invention is defined by the claims and their equivalents.
Claims (21)
1-26. (canceled)
27. A method comprising:
receiving, by a network device, a data unit that is associated with a plurality of streams, where the data unit includes a sequence number for each stream with which the data unit is associated;
determining, by the network device and based on the sequence number for each stream, of the plurality of streams, whether the stream is associated with an error; and
identifying, by the network device, that the data unit is associated with the error when one or more of the streams, of the plurality of streams, are associated with the error.
28. The method of claim 27 , where the data unit is a first data unit, and where receiving the first data unit comprises:
receiving a second data unit that includes:
the first data unit, and
protocol information; and
removing the protocol information before determining whether each stream, of the plurality of streams, is associated with the error.
29. The method of claim 28 , where the protocol information includes data link layer information.
30. The method of claim 27 , where the data unit includes a stream identifier for each stream, of the plurality of streams, where the stream identifier.
31. The method of claim 27 , where the data unit is a first data unit, the method further comprising marking a second data unit, that includes the first data unit, with an indication that the second data unit is associated with an error.
32. The method of claim 31 , where the indication identifies the one or more streams that are associated with the error.
33. The method of claim 31 , where the marking includes marking the second data unit with an end of packet error.
34. The method of claim 27 , where the data unit is a first data unit, and where the plurality of streams is a first plurality, the method further comprising:
receiving a second data unit that is associated with a second plurality of streams, where the second data unit includes a sequence number for each stream with which the data unit is associated;
determining whether to check the sequence numbers associated with the second data unit, where determining whether to check the sequence numbers associated with the second data unit includes:
determining whether the second data unit is associated with a cyclic redundancy check (CRC) error; and
determining that the sequence numbers, associated with the second data unit, are not to be checked when the second data unit is associated with the CRC error.
35. The method of claim 34 , further comprising:
checking the sequence numbers, associated with the second data unit, when the second data unit is not associated with the CRC error; and
determining, by the network device and based on the checked sequence number for each stream, of the plurality of streams of the second data unit, whether the stream is associated with an error.
36. The method of claim 27 , where determining whether a particular stream, of the plurality of streams, is associated with an error includes:
comparing the sequence number for the particular stream with a previously received sequence number for the particular stream.
37. The method of claim 36 , where determining whether the particular stream is associated with the error further includes:
determining that the particular stream is associated with the error when the sequence number for the particular stream is not a next sequence number for the particular stream.
38. The method of claim 36 , where determining whether the particular stream is associated with the error further includes:
determining that the particular stream is not associated with the error when the sequence number for the particular stream is a next sequence number for the particular stream.
39. A system comprising:
one or more devices to:
receive a data unit that is associated with a plurality of streams, where the data unit includes a sequence number for each stream with which the data unit is associated;
determine, based on the sequence number for each stream, of the plurality of streams, whether the stream is associated with an error; and
identify that the data unit is associated with the error when one or more of the streams, of the plurality of streams, are associated with the error.
40. The system of claim 39 , where the data unit is a first data unit, and where when receiving the first data unit, the one or more devices are to:
receive a second data unit that includes:
the first data unit, and
protocol information; and
remove the protocol information from the second data unit before determining whether each stream, of the plurality of streams, is associated with the error.
41. The system of claim 39 , where the data unit includes a stream identifier for each stream, of the plurality of streams.
42. The system of claim 39 , where the one or more devices are further to mark a data packet, that includes the data unit, with an indication that the data packet is associated with an error.
43. The system of claim 42 , where the indication identifies the one or more streams that are associated with the error.
44. A non-transitory computer-readable memory device having computer-executable instructions stored thereon, the computer-executable instructions comprising:
one or more instructions to receive a data unit that is associated with two or more streams, where the data unit includes, for each stream with which the data unit is associated:
a sequence number, and
a stream identifier that identifies the stream with which the data unit is associated;
one or more instructions to use the stream identifier and the sequence number for each stream, of the plurality of streams, to determine whether the stream is associated with an error; and
one or more instructions to identify that the data unit is associated with the error when at least one stream, of the two or more of streams, is associated with the error.
45. The non-transitory computer-readable memory device of claim 44 , further comprising one or more instructions to store an indication, in a data packet that includes the data unit, that the data packet is associated with the error.
46. The non-transitory computer-readable memory device of claim 45 , where the indication identifies the one or more streams that are associated with the error.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/072,426 US20110173520A1 (en) | 2002-04-12 | 2011-03-25 | Systems and methods for routing data in a network device |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/120,443 US7167476B1 (en) | 2002-04-12 | 2002-04-12 | Systems and methods for routing data in a network device |
US11/567,414 US7936759B2 (en) | 2002-04-12 | 2006-12-06 | Systems and methods for routing data in a network device |
US13/072,426 US20110173520A1 (en) | 2002-04-12 | 2011-03-25 | Systems and methods for routing data in a network device |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/567,414 Continuation US7936759B2 (en) | 2002-04-12 | 2006-12-06 | Systems and methods for routing data in a network device |
Publications (1)
Publication Number | Publication Date |
---|---|
US20110173520A1 true US20110173520A1 (en) | 2011-07-14 |
Family
ID=37663676
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/120,443 Expired - Fee Related US7167476B1 (en) | 2002-04-12 | 2002-04-12 | Systems and methods for routing data in a network device |
US11/567,414 Expired - Fee Related US7936759B2 (en) | 2002-04-12 | 2006-12-06 | Systems and methods for routing data in a network device |
US13/072,426 Abandoned US20110173520A1 (en) | 2002-04-12 | 2011-03-25 | Systems and methods for routing data in a network device |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/120,443 Expired - Fee Related US7167476B1 (en) | 2002-04-12 | 2002-04-12 | Systems and methods for routing data in a network device |
US11/567,414 Expired - Fee Related US7936759B2 (en) | 2002-04-12 | 2006-12-06 | Systems and methods for routing data in a network device |
Country Status (1)
Country | Link |
---|---|
US (3) | US7167476B1 (en) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7061939B1 (en) | 2001-06-13 | 2006-06-13 | Juniper Networs, Inc. | Source synchronous link with clock recovery and bit skew alignment |
US7725826B2 (en) * | 2004-03-26 | 2010-05-25 | Harman International Industries, Incorporated | Audio-related system node instantiation |
US8526985B2 (en) * | 2009-11-30 | 2013-09-03 | Alcatel Lucent | System and method of geo-concentrated video detection |
US8850300B1 (en) * | 2010-10-20 | 2014-09-30 | Altera Corporation | Packet communication testing apparatus and associated methods |
CN103069757B (en) * | 2011-08-17 | 2015-07-22 | 华为技术有限公司 | Packet reassembly and resequence method, apparatus and system |
US9843906B2 (en) | 2013-08-13 | 2017-12-12 | Motorola Solutions, Inc. | Apparatus and method for retrieving group messages |
FR3030076B1 (en) * | 2014-12-10 | 2016-12-09 | Bull Sas | METHOD FOR MANAGING A NETWORK OF CALCULATION NODES |
US9881664B1 (en) * | 2017-01-12 | 2018-01-30 | Cadence Design Systems, Inc. | Per-group delay line architecture to de-skew input/output timing between a high bandwidth memory (HBM) physical (PHY) interface and the HBM device |
Citations (40)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4346440A (en) * | 1978-06-30 | 1982-08-24 | Motorola, Inc. | Advanced data link controller |
US5007051A (en) * | 1987-09-30 | 1991-04-09 | Hewlett-Packard Company | Link layer protocol and apparatus for data communication |
US5010546A (en) * | 1988-06-20 | 1991-04-23 | Fujitsu Limited | Packet switching system |
US5151899A (en) * | 1991-02-11 | 1992-09-29 | Digital Equipment Corporation | Tracking sequence numbers in packet data communication system |
US5444709A (en) * | 1993-09-30 | 1995-08-22 | Apple Computer, Inc. | Protocol for transporting real time data |
US5497371A (en) * | 1993-10-26 | 1996-03-05 | Northern Telecom Limited | Digital telecommunication link for efficiently transporting mixed classes of packets |
US5524116A (en) * | 1992-02-14 | 1996-06-04 | At&T Corp. | Packet framer |
US5657316A (en) * | 1995-01-23 | 1997-08-12 | Fujitsu Limited | Data length compensating device for compensating lost cells in packet data composed of a plurality of cells |
US5878041A (en) * | 1995-09-19 | 1999-03-02 | Fujitsu Limited | Error handling in transmission of data that cannot be retransmitted |
US5928330A (en) * | 1996-09-06 | 1999-07-27 | Motorola, Inc. | System, device, and method for streaming a multimedia file |
US6246684B1 (en) * | 1997-12-24 | 2001-06-12 | Nortel Networks Limited | Method and apparatus for re-ordering data packets in a network environment |
US20010012288A1 (en) * | 1999-07-14 | 2001-08-09 | Shaohua Yu | Data transmission apparatus and method for transmitting data between physical layer side device and network layer device |
US6317430B1 (en) * | 1998-02-19 | 2001-11-13 | Lucent Technologies Inc. | ARQ protocol support for variable size transmission data unit sizes using a hierarchically structured sequence number approach |
US6359877B1 (en) * | 1998-07-21 | 2002-03-19 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for minimizing overhead in a communication system |
US20020080828A1 (en) * | 1998-07-22 | 2002-06-27 | Yoram Ofek | Time frame switching method using time frame labels and a common time reference |
US20020133618A1 (en) * | 2001-03-14 | 2002-09-19 | Desai Bhavesh N. | Tunneling system for a cable data service |
US20020141370A1 (en) * | 2001-03-12 | 2002-10-03 | Nischal Abrol | Method and apparatus for providing multiple quality of service levels in a wireless packet data services connection |
US6463074B1 (en) * | 2000-06-14 | 2002-10-08 | Tantivy Communications, Inc. | Receiver for time division multiplex system without explicit time slot assignment |
US20020167950A1 (en) * | 2001-01-12 | 2002-11-14 | Zarlink Semiconductor V.N. Inc. | Fast data path protocol for network switching |
US20020172208A1 (en) * | 2001-05-18 | 2002-11-21 | Nokia Corporation | Hybrid automatic repeat request (HARQ) scheme with in-sequence delivery of packets |
US20020184373A1 (en) * | 2000-11-01 | 2002-12-05 | International Business Machines Corporation | Conversational networking via transport, coding and control conversational protocols |
US6493343B1 (en) * | 1998-01-07 | 2002-12-10 | Compaq Information Technologies Group | System and method for implementing multi-pathing data transfers in a system area network |
US6507582B1 (en) * | 1999-05-27 | 2003-01-14 | Qualcomm Incorporated | Radio link protocol enhancements for dynamic capacity wireless data channels |
US20030081592A1 (en) * | 2001-06-01 | 2003-05-01 | Ainkaran Krishnarajah | Method and apparatus for transporting different classes of data bits in a payload over a radio interface |
US6587431B1 (en) * | 1998-12-18 | 2003-07-01 | Nortel Networks Limited | Supertrunking for packet switching |
US20030137939A1 (en) * | 1997-08-29 | 2003-07-24 | David S. Dunning | Method and apparatus for controlling the flow of data between servers using optimistic transmitter |
US6604224B1 (en) * | 1999-03-31 | 2003-08-05 | Diva Systems Corporation | Method of performing content integrity analysis of a data stream |
US20030236919A1 (en) * | 2000-03-03 | 2003-12-25 | Johnson Scott C. | Network connected computing system |
US6778493B1 (en) * | 2000-02-07 | 2004-08-17 | Sharp Laboratories Of America, Inc. | Real-time media content synchronization and transmission in packet network apparatus and method |
US6788686B1 (en) * | 1999-11-30 | 2004-09-07 | Lucent Technologies Inc. | Method of maintaining packet order in multipath transmission systems having non-uniform traffic splitting |
US6804815B1 (en) * | 2000-09-18 | 2004-10-12 | Cisco Technology, Inc. | Sequence control mechanism for enabling out of order context processing |
US6832261B1 (en) * | 2001-02-04 | 2004-12-14 | Cisco Technology, Inc. | Method and apparatus for distributed resequencing and reassembly of subdivided packets |
US6845104B2 (en) * | 2000-06-14 | 2005-01-18 | Ipr Licensing, Inc. | Receiver for time division multiplex system without explicit time slot assignment |
US6895171B1 (en) * | 1995-04-14 | 2005-05-17 | Kabushiki Kaisha Toshiba | Recording medium capable of interactive reproduction and reproducing system for the same |
US6977930B1 (en) * | 2000-02-14 | 2005-12-20 | Cisco Technology, Inc. | Pipelined packet switching and queuing architecture |
US7088680B1 (en) * | 1999-01-11 | 2006-08-08 | Advanced Micro Devices, Inc. | System and method for digital communication via a time division multiplexed serial data stream |
US7107359B1 (en) * | 2000-10-30 | 2006-09-12 | Intel Corporation | Host-fabric adapter having hardware assist architecture and method of connecting a host system to a channel-based switched fabric in a data network |
US20070025361A1 (en) * | 2001-03-09 | 2007-02-01 | Lin Jung-Lung | Systems for Transferring Various Data Types Across an ATM Network |
US7366241B2 (en) * | 2001-03-29 | 2008-04-29 | Matsushita Electric Industrial Co., Ltd. | Data reproduction apparatus and data reproduction method |
US7369574B1 (en) * | 2001-02-07 | 2008-05-06 | Cortina Systems, Inc. | Multi-service segmentation and reassembly device that is operable in an ingress mode or in an egress mode |
Family Cites Families (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0778774B2 (en) | 1991-02-22 | 1995-08-23 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Short latency data recovery device and message data synchronization method |
US5805632A (en) | 1992-11-19 | 1998-09-08 | Cirrus Logic, Inc. | Bit rate doubler for serial data transmission or storage |
SE508788C2 (en) * | 1995-04-12 | 1998-11-02 | Ericsson Telefon Ab L M | Method of determining the positions within a speech frame for excitation pulses |
US5878061A (en) | 1996-03-14 | 1999-03-02 | Intel Corporation | Providing serial data clock signal transitions with parity bits |
US6072810A (en) | 1996-11-08 | 2000-06-06 | Alcatel | Method to transparently transport an incoming clock signal over a network segment, and related transmitter and receiver unit |
US5862180A (en) | 1997-02-01 | 1999-01-19 | Heinz; Gary L. | Differential encoding of self-clocking data streams |
US6128283A (en) * | 1997-12-03 | 2000-10-03 | Nortel Networks Corporation | Method and apparatus for data transmission using a positive group acknowledgement protocol |
US6310910B1 (en) * | 1998-06-17 | 2001-10-30 | Teledesic Llc | High speed parallel burst modem |
US6973090B2 (en) * | 1998-07-22 | 2005-12-06 | Synchrodyne Networks, Inc. | Switching with multiple time references |
TW391116B (en) | 1998-07-24 | 2000-05-21 | Koninkl Philips Electronics Nv | High-speed serial data communication system |
EP0996262A1 (en) | 1998-10-22 | 2000-04-26 | Texas Instruments France | Communication system with plurality of synchronised data links |
CN1188971C (en) | 1999-04-23 | 2005-02-09 | 通用仪表公司 | HFC return path system using digital conversion and transport |
US6493359B1 (en) | 1999-05-04 | 2002-12-10 | Applied Micro Circuits Corporation | Reconfigurable frame counter |
US6618395B1 (en) | 1999-05-27 | 2003-09-09 | 3Com Corporation | Physical coding sub-layer for transmission of data over multi-channel media |
US6233294B1 (en) | 1999-08-17 | 2001-05-15 | Richard Bowers | Method and apparatus for accomplishing high bandwidth serial communication between semiconductor devices |
FR2806576B1 (en) * | 2000-03-15 | 2004-04-23 | Nortel Matra Cellular | RADIO SIGNAL TRANSMISSION METHOD, ACCESS NETWORK AND RADIO COMMUNICATION TERMINAL APPLYING THE METHOD |
US6680970B1 (en) | 2000-05-23 | 2004-01-20 | Hewlett-Packard Development Company, L.P. | Statistical methods and systems for data rate detection for multi-speed embedded clock serial receivers |
US6667994B1 (en) | 2000-06-09 | 2003-12-23 | Scientific-Atlanta, Inc. | Multiplexing digital communication system |
US20050203673A1 (en) * | 2000-08-18 | 2005-09-15 | Hassanayn Machlab El-Hajj | Wireless communication framework |
US6738392B1 (en) | 2000-09-27 | 2004-05-18 | Cisco Technology, Inc. | Method and apparatus of framing high-speed signals |
US7061939B1 (en) | 2001-06-13 | 2006-06-13 | Juniper Networs, Inc. | Source synchronous link with clock recovery and bit skew alignment |
US7006628B2 (en) * | 2002-01-04 | 2006-02-28 | Avaya Technology Corp. | Efficient packet encryption method |
-
2002
- 2002-04-12 US US10/120,443 patent/US7167476B1/en not_active Expired - Fee Related
-
2006
- 2006-12-06 US US11/567,414 patent/US7936759B2/en not_active Expired - Fee Related
-
2011
- 2011-03-25 US US13/072,426 patent/US20110173520A1/en not_active Abandoned
Patent Citations (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4346440A (en) * | 1978-06-30 | 1982-08-24 | Motorola, Inc. | Advanced data link controller |
US5007051A (en) * | 1987-09-30 | 1991-04-09 | Hewlett-Packard Company | Link layer protocol and apparatus for data communication |
US5010546A (en) * | 1988-06-20 | 1991-04-23 | Fujitsu Limited | Packet switching system |
US5151899A (en) * | 1991-02-11 | 1992-09-29 | Digital Equipment Corporation | Tracking sequence numbers in packet data communication system |
US5524116A (en) * | 1992-02-14 | 1996-06-04 | At&T Corp. | Packet framer |
US5444709A (en) * | 1993-09-30 | 1995-08-22 | Apple Computer, Inc. | Protocol for transporting real time data |
US5497371A (en) * | 1993-10-26 | 1996-03-05 | Northern Telecom Limited | Digital telecommunication link for efficiently transporting mixed classes of packets |
US5657316A (en) * | 1995-01-23 | 1997-08-12 | Fujitsu Limited | Data length compensating device for compensating lost cells in packet data composed of a plurality of cells |
US6895171B1 (en) * | 1995-04-14 | 2005-05-17 | Kabushiki Kaisha Toshiba | Recording medium capable of interactive reproduction and reproducing system for the same |
US5878041A (en) * | 1995-09-19 | 1999-03-02 | Fujitsu Limited | Error handling in transmission of data that cannot be retransmitted |
US5928330A (en) * | 1996-09-06 | 1999-07-27 | Motorola, Inc. | System, device, and method for streaming a multimedia file |
US20030137939A1 (en) * | 1997-08-29 | 2003-07-24 | David S. Dunning | Method and apparatus for controlling the flow of data between servers using optimistic transmitter |
US6246684B1 (en) * | 1997-12-24 | 2001-06-12 | Nortel Networks Limited | Method and apparatus for re-ordering data packets in a network environment |
US6493343B1 (en) * | 1998-01-07 | 2002-12-10 | Compaq Information Technologies Group | System and method for implementing multi-pathing data transfers in a system area network |
US6317430B1 (en) * | 1998-02-19 | 2001-11-13 | Lucent Technologies Inc. | ARQ protocol support for variable size transmission data unit sizes using a hierarchically structured sequence number approach |
US6359877B1 (en) * | 1998-07-21 | 2002-03-19 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for minimizing overhead in a communication system |
US20020080828A1 (en) * | 1998-07-22 | 2002-06-27 | Yoram Ofek | Time frame switching method using time frame labels and a common time reference |
US6587431B1 (en) * | 1998-12-18 | 2003-07-01 | Nortel Networks Limited | Supertrunking for packet switching |
US7088680B1 (en) * | 1999-01-11 | 2006-08-08 | Advanced Micro Devices, Inc. | System and method for digital communication via a time division multiplexed serial data stream |
US6604224B1 (en) * | 1999-03-31 | 2003-08-05 | Diva Systems Corporation | Method of performing content integrity analysis of a data stream |
US6507582B1 (en) * | 1999-05-27 | 2003-01-14 | Qualcomm Incorporated | Radio link protocol enhancements for dynamic capacity wireless data channels |
US20010012288A1 (en) * | 1999-07-14 | 2001-08-09 | Shaohua Yu | Data transmission apparatus and method for transmitting data between physical layer side device and network layer device |
US6788686B1 (en) * | 1999-11-30 | 2004-09-07 | Lucent Technologies Inc. | Method of maintaining packet order in multipath transmission systems having non-uniform traffic splitting |
US6778493B1 (en) * | 2000-02-07 | 2004-08-17 | Sharp Laboratories Of America, Inc. | Real-time media content synchronization and transmission in packet network apparatus and method |
US6977930B1 (en) * | 2000-02-14 | 2005-12-20 | Cisco Technology, Inc. | Pipelined packet switching and queuing architecture |
US20030236919A1 (en) * | 2000-03-03 | 2003-12-25 | Johnson Scott C. | Network connected computing system |
US6463074B1 (en) * | 2000-06-14 | 2002-10-08 | Tantivy Communications, Inc. | Receiver for time division multiplex system without explicit time slot assignment |
US6845104B2 (en) * | 2000-06-14 | 2005-01-18 | Ipr Licensing, Inc. | Receiver for time division multiplex system without explicit time slot assignment |
US8462689B2 (en) * | 2000-06-14 | 2013-06-11 | Intel Corporation | Receiver for time division multiplex system without explicit time slot assignment |
US6804815B1 (en) * | 2000-09-18 | 2004-10-12 | Cisco Technology, Inc. | Sequence control mechanism for enabling out of order context processing |
US7107359B1 (en) * | 2000-10-30 | 2006-09-12 | Intel Corporation | Host-fabric adapter having hardware assist architecture and method of connecting a host system to a channel-based switched fabric in a data network |
US20020184373A1 (en) * | 2000-11-01 | 2002-12-05 | International Business Machines Corporation | Conversational networking via transport, coding and control conversational protocols |
US20020167950A1 (en) * | 2001-01-12 | 2002-11-14 | Zarlink Semiconductor V.N. Inc. | Fast data path protocol for network switching |
US6832261B1 (en) * | 2001-02-04 | 2004-12-14 | Cisco Technology, Inc. | Method and apparatus for distributed resequencing and reassembly of subdivided packets |
US7369574B1 (en) * | 2001-02-07 | 2008-05-06 | Cortina Systems, Inc. | Multi-service segmentation and reassembly device that is operable in an ingress mode or in an egress mode |
US20070025361A1 (en) * | 2001-03-09 | 2007-02-01 | Lin Jung-Lung | Systems for Transferring Various Data Types Across an ATM Network |
US20020141370A1 (en) * | 2001-03-12 | 2002-10-03 | Nischal Abrol | Method and apparatus for providing multiple quality of service levels in a wireless packet data services connection |
US20020133618A1 (en) * | 2001-03-14 | 2002-09-19 | Desai Bhavesh N. | Tunneling system for a cable data service |
US7366241B2 (en) * | 2001-03-29 | 2008-04-29 | Matsushita Electric Industrial Co., Ltd. | Data reproduction apparatus and data reproduction method |
US20020172208A1 (en) * | 2001-05-18 | 2002-11-21 | Nokia Corporation | Hybrid automatic repeat request (HARQ) scheme with in-sequence delivery of packets |
US20030081592A1 (en) * | 2001-06-01 | 2003-05-01 | Ainkaran Krishnarajah | Method and apparatus for transporting different classes of data bits in a payload over a radio interface |
Also Published As
Publication number | Publication date |
---|---|
US7167476B1 (en) | 2007-01-23 |
US7936759B2 (en) | 2011-05-03 |
US20070174728A1 (en) | 2007-07-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20110173520A1 (en) | Systems and methods for routing data in a network device | |
US7613183B1 (en) | System and method for router data aggregation and delivery | |
US7284181B1 (en) | Systems and methods for implementing end-to-end checksum | |
US20080101241A1 (en) | Ethernet OAM at intermediate nodes in a PBT network | |
US20050207436A1 (en) | Switching device based on aggregation of packets | |
US20040076151A1 (en) | Connection identifiers and restoration in optical networks | |
US20080285437A1 (en) | Ethernet protection switching system | |
US8155156B2 (en) | Synchronization recovery for multiple-link communications | |
US9060030B2 (en) | Frame concatenation apparatus | |
EP3648402A1 (en) | Method for sending detection block and method for receiving detection block, and network device and system | |
US7359964B2 (en) | Method and equipment for providing a signaling channel for performing signaling functions at an ethernet level | |
US7599368B2 (en) | Communication system | |
US8929200B2 (en) | Communication device, communication system, and communication method | |
CA2529599C (en) | Method and apparatus for providing tandem connection, performance monitoring, and protection architectures over ethernet protocols | |
US6928056B2 (en) | System and method for distribution of a data stream from high-to-low-to-high bandwidth links | |
US20170288994A1 (en) | Packet transfer device and method for setting counter | |
Cisco | Cisco IOS Interface Command Reference Release 12.1 | |
US20110188401A1 (en) | Error detection for data frames | |
US7953106B2 (en) | Transmission apparatus | |
Cisco | Troubleshooting Ethernet, ATM Uplink, and POS Uplink Interfaces | |
JPH11284641A (en) | Error correcting circuit | |
US20090300187A1 (en) | Transmission device having connection confirmation function | |
JP2769012B2 (en) | Cell missing error delivery detection and correction method | |
EP2306666A1 (en) | Reduction of frame error rate in a node of a wireless packet-switched communication network | |
US20240089202A1 (en) | System and method for forwarding network traffic |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |