TW202416676A - System and method for forwarding network traffic - Google Patents

System and method for forwarding network traffic Download PDF

Info

Publication number
TW202416676A
TW202416676A TW112131418A TW112131418A TW202416676A TW 202416676 A TW202416676 A TW 202416676A TW 112131418 A TW112131418 A TW 112131418A TW 112131418 A TW112131418 A TW 112131418A TW 202416676 A TW202416676 A TW 202416676A
Authority
TW
Taiwan
Prior art keywords
circuit
frame
data frames
data frame
duplicate
Prior art date
Application number
TW112131418A
Other languages
Chinese (zh)
Inventor
克里斯坦 埃勒斯
Original Assignee
美商微晶片科技公司
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
Priority claimed from US18/211,310 external-priority patent/US20240089202A1/en
Application filed by 美商微晶片科技公司 filed Critical 美商微晶片科技公司
Publication of TW202416676A publication Critical patent/TW202416676A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/25Routing or path finding in a switch fabric
    • H04L49/251Cut-through or wormhole routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/25Routing or path finding in a switch fabric
    • H04L49/256Routing or path finding in ATM switching fabrics
    • H04L49/257Cut-through or wormhole routing

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A device for control of network traffic may include a plurality of edge interface circuit and internal interface circuits each coupled to one or more network components. The device may prepend frame identification information to received data frames and remove duplicate data frames when identification information is detected multiple times. The device may store frame identification information in a non-transitory memory device and perform a lookup operation to identify duplicate data frames and eliminate loops in the network.

Description

轉發網路流量的系統與方法System and method for forwarding network traffic

本申請案請求2022年9月8日提申的共同擁有的美國專利申請案第63/404,736號的優先權,出於所有目的其全部內容通過引用併入本文。This application claims priority to commonly owned U.S. Patent Application No. 63/404,736 filed on September 8, 2022, the entire contents of which are incorporated herein by reference for all purposes.

本發明係關於在一電腦網路中流量的轉發。The present invention relates to the forwarding of traffic in a computer network.

在一電腦網路中,包含但不限於交換器及路由器之網路組件被委派以下任務:在該等網路組件之輸入埠(亦稱為入口埠)處接收資料,且透過該等網路組件之輸出埠(亦稱為出口埠)將彼接收到之資料轉發至合適之目的地。將傳入資料發送至一組適當之目的地之此程序稱為電腦網路中之轉發。In a computer network, network components including but not limited to switches and routers are tasked with receiving data at their input ports (also called ingress ports) and forwarding the received data to the appropriate destination through their output ports (also called egress ports). This process of sending incoming data to a set of appropriate destinations is called forwarding in a computer network.

在一種類型之網路中,通常稱為一儲存與轉發(S&F)網路,一網路組件可在其入口埠處接收一傳入框。在做出一轉發決策之前,資料框被整個接收。一旦接收並緩衝了整個資料框,網路組件就將比較包含在框中之循環冗餘檢查(CRC)資料以判定接收到之資料之正確性。若CRC檢查指示資料係正確的,則將該資料轉發至適當媒體存取控制(MAC)位址。In one type of network, often referred to as a store and forward (S&F) network, a network component may receive an incoming frame at its ingress port. The frame is received in its entirety before a forwarding decision is made. Once the entire frame is received and buffered, the network component compares the cyclic redundancy check (CRC) data contained in the frame to determine the correctness of the received data. If the CRC check indicates that the data is correct, the data is forwarded to the appropriate media access control (MAC) address.

在另一類型之網路中,通常稱為一直通轉發(CTF)網路,僅接收傳入框之一小部分,且一旦做出轉發決策,網路組件就開始將傳入框資料發送至適當出口埠。轉發決策可包括一MAC位址目的地,或可包括其他資訊。在開始將該框轉發至適當目的地之前網路組件不會等待整個框被接收。In another type of network, often called a through-forwarding (CTF) network, only a small portion of the incoming frame is received, and once a forwarding decision is made, the network component begins sending the incoming frame data to the appropriate egress port. The forwarding decision may include a MAC address destination, or may include other information. The network component does not wait for the entire frame to be received before beginning to forward the frame to the appropriate destination.

在諸多應用中直通轉發係有利的,由於其透過一網路組件提供低延時轉發,且此低延時可係固定的且與框大小無關。Cut-through forwarding is advantageous in many applications because it provides low-latency forwarding through a network component, and this low latency can be fixed and independent of frame size.

在轉發至網路中之下一目的地之前直通轉發可能無法偵測且丟棄存在位元錯誤之框。在該第一網路組件之入口埠處接收框之末尾之前一第一網路組件可開始轉發一框之開頭,從而在該第一網路組件之出口埠處將該框轉發至一第二網路組件處之合適目的地。此第二網路組件可在其入口埠處接收資料框,且類似地在該第二網路組件之入口埠處接收框之末尾之前開始轉發框之開頭,從而在該第二網路組件之出口埠處將框轉發至一第三網路組件。以一類似方式,可在一CTF網路中跨越諸多網路組件轉發一資料框。當在第一網路組件處接收框之末尾時,可執行一CRC檢查。若偵測到一錯誤,則彼框已經轉發至至少一個目的地。在一廣播或多播網路實施方案中,在偵測到錯誤之前錯誤資料框可轉發至網路中之諸多目的地。校正此等錯誤資料框增加網路之複雜性且增加延時。另外,在轉發決策中使用之框欄位中之一位元錯誤可導致資料框在網路中循環,因為資料框不斷地被轉發至錯誤目的地。Cut-through forwarding may fail to detect and discard frames with bit errors before forwarding to the next destination in the network. A first network component may begin forwarding the beginning of a frame before receiving the end of the frame at the ingress port of the first network component, thereby forwarding the frame to the appropriate destination at a second network component at the egress port of the first network component. This second network component may receive the data frame at its ingress port and similarly begin forwarding the beginning of the frame before receiving the end of the frame at the ingress port of the second network component, thereby forwarding the frame to a third network component at the egress port of the second network component. In a similar manner, a data frame may be forwarded across multiple network components in a CTF network. When the end of the frame is received at the first network component, a CRC check may be performed. If an error is detected, the frame has already been forwarded to at least one destination. In a broadcast or multicast network implementation, an erroneous data frame may be forwarded to multiple destinations in the network before the error is detected. Correcting these erroneous data frames increases the complexity of the network and adds latency. Additionally, a single bit error in a frame field used in forwarding decisions can cause data frames to loop in the network because the data frames are continually forwarded to the wrong destination.

在使用直通轉發之網路中需要一機制以防止過多網路流量及不必要之資料流量循環。In a network using cut-through forwarding, a mechanism is needed to prevent excessive network traffic and unnecessary data traffic loops.

本文中之實施例實現了一種用於進行低延時網路轉發從而消除過多網路流量及不必要之資料循環之裝置、系統及方法。Embodiments herein implement an apparatus, system, and method for performing low-latency network forwarding thereby eliminating excess network traffic and unnecessary data loops.

根據一項態樣,本文中之實施例實現了一種裝置,該裝置包含用於耦合至一網路組件且耦合至一轉發器電路之一邊緣介面電路。該邊緣介面電路自該網路組件接收資料框,將一框特定資訊標頭前置附加到該等接收到之資料框且將該等前置附加之資料框轉發至該轉發器電路。該邊緣介面電路自該轉發器電路接收資料框,移除重複資料框,且將非重複資料框轉發至該網路組件。一內部介面電路耦合至一內部網路段且耦合至該轉發器電路,該內部介面電路自該內部網路段接收資料框且將該等接收到之資料框轉發至該轉發器電路。該內部介面電路自該轉發器電路接收資料框,移除重複資料框,且將非重複資料框轉發至該內部網路段。According to one aspect, an embodiment of the present invention implements a device, which includes an edge interface circuit for coupling to a network component and to a forwarder circuit. The edge interface circuit receives data frames from the network component, pre-appends a frame-specific information header to the received data frames, and forwards the pre-appended data frames to the forwarder circuit. The edge interface circuit receives data frames from the forwarder circuit, removes duplicate data frames, and forwards non-duplicate data frames to the network component. An internal interface circuit is coupled to an internal network segment and to the forwarder circuit, and the internal interface circuit receives data frames from the internal network segment and forwards the received data frames to the forwarder circuit. The internal interface circuit receives data frames from the forwarder circuit, removes duplicate data frames, and forwards non-duplicate data frames to the internal network segment.

根據一項態樣,本文中之實施例實現了一種包含一網路之系統。該網路包含複數個網路連接之裝置。該等網路連接之裝置包含耦合至一網路組件且耦合至一轉發器電路之一邊緣介面電路,該邊緣介面電路自該網路組件接收資料框,將一框特定資訊標頭前置附加到該等接收到之資料框,且將該等前置附加之資料框轉發至該轉發器電路。該邊緣介面電路自該轉發器電路接收資料框,移除重複資料框,且將非重複資料框轉發至該網路組件。一內部介面電路,其耦合至一內部網路段且耦合至該轉發器電路,其中,該內部介面電路自該內部網路段接收資料框且將該等接收到之資料框轉發至該轉發器電路。該內部介面電路自該轉發器電路接收資料框,移除重複資料框,且將非重複資料框轉發至該內部網路段。According to one aspect, the embodiments herein implement a system including a network. The network includes a plurality of network-connected devices. The network-connected devices include an edge interface circuit coupled to a network component and coupled to a forwarder circuit, the edge interface circuit receives data frames from the network component, pre-attaches a frame-specific information header to the received data frames, and forwards the pre-attached data frames to the forwarder circuit. The edge interface circuit receives data frames from the forwarder circuit, removes duplicate data frames, and forwards non-duplicate data frames to the network component. An internal interface circuit is coupled to an internal network segment and to the repeater circuit, wherein the internal interface circuit receives data frames from the internal network segment and forwards the received data frames to the repeater circuit. The internal interface circuit receives data frames from the repeater circuit, removes duplicate data frames, and forwards non-duplicate data frames to the internal network segment.

根據一項態樣,本文中之實施例實現了一種包含以下操作之方法:在一邊緣介面電路處自一網路組件接收一資料框;基於該接收到之資料框產生一框特定資訊標頭;將該框特定資訊標頭作為一標簽前置附加到該接收到之資料框上以產生一前置附加之資料框;將該前置附加之資料框轉發至一轉發器電路;在一邊緣介面電路處自該轉發器電路接收一資料框且丟棄具有一偵測到之錯誤之資料框;基於一非暫時性記憶體之內容及該框特定資訊標頭識別重複之接收到之資料框;移除重複之接收到之資料框;自非重複之接收到之資料框移除該框特定資訊標頭以創建一更新之資料框;透過一出口埠將該更新之資料框轉發至一網路目的地;在一內部介面電路處自一內部網路段接收一資料框;將該接收到之資料框轉發至該轉發器電路;在一內部介面電路處自該轉發器電路接收一資料框;基於一非暫時性記憶體之內容及該框特定資訊標頭識別重複之接收到之資料框;移除重複之接收到之資料框;以及將非重複資料框轉發至一網路組件。According to one aspect, an embodiment of the present invention implements a method including the following operations: receiving a data frame from a network component at an edge interface circuit; generating a frame specific information header based on the received data frame; pre-appending the frame specific information header as a tag to the received data frame to generate a pre-appended data frame; forwarding the pre-appended data frame to a forwarder circuit; receiving a data frame from the forwarder circuit at an edge interface circuit and discarding a data frame with a detected error; identifying duplicate received data frames based on the contents of a non-transient memory and the frame specific information header; a data frame; removing duplicate received data frames; removing the frame specific information header from non-duplicate received data frames to create an updated data frame; forwarding the updated data frame to a network destination through an egress port; receiving a data frame from an internal network segment at an internal interface circuit; forwarding the received data frame to the forwarder circuit; receiving a data frame from the forwarder circuit at an internal interface circuit; identifying duplicate received data frames based on contents of a non-transitory memory and the frame specific information header; removing duplicate received data frames; and forwarding the non-duplicate data frames to a network component.

