US5864611A - System and method for estimating traffic rates - Google Patents

System and method for estimating traffic rates Download PDF

Info

Publication number
US5864611A
US5864611A US08/927,132 US92713297A US5864611A US 5864611 A US5864611 A US 5864611A US 92713297 A US92713297 A US 92713297A US 5864611 A US5864611 A US 5864611A
Authority
US
United States
Prior art keywords
class
counter
register
threshold
traffic
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 - Lifetime
Application number
US08/927,132
Inventor
Chee Ching
Salomon Leo Ehrenreich
Muralidharan Kodialam
Donald Jay Mintz
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AT&T Corp
Original Assignee
AT&T Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by AT&T Corp filed Critical AT&T Corp
Priority to US08/927,132 priority Critical patent/US5864611A/en
Assigned to AT&T CORP. reassignment AT&T CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHING, CHEE, KODIALAM, MURALIDHARAN, EHRENREICH, SALOMON LEO, MINTZ, DONALD JAY
Application granted granted Critical
Publication of US5864611A publication Critical patent/US5864611A/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M15/00Arrangements for metering, time-control or time indication ; Metering, charging or billing arrangements for voice wireline or wireless communications, e.g. VoIP

Definitions

  • This invention relates to estimating traffic rates, and more particularly to estimating the traffic rates of large traffic sources.
  • traffic rates telephone call traffic rates
  • a knowledge of accurate traffic rates allows a network operations center or other monitoring facility to balance calling loads among different databases within a network so that network overloading may be reduced. Reduced network overloading in turn improves overall network performance as network overloading not only degrades throughput at a specific network element, but also stresses the signaling network, databases, switches, and trunking network all at the same time.
  • a network operations center may, for instance, use traffic rate information to predict/manage mass calling events.
  • a mass calling event occurs when a single customer generates abnormally high network traffic (such as during a radio or television promotion) which threatens to overload the network.
  • Accurate and timely traffic rate estimates assist a network operations center in predicting and eradicating these types of overloads through rapid isolation of the traffic source responsible for the mass calling event.
  • Traffic rate information may also be used for general network overload management.
  • a list of the largest traffic sources in a network e.g., the traffic sources which need controlling during a network overload
  • a list of the largest traffic sources in a network is compiled so that overloads may be rapidly eliminated by rerouting the traffic sources on the list.
  • Accurate traffic rate information ensures that only the proper (e.g., largest) sources are listed and controlled during an overload condition.
  • Traffic rate information is also required for other network management functions. For example, during database partitioning, decisions must be made regarding which traffic sources can share databases without creating overload conditions. Accurate traffic rate information improves these type of resource allotment decisions.
  • Traffic rate measurements are typically performed at several locations within a telephone network, and are categorized by a "class" associated with each telephone number (i.e., a particular 800 number, database, or other attribute associated with the telephone number, including the telephone number itself).
  • a "class" associated with each telephone number i.e., a particular 800 number, database, or other attribute associated with the telephone number, including the telephone number itself.
  • Conventional methods for traffic rate estimation sample only a small percentage (e.g., 5%) of network telephone calls.
  • a table is searched to identify whether the class associated with the sampled telephone number has been previously identified. If so, a count associated with the class is incremented; otherwise the class is added to the table. Based on the count for each class within the table during a known time period, an estimation of the traffic rate for each class may be determined.
  • Such a system and method will improve telephone network performance by allowing a network operations center to quickly and accurately balance calling loads among different databases and to make better informed network management decisions.
  • More generally, such a system and method can be employed for traffic rate estimation during any addressing event (e.g., for determining computer network traffic rates, data bus traffic rates, and the like).
  • a class of a most recently selected address (e.g., a class of a most recently dialed telephone number) is compared to the contents of a register. If the class of the most recently selected address is the same as the contents stored in the register, a first counter is incremented. However, if the class of the most recently selected address is not the same as the contents stored in the register, the class of the most recently selected address is loaded into the register and the first counter is initialized (e.g., set to one). A class of a new most recently selected address is then obtained and the above process is repeated.
  • a most recently selected address e.g., a class of a most recently dialed telephone number
  • the first counter counts the number of times the same class is consecutively selected. If this number reaches a predetermined count threshold K (i.e., if the first counter's count equals or exceeds the count threshold K) then a threshold counter (hereinafter "a K counter") associated with the class is incremented and the register and the first counter are reset (e.g., set to zero).
  • a K counter a threshold counter associated with the class is incremented and the register and the first counter are reset (e.g., set to zero).
  • a different K counter is assigned to each different class. Accordingly, a class's K counter is incremented each time the class is consecutively selected K times. At any given instant, the count of a class's K counter may be examined to obtain an estimate of the traffic rate for that class. Such traffic rate information may then be used by a network operations center to balance calling loads among different databases within the network or for other network functions as previously described.
  • FIG. 1 is a block diagram of an illustrative apparatus which can operate in accordance with this invention.
  • FIG. 2 is a flow chart useful in describing the operation of an illustrative embodiment of the invention.
  • routing lines 11 are operatively coupled to a telephone network node 13.
  • Routing lines 11 may, for example, comprise coaxial cables, optical fiber bundles, or microwave links, and network node 13 may comprise a trunk exchange switch node, a local exchange switch node, a special service switch node, some form of mobile telecommunications network, or the like.
  • TE control unit 15 operatively coupled to routing lines 11 via a plurality of query bus lines 17 (hereinafter “query bus 17”) and further operatively coupled to a register 19 (register R), a first counter 21 (counter C), and a K counter database 23 via a control bus 25.
  • TE control unit 15 is also operatively coupled to a Network Operations Center 27 through a traffic rate bus 29. It will be understood that these examples are only illustrative, and that many other configurations for routing lines 11, network node 13, and the TE hardware (i.e., TE control unit 15, register 19, first counter 21, and K counter database 23) are possible.
  • TE control unit 15 In operation, to initiate traffic rate estimation, TE control unit 15 resets register 19, first counter 21, and K counter database 23 to zero (though any initial values may be used). Preferably K counter database 23 is emptied of all class information so that classes must be added to K counter database 23 during data collection as described below. Subsequently, by means of query bus 17, TE control unit 15 queries routing lines 11 to obtain, among other things, the class associated with the most recently dialed telephone number (hereinafter "MRDC") present at network node 13. If the MRDC is equal to the contents of register 19, first counter 21 is incremented; otherwise, the MRDC is loaded into register 19 and first counter 21 is initialized (e.g., set to one).
  • MRDC most recently dialed telephone number
  • TE control unit 15 queries routing lines 11 to get a MRDC, compares this MRDC to the contents of register 19, and either increments first counter 21 if the MRDC equals the contents of register 19 or loads register 19 with the MRDC and initializes first counter 21 if the MRDC is different from the contents of register 19. In this manner, first counter 21 counts the number of consecutive times (i.e., the number of times in a row) a telephone number with the same class is received by network node 13.
  • TE control unit 15 monitors the count of first counter 21 to determine if it equals or exceeds a predetermined count threshold K. If so, TE control unit 15 searches K counter database 23 for the MRDC. If the MRDC is found within K counter database 23, a K counter (not shown) associated with (e.g., assigned to) the MRDC is incremented so as to keep track of the number of times that a telephone number with that class has been received K times in a row by network node 13. Otherwise, if the MRDC is not found within K counter database 23, the MRDC is added to the list of classes in K counter database 23, and a K counter is associated with the MRDC and initialized.
  • register 19 and first counter 21 are then reset and TE control unit 15 returns to querying routing lines 11 for new MRDCs.
  • TE control unit 15 returns to querying routing lines 11 for new MRDCs.
  • count threshold K depends on many factors. For instance, if K is a large number, only very large traffic sources will have sufficient calling volumes to produce the same class K times in a row at network node 13. Accordingly, few database searches will be required for traffic rate estimation, and K counter database 23 will remain small (containing only a few classes for the largest traffic sources in the network). Accurate information will only be provided regarding very large traffic sources, and the noise level of the traffic rate data will be high (unless measurement time is increased so that more entries are made to K counter database 23). On the other hand, if K is a small number, information about a larger number of traffic sources will be recorded, requiring many more database searches through a larger database.
  • measurement time may be reduced as many entries will be made to K counter database 23 within a short time period. Therefore, when selecting the value for count threshold K, a balance must be struck between the number of traffic sources studied, the number of database searches made, database size, and the accuracy of the traffic rate data.
  • TE control unit 15 may examine the contents of K counter database 23 to determine the count of each class's K counter. With this information, an estimate of the traffic rate of each class in the database may be made.
  • the estimated probability pi that the next most recently dialed telephone number will be a class i number is an inverse function of the arrival rate ⁇ of calls to network node 13 (assumed to be a constant) and the number of times N K (i,T) within a time period T that a telephone number with a class i was detected K times in a row: ##EQU1##
  • K counter database 23 need not be searched for each telephone number sampled.
  • K counter database 23 is only searched when a telephone number with the same class is dialed at least K times in a row.
  • a class is only added to K counter database 23 if a telephone number with the same class has been dialed K times consecutively.
  • both the number of required database searches and database size are significantly reduced such that real-time computing requirements are also reduced.
  • only large traffic sources are examined, with most small traffic sources (e.g., traffic sources incapable of producing, at network node 13, K calls in a row with the same class) being ignored.
  • FIG. 2 shows an illustrative sequence of steps in accordance with the invention for operating the apparatus of FIG. 1 as described above or, more generally, for use in a software embodiment of the present invention. To some extent these steps have already been mentioned and the discussion of them here can be somewhat abbreviated.
  • register R and counter C are reset.
  • Register R may, for example, be equivalent to register 19 of FIG. 1, while counter C may be equivalent to first counter 21.
  • Normally R and C are reset to zero, though other starting values may be used.
  • the K counter database e.g., K counter database 23
  • Control passes to step 202.
  • step 202 a query is made to determine the MRDC present at the network node. This class may be the telephone number itself or some attribute associated with the telephone number. Control then passes to step 204.
  • step 204 the contents of register R are compared to the MRDC. If the MRDC is the same as the contents of register R, then control passes to step 208 (described below); otherwise control passes to step 206 wherein the MRDC is stored in register R, counter C is initialized (e.g., set to one), and control passes back to step 202 wherein a new MRDC is obtained and the above mentioned steps are repeated.
  • step 208 (recalling that control passed to step 208 when, in step 204, the MRDC was found to be the same as the contents of register R) counter C is incremented (e.g., increased by one), indicating that the MRDC is the same class as is contained in register R. Control then passes to step 210.
  • step 210 counter C is compared to a count threshold K. If counter C's count is less than count threshold K, control passes to step 202; otherwise, control passes to step 212.
  • step 212 the K counter database is searched for the MRDC. If the MRDC is found within the K counter database, a K counter associated with the MRDC is incremented so as to keep track of the number of times a telephone number with the same class has been received K times in a row. Otherwise, the MRDC is added to the list of classes in the K counter database, and a K counter is associated with the MRDC and initialized. A separate K counter is maintained for each different class within the K counter database. Following step 212, control is passed to step 214.
  • step 214 register R and counter C are reset (e.g., set to zero) and control is passed to step 202.
  • a traffic rate estimation for a class may be computed from the K counter data for the class (stored in the K counter database) as previously described.
  • the invention can be used at any type of network switching node.
  • traffic rate has been used herein interchangeably with "telephone call traffic rate,” it will be understood that the present invention may be employed to measure the traffic rate of any similar addressing event (e.g., computer network traffic rates, data bus traffic rates, the rate of addressing events associated with the INTERNET or the WORLD WIDE WEB, and the like).
  • class may refer to any attribute associated with an addressing event.
  • the invention may be used with any type of register R and counter C and may be embodied in hardware, software, or any combination thereof.

Abstract

A system and method for estimating the traffic rates of large traffic sources is provided. A class of a most recently selected address is compared to the contents of a register. If the class is the same as the contents of the register, a first counter is incremented; otherwise, the class is loaded into the register and the first counter is initialized. A class of a new most recently selected address is then obtained and the above process repeated. If the count of the first counter reaches a predetermined threshold, a threshold counter associated with the class is incremented and the first counter and register are reset. A different threshold counter is associated with each different class. After a predetermined time period, the traffic rate for a class may be computed from the count of the threshold counter associated with the class.

Description

BACKGROUND OF THE INVENTION
This invention relates to estimating traffic rates, and more particularly to estimating the traffic rates of large traffic sources.
Within the long-distance telephone industry, an ever present need exists to accurately track telephone call traffic rates (hereinafter "traffic rates"). A knowledge of accurate traffic rates allows a network operations center or other monitoring facility to balance calling loads among different databases within a network so that network overloading may be reduced. Reduced network overloading in turn improves overall network performance as network overloading not only degrades throughput at a specific network element, but also stresses the signaling network, databases, switches, and trunking network all at the same time.
A network operations center may, for instance, use traffic rate information to predict/manage mass calling events. A mass calling event occurs when a single customer generates abnormally high network traffic (such as during a radio or television promotion) which threatens to overload the network. Accurate and timely traffic rate estimates assist a network operations center in predicting and eradicating these types of overloads through rapid isolation of the traffic source responsible for the mass calling event.
Traffic rate information may also be used for general network overload management. Typically a list of the largest traffic sources in a network (e.g., the traffic sources which need controlling during a network overload) is compiled so that overloads may be rapidly eliminated by rerouting the traffic sources on the list. Accurate traffic rate information ensures that only the proper (e.g., largest) sources are listed and controlled during an overload condition.
Traffic rate information is also required for other network management functions. For example, during database partitioning, decisions must be made regarding which traffic sources can share databases without creating overload conditions. Accurate traffic rate information improves these type of resource allotment decisions.
Traffic rate measurements are typically performed at several locations within a telephone network, and are categorized by a "class" associated with each telephone number (i.e., a particular 800 number, database, or other attribute associated with the telephone number, including the telephone number itself). Conventional methods for traffic rate estimation sample only a small percentage (e.g., 5%) of network telephone calls. Upon sampling a dialed telephone number, a table is searched to identify whether the class associated with the sampled telephone number has been previously identified. If so, a count associated with the class is incremented; otherwise the class is added to the table. Based on the count for each class within the table during a known time period, an estimation of the traffic rate for each class may be determined.
Because the table must be searched and updated for every telephone number sampled, such estimation schemes are real-time intensive, requiring substantial computing resources. This is the very reason why only a small percentage of network calls are sampled. By sampling infrequently, the number of database searches required during traffic rate estimation is reduced. Infrequent sampling, however, also reduces estimation accuracy unless a large number of samples are taken (which further consumes time and processing power). Accuracy must therefore be balanced with speed in these type of sampling configurations.
Furthermore, because of the random nature of such sampling, statistics are maintained on small traffic sources (which have little impact on network management decisions) as well as on large traffic sources (which govern nearly all network management decisions). This greatly increases the size of the database used to store class statistics, and the number of classes which must be searched following each sampling.
A need therefore exists for a system and method for accurately estimating traffic rates without requiring extensive real-time database searching. Such a system and method will improve telephone network performance by allowing a network operations center to quickly and accurately balance calling loads among different databases and to make better informed network management decisions. More generally, such a system and method can be employed for traffic rate estimation during any addressing event (e.g., for determining computer network traffic rates, data bus traffic rates, and the like).
It is therefore an object of this invention to provide an improved system and method for estimating traffic rates.
SUMMARY OF THE INVENTION
These and other objects of the invention are accomplished in accordance with the principles of the invention by providing a system and method for estimating the traffic rates of large traffic sources. A class of a most recently selected address (e.g., a class of a most recently dialed telephone number) is compared to the contents of a register. If the class of the most recently selected address is the same as the contents stored in the register, a first counter is incremented. However, if the class of the most recently selected address is not the same as the contents stored in the register, the class of the most recently selected address is loaded into the register and the first counter is initialized (e.g., set to one). A class of a new most recently selected address is then obtained and the above process is repeated. In this manner, the first counter counts the number of times the same class is consecutively selected. If this number reaches a predetermined count threshold K (i.e., if the first counter's count equals or exceeds the count threshold K) then a threshold counter (hereinafter "a K counter") associated with the class is incremented and the register and the first counter are reset (e.g., set to zero).
A different K counter is assigned to each different class. Accordingly, a class's K counter is incremented each time the class is consecutively selected K times. At any given instant, the count of a class's K counter may be examined to obtain an estimate of the traffic rate for that class. Such traffic rate information may then be used by a network operations center to balance calling loads among different databases within the network or for other network functions as previously described.
Further features of the invention, its nature and various advantages, will be more apparent from the accompanying drawings and the following detailed description of the preferred embodiments.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of an illustrative apparatus which can operate in accordance with this invention; and
FIG. 2 is a flow chart useful in describing the operation of an illustrative embodiment of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
In the illustrative embodiment shown in FIG. 1, a plurality of routing lines 11 are operatively coupled to a telephone network node 13. Routing lines 11 may, for example, comprise coaxial cables, optical fiber bundles, or microwave links, and network node 13 may comprise a trunk exchange switch node, a local exchange switch node, a special service switch node, some form of mobile telecommunications network, or the like. Further contained within network node 13 is hardware used in a preferred embodiment of the present invention; namely, a traffic estimation control unit 15 (hereinafter "TE control unit 15") operatively coupled to routing lines 11 via a plurality of query bus lines 17 (hereinafter "query bus 17") and further operatively coupled to a register 19 (register R), a first counter 21 (counter C), and a K counter database 23 via a control bus 25. TE control unit 15 is also operatively coupled to a Network Operations Center 27 through a traffic rate bus 29. It will be understood that these examples are only illustrative, and that many other configurations for routing lines 11, network node 13, and the TE hardware (i.e., TE control unit 15, register 19, first counter 21, and K counter database 23) are possible.
In operation, to initiate traffic rate estimation, TE control unit 15 resets register 19, first counter 21, and K counter database 23 to zero (though any initial values may be used). Preferably K counter database 23 is emptied of all class information so that classes must be added to K counter database 23 during data collection as described below. Subsequently, by means of query bus 17, TE control unit 15 queries routing lines 11 to obtain, among other things, the class associated with the most recently dialed telephone number (hereinafter "MRDC") present at network node 13. If the MRDC is equal to the contents of register 19, first counter 21 is incremented; otherwise, the MRDC is loaded into register 19 and first counter 21 is initialized (e.g., set to one). These steps are repeated continuously: TE control unit 15 queries routing lines 11 to get a MRDC, compares this MRDC to the contents of register 19, and either increments first counter 21 if the MRDC equals the contents of register 19 or loads register 19 with the MRDC and initializes first counter 21 if the MRDC is different from the contents of register 19. In this manner, first counter 21 counts the number of consecutive times (i.e., the number of times in a row) a telephone number with the same class is received by network node 13.
Additionally, TE control unit 15 monitors the count of first counter 21 to determine if it equals or exceeds a predetermined count threshold K. If so, TE control unit 15 searches K counter database 23 for the MRDC. If the MRDC is found within K counter database 23, a K counter (not shown) associated with (e.g., assigned to) the MRDC is incremented so as to keep track of the number of times that a telephone number with that class has been received K times in a row by network node 13. Otherwise, if the MRDC is not found within K counter database 23, the MRDC is added to the list of classes in K counter database 23, and a K counter is associated with the MRDC and initialized. The contents of register 19 and first counter 21 are then reset and TE control unit 15 returns to querying routing lines 11 for new MRDCs. (It will be understood that while registers and counters are reset to zero and initialized to one in a preferred embodiment, other reset and initialized values may be used.)
The selection of count threshold K depends on many factors. For instance, if K is a large number, only very large traffic sources will have sufficient calling volumes to produce the same class K times in a row at network node 13. Accordingly, few database searches will be required for traffic rate estimation, and K counter database 23 will remain small (containing only a few classes for the largest traffic sources in the network). Accurate information will only be provided regarding very large traffic sources, and the noise level of the traffic rate data will be high (unless measurement time is increased so that more entries are made to K counter database 23). On the other hand, if K is a small number, information about a larger number of traffic sources will be recorded, requiring many more database searches through a larger database. However, measurement time may be reduced as many entries will be made to K counter database 23 within a short time period. Therefore, when selecting the value for count threshold K, a balance must be struck between the number of traffic sources studied, the number of database searches made, database size, and the accuracy of the traffic rate data.
Once traffic rate data has been collected, TE control unit 15 may examine the contents of K counter database 23 to determine the count of each class's K counter. With this information, an estimate of the traffic rate of each class in the database may be made. The estimated probability pi that the next most recently dialed telephone number will be a class i number is an inverse function of the arrival rate λ of calls to network node 13 (assumed to be a constant) and the number of times NK (i,T) within a time period T that a telephone number with a class i was detected K times in a row: ##EQU1## In general, pi may be computed iteratively for an arbitrary count threshold value K via the formula (assuming a boundary condition of φ0 =0): ##EQU2## The iteration is stopped and pi equated to φn+1 when the following condition has been satisfied (where E is a prespecified tolerable error value):
|φ.sub.n+1 φ.sub.n |<.di-elect cons.
For the special case wherein count threshold K equals 2, a closed form solution for pi can be derived: ##EQU3##
A significant advantage of the present invention is that K counter database 23 need not be searched for each telephone number sampled. K counter database 23 is only searched when a telephone number with the same class is dialed at least K times in a row. Similarly, a class is only added to K counter database 23 if a telephone number with the same class has been dialed K times consecutively. In this manner, both the number of required database searches and database size are significantly reduced such that real-time computing requirements are also reduced. Additionally, only large traffic sources (the sources of primary interest for network management) are examined, with most small traffic sources (e.g., traffic sources incapable of producing, at network node 13, K calls in a row with the same class) being ignored.
FIG. 2 shows an illustrative sequence of steps in accordance with the invention for operating the apparatus of FIG. 1 as described above or, more generally, for use in a software embodiment of the present invention. To some extent these steps have already been mentioned and the discussion of them here can be somewhat abbreviated.
In step 200 register R and counter C are reset. Register R may, for example, be equivalent to register 19 of FIG. 1, while counter C may be equivalent to first counter 21. Normally R and C are reset to zero, though other starting values may be used. The K counter database (e.g., K counter database 23) is also emptied of all class information. Control then passes to step 202.
In step 202 a query is made to determine the MRDC present at the network node. This class may be the telephone number itself or some attribute associated with the telephone number. Control then passes to step 204.
In step 204 the contents of register R are compared to the MRDC. If the MRDC is the same as the contents of register R, then control passes to step 208 (described below); otherwise control passes to step 206 wherein the MRDC is stored in register R, counter C is initialized (e.g., set to one), and control passes back to step 202 wherein a new MRDC is obtained and the above mentioned steps are repeated.
In step 208 (recalling that control passed to step 208 when, in step 204, the MRDC was found to be the same as the contents of register R) counter C is incremented (e.g., increased by one), indicating that the MRDC is the same class as is contained in register R. Control then passes to step 210.
In step 210, counter C is compared to a count threshold K. If counter C's count is less than count threshold K, control passes to step 202; otherwise, control passes to step 212.
In step 212, the K counter database is searched for the MRDC. If the MRDC is found within the K counter database, a K counter associated with the MRDC is incremented so as to keep track of the number of times a telephone number with the same class has been received K times in a row. Otherwise, the MRDC is added to the list of classes in the K counter database, and a K counter is associated with the MRDC and initialized. A separate K counter is maintained for each different class within the K counter database. Following step 212, control is passed to step 214.
In step 214, register R and counter C are reset (e.g., set to zero) and control is passed to step 202.
At any point within the sequence of steps depicted in FIG. 2, a traffic rate estimation for a class may be computed from the K counter data for the class (stored in the K counter database) as previously described.
It will be understood that the foregoing is only illustrative of the principles of the invention and that various modifications can be made by those skilled in the art without departing from the scope and spirit of the invention. For example, the invention can be used at any type of network switching node. Furthermore, while the term "traffic rate" has been used herein interchangeably with "telephone call traffic rate," it will be understood that the present invention may be employed to measure the traffic rate of any similar addressing event (e.g., computer network traffic rates, data bus traffic rates, the rate of addressing events associated with the INTERNET or the WORLD WIDE WEB, and the like). Similarly, outside the telephone traffic rate context, "class" may refer to any attribute associated with an addressing event. Furthermore, the invention may be used with any type of register R and counter C and may be embodied in hardware, software, or any combination thereof.

Claims (16)

The invention claimed is:
1. A method for estimating traffic rates comprising:
obtaining a class of a most recently selected address;
comparing said class to the contents of a storage element;
incrementing a counting element if said class is equal to said contents of said storage element, otherwise initializing said counting element and loading said storage element with said class; and
determining if said counting element equals a predetermined threshold, and if so, incrementing a threshold counter associated with said class.
2. The method defined in claim 1 wherein said selected address is a dialed telephone number and said class is a class of said dialed telephone number.
3. The method defined in claim 1 further comprising:
resetting said counting element following the incrementing of said threshold counter.
4. The method defined in claim 1 further comprising:
resetting said storage element following the incrementing of said threshold counter.
5. The method defined in claim 1 further comprising:
resetting said storage element and said counting element prior to obtaining said class of said most recently selected address.
6. The method defined in claim 1 further comprising:
providing a monitoring station with the count of said threshold counter.
7. The method defined in claim 6 further comprising:
providing said monitoring station with the identity of said class associated with said threshold counter.
8. The method defined in claim 1 further comprising:
estimating the traffic rate of said class from the count of said threshold counter associated with said class.
9. The method defined in claim 1 further comprising:
repeating the method of claim 1 for a predetermined time period.
10. An apparatus for estimating traffic rates comprising:
a counter;
a register; and
a controller for determining whether the contents of said register are equal to a class of a most recently selected address, and if so, causing said counter to increment, otherwise initializing said counter and causing said register to store said class, said controller also for determining whether said counter has reached a predetermined threshold, and if so, incrementing a threshold counter associated with said class.
11. The apparatus defined in claim 10 wherein said selected address is a dialed telephone number, and said class is a class of said dialed telephone number.
12. The apparatus defined in claim 10 wherein said controller is also for resetting said counter following said threshold counter being incremented.
13. The apparatus defined in claim 10 wherein said controller is also for resetting said register following said threshold counter being incremented.
14. The apparatus defined in claim 10 further comprising a monitoring station for monitoring the count of said threshold counter.
15. The apparatus defined in claim 14 wherein said monitoring station is also for monitoring the identity of said class associated with said threshold counter.
16. The apparatus defined in claim 10 further comprising:
a database for storing said threshold count associated with said class.
US08/927,132 1997-09-02 1997-09-02 System and method for estimating traffic rates Expired - Lifetime US5864611A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/927,132 US5864611A (en) 1997-09-02 1997-09-02 System and method for estimating traffic rates

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/927,132 US5864611A (en) 1997-09-02 1997-09-02 System and method for estimating traffic rates

Publications (1)

Publication Number Publication Date
US5864611A true US5864611A (en) 1999-01-26

Family

ID=25454240

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/927,132 Expired - Lifetime US5864611A (en) 1997-09-02 1997-09-02 System and method for estimating traffic rates

Country Status (1)

Country Link
US (1) US5864611A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050270985A1 (en) * 2004-06-04 2005-12-08 Fang Hao Accelerated per-flow traffic estimation
US20050270984A1 (en) * 2004-06-04 2005-12-08 Kodialam Muralidharan S Per-flow traffic estimation
US20060080581A1 (en) * 2003-08-05 2006-04-13 Takeshi Ono Regenerative relay system and regenerative relay apparatus
US7069304B1 (en) * 1998-06-05 2006-06-27 International Business Machines Corporation Customizable web filler for alleviation of network latency and delay
US8059799B1 (en) * 2007-08-16 2011-11-15 Sprint Communications Company L.P. Algorithm to make optimal use of network resources during a mass calling event
US20150205856A1 (en) * 2014-01-21 2015-07-23 Decision Makers - Learning & Research Simulations Ltd. Dynamic brownian motion with density superposition for abnormality detection

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456788A (en) * 1982-12-01 1984-06-26 Gte Business Communication Systems Inc. Telecommunication trunk circuit reporter and advisor
US5226075A (en) * 1990-06-11 1993-07-06 At&T Bell Laboratories Method of and apparatus for numbering and routing calls through a communication network
US5450483A (en) * 1993-11-18 1995-09-12 British Telecommunications P.L.C. Method of controlling overloads in a telecommunications network
US5537611A (en) * 1992-04-14 1996-07-16 Mci Communications Corporation Network management of special service calls
US5809491A (en) * 1996-04-10 1998-09-15 Northern Telecom Limited Call traffic based exception generating system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456788A (en) * 1982-12-01 1984-06-26 Gte Business Communication Systems Inc. Telecommunication trunk circuit reporter and advisor
US5226075A (en) * 1990-06-11 1993-07-06 At&T Bell Laboratories Method of and apparatus for numbering and routing calls through a communication network
US5537611A (en) * 1992-04-14 1996-07-16 Mci Communications Corporation Network management of special service calls
US5450483A (en) * 1993-11-18 1995-09-12 British Telecommunications P.L.C. Method of controlling overloads in a telecommunications network
US5809491A (en) * 1996-04-10 1998-09-15 Northern Telecom Limited Call traffic based exception generating system

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069304B1 (en) * 1998-06-05 2006-06-27 International Business Machines Corporation Customizable web filler for alleviation of network latency and delay
US20060080581A1 (en) * 2003-08-05 2006-04-13 Takeshi Ono Regenerative relay system and regenerative relay apparatus
US7844883B2 (en) * 2003-08-05 2010-11-30 Fujitsu Limited Regenerative relay system and regenerative relay apparatus
US20110087947A1 (en) * 2003-08-05 2011-04-14 Fujitsu Limited Regenerative Relay System and Regenerative Relay Apparatus
US8023430B2 (en) 2003-08-05 2011-09-20 Fujitsu Limited Regenerative relay system and regenerative relay apparatus
US20050270985A1 (en) * 2004-06-04 2005-12-08 Fang Hao Accelerated per-flow traffic estimation
US20050270984A1 (en) * 2004-06-04 2005-12-08 Kodialam Muralidharan S Per-flow traffic estimation
US7460487B2 (en) 2004-06-04 2008-12-02 Lucent Technologies Inc. Accelerated per-flow traffic estimation
US7653007B2 (en) 2004-06-04 2010-01-26 Alcatel-Lucent Usa Inc. Per-flow traffic estimation
US8059799B1 (en) * 2007-08-16 2011-11-15 Sprint Communications Company L.P. Algorithm to make optimal use of network resources during a mass calling event
US20150205856A1 (en) * 2014-01-21 2015-07-23 Decision Makers - Learning & Research Simulations Ltd. Dynamic brownian motion with density superposition for abnormality detection

Similar Documents

Publication Publication Date Title
US6473400B1 (en) Computation of traffic flow by scaling sample packet data
US6996064B2 (en) System and method for determining network throughput speed and streaming utilization
Coffman Jr et al. Optimal robot scheduling for web search engines
JP3510658B2 (en) Network analysis method
Chen et al. Mining frequent items in data stream using time fading model
US9170984B2 (en) Computing time-decayed aggregates under smooth decay functions
EP1941287A2 (en) Class-based bandwidth partitioning
US7957272B2 (en) Method and apparatus for coincidence counting for estimating flow statistics
US7698417B2 (en) Optimized performance counter monitoring
Amer et al. Management of sampled real-time network measurements
US5864611A (en) System and method for estimating traffic rates
US7460487B2 (en) Accelerated per-flow traffic estimation
CN101459560A (en) Long stream recognition method, data flow measuring method and device thereof
Wartenhorst N parallel queueing systems with server breakdown and repair
US6201755B1 (en) Method and system for storing and retrieving information in a communications node
US5923742A (en) System and method for detecting mass addressing events
US20070043865A1 (en) Method of assigning objects to processing units
Gallardo et al. Performance modeling of virtual switching systems
US7647592B2 (en) Methods and systems for assigning objects to processing units
JP3649451B2 (en) Traffic contribution station estimation system and method
Mandjes Fast simulation of blocking probabilities in loss networks
US7113477B1 (en) Traffic measurement collection in a telecommunication network
US5778172A (en) Enhanced real-time topology analysis system or high speed networks
Devetsikiotis et al. Stochastic gradient techniques for the efficient simulation of high-speed networks using importance sampling
EP3754910A1 (en) Packet analysis program and packet analyzing device

Legal Events

Date Code Title Description
AS Assignment

Owner name: AT&T CORP., NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHING, CHEE;EHRENREICH, SALOMON LEO;KODIALAM, MURALIDHARAN;AND OTHERS;REEL/FRAME:008710/0052;SIGNING DATES FROM 19970826 TO 19970827

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12