Negative Leacky Bucket Sample Clauses

Negative Leacky Bucket. The DSMeterNTB class is based on a leaky bucket algorithm, with CBS and CIR parameters, which allows the bucket tokens to go negative as much as –CBS. It differentiates between 4 different colors (of traffic): invisible, non-conformant, visible, and critical. It relies on the previous stage of Meters to color 2 of the traffic classes (e.g. for the Silver DSMeterNTB, Silver and Bronze traffic will be observed) into one of those categories based on the initial service class and whether that class was conformant or not in the first stage. The invisible and non-conformant colors apply to the same traffic class that this DSMeterNTB is assigned, and the visible and critical colors apply to the lower class that this DSMeterNTB need to assess for upgrade. For example, for the Silver DSMeterNTB, the first stage conformant Silver traffic will be invisible, non-conformant Silver traffic will be non- conformant, conformant Bronze will be visible and non-conformant Bronze will be critical. This class is best described by a snippet of the code as shown in Table 5. Table 5 DSMeterNTB code snippet if (*color == invisible) { if ((tokenBytes + CBS - size) < 0) { return(NONCONFORMANT); } tokenBytes -= size; return(CONFORMANT); } if ((tokenBytes - size) >= 0) { if (*color == visibleColor) { /*keep visible count to recolor critical pkts*/ criticalTokens += size; } tokenBytes -= size; *color = invisible; return(CONFORMANT); /*upgrade*/ } else { if ((*color == criticalColor)&& ((criticalTokens - size) >= 0)) { /*remark as visible but do not upgrade*/ criticalTokens -= size; *color = visibleColor; } return(NONCONFORMANT); } The code shows that if the color is invisible and there are enough bucket tokens (up to –CBS), the packet is inserted in the queue (packet deemed CONFORMANT, and is not dropped). Therefore, only invisible color packets can drive the bucket tokens to go negative. For the 3 remaining colors, if there is enough tokens (tokenBytes-size>=0), the packet is inserted in the queue and thus automatically upgraded in case the color is visible or critical. If there aren’t any bucket-tokens remaining, the packet is either dropped in case it is a non- conformant packet or could not be upgraded if it was a lower class packet (the caller of this function acts accordingly based on the NONCONFORMANT return code). This class keeps track of the number (in bytes) of visible packets upgraded so that it re-colors critical packets as visible in their place whenever a critical packet ...
AutoNDA by SimpleDocs

Related to Negative Leacky Bucket

  • DS3 Loop DS3 Loop is a two-point digital transmission path which provides for simultaneous two-way transmission of serial, bipolar, return-to-zero isochronous digital electrical signals at a transmission rate of 44.736 megabits per second (Mbps) that is dedicated to the use of the ordering CLEC in its provisioning of local exchange and associated exchange access services. It may provide transport for twenty-eight (28) DS1 channels, each of which provides the digital equivalent of twenty-four (24) analog voice grade channels. The interface to unbundled dedicated DS3 transport is a metallic-based electrical interface.

  • INTERIM ASSET SERVICING ARRANGEMENT (a) With respect to each asset (or liability) designated from time to time by the Receiver to be serviced by the Assuming Bank pursuant to this Arrangement (such being designated as "Pool Assets"), during the term of this Arrangement, the Assuming Bank shall:

  • Wire Unbundled DS1 Digital Loop This is a designed 4-wire Loop that is provisioned according to industry standards for DS1 or Primary Rate ISDN services and will come standard with a test point, OC, and a DLR. A DS1 Loop may be provisioned over a variety of loop transmission technologies including copper, HDSL-based technology or fiber optic transport systems. It will include a 4-Wire DS1 Network Interface at the End User’s location.

  • -wire Unbundled Digital/DS0 Loop These are designed 4-wire Loops that may be configured as 64kbps, 56kbps, 19kbps, and other sub-rate speeds associated with digital data services and will come standard with a test point, OC, and a DLR.

  • Unbundled Voice Loops (UVLs) 2.2.1 BellSouth shall make available the following UVLs:

  • FACILITIES AVAILABLE WITH THE CARD 4.1 Use during validity period You may use the card to carry out card transactions during the validity period specified on the card.

  • Assuming Institution Portfolio Sales of Remaining Shared-Loss Loans The Assuming Institution shall have the right, with the consent of the Receiver, to liquidate for cash consideration, from time to time in one or more transactions, all or a portion of Shared-Loss Loans held by the Assuming Institution at any time prior to the Termination Date (“Portfolio Sales”). If the Assuming Institution exercises its option under this Section 4.1, it must give sixty

  • Unbundled Voice Loop – SL2 (UVL-SL2 Loops may be 2-wire or 4-wire circuits, shall have remote access test points, and will be designed with a DLR provided to NewPhone. SL2 circuits can be provisioned with loop start, ground start or reverse battery signaling. OC is provided as a standard feature on XX0 Xxxxx. The OC feature will allow NewPhone to coordinate the installation of the Loop with the disconnect of an existing customer’s service and/or number portability service. In these cases, BellSouth will perform the order conversion with standard order coordination at its discretion during normal work hours.

  • Sale of Single Family Shared-Loss Loans The Receiver shall be relieved of its obligations with respect to a Single Family Shared-Loss Loan upon payment of a Foreclosure Loss amount or a Short Sale Loss amount with respect to such Single Family Shared-Loss Loan or upon the sale of a Single Family Shared-Loss Loan by Assuming Bank to a person or entity that is not an Affiliate; provided, however, that if the Receiver consents to the sale of any such Single Family Shared-Loss Loan, any loss on such sale shall be a Portfolio Loss. The Assuming Bank shall provide the Receiver with timely notice of any such sale. Notwithstanding the foregoing, a sale of the Single Family Shared-Loss Loan, for purposes of this Section 2.7, shall not be deemed to have occurred as the result of (i) any change in the ownership or control of Assuming Bank or the transfer of any or all of the Single Family Shared-Loss Loan(s) to any Affiliate of Assuming Bank, (ii) a merger by Assuming Bank with or into any other entity, or

  • DOCUMENTS COMPRISING THE BID 13.1 The bid to be prepared by the bidder shall comprise:

Time is Money Join Law Insider Premium to draft better contracts faster.