圖1圖解說明一電腦網路100之各種實施例中之一者。圖1之實施例包含網路組件110、130及140。網路組件110、130及140可包含但不限於橋接器、交換器及路由器。不存在對網路組件110、130及140係同一類型之要求。內部網路段150可包含一或多個網路組件,該一或多個網路組件利用一CTF協定。邊緣電路115、135、145可將內部網路段150分別連接至網路組件110、130、140。內部網路段150之直通轉發器電路151及152可使用一CTF協定在邊緣電路115、135、145之間轉發資料框。FIG. 1 illustrates one of various embodiments of a computer network 100. The embodiment of FIG. 1 includes network components 110, 130, and 140. Network components 110, 130, and 140 may include, but are not limited to, bridges, switches, and routers. There is no requirement that network components 110, 130, and 140 be of the same type. Internal network segment 150 may include one or more network components that utilize a CTF protocol. Edge circuits 115, 135, 145 may connect internal network segment 150 to network components 110, 130, 140, respectively. The cut-through forwarder circuits 151 and 152 of the internal network segment 150 may forward data frames between the edge circuits 115, 135, 145 using a CTF protocol.

網路組件110可透過邊緣電路115耦合至內部網路段150。邊緣電路115可包含用於使用一儲存與轉發協定與網路組件110通信之一第一邊緣介面電路118。第一邊緣介面電路118可包含至少一個入口埠111及至少一個出口埠112。第一邊緣介面電路118可經由入口埠111自網路組件110接收資料。第一邊緣介面電路可經由出口埠112將資料發送至網路組件110。邊緣電路115可包含用於與內部網路段150之直通轉發器電路151及152通信之一或多個內部介面電路116、117。The network component 110 may be coupled to the internal network segment 150 via an edge circuit 115. The edge circuit 115 may include a first edge interface circuit 118 for communicating with the network component 110 using a storage and forwarding protocol. The first edge interface circuit 118 may include at least one ingress port 111 and at least one egress port 112. The first edge interface circuit 118 may receive data from the network component 110 via the ingress port 111. The first edge interface circuit may send data to the network component 110 via the egress port 112. The edge circuit 115 may include one or more internal interface circuits 116, 117 for communicating with the pass-through forwarder circuits 151 and 152 of the internal network segment 150.

在圖1中圖解說明之實施例包含內部網路段150之兩個直通轉發器電路151及152,但此並不意欲係限制性的。其他實施例可包含比在圖1中圖解說明之彼等多之直通轉發器電路,或可包含比在圖1中圖解說明之彼等少之直通轉發器電路。The embodiment illustrated in FIG1 includes two through-forwarding circuits 151 and 152 of the internal network segment 150, but this is not intended to be limiting. Other embodiments may include more through-forwarding circuits than those illustrated in FIG1, or may include fewer through-forwarding circuits than those illustrated in FIG1.

如在圖1中圖解說明之網路組件之特定組態以及網路組件之間的特定路徑係出於說明性目的且並不意欲係限制性的。The specific configuration of network components and the specific paths between network components as illustrated in FIG. 1 are for illustrative purposes and are not intended to be limiting.

邊緣電路115可在第一邊緣介面電路118處經由入口埠111自網路組件110接收一資料框。在邊緣電路115處接收到之資料框可含有識別資訊。邊緣電路115可包含用於偵測接收到之資料框中之錯誤之一錯誤偵測器電路172。錯誤偵測器電路172可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。邊緣電路115可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。邊緣電路115可將一框特定資訊標頭前置附加到接收到之資料框以創建一前置附加之資料框。框特定資訊標頭可由識別電路175產生。識別電路175可在硬體或軟體或其一組合中實施。識別電路175可整合至第一邊緣介面電路118中,或可係單獨組件。框特定資訊標頭可包含用於接收到之資料框之源MAC位址。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。此識別碼亦可稱為一框號碼。該識別碼或框號碼可將自一特定MAC位址接收之一第一接收到之資料框與在一較早或稍後之時間點自同一MAC位址接收之一第二接收到之資料框進行區分。框特定資訊標頭可係前置附加到接收到之資料框以產生前置附加之資料框之一標簽之部分。標簽可由標簽插入電路176進行前置附加。標簽插入電路176可耦合至識別電路175,且可在硬體或軟體或其一組合中實施。標簽插入電路176可整合至第一邊緣介面電路118中,或可係一單獨組件。具有前置附加之框特定資訊標頭之前置附加之資料框可轉發至網路中之其他目的地。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路113、內部介面電路117及路徑162轉發至內部網路段150之轉發器電路152。具有前置附加之框特定資訊標頭之前置附加之資料框可由轉發器電路113經由轉發器電路113、內部介面電路116及路徑161轉發至內部網路段150之轉發器電路151。The edge circuit 115 may receive a data frame from the network component 110 via the ingress port 111 at the first edge interface circuit 118. The data frame received at the edge circuit 115 may contain identification information. The edge circuit 115 may include an error detector circuit 172 for detecting errors in the received data frame. The error detector circuit 172 may perform a CRC check or other error detection check on the received data frame. The edge circuit 115 may perform a CRC check or other error detection check on the received data frame. The edge circuit 115 may pre-append a frame specific information header to the received data frame to create a pre-appended data frame. The frame-specific information header may be generated by the identification circuit 175. The identification circuit 175 may be implemented in hardware or software or a combination thereof. The identification circuit 175 may be integrated into the first edge interface circuit 118, or may be a separate component. The frame-specific information header may include a source MAC address for the received data frame. The frame-specific information header may include an identification code associated with the received data frame. This identification code may also be referred to as a frame number. The identification code or frame number may distinguish a first received data frame received from a specific MAC address from a second received data frame received from the same MAC address at an earlier or later point in time. The frame-specific information header may be part of a tag that is pre-appended to the received data frame to generate the pre-appended data frame. The tag may be pre-appended by tag insertion circuit 176. Tag insertion circuit 176 may be coupled to identification circuit 175 and may be implemented in hardware or software or a combination thereof. Tag insertion circuit 176 may be integrated into first edge interface circuit 118 or may be a separate component. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to other destinations in the network. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to the forwarder circuit 152 of the internal network segment 150 via forwarder circuit 113, internal interface circuit 117 and path 162. The data frame with the pre-pended frame specific information header can be forwarded by the forwarder circuit 113 to the forwarder circuit 151 of the internal network segment 150 via the forwarder circuit 113, the internal interface circuit 116 and the path 161.

邊緣電路115可在內部介面電路116處經由路徑161接收一資料框。在邊緣電路115處接收到之資料框可含有識別資訊。邊緣電路115可更新接收到之資料框之部分且經由出口埠112使用一S&F協定將更新之資料框轉發至網路組件110。邊緣電路115可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路172。錯誤偵測器電路172可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。邊緣電路115可讀取包括框特定資訊標頭之接收到之資料框之部分。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。邊緣電路115可與邊緣電路115中之一移除重複表(RDT) 171合作執行一查找操作以判定接收到之資料框中之框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在邊緣電路115中之RDT 171中。RDT 171可係一非暫時性記憶體。若接收到之資料框之框特定資訊標頭列在RDT 171中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過出口埠112轉發。重複資料框之查找操作及丟棄可由一重複移除電路173實施。重複移除電路173可在硬體或軟體或其一組合中實施。若接收到之資料框之框特定資訊標頭未列在RDT 171中,則資料框可稱為一非重複資料框,且邊緣電路115可將框特定資訊標頭添加至RDT 171。邊緣電路115在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由一標簽移除電路174實施。標簽移除電路174可在硬體或軟體或其一組合中實施。更新之資料框可經由轉發器電路113轉發至第一邊緣介面電路118。更新之資料框可在出口埠112處經由第一邊緣介面電路118轉發至網路組件110。The edge circuit 115 may receive a data frame at the internal interface circuit 116 via the path 161. The data frame received at the edge circuit 115 may contain identification information. The edge circuit 115 may update portions of the received data frame and forward the updated data frame to the network component 110 via the egress port 112 using an S&F protocol. The edge circuit 115 may include an error detector circuit 172 for detecting errors in received data frames and discarding data frames having a detected error. The error detector circuit 172 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame may be discarded. The edge circuit 115 may read a portion of the received data frame including a frame specific information header. The frame specific information header may be present at a predetermined location in the received data frame. The edge circuit 115 may cooperate with a remove duplicate table (RDT) 171 in the edge circuit 115 to perform a lookup operation to determine whether the frame specific information header in the received data frame matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in the RDT 171 in the edge circuit 115. The RDT 171 may be a non-transient memory. If the frame specific information header of the received data frame is listed in the RDT 171, the received data frame can be discarded and not forwarded, because the received data frame has been forwarded through the egress port 112. The lookup operation and discarding of duplicate data frames can be implemented by a duplicate removal circuit 173. The duplicate removal circuit 173 can be implemented in hardware or software or a combination thereof. If the frame specific information header of the received data frame is not listed in the RDT 171, the data frame can be called a non-duplicate data frame, and the edge circuit 115 can add the frame specific information header to the RDT 171. The edge circuit 115 can remove the frame specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame specific information header can be implemented by a tag removal circuit 174. The tag removal circuit 174 may be implemented in hardware or software or a combination thereof. The updated data frame may be forwarded to the first edge interface circuit 118 via the forwarder circuit 113. The updated data frame may be forwarded to the network component 110 via the first edge interface circuit 118 at the egress port 112.

邊緣電路115可在內部介面電路117處經由路徑162接收一資料框。在邊緣電路115處接收到之資料框可含有識別資訊。邊緣電路115可更新接收到之資料框之部分且經由第一邊緣介面電路118中之出口埠112使用一S&F協定將更新之資料框轉發至網路組件110。邊緣電路115可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路172。錯誤偵測器電路172可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。邊緣電路115可讀取接收到之資料框之包括框特定資訊標頭之部分。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。邊緣電路115可與RDT 171合作執行一查找操作以判定框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。若接收到之資料框之框特定資訊標頭列在RDT 171中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過第一邊緣介面電路118之出口埠112轉發。重複資料框之查找操作及丟棄可由重複移除電路173實施。若接收到之資料框之框特定資訊標頭未列在RDT 171中,則資料框可稱為一非重複資料框,且邊緣電路115可將框特定資訊標頭添加至RDT 171。邊緣電路115在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由標簽移除電路174實施。更新之資料框可經由轉發器電路113轉發至第一邊緣介面電路118。更新之資料框可在出口埠112處轉發至網路組件110。The edge circuit 115 may receive a data frame at the internal interface circuit 117 via the path 162. The data frame received at the edge circuit 115 may contain identification information. The edge circuit 115 may update portions of the received data frame and forward the updated data frame to the network component 110 via the egress port 112 in the first edge interface circuit 118 using an S&F protocol. The edge circuit 115 may include an error detector circuit 172 for detecting errors in received data frames and discarding data frames having a detected error. The error detector circuit 172 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame can be discarded. The edge circuit 115 can read the portion of the received data frame that includes the frame specific information header. The frame specific information header can be present at a predetermined position in the received data frame. The edge circuit 115 can cooperate with the RDT 171 to perform a search operation to determine whether the frame specific information header matches the frame specific information header of a previous data frame that has been forwarded. If the frame specific information header of the received data frame is listed in the RDT 171, the received data frame can be discarded and not forwarded, because the received data frame has been forwarded through the egress port 112 of the first edge interface circuit 118. The search operation and discarding of duplicate data frames can be implemented by the duplicate removal circuit 173. If the frame specific information header of the received data frame is not listed in the RDT 171, the data frame can be called a non-duplicate data frame, and the edge circuit 115 can add the frame specific information header to the RDT 171. The edge circuit 115 can remove the frame specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame specific information header can be implemented by the label removal circuit 174. The updated data frame can be forwarded to the first edge interface circuit 118 via the forwarder circuit 113. The updated data frame can be forwarded to the network component 110 at the egress port 112.

