US8243593B2 - Mechanism for identifying and penalizing misbehaving flows in a network - Google Patents
Mechanism for identifying and penalizing misbehaving flows in a network Download PDFInfo
- Publication number
- US8243593B2 US8243593B2 US11/022,599 US2259904A US8243593B2 US 8243593 B2 US8243593 B2 US 8243593B2 US 2259904 A US2259904 A US 2259904A US 8243593 B2 US8243593 B2 US 8243593B2
- Authority
- US
- United States
- Prior art keywords
- flow
- penalty
- behavioral statistics
- mfm
- router
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
- 230000007246 mechanism Effects 0.000 title abstract description 5
- 230000003542 behavioural effect Effects 0.000 claims abstract description 65
- 230000001747 exhibiting effect Effects 0.000 claims abstract description 21
- 230000000694 effects Effects 0.000 claims abstract description 6
- 238000000034 method Methods 0.000 claims description 42
- 230000008569 process Effects 0.000 claims description 8
- 238000004519 manufacturing process Methods 0.000 claims 1
- 239000004744 fabric Substances 0.000 description 11
- 230000006870 function Effects 0.000 description 11
- 230000003247 decreasing effect Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 2
- 230000008878 coupling Effects 0.000 description 2
- 238000010168 coupling process Methods 0.000 description 2
- 238000005859 coupling reaction Methods 0.000 description 2
- 239000002609 medium Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000013459 approach Methods 0.000 description 1
- 230000003190 augmentative effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000014509 gene expression Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
- 230000000630 rising effect Effects 0.000 description 1
- 239000006163 transport media Substances 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
- H04L47/32—Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames
Definitions
- P2P traffic peer-to-peer traffic on the Internet has grown dramatically in recent years. In fact, it has been estimated that P2P traffic now represents about 50-70 percent of the total traffic on the Internet. This is so despite the fact that the number of P2P users is quite small compared to the number of non P2P users. Thus, it appears that most of the bandwidth on the Internet is being consumed by just a minority of the users. For this and other reasons, P2P traffic is viewed by ISP's (Internet service providers) and others as being abusive/misbehaving traffic that should be controlled and penalized.
- ISP's Internet service providers
- P2P protocols In order to control P2P traffic, however, it first needs to be identified. Earlier generations of P2P protocols used fixed TCP port numbers for their transmissions. For example, FastTrack used TCP port 1214. This made P2P traffic easy to identify. Current P2P protocols, however, no longer have to use fixed port numbers. Rather, they can be configured to use random dynamic port numbers so that P2P traffic can now be masqueraded as other types of traffic, such as HTTP web browsing and unspecified TCP traffic. As a result, the current P2P protocols have rendered the port-based identification techniques ineffective.
- P2P protocols Another technique that has been used to identify P2P traffic involves the use of signatures. Specifically, it was observed that some P2P protocols inserted distinct information into their data packets. Using this distinct information as a signature, it was possible to identify packets that were assembled using those P2P protocols. This technique has several problems. First, it usually is effective for only a relatively short period of time. As the P2P protocols evolve and mutate (which they do on a fairly constant basis), their signatures change. Once that happens, the previous signatures are no longer valid, and the technique will have to be changed to recognize the new signatures. Another and more serious problem is that the P2P protocols are now evolving to the point that they either leave no signature or they obfuscate their signatures (e.g. by encryption). This makes it extremely difficult if not impossible to identify P2P traffic using signatures.
- misbehaving flows are identified based upon their observed behavior. Unlike the prior approaches, they are not identified based upon ancillary factors, such as port numbers and signatures. Because misbehaving flows are identified based upon their observed behavior, and because their behavior cannot be hidden, misbehaving flows cannot avoid detection. Thus, regardless of which protocols they use, or how those protocols try to hide/obfuscate their nature, misbehaving flows can be identified. Once identified/detected, they can be controlled and/or penalized.
- a flow is processed as follows.
- One or more information packets belonging to the flow are received and processed.
- a set of behavioral statistics are maintained for the flow. These behavioral statistics reflect the empirical behavior of the flow.
- the behavioral statistics include a total byte count (sum of all of the bytes in all of the packets of the flow that have been processed up to the current time), a life duration (how long the flow has been in existence since inception), a flow rate (derived by dividing the total byte count by the life duration of the flow), and an average packet size (derived by dividing the total byte count by the total number of packets in the flow that have been processed).
- These behavioral statistics are updated as information packets belonging to the flow are processed; thus, they provide an up to date reflection of the flow's behavior.
- a penalty may be enforced on the flow.
- the penalty to be enforced is determined based, at least partially, upon the badness factor. This penalty may be an increased drop rate. When enforced on the flow, this increased drop rate causes the information packets belonging to the flow to have a higher probability of being dropped than information packets belonging to other flows that do not exhibit undesirable behavior. Thus, more packets may be dropped from the flow than from other non-misbehaving flows. In one embodiment, this penalty is enforced on the flow only if a congestion condition is encountered. Thus, if there is no congestion, the flow (even if it is exhibiting undesirable behavior) is not penalized.
- enforcing the penalty on the flow has the effect of correcting the flow's behavior. That is, enforcing the penalty causes the badness factor of the flow to improve (e.g. decrease).
- enforcing the penalty causes the badness factor of the flow to improve (e.g. decrease).
- a currently misbehaving flow can be turned into a non-misbehaving flow in the future. Once the flow is no longer misbehaving, it is no longer subject to penalty. In this manner, a misbehaving flow can be identified, penalized, and even rehabilitated in accordance with one embodiment of the present invention.
- FIG. 1 shows an overview of a network in which one embodiment of the present invention may be implemented.
- FIG. 2 is a block diagram of a router in which one embodiment of the present invention may be implemented.
- FIG. 3 is an operational flow diagram showing the operation of a misbehaving flow manager (MFM) in accordance with one embodiment of the present invention.
- MFM misbehaving flow manager
- FIG. 4 is a diagram of a sample flow block in accordance with one embodiment of the present invention.
- FIG. 5 shows one possible function for computing a badness factor for a flow in accordance with one embodiment of the present invention.
- the network 100 comprises a plurality of routers 102 interconnected to each other by trunks or links in such a way that each router 102 has multiple possible paths to every other router 102 .
- information from router 102 a may reach router 102 d by going through routers 102 b and 102 c , or routers 102 e and 102 f
- information from router 102 c may reach router 102 a by going through router 102 b or router 102 e .
- Interconnecting the routers 102 in this way provides flexibility in determining how information from one router 102 is delivered to another, and makes it possible to route around any failures that might arise.
- network 100 may be much more complex if so desired, comprising more routers 102 , more connections between the routers 102 , and other components.
- each router 102 may further be coupled to various machines (not shown), such as clients and servers, from which information originates and to which information is destined. By going through the routers 102 , each of these machines may send information to any of the other machines in the network 100 .
- this link or trunk may be an optical medium (e.g. an optical fiber), a coaxial cable, or some other type of medium.
- network 100 may use any type of transport medium.
- FIG. 2 shows a block diagram of a sample router 102 that may be used to implement one or more of the routers 102 in network 100 .
- the router 102 comprises a plurality of line cards 202 for coupling the router 102 to one or more of the other routers 102 in the network 100 .
- line card 202 d may couple router 102 b to router 102 f
- line card 202 c may couple router 102 b to router 102 c
- line card 202 b may couple router 102 b to router 102 e
- line card 202 a may couple router 102 b to router 102 a .
- the line cards 202 act as the router's 102 interfaces to the rest of the network 100 .
- the trunks coupled to the line cards 202 are bi-directional; thus, each line card 202 may receive information from another router, or send information to another router.
- each line card 202 is capable of acting as an ingress line card (to receive information from another router) or an egress line card (to send information to another router). Whether a particular line card 202 is acting as an ingress or an egress line card at any particular time depends upon the flow of network traffic.
- the switching fabric 204 comprises a plurality of interconnected fabric cards 206 .
- the switching fabric 204 provides a mechanism for coupling any line card 202 to any other line card 202 within the router 102 so that information can be transported from any ingress line card 202 to any egress line card 202 .
- the switching fabric 204 routes information through the router 102 and sends it on its way to the next hop (i.e. the next router). Information is thus received and routed by the router 102 .
- each line card 202 has multiple connections to the switching fabric 204 .
- the switching fabric 204 provides multiple routes for connecting each line card connection to every other line card connection.
- each line card 202 has multiple routes to every other line card 202 in the router 102 .
- one possible route from line card 202 d to line card 202 a may pass through fabric card 206 c , while another route may pass through fabric card 206 b .
- the switching fabric 204 makes it possible to route around any internal failures that may arise.
- the router 102 further comprises an application processor 208 .
- the application processor 208 determines the forwarding paths, and hence, the egress line cards, that can be used to forward information to any particular destination address. Put another way, given a destination address, the application processor 208 determines which line card 202 or line cards are most suitable to act as the egress line card to forward information to that destination address. For example, suppose that the router 102 in FIG. 2 is router 102 b in network 100 , and that the destination is a machine coupled to router 102 d . Suppose further that line card 202 c is coupled to router 102 c and line card 202 d is coupled to router 102 f .
- the application processor 208 designates these line cards 202 c , 202 d as potential egress line cards for destination router 102 d , with one being designated as the primary egress line card and the other being the alternate.
- each line card 202 stores the information into a forwarding table residing on the line card 202 . Thereafter, when a line card 202 acts as an ingress line card and receives a set of information, it can use the forwarding table to determine the appropriate egress line card 202 to which to forward the information. Because the egress line card information is predetermined and stored in the forwarding table, the ingress line card simply has to perform a table lookup to determine the proper egress line card. No on-the-fly calculation needs to be performed. Since table lookup operations can be carried out very quickly, the process of determining the proper egress line card requires relatively little time.
- information is routed from router to router, and from line card 202 to line card 202 , in the form of information packets.
- Each packet represents a set of information that is sent by a source to a destination.
- a packet typically comprises a header portion.
- the header portion contains information that is used by the line cards 202 to determine the next hop for the packet.
- the information contained in the header portion may differ.
- the header portion comprises the following sets of information: (1) a source address (i.e. the network address of the entity sending the packet); (2) a source port number; (3) a destination address (i.e.
- an ingress line card 202 can determine to which egress line card 202 the packet should be routed.
- a packet also comprises a payload.
- the payload comprises the actual data that the source is trying to send to the destination.
- the payload may also include other information, such as information inserted by other protocols (e.g. P2P protocols). This additional information may be needed by the destination to properly process the packet.
- one or more packets may be grouped into a flow.
- a flow is a series of packets that are related in some manner.
- packets are grouped into a flow if they share a sufficient amount of header information. More specifically, in one embodiment, packets belong to the same flow if they have the five tuple in common. Thus, if two or more packets have the same source address, the same source port number, the same destination address, the same destination port number, and the same protocol, they are grouped into the same flow.
- all of the packets belonging to a flow are received by the same ingress line card 202 and forwarded to the same egress line card 202 .
- the flows that pass through a router 102 may represent many different types of traffic.
- the flows may contain web browsing traffic, TCP traffic, P2P traffic, etc.
- P2P traffic for example, is often considered to be abusive.
- Other types of traffic may also be considered abusive.
- the router 102 it is desirable for the router 102 to be able to identify abusive/misbehaving traffic, and to penalize and even rehabilitate that traffic.
- the line cards 202 of router 102 have been enhanced to give the router 102 such capability.
- the line cards 202 have been adapted to include a misbehaving flow manager (MFM) 210 for keeping track of flows, determining whether the flows are exhibiting undesirable behavior, and enforcing a penalty on the flows if they are exhibiting undesirable behavior.
- MFM misbehaving flow manager
- the MFM 210 of the line cards 202 may be implemented in any desired manner.
- the functionality of the MFM 210 may be realized by having one or more processors on a line card 202 execute one or more sets of instructions.
- the MFM 210 may be implemented using hardwired logic components (e.g. in the form of one or more ASIC's on a line card 202 ). These and other implementations are within the scope of the present invention.
- an MFM 210 is on a line card 202 that is acting as an egress line card (i.e. the line card is receiving packets from an ingress line card and sending packets out to another router).
- the MFM 210 on a line card may process flows in the same manner even when the line card 202 is acting as an ingress line card (i.e. the line card is receiving packets from another router and sending them to an egress line card).
- an MFM 210 receives and processes one or more packets belonging to a flow. Processing a packet may, but does not necessarily, involve forwarding the packet to another router. As the packets of a flow are processed, a set of behavioral statistics are maintained (block 302 of FIG. 3 ) for the flow. These behavioral statistics reflect the empirical behavior of the flow.
- the behavioral statistics include a total byte count (sum of all of the bytes in all of the packets of the flow that have been processed up to the current time), a life duration (how long the flow has been in existence since inception), a flow rate (derived by dividing the total byte count by the life duration of the flow), and an average packet size (derived by dividing the total byte count by the total number of packets in the flow that have been processed).
- These behavioral statistics are stored by the line card 202 in a flow block associated with the flow, and are updated as information packets belonging to the flow are processed; thus, these behavioral statistics provide an up to date reflection of the flow's behavior.
- the MFM 210 determines (block 304 ) whether the flow is exhibiting undesirable behavior. In one embodiment, this determination is made by computing a badness factor for the flow. This badness factor is computed based upon the behavioral statistics of the flow, and provides an indication as to whether the flow is exhibiting undesirable behavior. In one embodiment, the badness factor also provides an indication of the degree to which the flow is misbehaving.
- the MFM 210 enforces (block 306 ) a penalty on the flow.
- the penalty to be enforced is determined based upon the badness factor. This penalty may be an increased drop rate. When enforced on the flow, this increased drop rate causes the information packets belonging to the flow to have a higher probability of being dropped than information packets belonging to other flows that do not exhibit undesirable behavior. Thus, more packets may be dropped from the flow than from other non-misbehaving flows.
- the MFM 210 enforces this penalty on the flow only if a congestion condition is encountered. If there is no congestion, the flow (even if it is exhibiting undesirable behavior) is not penalized.
- enforcing the penalty on the flow has the effect of correcting the flow's behavior. That is, enforcing the penalty causes the badness factor of the flow to improve (e.g. decrease).
- enforcing the penalty causes the badness factor of the flow to improve (e.g. decrease).
- a currently misbehaving flow can be turned into a non-misbehaving flow in the future. Once the flow is no longer misbehaving, it is no longer subject to penalty.
- an MFM 210 on a line card 202 can identify, penalize, and even rehabilitate a misbehaving flow.
- MFM 210 d receives a packet from the ingress line card 202 b .
- the MFM 210 d determines whether the packet belongs to an existing flow. In one embodiment, the MFM 210 d makes this determination by processing the five tuple contained in the header portion of the packet (e.g. using a hashing function) to derive a flow ID. The MFM 210 d then determines whether this flow ID is associated with a flow block that is already stored (e.g. in a memory, not shown) on the egress line card 202 d . If so, then the packet is part of an existing flow. If not, then the packet is the first packet of a new flow.
- a sample flow block 402 in accordance with one embodiment of the present invention is shown in FIG. 4 .
- the flow block 402 comprises the flow ID (derived by processing the five tuple), and a set of behavioral statistics.
- the behavioral statistics include a total (T) byte count (sum of all of the bytes in all of the packets of the flow that have been processed up to the current time), a life duration (L) (how long the flow has been in existence since inception), a flow rate (R) (derived by dividing T by L), a number (N) of packets processed up to the current time, an average (A) packet size (derived by dividing T by N), a badness factor (B), and a timestamp of when the flow block 402 was created.
- the behavioral statistics may include other sets of information as well.
- the flow block 402 may also include any other information pertinent to the flow.
- the timestamp value is updated with the current time, and the badness factor is set to a default value of 1.
- the other behavioral statistics are set to 0.
- the flow block 402 is then stored on the egress line card 202 d for future reference.
- the MFM 210 d determines whether to forward the packet to the router to which the egress line card 202 d is coupled. If the link is currently experiencing congestion, the packet may be dropped. In the current example, it will be assumed that the link is not congested; hence, the MFM 210 d forwards the packet to the external router. After doing so, the MFM 210 d updates the behavioral statistics to reflect the packet that was just forwarded. More specifically, the MFM 210 d updates T to include the forwarded packet's byte count, updates L by computing the difference between the current time and the timestamp, updates R by dividing the updated T by the updated L, updates N to include the forwarded packet, and updates A by dividing the updated T by the updated N.
- the MFM 210 d also computes a badness factor for the flow.
- the badness factor may be computed using any desired methodology based upon any desired criteria.
- the badness factor is computed in accordance with the function shown in FIG. 5 , which takes the minimum of six possible values.
- One possible value is 16, which represents the maximum possible badness factor for any flow.
- Another possible value is 1, which is the default badness factor for a flow.
- Other possible values are the quotient of T/T threshold , the quotient of L/L threshold , the quotient of R/R threshold , and the quotient of (A-A threshold )/(MTU-A threshold ).
- the constants T threshold , L threshold , R threshold , MTU, and A threshold are assigned by an administrator of the router 102 . These values can be adjusted to tune the MFM 210 d for optimal performance.
- the quotients T/T threshold , L/L threshold , R/R threshold , and (A-A threshold )/(MTU-A threshold ) represent the total byte count component, the duration component, the rate component, and the average packet size component, respectively, of the function. These components are included in the function because it has been found that they provide a measure of whether a flow is misbehaving. For example, it has been found that P2P traffic flows generally have high byte counts, relatively long life, relatively high rates, and relatively large average packet sizes. These characteristics are also found in other types of abusive/misbehaving flows. Thus, these components are manifestations of misbehavior.
- a badness factor that provides an indication of whether a flow is misbehaving.
- a badness factor value larger than 1 indicates a misbehaving flow.
- the badness factor also provides an indication of the degree to which the flow is misbehaving.
- a flow with a badness factor of 1.8 is misbehaving to a greater degree than a flow with a badness factor of 1.2.
- the function shown in FIG. 5 is just one possible way of computing the badness factor.
- the function may be changed, augmented, or even replaced.
- the administrator of the router 102 may configure the MFM 210 d to not take one or more of the components into account.
- the administrator may determine that the duration component is not very indicative of a misbehaving flow, and hence, may configure the MFM 210 d to ignore this component. In such a case, the MFM 210 d will not use this component in computing the badness factor.
- a different and even more sophisticated function one that comprises one or more logical expressions, for example, may be used to compute the badness factor.
- components other than and/or in addition to those components shown in FIG. 5 may be taken into account in computing the badness factor.
- the badness factor may be computed in any desired way, using any desired methodology and any desired criteria.
- the MFM 210 d After the MFM 210 d computes the badness factor, it stores the badness factor into the flow block 402 . The behavioral characteristics of the flow are thus updated to reflect the packet that was just forwarded. The MFM 210 d is now ready to process another packet. The next time the MFM 210 d receives a packet belonging to the same flow, it will recognize that the packet is part of an existing flow; thus, it will not create a new flow block. Instead, it will access the existing flow bock 402 and use and/or update the information contained therein. In the current example, it will be assumed that the MFM 210 d receives many more packets belonging to the flow, and forwards and processes them in the manner described above.
- the behavioral statistics are repeatedly updated to give rise to a set of relatively mature statistics (which include a relatively mature badness factor) for the flow.
- the MFM 210 d takes the badness factor of a flow into account only when a congestion condition is encountered (e.g. the outgoing link is experiencing congestion). If there is no such congestion, the MFM 210 d will not enforce a penalty on the flow, regardless of the flow's badness value.
- the MFM 210 d receives another packet belonging to the flow, but that this time, the egress line card 202 d is experiencing a congestion condition on the outgoing link. In such a case, the MFM 210 d may wish to enforce a penalty on the flow, and the packet may need to be dropped. To determine whether to enforce a penalty on the flow, the MFM 210 d accesses the badness factor stored in the flow block 402 associated with the flow. If the badness factor is less than or equal to a threshold value (which in the current example is 1), then no penalty will be enforced on the flow.
- a threshold value which in the current example is 1
- the packet will be subject to the non-misbehaving flow drop rate, which in one embodiment is 0.1 (which means that the packet has a 10% chance of being dropped).
- the MFM 210 d will impose a penalty on the flow. In one embodiment, this penalty takes the form of an increased drop rate. This increased drop rate causes the packet to be subjected to a higher probability of being dropped than packets belonging to flows that are either not misbehaving or are less misbehaving.
- the magnitude of the increased drop rate is determined based upon the value of the badness factor.
- any formula/function may be used to determine the increased drop rate.
- the increase drop rate rises rapidly relative to the badness factor.
- the badness factor reaches 2
- the increased drop rate is already 0.5 (which means that the packet has a 50% probability of being dropped).
- the badness factor is 3
- the increased drop rate is 0.7
- the badness factor is 5
- This rapid increase in drop rate serves to penalize misbehaving flows early before they become too serious a problem.
- slower rising drop rates may be used if so desired.
- the MFM 210 d After the drop rate is determined (whether it is the default drop rate or an increased drop rate), it is enforced by the MFM 210 d . More specifically, the MFM 210 d applies the appropriate probability in determining whether to drop the packet. If, after applying the appropriate drop rate, the packet is not dropped, then the line card 202 d forwards the packet to the external router. After that is done, the MFM 210 d updates the behavioral statistics of the flow in the manner described above to reflect the forwarded packet.
- the MFM 210 d decides to drop the packet, then the egress line card 202 d will not forward the packet to the external router. In such a case, the MFM 210 d will update the behavioral statistics, but it will do so in a slightly different manner than that described above. Specifically, since the packet was not forwarded, the total byte count T, the number of packets N, and the average packet size A do not change; hence, these values will not be updated. However, the life duration L of the flow (derived by taking the difference between the current time and the timestamp) has changed; thus, it will be updated. Since the rate R depends on L, it will also be updated. In addition, the badness factor will be recomputed. In this manner, the behavioral statistics are updated even when a packet is dropped.
- the MFM 210 d can cause the badness factor of the flow to improve.
- the imposition of a penalty on a misbehaving flow has the effect of improving the behavior of the flow. In this manner, not only does the MFM 210 d detect and penalize misbehaving flows, it can also rehabilitate them.
- a penalty is enforced on a misbehaving flow only when a congestion condition is encountered.
- a penalty may be enforced on a misbehaving flow even when there is no congestion. That is, any time a flow has a badness factor that indicates undesirable flow behavior, the MFM 210 d can impose an increased drop rate on the flow, and can enforce that drop rate on packets of the flow, regardless of whether there is congestion. That way, the MFM 210 d can manage and control abusive/misbehaving traffic even in the absence of any traffic congestion.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (44)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/022,599 US8243593B2 (en) | 2004-12-22 | 2004-12-22 | Mechanism for identifying and penalizing misbehaving flows in a network |
PCT/US2005/046092 WO2006069044A2 (en) | 2004-12-22 | 2005-12-20 | Mechanism for identifying and penalizing misbehaving flows in a network |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/022,599 US8243593B2 (en) | 2004-12-22 | 2004-12-22 | Mechanism for identifying and penalizing misbehaving flows in a network |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060133280A1 US20060133280A1 (en) | 2006-06-22 |
US8243593B2 true US8243593B2 (en) | 2012-08-14 |
Family
ID=36595594
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/022,599 Expired - Fee Related US8243593B2 (en) | 2004-12-22 | 2004-12-22 | Mechanism for identifying and penalizing misbehaving flows in a network |
Country Status (2)
Country | Link |
---|---|
US (1) | US8243593B2 (en) |
WO (1) | WO2006069044A2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9485164B2 (en) | 2012-05-14 | 2016-11-01 | Sable Networks, Inc. | System and method for ensuring subscriber fairness using outlier detection |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8141156B1 (en) * | 2005-12-28 | 2012-03-20 | At&T Intellectual Property Ii, L.P. | Method and apparatus for mitigating routing misbehavior in a network |
EP2174450B1 (en) | 2007-07-02 | 2016-10-12 | Telecom Italia S.p.A. | Application data flow management in an ip network |
US8024473B1 (en) | 2007-07-19 | 2011-09-20 | Mcafee, Inc. | System, method, and computer program product to automate the flagging of obscure network flows as at least potentially unwanted |
US20090073878A1 (en) * | 2007-08-31 | 2009-03-19 | Kenneth Gustav Carlberg | Usage based queuing with accounting for wireless access points |
US8170038B2 (en) * | 2009-05-27 | 2012-05-01 | International Business Machines Corporation | Two-layer switch apparatus to avoid first layer inter-switch link data traffic in steering packets through bump-in-the-wire service applications |
US8289977B2 (en) | 2009-06-10 | 2012-10-16 | International Business Machines Corporation | Two-layer switch apparatus avoiding first layer inter-switch traffic in steering packets through the apparatus |
WO2013105991A2 (en) * | 2011-02-17 | 2013-07-18 | Sable Networks, Inc. | Methods and systems for detecting and mitigating a high-rate distributed denial of service (ddos) attack |
US8982702B2 (en) * | 2012-10-30 | 2015-03-17 | Cisco Technology, Inc. | Control of rate adaptive endpoints |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6167041A (en) * | 1998-03-17 | 2000-12-26 | Afanador; J. Abraham | Switch with flexible link list manager for handling ATM and STM traffic |
US6252848B1 (en) * | 1999-03-22 | 2001-06-26 | Pluris, Inc. | System performance in a data network through queue management based on ingress rate monitoring |
US6310881B1 (en) * | 1998-10-20 | 2001-10-30 | Terabeam Corporation | Method and apparatus for network control |
US20020032717A1 (en) * | 2000-09-08 | 2002-03-14 | The Regents Of The University Of Michigan | Method and system for profiling network flows at a measurement point within a computer network |
US20050141426A1 (en) * | 2003-12-31 | 2005-06-30 | Broadcom Corporation | System and method for controlling packet transmission using a plurality of buckets |
US6934250B1 (en) * | 1999-10-14 | 2005-08-23 | Nokia, Inc. | Method and apparatus for an output packet organizer |
US20050226149A1 (en) * | 2001-01-25 | 2005-10-13 | Van Jacobson | Method of detecting non-responsive network flows |
US7113990B2 (en) * | 2002-05-29 | 2006-09-26 | Distributed Management Information Systems, Inc. | System and process for allocating flow capacity in a network |
US20100110889A1 (en) * | 2003-12-03 | 2010-05-06 | Hitachi, Ltd. | Policing device |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB9602027D0 (en) * | 1996-02-01 | 1996-04-03 | Madge Networks Ltd | Flow control in a cell switched communication system |
US5748901A (en) * | 1996-05-21 | 1998-05-05 | Ramot University Authority Ltd. | Flow control algorithm for high speed networks |
US5991268A (en) * | 1997-07-07 | 1999-11-23 | Nortel Networks Corporation | Flow control mechanism of ABR traffic in ATM networks |
WO2002029427A1 (en) * | 2000-10-02 | 2002-04-11 | Zvolve Systems, Inc. | Real time traffic engineering of data networks |
US7336613B2 (en) * | 2000-10-17 | 2008-02-26 | Avaya Technology Corp. | Method and apparatus for the assessment and optimization of network traffic |
US7020147B1 (en) * | 2001-11-13 | 2006-03-28 | Terabeam Corporation | Network traffic director system having modules that implement merit or penalty functions involving stochastic changes in network topology |
-
2004
- 2004-12-22 US US11/022,599 patent/US8243593B2/en not_active Expired - Fee Related
-
2005
- 2005-12-20 WO PCT/US2005/046092 patent/WO2006069044A2/en active Application Filing
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6167041A (en) * | 1998-03-17 | 2000-12-26 | Afanador; J. Abraham | Switch with flexible link list manager for handling ATM and STM traffic |
US6310881B1 (en) * | 1998-10-20 | 2001-10-30 | Terabeam Corporation | Method and apparatus for network control |
US6252848B1 (en) * | 1999-03-22 | 2001-06-26 | Pluris, Inc. | System performance in a data network through queue management based on ingress rate monitoring |
US6934250B1 (en) * | 1999-10-14 | 2005-08-23 | Nokia, Inc. | Method and apparatus for an output packet organizer |
US20020032717A1 (en) * | 2000-09-08 | 2002-03-14 | The Regents Of The University Of Michigan | Method and system for profiling network flows at a measurement point within a computer network |
US20050226149A1 (en) * | 2001-01-25 | 2005-10-13 | Van Jacobson | Method of detecting non-responsive network flows |
US7113990B2 (en) * | 2002-05-29 | 2006-09-26 | Distributed Management Information Systems, Inc. | System and process for allocating flow capacity in a network |
US20100110889A1 (en) * | 2003-12-03 | 2010-05-06 | Hitachi, Ltd. | Policing device |
US20050141426A1 (en) * | 2003-12-31 | 2005-06-30 | Broadcom Corporation | System and method for controlling packet transmission using a plurality of buckets |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9485164B2 (en) | 2012-05-14 | 2016-11-01 | Sable Networks, Inc. | System and method for ensuring subscriber fairness using outlier detection |
US9774501B2 (en) | 2012-05-14 | 2017-09-26 | Sable Networks, Inc. | System and method for ensuring subscriber fairness using outlier detection |
Also Published As
Publication number | Publication date |
---|---|
WO2006069044A2 (en) | 2006-06-29 |
US20060133280A1 (en) | 2006-06-22 |
WO2006069044A3 (en) | 2007-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8085775B1 (en) | Identifying flows based on behavior characteristics and applying user-defined actions | |
US9825866B2 (en) | Selecting among multiple concurrently active paths through a network | |
US10200300B2 (en) | Maintaining named data networking (NDN) flow balance with highly variable data object sizes | |
WO2006069044A2 (en) | Mechanism for identifying and penalizing misbehaving flows in a network | |
CN109691037B (en) | Method and system for data center load balancing | |
Thaler et al. | Multipath issues in unicast and multicast next-hop selection | |
US8259585B1 (en) | Dynamic link load balancing | |
US8223634B2 (en) | Mechanism for implementing load balancing in a network | |
US8942106B2 (en) | Method and apparatus for route optimization enforcement and verification | |
US8111649B1 (en) | Method and apparatus for enabling a host to influence how a packet is routed through a network | |
US8161145B2 (en) | Method for managing of denial of service attacks using bandwidth allocation technology | |
JP4988632B2 (en) | Packet relay device and traffic monitoring system | |
KR102455886B1 (en) | Service Feature Chaining Congestion Feedback | |
Bedi et al. | Mitigating congestion based DoS attacks with an enhanced AQM technique | |
JP5178573B2 (en) | Communication system and communication method | |
WO2008134049A1 (en) | Lightweight bandwidth-management scheme for elastic traffic | |
Tam et al. | Leveraging performance of multiroot data center networks by reactive reroute | |
Manzoor et al. | CHOKeD: fair active queue management | |
CN117714378A (en) | Data transmission method, device, node and system | |
Molle et al. | Short-circuiting the congestion signaling path for AQM algorithms using reverse flow matching | |
Hanlin et al. | Improving fairness of red aided by lightweight flow information | |
Imura et al. | Reactive load balancing during failure state in IP fast reroute schemes | |
Fesehaye | Efficient Network (Internet) Control Protocols and their Convergence |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: CASPIAN NETWORKS, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NATCHU, VISHNU;REEL/FRAME:016138/0366 Effective date: 20041216 |
|
AS | Assignment |
Owner name: VENTURE LENDING & LEASING IV, INC., CALIFORNIA Free format text: SECURITY AGREEMENT;ASSIGNOR:CASPIAN NETWORKS, INC.;REEL/FRAME:018243/0363 Effective date: 20060621 |
|
AS | Assignment |
Owner name: CASPIAN NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:VENTURE LENDING & LEASING IV, INC.;REEL/FRAME:022991/0484 Effective date: 20060921 Owner name: SABLE NETWORKS, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MOBILE CONVERGENCE COMPANY, LTD.;REEL/FRAME:022992/0914 Effective date: 20080328 Owner name: MOBILE CONVERGENCE, LTD., KOREA, DEMOCRATIC PEOPLE Free format text: NUNC PRO TUNC ASSIGNMENT;ASSIGNOR:CASPIAN NETWORKS, INC.;REEL/FRAME:022992/0829 Effective date: 20080814 |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
FEPP | Fee payment procedure |
Free format text: 7.5 YR SURCHARGE - LATE PMT W/IN 6 MO, SMALL ENTITY (ORIGINAL EVENT CODE: M2555); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2552); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY Year of fee payment: 8 |
|
IPR | Aia trial proceeding filed before the patent and appeal board: inter partes review |
Free format text: TRIAL NO: IPR2020-01712 Opponent name: PALO ALTO NETWORKS, INC., DELL TECHNOLOGIES INC., DENALI INTERMEDIATE INC., DELL INC., EMC CORPORATION, VMWARE, INC., JUNIPER NETWORKS, INC., HEWLETT PACKARD ENTERPRISE COMPANY, AND ARUBA NETWORKS, INC. Effective date: 20201002 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
IPR | Aia trial proceeding filed before the patent and appeal board: inter partes review |
Free format text: TRIAL NO: IPR2021-00909 Opponent name: CLOUDFLARE, INC., SONICWALL INC., AND SONICWALL US HOLDINGS INC. Effective date: 20210507 |
|
IPR | Aia trial proceeding filed before the patent and appeal board: inter partes review |
Free format text: TRIAL NO: IPR2022-00228 Opponent name: SPLUNK, INC., AND CRITICAL START, INC. Effective date: 20211124 |
|
DC | Disclaimer filed |
Free format text: DISCLAIM THE FOLLOWING COMPLETE CLAIMS 1, 2, 4-8, 14-16, 25-28, Effective date: 20220304 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
IPRC | Trial and appeal board: inter partes review certificate |
Kind code of ref document: K1 Free format text: INTER PARTES REVIEW CERTIFICATE; TRIAL NO. IPR2021-00909, MAY 7, 2021; TRIAL NO. IPR2022-00228, NOV. 24, 2021 INTER PARTES REVIEW CERTIFICATE FOR PATENT 8,243,593, ISSUED AUG. 14, 2012, APPL. NO. 11/022,599, DEC. 22, 2004 INTER PARTES REVIEW CERTIFICATE ISSUED AUG. 22, 2024 Effective date: 20240822 |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
DC | Disclaimer filed |
Free format text: DISCLAIM THE FOLLOWING COMPLETE CLAIMS 1-44 OF SAID PATENT Effective date: 20240520 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20240814 |