網路組件140可耦合至邊緣電路145。邊緣電路145可包含用於使用一儲存與轉發協定與網路組件140通信之一或多個邊緣介面電路148、149。第一邊緣介面電路148可經由入口埠141及出口埠142與網路組件140通信。第二邊緣介面電路149可經由入口埠143及出口埠144與網路組件140通信。邊緣電路145可包含用於與內部網路段150中之其他網路組件通信之一或多個內部介面電路146、147。The network component 140 can be coupled to an edge circuit 145. The edge circuit 145 can include one or more edge interface circuits 148, 149 for communicating with the network component 140 using a storage and forwarding protocol. The first edge interface circuit 148 can communicate with the network component 140 via an ingress port 141 and an egress port 142. The second edge interface circuit 149 can communicate with the network component 140 via an ingress port 143 and an egress port 144. The edge circuit 145 can include one or more internal interface circuits 146, 147 for communicating with other network components in the internal network segment 150.

邊緣電路145可在第一邊緣介面電路148處經由入口埠141自網路組件140接收一資料框。邊緣電路145可包含用於偵測接收到之資料框中之錯誤之一錯誤偵測器電路182。錯誤偵測器電路182可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。在邊緣電路145處接收到之資料框可含有識別資訊。邊緣電路145可在接收到之資料框中前置附加框特定資訊標頭以創建一前置附加之資料框。框特定資訊標頭可由邊緣電路145之一識別電路185產生。識別電路185可在硬體或軟體或其一組合中實施。識別電路185可整合至第一邊緣介面電路148中,或可係一單獨組件。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。框特定資訊標頭可係前置附加到接收到之資料框以產生一前置附加之資料框之一標簽之部分。標簽可由邊緣電路145之標簽插入電路186進行前置附加。標簽插入電路186可耦合至識別電路185,且可在硬體或軟體或其一組合中實施。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路174、內部介面電路146及路徑166轉發至內部網路段150之直通轉發器電路151。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路174、內部介面電路147及路徑164轉發至邊緣電路135。The edge circuit 145 can receive a data frame from the network component 140 via the ingress port 141 at the first edge interface circuit 148. The edge circuit 145 can include an error detector circuit 182 for detecting errors in the received data frame. The error detector circuit 182 can perform a CRC check or other error detection check on the received data frame. The data frame received at the edge circuit 145 can contain identification information. The edge circuit 145 can prepend a frame specific information header to the received data frame to create a prepended data frame. The frame specific information header can be generated by an identification circuit 185 of the edge circuit 145. The identification circuit 185 may be implemented in hardware or software or a combination thereof. The identification circuit 185 may be integrated into the first edge interface circuit 148, or may be a separate component. The frame specific information header may include an identification code associated with the received data frame. The frame specific information header may be part of a label that is pre-appended to the received data frame to generate a pre-appended data frame. The label may be pre-appended by the label insertion circuit 186 of the edge circuit 145. The label insertion circuit 186 may be coupled to the identification circuit 185 and may be implemented in hardware or software or a combination thereof. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to the through forwarder circuit 151 of the internal network segment 150 via the forwarder circuit 174, the internal interface circuit 146 and the path 166. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to the edge circuit 135 via the forwarder circuit 174, the internal interface circuit 147 and the path 164.

邊緣電路145可在第二邊緣介面電路149處經由入口埠143自網路組件140接收一資料框。邊緣電路145可包含用於偵測接收到之資料框中之錯誤之一錯誤偵測器電路182。錯誤偵測器電路182可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。在邊緣電路145處接收到之資料框可含有識別資訊。邊緣電路145可在接收到之資料框中前置附加一框特定資訊標頭以創建一前置附加之資料框。框特定資訊標頭可由識別電路185產生。識別電路175可整合至第二邊緣介面電路149中,或可係一單獨組件。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。識別碼亦可稱為一框號碼。該識別碼或框號碼可將自一特定MAC位址接收之一第一接收到之資料框與在一較早或稍後之時間點自同一MAC位址接收之一第二接收到之資料框進行區分。框特定資訊標頭可係前置附加到資料框之一標簽之部分。標簽可由標簽插入電路186插入。標簽插入電路186可整合至第二邊緣介面電路149中,或可係一單獨組件。具有前置附加之框特定資訊標頭之前置附加之資料框可轉發至網路中之其他目的地。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路174、內部介面電路147及路徑164轉發至邊緣電路135。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路174、內部介面電路146及路徑166轉發至內部網路段150之直通轉發器電路151。The edge circuit 145 can receive a data frame from the network component 140 via the ingress port 143 at the second edge interface circuit 149. The edge circuit 145 can include an error detector circuit 182 for detecting errors in the received data frame. The error detector circuit 182 can perform a CRC check or other error detection check on the received data frame. The data frame received at the edge circuit 145 can contain identification information. The edge circuit 145 can prepend a frame specific information header to the received data frame to create a prepended data frame. The frame specific information header can be generated by the identification circuit 185. The identification circuit 175 may be integrated into the second edge interface circuit 149, or may be a separate component. The frame-specific information header may include an identification code associated with the received data frame. The identification code may also be referred to as a frame number. The identification code or frame number may distinguish a first received data frame received from a specific MAC address from a second received data frame received from the same MAC address at an earlier or later point in time. The frame-specific information header may be part of a label pre-appended to the data frame. The label may be inserted by the label insertion circuit 186. The label insertion circuit 186 may be integrated into the second edge interface circuit 149, or may be a separate component. The pre-appended data frame with the pre-appended frame-specific information header may be forwarded to other destinations in the network. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to the edge circuit 135 via the forwarder circuit 174, the internal interface circuit 147, and the path 164. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to the through forwarder circuit 151 of the internal network segment 150 via the forwarder circuit 174, the internal interface circuit 146, and the path 166.

邊緣電路145可在第一內部介面電路146處經由路徑166接收一資料框。邊緣電路145可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路182。錯誤偵測器電路182可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。在邊緣電路145處接收到之資料框可含有識別資訊。邊緣電路145可更新接收到之資料框之部分且經由出口埠142使用一S&F協定將更新之資料框轉發至網路組件140。邊緣電路145可讀取包括框特定資訊標頭之接收到之資料框之部分。邊緣電路145可與邊緣電路145中之RDT 181合作執行一查找操作以判定框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在邊緣電路145中之RDT 181中。RDT 181可係一非暫時性記憶體。若接收到之資料框之框特定資訊標頭列在RDT 181中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經由出口埠142轉發。邊緣電路145可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路182。重複資料框之查找操作及丟棄可由邊緣電路145中之重複移除電路183實施。重複移除電路183可在硬體或軟體或其一組合中實施。重複移除電路183可包含用於偵測轉發至出口埠142之重複資料框之一第一電路以及用於偵測轉發至出口埠144之重複資料框之一第二電路。若接收到之資料框之框特定資訊標頭未列在RDT 181中,則資料框可稱為一非重複資料框,且邊緣電路145可將框特定資訊標頭添加至RDT 181。邊緣電路145在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由邊緣電路145中之標簽移除電路184實施。標簽移除電路184可在硬體或軟體或其一組合中實施。更新之資料框可經由轉發器電路174轉發至第一邊緣介面電路148。更新之資料框可在出口埠142處經由第一邊緣介面電路148轉發至網路組件140。The edge circuit 145 may receive a data frame at the first internal interface circuit 146 via the path 166. The edge circuit 145 may include an error detector circuit 182 for detecting errors in the received data frame and discarding the data frame having a detected error. The error detector circuit 182 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame may be discarded. The data frame received at the edge circuit 145 may contain identification information. The edge circuit 145 may update a portion of the received data frame and forward the updated data frame to the network component 140 via the egress port 142 using an S&F protocol. The edge circuit 145 may read a portion of the received data frame including a frame specific information header. The edge circuit 145 may cooperate with the RDT 181 in the edge circuit 145 to perform a lookup operation to determine whether the frame specific information header matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in the RDT 181 in the edge circuit 145. The RDT 181 may be a non-transient memory. If the frame specific information header of the received data frame is listed in the RDT 181, the received data frame may be discarded and not forwarded because the received data frame has been forwarded by the egress port 142. The edge circuit 145 may include an error detector circuit 182 for detecting errors in the received data frame and discarding the data frame having a detected error. The duplicate data frame search operation and discarding may be implemented by the duplicate removal circuit 183 in the edge circuit 145. The duplicate removal circuit 183 may be implemented in hardware or software or a combination thereof. The duplicate removal circuit 183 may include a first circuit for detecting duplicate data frames forwarded to the egress port 142 and a second circuit for detecting duplicate data frames forwarded to the egress port 144. If the frame specific information header of the received data frame is not listed in the RDT 181, the data frame may be referred to as a non-duplicate data frame, and the edge circuit 145 may add the frame specific information header to the RDT 181. The edge circuit 145 may remove the frame specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame specific information header may be implemented by the tag removal circuit 184 in the edge circuit 145. The tag removal circuit 184 may be implemented in hardware or software or a combination thereof. The updated data frame may be forwarded to the first edge interface circuit 148 via the forwarder circuit 174. The updated data frame may be forwarded to the network component 140 via the first edge interface circuit 148 at the egress port 142.

邊緣電路145可在內部介面電路147處經由路徑164接收一資料框。邊緣電路145可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路182。錯誤偵測器電路182可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。在邊緣電路145處接收到之資料框可含有識別資訊。邊緣電路145可更新接收到之資料框之部分且經由出口埠144使用一S&F協定將更新之資料框轉發至網路組件140。邊緣電路145可讀取包括框特定資訊標頭之接收到之資料框之部分。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。邊緣電路145可與RDT 181合作執行一查找操作以判定框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在邊緣電路145中之RDT 181中。RDT 181可係一非暫時性記憶體。對於轉發至出口埠144之資料框,若接收到之資料框之框特定資訊標頭列在RDT 181中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過出口埠144轉發。對於轉發至出口埠142之資料框,若接收到之資料框之框特定資訊標頭列在RDT 181中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過出口埠142轉發。重複資料框之查找操作及丟棄可由重複移除電路183實施。對於轉發至出口埠144之資料框,若接收到之資料框之框特定資訊標頭未列在RDT 181中,則資料框可稱為一非重複資料框,且邊緣電路145可將框特定資訊標頭添加至RDT 181。對於轉發至出口埠142之資料框,若接收到之資料框之框特定資訊標頭未列在RDT 181中,則資料框可稱為一非重複資料框,且邊緣電路145可將框特定資訊標頭添加至RDT 181。邊緣電路145在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由邊緣電路145中之標簽移除電路184實施。更新之資料框可經由轉發器電路174轉發至第二邊緣介面電路149。更新之資料框可在出口埠144處經由第二邊緣介面電路149轉發至網路組件140。The edge circuit 145 may receive a data frame at the internal interface circuit 147 via the path 164. The edge circuit 145 may include an error detector circuit 182 for detecting errors in the received data frame and discarding the data frame having a detected error. The error detector circuit 182 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame may be discarded. The data frame received at the edge circuit 145 may contain identification information. The edge circuit 145 may update a portion of the received data frame and forward the updated data frame to the network component 140 via the egress port 144 using an S&F protocol. The edge circuit 145 may read a portion of the received data frame including a frame specific information header. The frame specific information header may be present at a predetermined location in the received data frame. The edge circuit 145 may cooperate with the RDT 181 to perform a lookup operation to determine whether the frame specific information header matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in the RDT 181 in the edge circuit 145. The RDT 181 may be a non-transient memory. For a data frame forwarded to the egress port 144, if the frame specific information header of the received data frame is listed in the RDT 181, the received data frame may be discarded and not forwarded, because the received data frame has been forwarded through the egress port 144. For a data frame forwarded to the egress port 142, if the frame specific information header of the received data frame is listed in the RDT 181, the received data frame may be discarded and not forwarded, because the received data frame has been forwarded through the egress port 142. The search operation and discarding of duplicate data frames may be implemented by the duplicate removal circuit 183. For a data frame forwarded to the egress port 144, if the frame-specific information header of the received data frame is not listed in the RDT 181, the data frame may be referred to as a non-duplicate data frame, and the edge circuit 145 may add the frame-specific information header to the RDT 181. For a data frame forwarded to the egress port 142, if the frame-specific information header of the received data frame is not listed in the RDT 181, the data frame may be referred to as a non-duplicate data frame, and the edge circuit 145 may add the frame-specific information header to the RDT 181. The edge circuit 145 may remove the frame-specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame-specific information header may be implemented by the tag removal circuit 184 in the edge circuit 145. The updated data frame may be forwarded to the second edge interface circuit 149 via the forwarder circuit 174. The updated data frame may be forwarded to the network component 140 via the second edge interface circuit 149 at the egress port 144.

網路組件130可耦合至邊緣電路135。邊緣電路135可包含用於使用一儲存與轉發協定與網路組件130通信之一第一邊緣介面電路138。第一邊緣介面電路138可經由入口埠132及出口埠131與網路組件130通信。邊緣電路135可包含用於與內部網路段150通信之一或多個內部介面電路136、137。The network component 130 may be coupled to the edge circuit 135. The edge circuit 135 may include a first edge interface circuit 138 for communicating with the network component 130 using a storage and forwarding protocol. The first edge interface circuit 138 may communicate with the network component 130 via the ingress port 132 and the egress port 131. The edge circuit 135 may include one or more internal interface circuits 136, 137 for communicating with the internal network segment 150.

邊緣電路135可在第一邊緣介面電路138處經由入口埠132接收一資料框。邊緣電路135可包含用於偵測接收到之資料框中之錯誤之一錯誤偵測器電路192。錯誤偵測器電路192可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。在邊緣電路135處接收到之資料框可含有識別資訊。邊緣電路135可在接收到之資料框中前置附加一框特定資訊標頭以創建一前置附加之資料框。框特定資訊標頭可由一識別電路195產生。識別電路195可在硬體或軟體或其一組合中實施。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。此識別碼亦可稱為一框號碼。框特定資訊標頭可係前置附加到接收到之資料框以產生一前置附加之資料框之一標簽之部分。標簽可由標簽插入電路196前置附加。標簽插入電路196可耦合至識別電路195,且可在硬體或軟體或其一組合中實施。標簽插入電路196可整合至第一邊緣介面電路138中,或可係一單獨組件。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路133、內部介面電路137及路徑164轉發至邊緣電路145。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路133、內部介面電路137及路徑165轉發至內部網路段150之直通轉發器電路151。具有前置附加之框特定資訊標頭之前置附加之資料框可經由轉發器電路133、內部介面電路136及路徑163轉發至內部網路段150之直通轉發器電路152。The edge circuit 135 may receive a data frame at the first edge interface circuit 138 via the ingress port 132. The edge circuit 135 may include an error detector circuit 192 for detecting errors in the received data frame. The error detector circuit 192 may perform a CRC check or other error detection check on the received data frame. The data frame received at the edge circuit 135 may contain identification information. The edge circuit 135 may prepend a frame specific information header to the received data frame to create a prepended data frame. The frame specific information header may be generated by an identification circuit 195. The identification circuit 195 may be implemented in hardware or software or a combination thereof. The frame specific information header may include an identification code associated with the received data frame. This identification code may also be referred to as a frame number. The frame specific information header may be part of a label that is pre-appended to the received data frame to generate a pre-appended data frame. The label may be pre-appended by label insertion circuit 196. Label insertion circuit 196 may be coupled to identification circuit 195 and may be implemented in hardware or software or a combination thereof. Label insertion circuit 196 may be integrated into first edge interface circuit 138 or may be a separate component. The pre-appended data frame with the pre-appended frame specific information header may be forwarded to edge circuit 145 via forwarder circuit 133, internal interface circuit 137 and path 164. The data frame with the pre-appended frame specific information header can be forwarded to the direct forwarder circuit 151 of the internal network segment 150 via the forwarder circuit 133, the internal interface circuit 137 and the path 165. The data frame with the pre-appended frame specific information header can be forwarded to the direct forwarder circuit 152 of the internal network segment 150 via the forwarder circuit 133, the internal interface circuit 136 and the path 163.

邊緣電路135可在第一內部介面電路136處經由路徑163接收一資料框。邊緣電路135可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路192。錯誤偵測器電路192可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。在邊緣電路135處接收到之資料框可含有識別資訊。邊緣電路135可更新接收到之資料框之部分且經由出口埠131使用一S&F協定將更新之資料框轉發至網路組件130。邊緣電路135可讀取包括框特定資訊標頭之接收到之資料框之部分。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。邊緣電路135可執行一查找操作以判定框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在邊緣電路135中之RDT 191中。RDT 191可係一非暫時性記憶體。若接收到之資料框之框特定資訊標頭列在RDT 191中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過出口埠131轉發。重複資料框之查找操作及丟棄可由邊緣電路135之一重複移除電路193實施。重複移除電路可在硬體或軟體或其一組合中實施。若接收到之資料框之框特定資訊標頭未列在RDT 191中,則資料框可稱為一非重複資料框,且邊緣電路135可將框特定資訊標頭添加至RDT 191。邊緣電路135在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由邊緣電路135之一標簽移除電路194實施。標簽移除電路194可在硬體或軟體或其一組合中實施。更新之資料框可經由轉發器電路133轉發至邊緣介面電路138。更新之資料框可在出口埠131處經由邊緣介面電路138轉發至網路組件130。錯誤偵測器電路192可包含在重複移除電路193中,或可係一單獨電路。The edge circuit 135 may receive a data frame at the first internal interface circuit 136 via path 163. The edge circuit 135 may include an error detector circuit 192 for detecting errors in received data frames and discarding data frames having a detected error. The error detector circuit 192 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame may be discarded. The data frame received at the edge circuit 135 may contain identification information. The edge circuit 135 may update a portion of the received data frame and forward the updated data frame to the network component 130 via the egress port 131 using an S&F protocol. The edge circuit 135 may read a portion of the received data frame including a frame specific information header. The frame specific information header may be present at a predetermined location in the received data frame. The edge circuit 135 may perform a lookup operation to determine whether the frame specific information header matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in the RDT 191 in the edge circuit 135. The RDT 191 may be a non-transient memory. If the frame specific information header of the received data frame is listed in the RDT 191, the received data frame may be discarded and not forwarded because the received data frame has already been forwarded through the egress port 131. The lookup operation and discarding of duplicate data frames may be implemented by a duplicate removal circuit 193 of the edge circuit 135. The duplicate removal circuit may be implemented in hardware or software or a combination thereof. If the frame specific information header of the received data frame is not listed in the RDT 191, the data frame may be referred to as a non-duplicate data frame, and the edge circuit 135 may add the frame specific information header to the RDT 191. The edge circuit 135 may remove the frame specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame specific information header may be implemented by a tag removal circuit 194 of the edge circuit 135. The tag removal circuit 194 may be implemented in hardware or software or a combination thereof. The updated data frame may be forwarded to the edge interface circuit 138 via the forwarder circuit 133. The updated data frame may be forwarded to the network component 130 via the edge interface circuit 138 at the egress port 131. The error detector circuit 192 may be included in the duplicate removal circuit 193, or may be a separate circuit.

邊緣電路135可在內部介面電路137處經由路徑164接收一資料框。邊緣電路135可在內部介面電路137處經由路徑165接收資料。邊緣電路135可包含用於偵測接收到之資料框中之錯誤且丟棄具有一偵測到之錯誤之資料框之一錯誤偵測器電路192。錯誤偵測器電路192可對接收到之資料框執行一CRC檢查或其他錯誤偵測檢查。若偵測到一錯誤,則可丟棄該框。在邊緣電路135處接收到之資料框可含有識別資訊。邊緣電路135可更新接收到之資料框之部分且經由出口埠131使用一S&F協定將更新之資料框轉發至網路組件130。邊緣電路135可讀取包括框特定資訊標頭之接收到之資料框之部分。邊緣電路135可與RDT 191合作執行一查找操作以判定框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。若接收到之資料框之框特定資訊標頭列在RDT 191中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料框已經透過出口埠131轉發。若接收到之資料框之框特定資訊標頭未列在RDT 191中,則資料框可稱為一非重複資料框,且邊緣電路135可將框特定資訊標頭添加至RDT 191。邊緣電路135在執行查找操作之後可自資料框移除框特定資訊標頭以創建一更新之資料框。框特定資訊標頭之移除可由邊緣電路135中之標簽移除電路194實施。更新之資料框可經由轉發器電路133轉發至邊緣介面電路138。更新之資料框可經由出口埠131經由邊緣介面電路138轉發至網路組件130。The edge circuit 135 may receive a data frame at the internal interface circuit 137 via path 164. The edge circuit 135 may receive data at the internal interface circuit 137 via path 165. The edge circuit 135 may include an error detector circuit 192 for detecting errors in received data frames and discarding data frames having a detected error. The error detector circuit 192 may perform a CRC check or other error detection check on the received data frame. If an error is detected, the frame may be discarded. The data frame received at the edge circuit 135 may contain identification information. The edge circuit 135 may update a portion of the received data frame and forward the updated data frame to the network component 130 via the egress port 131 using an S&F protocol. The edge circuit 135 may read a portion of the received data frame including a frame specific information header. The edge circuit 135 may cooperate with the RDT 191 to perform a lookup operation to determine whether the frame specific information header matches the frame specific information header of a previous data frame that has been forwarded. If the frame specific information header of the received data frame is listed in the RDT 191, the received data frame may be discarded and not forwarded because the received data frame has already been forwarded via the egress port 131. If the frame specific information header of the received data frame is not listed in the RDT 191, the data frame can be called a non-duplicate data frame, and the edge circuit 135 can add the frame specific information header to the RDT 191. The edge circuit 135 can remove the frame specific information header from the data frame after performing the lookup operation to create an updated data frame. The removal of the frame specific information header can be implemented by the tag removal circuit 194 in the edge circuit 135. The updated data frame can be forwarded to the edge interface circuit 138 via the forwarder circuit 133. The updated data frame can be forwarded to the network component 130 via the edge interface circuit 138 via the egress port 131.

在圖1中圖解說明之實施例僅係出於說明性目的且並不意欲限制本發明。在圖1中圖解說明之實施例包含特定數量之網路組件、邊緣介面電路、內部介面電路、內部網路分段及邊緣電路之直通轉發器電路。在圖1中圖解說明之網路組件之間的特定路徑、邊緣介面電路、內部介面電路、直通轉發器電路及邊緣電路係出於說明性目的且並不意欲限制本發明。The embodiment illustrated in FIG. 1 is for illustrative purposes only and is not intended to limit the present invention. The embodiment illustrated in FIG. 1 includes a specific number of network components, edge interface circuits, internal interface circuits, internal network segments, and cut-through forwarder circuits of edge circuits. The specific paths between network components, edge interface circuits, internal interface circuits, cut-through forwarder circuits, and edge circuits illustrated in FIG. 1 are for illustrative purposes only and are not intended to limit the present invention.

未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之網路組件之數量多之網路組件。未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之網路組件之數量少之網路組件。Other embodiments not illustrated in FIG1 may include a greater number of network components than the number of network components illustrated in FIG1. Other embodiments not illustrated in FIG1 may include a lesser number of network components than the number of network components illustrated in FIG1.

未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之邊緣電路之數量多之邊緣電路。未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之邊緣電路之數量少之邊緣電路。Other embodiments not illustrated in FIG. 1 may include a greater number of edge circuits than the number of edge circuits illustrated in FIG. 1 Other embodiments not illustrated in FIG. 1 may include a lesser number of edge circuits than the number of edge circuits illustrated in FIG.

未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之邊緣介面電路之數量多之邊緣介面電路。未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之邊緣介面電路之數量少之邊緣介面電路。Other embodiments not illustrated in FIG. 1 may include a greater number of edge interface circuits than the number of edge interface circuits illustrated in FIG. 1 Other embodiments not illustrated in FIG. 1 may include a lesser number of edge interface circuits than the number of edge interface circuits illustrated in FIG.

未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之內部介面電路之數量多之內部介面電路。未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之內部介面電路之數量少之內部介面電路。Other embodiments not illustrated in FIG. 1 may include a greater number of internal interface circuits than the number of internal interface circuits illustrated in FIG. 1 Other embodiments not illustrated in FIG. 1 may include a lesser number of internal interface circuits than the number of internal interface circuits illustrated in FIG.

未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之網路組件之數量多之網路組件。未在圖1中圖解說明之其他實施例可包含比在圖1中圖解說明之網路組件之數量少之網路組件。Other embodiments not illustrated in FIG1 may include a greater number of network components than the number of network components illustrated in FIG1. Other embodiments not illustrated in FIG1 may include a lesser number of network components than the number of network components illustrated in FIG1.

未在圖1中圖解說明之其他實施例可包含與在圖1中圖解說明之特定網路組件不同之網路組件。Other embodiments not illustrated in FIG. 1 may include network components that differ from the specific network components illustrated in FIG. 1 .

圖2圖解說明一邊緣電路200之各種實施例中之一者。邊緣電路200可表示如在圖1中圖解說明之邊緣電路145之各種實施例中之一者。在圖2之實施例中,第一邊緣介面電路270及第二邊緣介面電路275可與一網路組件201及第一內部介面電路280對接,且第二內部介面電路285可與內部網路段202對接。內部網路段202可係內部網路段150之各種實施例中之一者,如參考圖1所圖解說明及闡述。FIG2 illustrates one of various embodiments of an edge circuit 200. The edge circuit 200 may represent one of various embodiments of the edge circuit 145 as illustrated in FIG1. In the embodiment of FIG2, the first edge interface circuit 270 and the second edge interface circuit 275 may interface with a network component 201 and the first internal interface circuit 280, and the second internal interface circuit 285 may interface with the internal network segment 202. The internal network segment 202 may be one of various embodiments of the internal network segment 150, as illustrated and described with reference to FIG1.

邊緣電路200可包含RDT 290。RDT 290可係一非暫時性記憶體。在各種實施例中之一者中,第一邊緣介面電路270、第二邊緣介面電路275、第一內部介面電路280及第二內部介面電路285可分別包含一RDT。在各種實施例中之一者中,一RDT可由第一邊緣介面電路270、第二邊緣介面電路275、第一內部介面電路280及第二內部介面電路285中之一者以上共用。The edge circuit 200 may include an RDT 290. The RDT 290 may be a non-transitory memory. In one of the various embodiments, the first edge interface circuit 270, the second edge interface circuit 275, the first internal interface circuit 280, and the second internal interface circuit 285 may each include an RDT. In one of the various embodiments, an RDT may be shared by more than one of the first edge interface circuit 270, the second edge interface circuit 275, the first internal interface circuit 280, and the second internal interface circuit 285.

第一邊緣介面電路270可包含錯誤偵測器電路296。錯誤偵測器電路296可基於對一錯誤之偵測產生一輸出信號。第二邊緣介面電路275可包含錯誤偵測器電路297。錯誤偵測器電路297可基於對一錯誤之偵測產生一輸出信號。第一內部介面電路280可包含錯誤偵測器電路298。錯誤偵測器電路298可基於對一錯誤之偵測產生一輸出信號。第二內部介面電路285可包含錯誤偵測器電路299。在圖2中圖解說明之實施例圖解說明分別用於第一邊緣介面電路270、第二邊緣介面電路275、第一內部介面電路280及第二內部介面電路285之一單獨錯誤偵測器電路,但此並不意欲係限制性的。在各種實施例中之一者中,一單個錯誤偵測器電路可由第一邊緣介面電路270、第二邊緣介面電路275、第一內部介面電路280及第二內部介面電路285中之一者以上共用。The first edge interface circuit 270 may include an error detector circuit 296. The error detector circuit 296 may generate an output signal based on the detection of an error. The second edge interface circuit 275 may include an error detector circuit 297. The error detector circuit 297 may generate an output signal based on the detection of an error. The first internal interface circuit 280 may include an error detector circuit 298. The error detector circuit 298 may generate an output signal based on the detection of an error. The second internal interface circuit 285 may include an error detector circuit 299. 2 illustrates a single error detector circuit for each of the first edge interface circuit 270, the second edge interface circuit 275, the first internal interface circuit 280, and the second internal interface circuit 285, but this is not intended to be limiting. In one of the various embodiments, a single error detector circuit may be shared by more than one of the first edge interface circuit 270, the second edge interface circuit 275, the first internal interface circuit 280, and the second internal interface circuit 285.

轉發器電路205可自第一邊緣介面電路270、第二邊緣介面電路275、第一內部介面電路280及第二內部介面電路285接收資料且可將接收到之資料轉發至合適目的地。The forwarder circuit 205 may receive data from the first edge interface circuit 270, the second edge interface circuit 275, the first internal interface circuit 280, and the second internal interface circuit 285 and may forward the received data to a proper destination.

第一邊緣介面電路270可經由路徑210自轉發器電路205接收一資料框。資料框可由錯誤偵測器電路296接收。錯誤偵測器電路296可檢查資料框中之錯誤且可丟棄具有偵測到之錯誤之框。檢查錯誤可係一CRC檢查或另一錯誤檢查技術。錯誤偵測器電路296可偵測資料框中之錯誤且可將一錯誤輸出提供至重複移除電路211。重複移除電路211可基於錯誤輸出移除具有錯誤之資料框。重複移除電路211可包含一控制器電路,該控制器電路用於執行一查找操作以判定接收到之資料框之框特定資訊標頭是否與在出口埠272處已經轉發之一先前資料框之框特定資訊標頭相匹配。另一選擇係,重複移除電路211之操作可對控制器295做出回應。若接收到之資料之框特定資訊標頭列在RDT 290中,則由重複移除電路211丟棄且不轉發接收到之框,此乃因該接收到之框已透過出口埠272轉發。若接收到之資料之框特定資訊標頭未列在RDT 290中,則資料框可稱為一非重複資料框,且控制器電路295可將框特定資訊標頭添加至RDT 290。標簽移除電路212可自框移除框特定資訊標頭且在出口埠272處將更新之框自第一邊緣介面電路270轉發至網路組件201。錯誤偵測器電路296可包含在重複移除電路211中,或可係一單獨電路,如在圖2中所圖解說明。The first edge interface circuit 270 can receive a data frame from the repeater circuit 205 via the path 210. The data frame can be received by the error detector circuit 296. The error detector circuit 296 can check for errors in the data frame and can discard frames with detected errors. Checking for errors can be a CRC check or another error checking technique. The error detector circuit 296 can detect errors in the data frame and can provide an error output to the duplicate removal circuit 211. The duplicate removal circuit 211 can remove the data frame with errors based on the error output. The duplicate removal circuit 211 may include a controller circuit for performing a lookup operation to determine whether the frame specific information header of the received data frame matches the frame specific information header of a previous data frame that has been forwarded at the egress port 272. Alternatively, the operation of the duplicate removal circuit 211 may be responsive to the controller 295. If the frame specific information header of the received data is listed in the RDT 290, the received frame is discarded and not forwarded by the duplicate removal circuit 211 because the received frame has already been forwarded through the egress port 272. If the frame specific information header of the received data is not listed in the RDT 290, the data frame may be referred to as a non-duplicate data frame, and the controller circuit 295 may add the frame specific information header to the RDT 290. Tag removal circuit 212 may remove the frame specific information header from the frame and forward the updated frame from first edge interface circuit 270 to network component 201 at egress port 272. Error detector circuit 296 may be included in duplicate removal circuit 211, or may be a separate circuit, as illustrated in FIG.

第一邊緣介面電路270可經由入口埠271自網路組件201接收一資料框。入口埠271可耦合至識別電路222。識別電路222可將一框特定資訊標頭前置附加到接收到之資料框。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。此識別碼亦可稱為一框號碼。該識別碼或框號碼可將自一特定MAC位址接收之一第一接收到之資料框與在一較早或稍後之時間點自同一MAC位址接收之一第二接收到之資料框區分開。識別電路222可耦合至標簽插入電路221。標簽插入電路221可將框特定資訊標頭與接收到之資料框組合以創建一前置附加之資料框。前置附加之資料框可透過路徑220轉發至轉發器電路205以用於轉發至網路上之其他目的地。The first edge interface circuit 270 can receive a data frame from the network component 201 via the ingress port 271. The ingress port 271 can be coupled to the identification circuit 222. The identification circuit 222 can pre-append a frame specific information header to the received data frame. The frame specific information header can include an identification code associated with the received data frame. This identification code can also be referred to as a frame number. The identification code or frame number can distinguish a first received data frame received from a specific MAC address from a second received data frame received from the same MAC address at an earlier or later time point. The identification circuit 222 can be coupled to the tag insertion circuit 221. The tag insertion circuit 221 can combine the frame specific information header with the received data frame to create a pre-appended data frame. The pre-pended data frame may be forwarded via path 220 to forwarder circuit 205 for forwarding to other destinations on the network.

第二邊緣介面電路275可經由路徑230自轉發器電路205接收一資料框。網路組件201可對接至第二邊緣介面電路275。資料框可由錯誤偵測器電路297接收。錯誤偵測器電路297可檢查資料框中之錯誤且可將一錯誤輸出提供至重複移除電路231。檢查錯誤可係一CRC檢查或另一錯誤檢查技術。重複移除電路231可基於錯誤輸出移除具有錯誤之資料框。重複移除電路231可包含一控制器電路,該控制器電路用於執行一查找以判定接收到之資料框之框特定資訊標頭是否與已經接收之一先前資料框之框特定資訊標頭相匹配。另一選擇係,重複移除電路231之操作可對控制器295做出回應。若接收到之資料之框特定資訊標頭列在RDT 290中,則由重複移除電路231丟棄且不轉發接收到之框,此乃因該接收到之框已透過出口埠277轉發。若接收到之資料之框特定資訊標頭未列在RDT 290中,則資料框可稱為一非重複資料框,且控制器電路295可將框特定資訊標頭添加至RDT 290。標簽移除電路232可自該框移除框特定資訊標頭且在出口埠277處自第二邊緣介面電路275轉發更新之框。錯誤偵測器電路297可包含在重複移除電路231中,或可係一單獨電路,如在圖2中所圖解說明。The second edge interface circuit 275 can receive a data frame from the repeater circuit 205 via the path 230. The network component 201 can be connected to the second edge interface circuit 275. The data frame can be received by the error detector circuit 297. The error detector circuit 297 can check for errors in the data frame and can provide an error output to the duplicate removal circuit 231. The error check can be a CRC check or another error checking technique. The duplicate removal circuit 231 can remove the data frame with errors based on the error output. The duplicate removal circuit 231 may include a controller circuit for performing a search to determine whether the frame specific information header of the received data frame matches the frame specific information header of a previous data frame that has been received. Alternatively, the operation of the duplicate removal circuit 231 may be responsive to the controller 295. If the frame specific information header of the received data is listed in the RDT 290, the received frame is discarded and not forwarded by the duplicate removal circuit 231 because the received frame has been forwarded through the egress port 277. If the frame specific information header of the received data is not listed in the RDT 290, the data frame may be referred to as a non-duplicate data frame, and the controller circuit 295 may add the frame specific information header to the RDT 290. The tag removal circuit 232 may remove the frame specific information header from the frame and forward the updated frame from the second edge interface circuit 275 at the egress port 277. The error detector circuit 297 may be included in the duplicate removal circuit 231, or may be a separate circuit, as illustrated in FIG.

第二邊緣介面電路275可經由入口埠276接收一資料框。入口埠276可耦合至識別電路242。識別電路242可將一框特定資訊標頭前置附加到接收到之框。框特定資訊標頭可包含與接收到之資料框相關聯之一識別碼。此識別碼亦可稱為一框號碼。該識別碼或框號碼可將自一特定MAC位址接收之一第一接收到之資料框與在一較早或稍後之時間點自同一MAC位址接收之一第二接收到之資料框區分開。識別電路242可耦合至標簽插入電路241。標簽插入電路241可將框特定資訊標頭前置附加到接收到之資料以創建一前置附加之資料框。包含框特定資訊標頭之前置附加之資料框可透過路徑240轉發至轉發器電路205以用於轉發至網路上之其他目的地。The second edge interface circuit 275 can receive a data frame via the ingress port 276. The ingress port 276 can be coupled to the identification circuit 242. The identification circuit 242 can pre-append a frame specific information header to the received frame. The frame specific information header can include an identification code associated with the received data frame. This identification code can also be referred to as a frame number. The identification code or frame number can distinguish a first received data frame received from a specific MAC address from a second received data frame received from the same MAC address at an earlier or later point in time. The identification circuit 242 can be coupled to the tag insertion circuit 241. The tag insertion circuit 241 can pre-append the frame specific information header to the received data to create a pre-appended data frame. The data frame including the prepended frame specific information header may be forwarded via path 240 to forwarder circuit 205 for forwarding to other destinations on the network.

邊緣電路200可在第一內部介面電路280處經由第一入口埠282自內部網路段202接收一資料框。接收到之資料框可經由第一出口埠250轉發至轉發器電路205。The edge circuit 200 may receive a data frame from the internal network segment 202 at the first internal interface circuit 280 via the first ingress port 282. The received data frame may be forwarded to the forwarder circuit 205 via the first egress port 250.

第一內部介面電路280可通過第二出口埠281轉發一資料框。可經由第二入口埠255自轉發器電路205接收資料框。資料框可由錯誤偵測器電路298接收。錯誤偵測器電路298可檢查資料框中之錯誤且可將一錯誤輸出提供至重複移除電路251。檢查錯誤可係一CRC檢查或另一錯誤檢查技術。重複移除電路251可基於錯誤輸出移除具有錯誤之資料框。重複移除電路251可讀取接收到之資料框之包括框特定資訊標頭之部分。重複移除電路251可包含一控制器電路,該控制器電路用於執行一查找操作且判定接收到之資料框之框特定資訊標頭是否與已經接收且藉由第二出口埠281轉發之一先前資料框之框特定資訊標頭相匹配。另一選擇係,重複移除電路251之操作可對控制器295做出回應。若接收到之資料之框特定資訊標頭列在RDT 290中,則丟棄且不轉發接收到之框,此乃因該接收到之框已經透過第二出口埠281轉發。若接收到之資料之框特定資訊標頭未列在RDT 290中,則資料框可稱為一非重複資料框,且控制器電路295可將資訊添加至RDT 290。第一內部介面電路280可經由第二出口埠281轉發框。錯誤偵測器電路298可包含在重複移除電路251中,或可係一單獨電路,如在圖2中所圖解說明。The first internal interface circuit 280 can forward a data frame through the second egress port 281. The data frame can be received from the forwarder circuit 205 through the second ingress port 255. The data frame can be received by the error detector circuit 298. The error detector circuit 298 can check for errors in the data frame and can provide an error output to the duplicate removal circuit 251. The error check can be a CRC check or another error checking technique. The duplicate removal circuit 251 can remove the data frame with errors based on the error output. The duplicate removal circuit 251 can read the portion of the received data frame that includes the frame specific information header. The duplicate removal circuit 251 may include a controller circuit for performing a lookup operation and determining whether the frame specific information header of the received data frame matches the frame specific information header of a previous data frame that has been received and forwarded via the second egress port 281. Alternatively, the operation of the duplicate removal circuit 251 may be responsive to the controller 295. If the frame specific information header of the received data is listed in the RDT 290, the received frame is discarded and not forwarded because the received frame has already been forwarded via the second egress port 281. If the frame specific information header of the received data is not listed in the RDT 290, the data frame may be referred to as a non-duplicate data frame, and the controller circuit 295 may add the information to the RDT 290. The first internal interface circuit 280 may forward the frame via the second egress port 281. The error detector circuit 298 may be included in the duplicate removal circuit 251, or may be a separate circuit, as illustrated in FIG. 2 .

邊緣電路200可在第二內部介面電路285處經由第一入口埠287自內部網路段202接收一資料框。接收到之資料可經由第一出口埠260轉發至轉發器電路205。The edge circuit 200 may receive a data frame from the internal network segment 202 via the first ingress port 287 at the second internal interface circuit 285. The received data may be forwarded to the forwarder circuit 205 via the first egress port 260.

第二內部介面電路285可通過第二出口埠286轉發一資料框。可經由第二入口埠265自轉發器電路205接收資料。資料框可由錯誤偵測器電路299接收。錯誤偵測器電路299可檢查資料框中之錯誤且可將一錯誤輸出提供至重複移除電路261。檢查錯誤可係一CRC檢查或另一錯誤檢查技術。重複移除電路261可基於錯誤輸出移除具有錯誤之資料框。重複移除電路261可讀取接收到之資料框之包括框特定資訊標頭之部分。重複移除電路261可包含一控制器電路,該控制器電路用於執行一查找以判定框特定資訊標頭是否與已經藉由第二出口埠286轉發之一先前資料框之框特定資訊相匹配。另一選擇係,重複移除電路231之操作可對控制器295做出回應。若接收到之資料之框特定資訊標頭列在RDT 290中,則丟棄且不轉發接收到之框,此乃因該接收到之框已透過第二出口埠286轉發。若接收到之資料之框特定資訊標頭未列在RDT 290中,則資料框可稱為一非重複資料框,且控制器電路295可將框特定資訊標頭添加至RDT 290。第二出口埠286可將資料轉發至內部網路段202。錯誤偵測器電路299可包含在重複移除電路261中,或可係一單獨電路,如在圖2中所圖解說明。The second internal interface circuit 285 can forward a data frame through the second egress port 286. Data can be received from the forwarder circuit 205 through the second ingress port 265. The data frame can be received by the error detector circuit 299. The error detector circuit 299 can check for errors in the data frame and can provide an error output to the duplicate removal circuit 261. The error check can be a CRC check or another error checking technique. The duplicate removal circuit 261 can remove the data frame with errors based on the error output. The duplicate removal circuit 261 can read the portion of the received data frame that includes the frame specific information header. The duplicate removal circuit 261 may include a controller circuit for performing a lookup to determine whether the frame specific information header matches the frame specific information of a previous data frame that has been forwarded via the second egress port 286. Alternatively, the operation of the duplicate removal circuit 231 may be responsive to the controller 295. If the frame specific information header of the received data is listed in the RDT 290, the received frame is discarded and not forwarded because the received frame has been forwarded via the second egress port 286. If the frame specific information header of the received data is not listed in the RDT 290, the data frame may be referred to as a non-duplicate data frame, and the controller circuit 295 may add the frame specific information header to the RDT 290. The second egress port 286 may forward the data to the internal network segment 202. The error detector circuit 299 may be included in the repeat removal circuit 261, or may be a separate circuit, as illustrated in FIG. 2 .

圖3圖解說明用於網路流量控制之一方法。如先前參考圖2圖解說明且闡述之一裝置可執行圖解說明之方法。Figure 3 illustrates a method for network traffic control. A device as previously illustrated and described with reference to Figure 2 may perform the illustrated method.

在操作305處,一邊緣介面電路可自一網路組件接收一資料框。At operation 305, an edge interface circuit may receive a data frame from a network component.

在操作310處,邊緣介面電路可產生與資料框相關聯之框識別資訊。框特定資訊標頭可包含用於接收到之資料框之一識別碼。此識別碼亦可稱為一框號碼。該識別碼或框號碼可將自一特定MAC位址接收之一第一接收到之資料框與在一較早或稍後之時間點自同一MAC位址接收之一第二接收到之資料框區分開。At operation 310, the edge interface circuitry may generate frame identification information associated with the data frame. The frame specific information header may include an identification code for the received data frame. This identification code may also be referred to as a frame number. The identification code or frame number may distinguish a first received data frame received from a specific MAC address from a second received data frame received from the same MAC address at an earlier or later point in time.

在操作315處,可將框特定資訊標頭作為一標簽前置附加到接收到之資料框上以產生一前置附加之資料框。At operation 315, the frame specific information header may be prepended to the received data frame as a tag to generate a prepended data frame.

在操作320處,可將前置附加之資料框轉發至一轉發器電路。At operation 320, the prepended data frame may be forwarded to a forwarder circuit.

在操作325處,可在一邊緣介面電路處自轉發器電路接收一資料框。在邊緣介面電路處接收之資料框可係如參考操作305至320 (包含操作305及320)所闡述之一前置附加之資料框。可對接收到之資料框執行一錯誤偵測操作,且可移除具有偵測到之錯誤之資料框。At operation 325, a data frame may be received at an edge interface circuit from a repeater circuit. The data frame received at the edge interface circuit may be a pre-pended data frame as described with reference to operations 305 to 320 (including operations 305 and 320). An error detection operation may be performed on the received data frame, and data frames with detected errors may be removed.

在操作330處,可選擇性地移除在邊緣介面電路處接收之重複資料框。可自接收到之資料框之一部分讀取框特定資訊標頭。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。一查找操作可判定接收到之資料框中之框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在一RDT中。若接收到之資料框之框特定資訊標頭列在RDT中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料已經轉發。At operation 330, duplicate data frames received at the edge interface circuitry may be selectively removed. A frame specific information header may be read from a portion of the received data frame. The frame specific information header may be present at a predetermined location in the received data frame. A search operation may determine whether the frame specific information header in the received data frame matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in an RDT. If the frame specific information header of the received data frame is listed in the RDT, the received data frame may be discarded and not forwarded because the received data has already been forwarded.

在操作335處,若接收到之資料框並非一重複,則可自接收到之資料框移除框特定資訊標頭以創建一更新之資料框。At operation 335, if the received data frame is not a duplicate, the frame specific information header may be removed from the received data frame to create an updated data frame.

在操作340處,可透過一出口埠將更新之資料框轉發至一網路組件。At operation 340, the updated data frame may be forwarded to a network component via an egress port.

在操作345處,可在一內部介面電路處自一網路組件接收一資料框。在操作350處,可將接收到之資料框轉發至一轉發器電路。At operation 345, a data frame may be received from a network component at an internal interface circuit. At operation 350, the received data frame may be forwarded to a forwarder circuit.

在操作355處,可在一內部介面電路處自一轉發器電路接收一資料框。在內部介面電路處接收之資料框可係如參考操作305至320 (包含操作305及320)所闡述之一前置附加之資料框。可對接收到之資料框執行一錯誤偵測操作,且可移除具有偵測到之錯誤之資料框。在操作360處,若接收到之資料框係一重複資料框,則可選擇性地移除接收到之資料框。可自接收到之資料框之一部分讀取框特定資訊標頭。框特定資訊標頭可存在於接收到之資料框中之一預定位置處。一查找操作可判定接收到之資料框中之框特定資訊標頭是否與已經轉發之一先前資料框之框特定資訊標頭相匹配。框特定資訊標頭可儲存在一RDT中。若接收到之資料框之框特定資訊標頭列在RDT中,則可丟棄且不轉發接收到之資料框,此乃因該接收到之資料已經轉發。At operation 355, a data frame may be received from a forwarder circuit at an internal interface circuit. The data frame received at the internal interface circuit may be a pre-pended data frame as described with reference to operations 305 to 320 (including operations 305 and 320). An error detection operation may be performed on the received data frame, and the data frame with the detected error may be removed. At operation 360, if the received data frame is a duplicate data frame, the received data frame may be selectively removed. A frame specific information header may be read from a portion of the received data frame. The frame specific information header may be present at a predetermined position in the received data frame. A search operation may determine whether the frame specific information header in the received data frame matches the frame specific information header of a previous data frame that has been forwarded. The frame specific information header may be stored in an RDT. If the frame specific information header of a received data frame is listed in the RDT, the received data frame may be discarded and not forwarded, since the received data has already been forwarded.

在操作365處,可將非重複之接收到之資料框轉發至一網路組件。At operation 365, non-duplicate received data frames may be forwarded to a network component.

100:電腦網路 110:網路組件 111:入口埠 112:出口埠 113:轉發器電路 115:邊緣電路 116:內部介面電路 117:內部介面電路 118:第一邊緣介面電路 130:網路組件 131:出口埠 132:入口埠 133:轉發器電路 135:邊緣電路 136:內部介面電路、第一內部介面電路 137:內部介面電路 138:第一邊緣介面電路、邊緣介面電路 140:網路組件 141:入口埠 142:出口埠 143:入口埠 144:出口埠 145:邊緣電路 146:內部介面電路、第一內部介面電路 147:內部介面電路 148:邊緣介面電路、第一邊緣介面電路 149:邊緣介面電路、第二邊緣介面電路 150:內部網路段 151:直通轉發器電路、轉發器電路 152:直通轉發器電路、轉發器電路 161:路徑 162:路徑 163:路徑 164:路徑 165:路徑 166:路徑 171:移除重複表 172:錯誤偵測器電路 173:重複移除電路 174:標簽移除電路、轉發器電路 175:識別電路 176:標簽插入電路 181:移除重複表 182:錯誤偵測器電路 183:重複移除電路 184:標簽移除電路 185:識別電路 186:標簽插入電路 191:移除重複表 192:錯誤偵測器電路 193:重複移除電路 194:標簽移除電路 195:識別電路 196:標簽插入電路 200:邊緣電路 201:網路組件 202:內部網路段 205:轉發器電路 210:路徑 211:重複移除電路 212:標簽移除電路 220:路徑 221:標簽插入電路 222:識別電路 230:路徑 231:重複移除電路 232:標簽移除電路 240:路徑 241:標簽插入電路 242:識別電路 250:第一出口埠 251:重複移除電路 255:第二入口埠 260:第一出口埠 261:重複移除電路 265:第二入口埠 270:第一邊緣介面電路 271:入口埠 272:出口埠 275:第二邊緣介面電路 276:入口埠 277:出口埠 280:第一內部介面電路 281:第二出口埠 282:第一入口埠 285:第二內部介面電路 286:第二出口埠 287:第一入口埠 290:移除重複表 295:控制器、控制器電路 296:錯誤偵測器電路 297:錯誤偵測器電路 298:錯誤偵測器電路 299:錯誤偵測器電路 100: computer network 110: network component 111: entry port 112: exit port 113: forwarder circuit 115: edge circuit 116: internal interface circuit 117: internal interface circuit 118: first edge interface circuit 130: network component 131: exit port 132: entry port 133: forwarder circuit 135: edge circuit 136: internal interface circuit, first internal interface circuit 137: internal interface circuit 138: first edge interface circuit, edge interface circuit 140: network component 141: entry port 142: exit port 143: entry port 144: exit port 145: edge circuit 146: internal interface circuit, first internal interface circuit 147: internal interface circuit 148: edge interface circuit, first edge interface circuit 149: edge interface circuit, second edge interface circuit 150: internal network segment 151: straight-through forwarder circuit, forwarder circuit 152: straight-through forwarder circuit, forwarder circuit 161: path 162: path 163: path 164: path 165: path 166: path 171: duplicate removal table 172: error detector circuit 173: duplicate removal circuit 174: Label removal circuit, forwarder circuit 175: Identification circuit 176: Label insertion circuit 181: Duplicate table removal 182: Error detector circuit 183: Duplicate removal circuit 184: Label removal circuit 185: Identification circuit 186: Label insertion circuit 191: Duplicate table removal 192: Error detector circuit 193: Duplicate removal circuit 194: Label removal circuit 195: Identification circuit 196: Label insertion circuit 200: Edge circuit 201: Network component 202: Internal network segment 205: Forwarder circuit 210: Path 211: Repeat removal circuit 212: Label removal circuit 220: Path 221: Label insertion circuit 222: Identification circuit 230: Path 231: Repeat removal circuit 232: Label removal circuit 240: Path 241: Label insertion circuit 242: Identification circuit 250: First exit port 251: Repeat removal circuit 255: Second entry port 260: First exit port 261: Repeat removal circuit 265: Second entry port 270: First edge interface circuit 271: Entry port 272: Exit port 275: Second edge interface circuit 276: Entry port 277: Exit port 280: First internal interface circuit 281: Second exit port 282: First entry port 285: Second internal interface circuit 286: Second exit port 287: First entry port 290: Remove duplicate table 295: Controller, controller circuit 296: Error detector circuit 297: Error detector circuit 298: Error detector circuit 299: Error detector circuit

該等圖圖解說明用於網路流量控制之系統之實施例。 圖1圖解說明一電腦網路之各種實施例中之一者。 圖2圖解說明一邊緣電路之各種實施例中之一者。 圖3圖解說明用於網路流量控制之一方法。 The figures illustrate embodiments of a system for network traffic control. FIG. 1 illustrates one of various embodiments of a computer network. FIG. 2 illustrates one of various embodiments of an edge circuit. FIG. 3 illustrates a method for network traffic control.

100:電腦網路 100: Computer network

110:網路組件 110: Network components

111:入口埠 111: Entry port

112:出口埠 112: Export port

113:轉發器電路 113: Transmitter circuit

115:邊緣電路 115:Edge circuit

116:內部介面電路 116: Internal interface circuit

117:內部介面電路 117: Internal interface circuit

118:第一邊緣介面電路 118: First edge interface circuit

130:網路組件 130: Network components

131:出口埠 131: Export port

132:入口埠 132: Entry port

133:轉發器電路 133: Transmitter circuit

135:邊緣電路 135:Edge Circuit

136:內部介面電路、第一內部介面電路 136: internal interface circuit, first internal interface circuit

137:內部介面電路 137: Internal interface circuit

138:第一邊緣介面電路、邊緣介面電路 138: First edge interface circuit, edge interface circuit

140:網路組件 140: Network components

141:入口埠 141: Entry port

142:出口埠 142: Export port

143:入口埠 143: Entry port

144:出口埠 144: Export port

145:邊緣電路 145:Edge Circuit

146:內部介面電路、第一內部介面電路 146: internal interface circuit, first internal interface circuit

147:內部介面電路 147: Internal interface circuit

148:邊緣介面電路、第一邊緣介面電路 148: Edge interface circuit, first edge interface circuit

149:邊緣介面電路、第二邊緣介面電路 149: Edge interface circuit, second edge interface circuit

150:內部網路段 150: Intranet segment

151:直通轉發器電路、轉發器電路 151: Direct forwarder circuit, forwarder circuit

152:直通轉發器電路、轉發器電路 152: Direct forwarder circuit, forwarder circuit

161:路徑 161: Path

162:路徑 162: Path

163:路徑 163: Path

164:路徑 164: Path

165:路徑 165: Path

166:路徑 166: Path

171:移除重複表 171: Remove duplicate tables

172:錯誤偵測器電路 172: Error detector circuit

173:重複移除電路 173: Repeatedly remove circuit

174:標簽移除電路、轉發器電路 174: Label removal circuit, forwarder circuit

175:識別電路 175: Identification circuit

176:標簽插入電路 176: Label insertion circuit

181:移除重複表 181: Remove duplicate tables

182:錯誤偵測器電路 182: Error detector circuit

183:重複移除電路 183: Repeatedly remove circuit

184:標簽移除電路 184: Label removal circuit

185:識別電路 185: Identification circuit

186:標簽插入電路 186: Label insertion circuit

191:移除重複表 191: Remove duplicate tables

192:錯誤偵測器電路 192: Error detector circuit

193:重複移除電路 193: Repeatedly remove circuit

194:標簽移除電路 194: Label removal circuit

195:識別電路 195: Identification circuit

196:標簽插入電路 196: Label insertion circuit

Claims (18)

一種裝置,其包括: 一邊緣介面電路,其用於耦合至一網路組件且耦合至一轉發器電路,該邊緣介面電路用於: 自該網路組件接收資料框,將一框特定資訊標頭前置附加到該等接收到之資料框且將該等前置附加之資料框轉發至該轉發器電路; 自該轉發器電路接收資料框,移除重複資料框且將非重複資料框轉發至該網路組件; 一內部介面電路,其用於耦合至一內部網路段且耦合至該轉發器電路,該內部介面電路用於: 自該內部網路段接收資料框且將該等接收到之資料框轉發至該轉發器電路,且 自該轉發器電路接收資料框,移除重複資料框且將非重複資料框轉發至該內部網路段。 A device, comprising: an edge interface circuit, which is used to couple to a network component and to a forwarder circuit, the edge interface circuit is used to: receive data frames from the network component, pre-attach a frame-specific information header to the received data frames and forward the pre-attached data frames to the forwarder circuit; receive data frames from the forwarder circuit, remove duplicate data frames and forward non-duplicate data frames to the network component; an internal interface circuit, which is used to couple to an internal network segment and to the forwarder circuit, the internal interface circuit is used to: receive data frames from the internal network segment and forward the received data frames to the forwarder circuit, and Receives data frames from the forwarder circuit, removes duplicate frames and forwards non-duplicate frames to the internal network segment. 如請求項1之裝置,該邊緣介面電路包括: 一入口埠,其用於耦合至該網路組件,該入口埠用於接收資料框; 一識別電路,其用於耦合至第一入口埠,該識別電路用於至少基於該等接收到之資料框產生一框特定資訊標頭,及 一標簽插入電路,其用於耦合至該識別電路,該標簽插入電路用於將該框特定資訊標頭前置附加到該等接收到之資料框以產生前置附加之資料框,該標簽插入電路用於將該等前置附加之資料框轉發至該轉發器電路。 As in the device of claim 1, the edge interface circuit includes: an ingress port, which is used to couple to the network component, the ingress port is used to receive data frames; an identification circuit, which is used to couple to the first ingress port, the identification circuit is used to generate a frame-specific information header based on at least the received data frames, and a label insertion circuit, which is used to couple to the identification circuit, the label insertion circuit is used to pre-append the frame-specific information header to the received data frames to generate pre-appended data frames, and the label insertion circuit is used to forward the pre-appended data frames to the forwarder circuit. 如請求項2之裝置,該邊緣介面電路包括: 一錯誤偵測器電路,其用於自該轉發器電路接收資料框; 一重複移除,其用於至少基於一非暫時性記憶體之內容及該框特定資訊標頭移除重複資料框; 一標簽移除電路,其用於耦合至該重複移除電路,該標簽移除電路用於移除接收到之資料框中之該框特定資訊標頭以產生更新之資料框,及 一出口埠,其用於耦合至該標簽移除電路,該出口埠用於將該等更新之資料框轉發至該網路組件。 As in the device of claim 2, the edge interface circuit includes: an error detector circuit for receiving data frames from the forwarder circuit; a duplicate removal circuit for removing duplicate data frames based at least on the contents of a non-transient memory and the frame-specific information header; a tag removal circuit for coupling to the duplicate removal circuit, the tag removal circuit for removing the frame-specific information header in the received data frame to generate an updated data frame, and an egress port for coupling to the tag removal circuit, the egress port for forwarding the updated data frames to the network component. 如請求項3之裝置,其中,該重複移除電路包括一控制器電路,該控制器電路用於針對在該等非暫時性記憶體內容內是否存在一接收到之資料框之一部分搜索該非暫時性記憶體之該等內容。As in claim 3, the duplicate removal circuit includes a controller circuit for searching the contents of the non-transitory memory for a portion of a received data frame that is present in the contents of the non-transitory memory. 如請求項3之裝置,該重複移除電路用於基於該錯誤偵測器電路之一輸出移除接收到之資料框。As in the device of claim 3, the duplicate removal circuit is used to remove received data frames based on an output of the error detector circuit. 如請求項1之裝置,該內部介面電路包括: 一第一入口埠,其用於耦合至一內部網路段且耦合至該轉發器電路,該第一入口埠用於自該內部網路段接收資料框且透過一第一出口埠將接收到之資料框轉發至該轉發器電路; 一第二入口埠,其用於耦合至該轉發器電路,該第二入口埠用於自該轉發器電路接收資料框; 一錯誤偵測器電路,其用於耦合至該第二入口埠; 一重複移除電路,其用於耦合至該錯誤偵測器電路,該重複移除電路用於至少基於一非暫時性記憶體之該等內容及該框特定資訊標頭移除重複之接收到之資料框,及 一第二出口埠,其用於將非重複資料框轉發至該內部網路段。 As in the device of claim 1, the internal interface circuit includes: a first ingress port, which is used to couple to an internal network segment and to couple to the forwarder circuit, the first ingress port is used to receive a data frame from the internal network segment and forward the received data frame to the forwarder circuit through a first egress port; a second ingress port, which is used to couple to the forwarder circuit, the second ingress port is used to receive a data frame from the forwarder circuit; an error detector circuit, which is used to couple to the second ingress port; a duplicate removal circuit, which is used to couple to the error detector circuit, the duplicate removal circuit is used to remove duplicate received data frames based at least on the contents of a non-transient memory and the frame-specific information header, and A second egress port for forwarding non-duplicate frames to the internal network segment. 如請求項6之裝置,其中,該重複移除電路包括一控制器電路,該控制器電路用於針對在該等非暫時性記憶體內容內是否存在該接收到之資料框之一部分搜索該非暫時性記憶體之該等內容。As in claim 6, the duplicate removal circuit includes a controller circuit for searching the contents of the non-transitory memory for a portion of the received data frame. 如請求項6之裝置,該重複移除電路用於基於該錯誤偵測器電路之一輸出移除接收到之資料框。As in the device of claim 6, the duplicate removal circuit is used to remove received data frames based on an output of the error detector circuit. 一種系統,其包括: 一網路,其包括: 複數個網路連接裝置,其包括: 一邊緣介面電路,其用於耦合至一網路組件且耦合至一轉發器電路,該邊緣介面電路用於: 自該網路組件接收資料框,將一框特定資訊標頭前置附加到該等接收到之資料框且將該等前置附加之資料框轉發至該轉發器電路; 自該轉發器電路接收資料框,移除重複資料框且將非重複資料框轉發至該網路組件; 一內部介面電路,其用於耦合至一內部網路段且耦合至該轉發器電路,該內部介面電路用於: 自該內部網路段接收資料框且將該等接收到之資料框轉發至該轉發器電路,且 自該轉發器電路接收資料框,移除重複資料框且將非重複資料框轉發至該內部網路段。 A system, comprising: A network, comprising: A plurality of network connection devices, comprising: An edge interface circuit, which is used to couple to a network component and to a forwarder circuit, the edge interface circuit is used to: Receive data frames from the network component, pre-attach a frame-specific information header to the received data frames and forward the pre-attached data frames to the forwarder circuit; Receive data frames from the forwarder circuit, remove duplicate data frames and forward non-duplicate data frames to the network component; An internal interface circuit, which is used to couple to an internal network segment and to the forwarder circuit, the internal interface circuit is used to: Receive data frames from the internal network segment and forward the received data frames to the forwarder circuit, and Receives data frames from the forwarder circuit, removes duplicate frames and forwards non-duplicate frames to the internal network segment. 如請求項9之系統,該邊緣介面電路包括: 一入口埠,其用於耦合至該網路組件,該入口埠用於接收資料框; 一識別電路,其用於耦合至第一入口埠,該識別電路用於至少基於該等接收到之資料框產生一框特定資訊標頭,及 一標簽插入電路,其用於耦合至該識別電路,該標簽插入電路用於將該框特定資訊標頭前置附加到該等接收到之資料框以產生前置附加之資料框,該標簽插入電路用於將該等前置附加之資料框轉發至該轉發器電路。 In the system of claim 9, the edge interface circuit includes: an ingress port for coupling to the network component, the ingress port for receiving data frames; an identification circuit for coupling to the first ingress port, the identification circuit for generating a frame-specific information header based at least on the received data frames, and a tag insertion circuit for coupling to the identification circuit, the tag insertion circuit for pre-appending the frame-specific information header to the received data frames to generate pre-appended data frames, and the tag insertion circuit for forwarding the pre-appended data frames to the forwarder circuit. 如請求項10之系統,該邊緣介面電路包括: 一錯誤偵測器電路,其用於自該轉發器電路接收資料框; 一重複移除電路,其用於自該錯誤偵測器電路接收資料框,該重複移除電路用於至少基於一非暫時性記憶體之該等內容及該框特定資訊標頭移除重複資料框; 一標簽移除電路,其用於耦合至該重複移除電路,該標簽移除電路用於移除接收到之資料框中之該框特定資訊標頭以產生更新之資料框,及 一出口埠,其用於耦合至該標簽移除電路,該出口埠用於將該等更新之資料框轉發至該網路組件。 In the system of claim 10, the edge interface circuit includes: an error detector circuit for receiving a data frame from the forwarder circuit; a duplicate removal circuit for receiving a data frame from the error detector circuit, the duplicate removal circuit for removing duplicate data frames based at least on the contents of a non-transient memory and the frame-specific information header; a tag removal circuit for coupling to the duplicate removal circuit, the tag removal circuit for removing the frame-specific information header in the received data frame to generate an updated data frame, and an egress port for coupling to the tag removal circuit, the egress port for forwarding the updated data frames to the network component. 如請求項11之系統,其中,該重複移除電路包括一控制器電路,該控制器電路用於針對在該等非暫時性記憶體內容內之該框特定資訊標頭搜索該非暫時性記憶體之該等內容。A system as in claim 11, wherein the duplicate removal circuit includes a controller circuit for searching the contents of the non-transitory memory for the frame specific information header within the contents of the non-transitory memory. 如請求項11之系統,該重複移除電路用於基於該錯誤偵測器電路之一輸出移除接收到之資料框。As in the system of claim 11, the duplicate removal circuit is used to remove received data frames based on an output of the error detector circuit. 如請求項11之系統,該內部介面電路包括: 一第一入口埠,其用於耦合至一內部網路段且耦合至該轉發器電路,該第一入口埠用於自該內部網路段接收資料框且透過一第一出口埠將該等接收到之資料框轉發至該轉發器電路; 一第二入口埠,其用於耦合至該轉發器電路,該第二入口埠用於自該轉發器電路接收資料框; 一錯誤偵測器電路,其用於耦合至該第二入口埠; 一重複移除電路,其用於耦合至該錯誤偵測器電路,該重複移除電路用於至少基於一非暫時性記憶體之該等內容及該框特定資訊標頭移除重複之接收到之資料框,及 一第二出口埠,其用於將非重複資料框轉發至該內部網路段。 In the system of claim 11, the internal interface circuit includes: a first ingress port, which is used to couple to an internal network segment and to couple to the forwarder circuit, the first ingress port is used to receive data frames from the internal network segment and forward the received data frames to the forwarder circuit through a first egress port; a second ingress port, which is used to couple to the forwarder circuit, the second ingress port is used to receive data frames from the forwarder circuit; an error detector circuit, which is used to couple to the second ingress port; a duplicate removal circuit, which is used to couple to the error detector circuit, the duplicate removal circuit is used to remove duplicate received data frames based at least on the contents of a non-transient memory and the frame-specific information header, and A second egress port for forwarding non-duplicate data frames to the internal network segment. 如請求項14之系統,其中,該重複移除電路包括一控制器電路,該控制器電路用於針對在該等非暫時性記憶體內容內是否存在該框特定資訊標頭搜索該非暫時性記憶體之該等內容。A system as claimed in claim 14, wherein the duplicate removal circuit includes a controller circuit for searching the contents of the non-transitory memory for the presence of the frame specific information header in the contents of the non-transitory memory. 如請求項14之系統,該重複移除電路用於基於該錯誤偵測器電路之一輸出移除接收到之資料框。As in the system of claim 14, the duplicate removal circuit is used to remove received data frames based on an output of the error detector circuit. 一種方法,其包括: 在一邊緣介面電路處自一網路組件接收一資料框; 基於該接收到之資料框產生一框特定資訊標頭; 將該框特定資訊標頭作為一標簽前置附加到該接收到之資料框上以產生一前置附加之資料框; 將該前置附加之資料框轉發至一轉發器電路; 在一邊緣介面電路處自該轉發器電路接收一資料框且丟棄具有一偵測到之錯誤之資料框; 基於一非暫時性記憶體之內容及該框特定資訊標頭識別重複之接收到之資料框; 移除重複之接收到之資料框; 自該非重複之接收到之資料框移除該框特定資訊標頭以創建一更新之資料框; 透過一出口埠將該更新之資料框轉發至一網路目的地;在一內部介面電路處自一內部網路段接收一資料框;將該接收到之資料框轉發至該轉發器電路; 在一內部介面電路處自該轉發器電路接收一資料框; 基於一非暫時性記憶體之內容及該框特定資訊標頭識別重複之接收到之資料框; 移除重複之接收到之資料框,及 將非重複資料框轉發至一網路組件。 A method, comprising: receiving a data frame from a network component at an edge interface circuit; generating a frame specific information header based on the received data frame; prepending the frame specific information header as a tag to the received data frame to generate a prepended data frame; forwarding the prepended data frame to a forwarder circuit; receiving a data frame from the forwarder circuit at an edge interface circuit and discarding a data frame with a detected error; identifying duplicate received data frames based on the contents of a non-transient memory and the frame specific information header; removing duplicate received data frames; removing the frame specific information header from the non-duplicate received data frame to create an updated data frame; forwarding the updated data frame to a network destination via an egress port; receiving a data frame from an internal network segment at an internal interface circuit; forwarding the received data frame to the forwarder circuit; receiving a data frame from the forwarder circuit at an internal interface circuit; identifying duplicate received data frames based on the contents of a non-transient memory and the frame specific information header; removing duplicate received data frames, and forwarding non-duplicate data frames to a network component. 如請求項17之方法,其中,移除重複之接收到之資料框包括一控制器電路用於針對在該等非暫時性記憶體內容內之該框特定資訊標頭搜索該非暫時性記憶體之該等內容。A method as in claim 17, wherein removing duplicate received data frames includes a controller circuit for searching the contents of the non-transitory memory for the frame specific information header within the contents of the non-transitory memory.
TW112131418A 2022-09-08 2023-08-22 System and method for forwarding network traffic TW202416676A (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US202263404736P 2022-09-08 2022-09-08
US63/404,736 2022-09-08
US18/211,310 2023-06-19
US18/211,310 US20240089202A1 (en) 2022-09-08 2023-06-19 System and method for forwarding network traffic

Publications (1)

Publication Number Publication Date
TW202416676A true TW202416676A (en) 2024-04-16

Family

ID=87245495

Family Applications (1)

Application Number Title Priority Date Filing Date
TW112131418A TW202416676A (en) 2022-09-08 2023-08-22 System and method for forwarding network traffic

Country Status (2)

Country Link
TW (1) TW202416676A (en)
WO (1) WO2024054283A1 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3439210B1 (en) * 2017-07-31 2019-12-25 Mitsubishi Electric R&D Centre Europe B.V. Reliable cut-through switching for ieee 802.1 time sensitive networking standards
US10917504B1 (en) * 2018-09-05 2021-02-09 Amazon Technologies, Inc. Identifying the source of CRC errors in a computing network
WO2020142880A1 (en) * 2019-01-07 2020-07-16 华为技术有限公司 Data transmission method and device

Also Published As

Publication number Publication date
WO2024054283A1 (en) 2024-03-14

Similar Documents

Publication Publication Date Title
US11245620B2 (en) Method for forwarding packet and network device
US7522592B2 (en) Packet transfer unit
US7308612B1 (en) Fast port failover in a network switch
US8743882B1 (en) Packet header altering device
US6807175B1 (en) Distributed multicast routing in packet-based communication network devices
US6754211B1 (en) Method and apparatus for wire speed IP multicast forwarding
US8005084B2 (en) Mirroring in a network device
US6115379A (en) Unicast, multicast, and broadcast method and apparatus
CN108306835B (en) Input caching and data forwarding method of Ethernet switch
US8638793B1 (en) Enhanced parsing and classification in a packet processor
US9749222B2 (en) Parallel computer, node apparatus, and control method for the parallel computer
US8842672B2 (en) Systems and methods for modifying network packets to use unrecognized headers/fields for packet classification and forwarding
KR102367307B1 (en) Systems and methods for processing packets in a computer network
US8611207B2 (en) Data transmitter and data transmission method
US20160006583A1 (en) Control apparatus, communication system, switch control method and program
KR100798926B1 (en) Apparatus and method for forwarding packet in packet switch system
US20060045091A1 (en) Transmission device
JP5889218B2 (en) Data transfer apparatus and data transfer method
US20080130503A1 (en) Method and system for forwarding ethernet frames over redundant networks with all links enabled
JP2005130502A (en) Method for accelerated packet processing
JP2005130284A (en) Method and device for receiving packet
WO2005036834A1 (en) Statistical information collecting method and apparatus
TW202416676A (en) System and method for forwarding network traffic
US7570592B2 (en) Data transfer device for executing the process discarding error frame
US20240089202A1 (en) System and method for forwarding network traffic