This invention relates in general to methods and data processing system readable storage media, and more particularly, to methods of visualizing and analyzing traffic over networks and at network sites and data processing system readable media having software code for carrying out those methods.
The World Wide Web has only been in existence since 1992; however, in that time, it has had a tremendous impact in diverse areas such as news, shopping, and recreation. Yet, despite the proliferation of web sites, analysis of user navigation on the web has remained rudimentary. This is in stark contrast with the off-line world where elaborate studies have been conducted into shopper browsing behavior.
The mystery as to “where customers are going” and “what causes a purchase” is especially problematic for commercial sites, which face a desperate battle to improve browser-to-buyer conversion rates, increase revenue from transactions, and deliver meaningful content before the user departs. Therefore, making sense of user clickstreams has become a key problem area for data mining. Clickstream analysis or what some have termed “Web usage mining” presents a series of difficulties ranging from the manipulation of unprecedented amounts of data (hundreds of times the volume of off-line sources), to analysis techniques, and finally visualization.
Some results have been reported, but the work does not provide a complete solution to the problem. The mining of associations from data was originally performed using retail Point of Sales (“POS”) data. Association mining was subsequently applied to web pages. Web log miners have been developed, and a few previous attempts to automatically graph web site usage have been described. Graphs produced by at least one web log miner display selected data using only a support criterion to filter the data.
Although the idea of using graphing to represent clicktrails has been recognized in previous work, it has not been attempted on a large scale, it has not utilized significance testing to determine which addresses and relationships should be visible on the graph, nor has it combined this with graph layout optimization. Graphing clicktrails from large sites presents a range of challenges that the prior art has not addressed.
Methods and data processing system readable media have been created to graph user clickstream data over a network or at a network site to yield meaningful and visually esthetic information. In one set of embodiments, the method can comprise (i) performing a significance test on the network addresses and relationships between network addresses from a network log and generating significance results. The method can also comprise (ii) determining which of network addresses and clicktrails between network addresses meet a traffic flow criterion. The data that meet a significance criterion, traffic criterion, or both can form (iii) graphable addresses and relationships. The method can further comprise (iv) generating statistics about the graphable addresses and relationships. The method can still further comprise (v) generating a graph based on the statistics about the graphable addresses and relationships, or (vi) changing any or all of the traffic flow, significance criterion, and statistics being computed, and regenerating the graph.
In other embodiments, a data processing system readable medium can have code embodied within it. The code can include instructions that are configured to cause a data processing system for performing the methods described herein.
The foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as defined in the appended claims.
The present invention is illustrated by way of example and not limitation in the accompanying figures, in which:
Skilled artisans appreciate that elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale. For example, the dimensions of some of the elements in the figures may be exaggerated relative to other elements to help to improve understanding of embodiments of the present invention.
Reference is now made in detail to the exemplary embodiments of the invention, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts (elements).
Methods and data processing system readable media have been created to graph user clickstream data from a network or network site to yield meaningful and visually esthetic information. In one set of embodiments, the method can comprise (i) performing a significance test on data (e.g., network addresses and potential relationships between network addresses) from a network log and generating significance results. The method can also comprise (ii) determining which of network addresses and clicktrails between network addresses meet a traffic flow criterion. The data that meet a significance criterion, a traffic flow criterion, or both can form (iii) graphable addresses and relationships. The method can further comprise (iv) generating statistics about the graphable addresses and relationships. The method can still further comprise (v) generating a graph based on the statistics about the graphable addresses and relationships, or (vi) changing any or all of the traffic flow, significance criterion, and statistics being computed, and regenerating the graph.
(i) Traffic Flow Criterion
In some embodiments, the traffic flow criterion (for including or excluding a network address) may be whether the number of distinct users who have requested that particular address in a given time-period is greater than a particular threshold. Other criteria are possible, for example, the total hits recorded against an address per unit time, the number of sessions in which the address was requested per unit time. Note that the traffic flow criterion may itself be part of the significance test used below, and therefore the traffic flow criterion as outlined herein may be omitted.
(ii) Significance Test
In some embodiments, the significance test (for including or excluding a network address) may comprise whether the probability of a user requesting the specific network addresses during a session is greater than or equal to a particular threshold. In other embodiments, the significance test (for including or excluding a pair of addresses) may comprise whether the probability of requesting the pair of network addresses during the session is greater than or equal to a particular threshold. The significance test (for including or excluding a pair of addresses) can further comprise whether the observed probability for the pair of addresses divided by the product of the request probabilities of each network address within the pair (the expected probability of the pair occurring together) is greater than or equal to a particular threshold. In other embodiments, the significance test may be a chi-square test involving the same observed and expected probabilities. In still other embodiments, the significance test may be a mutual information criterion involving the same observed and expected probabilities. Other variations may be used as well.
(iii) Graphable Network Addresses and Relationships
Network addresses may be considered graphable (visible on the graph) if they meet the significance criterion and/or the traffic flow criterion. Relationships between network addresses (such as traffic flow, conditional probabilities of clicking on a second site, given a click on the first, and so on) may be considered graphable if they meet a significance criterion and/or traffic flow criterion. If any of the criteria are changed, data that was considered graphable may no longer be considered graphable, or alternatively, data that was not previously considered graphable may now be considered graphable
(iv) Statistics about Graphable Network Addresses
Statistics about graphable network addresses may include nearly any statistics pertaining to the relationships between network addresses, or network addresses themselves.
The statistics computed and displayed on the graph may be different from the significance test results above. For example, a significance test on a clicktrail between address a and b might be that the chi-square likelihood of clicking on a and b in the same session is greater than some value. Thus, if a relationship between a and b is to be displayed, it exceeds this chi-square value. Alternatively, the statistic that might be shown on the graph might be the total number of customers visiting a and b together. Thus, the range of statistics that the graph may show is not limited by the significance test procedures used to decide which addresses and relationships should be visible.
(v) Generate Graph
Graph generation can involve using nodes to represent network addresses and edges to represent relationships between network addresses. The generation can further comprise positioning those nodes and edges so that the graph is easy to understand to a human analyzing the graph.
(vi) Interactively Changing Parameters and Re-Generating the Graph
Visually analyzing click behavior can be a very time-consuming task and may require fine adjustment of the significance criterion, traffic flow criterion, and statistics displayed on the graph, or any combination thereof. As a result, the user may change any or all of these parameters and regenerate the graph using the new parameters.
In other embodiments, a data processing system readable medium can have code embodied within it. The code can include instructions that are configured to cause a data processing system for performing the methods described herein.
Before discussing embodiments of the present invention, a hardware architecture for using embodiments is described.
Each of the client computer 12 and the server computer 16 is an example of a data processing system. ROM 122 and 162, RAM 124 and 164, HD 126 and 166, and the database 18 include media that can be read by the CPU 120 or 160. Therefore, each of these types of memories includes a data processing system readable medium. These memories may be internal or external to the computers 12 and 16.
The methods described herein may be implemented in suitable software code that may reside within ROM 122 or 162, RAM 124 or 164, or HD 126 or 166. In addition to those types of memories, the instructions in an embodiment of the present invention may be contained on a data storage device with a different data processing system readable storage medium, such as a floppy diskette.
In an illustrative embodiment of the invention, the computer-executable instructions may be lines of compiled C++, Java, or other language code. Other architectures may be used. For example, the functions of the client computer 12 may be incorporated into the server computer 16, and vice versa. Further, other client computers (not shown) or other server computers (not shown) similar to client computer 12 and server computer 16, respectively, may also be connected to the network 14.
Communications between the client computer 12 and the server computer 16 can be accomplished using electronic, optical, radio frequency, or other signals. When a user (human) is at the client computer 12, the client computer 12 may convert the signals to a human understandable form when sending a communication to the user and may convert input from a human to appropriate electronic, optical, radio frequency, or other signals to be used by the client computer 12 or the server computer 16.
A few terms are defined or clarified to aid in understanding the descriptions that follow. A network includes an interconnected set of server and client computers over a publicly available medium (e.g., the Internet) or over an internal (company-owned) system. A user at a client computer may gain access to the network using a network access provider. An Internet Service Provider (“ISP”) is a common type of network access provider. A network address includes information that can be used by a server computer to locate information, whether internal to that server computer or at a different, remote computer or database. Uniform Resource Locators (“URLs”) are examples of network addresses. A network site typically includes pages or other information displays at different network addresses for that network site. A web site is a common type of network site. Note that the examples given within this paragraph are for purposes of illustration and not limitation.
Attention is now directed to methods of using the network, graphing and analyzing traffic on a network in a meaningful and esthetically pleasing way. A user at the client computer 12 may send a request for information in the form of a network address over the network 14 to the server computer 16. In response to the request, the server computer 16 sends information corresponding to the network address over the network 14 to the client computer 12. During a session, activity of the user at client computer 12 may be stored within a network site log that may reside within database 18. Other users, similar to the user, are at other client computers (not shown), similar to client computer 12, to access the information via the network 14 and server computer 16. The network site log may include millions or potentially billions of records.
Embodiments described herein can be used to graphically present information regarding user behavior at a network site in a relatively easy to understand form.
Whenever a user clicks on a piece of content while at a network address, the click is interpreted as a request for information from the user at client computer 12 and is sent to the server computer 16 over the network 14. The server computer 16 then responds by sending the content to the user at client computer 12.
When the server computer 16 receives requests, it is common for the request to be recorded in a special file known as a network site log or a web site log when using the Internet. At this point, the method can be used to generate the network site log (block 302 in
Network site logs may use the Extended Log Format proposed by the W3 Consortium, or log formats proposed by Microsoft or Sun Corporation. The logs may include various information relating to requests from users, such as date, time, bytes transferred, Internet Protocol (IP) address of request, status code (flagging, for instance, whether an error was generated), and URI-stem (giving the page, file or resource that was requested).
Visitor records are logically divided into sets called “sessions.” A session contains the clickstream of a visitor at a particular site. A session begins when a user at client computer 12 enters a network site served by computer 16 (begins making requests from that server) and lasts until the user at client computer 12 leaves the network site (ceases making requests). In reality, a user may remain at a site for a very long period of time. In order to conclude all sessions, after a predetermined time period of inactivity by the user at client computer 12, the server computer 16 may record that the session has concluded and write data within the database 18 (or log file) regarding the session. The predetermined time period can be chosen to be almost any time period. For example, a time period of 30 minutes, one hour, six hours, or the like may be chosen.
Statistics about Graphable Network Addresses and Relationships:
Nearly any number of statistics can be generated from the network site log. The statistics described herein are meant to be illustrative and not limit the present invention. Other statistics or derivatives from them may be used.
Traffic is a statistic that may be generated and can be approximately the number of times a specific network site address (i.e., page) has been requested. The probability that the specific network site will be requested can be approximately equal to the number of sessions in which the specific network address (“a”) divided by the total number of sessions (#X).
Pr(a)≈Traffic (a)/#X
A sequential affinity S(a,b) can be the number of sessions in which an event (or thing) occurred directly after a different event (or thing). For example, the sequential affinity S(a,b) can be the number of sessions in which it was observed that a user went directly from network address a to network address b.
A temporal affinity T(a,b) can be the number of times that any user went from network address a to eventually reach network address c, after any number of clicks during the same session (<a,c>).
A non-temporal affinity N(a,b) may be the number of times that two different network site addresses were requested during a single session, regardless of order or number of intervening clicks.
A click distance statistic C(a,b) can be the number of clicks on average it takes for a customer to travel between a pair of network addresses.
A conditional probability is the likelihood of an event given a different event (e.g., going from one network address to another network address). The non-temporal conditional probability of viewing page b, given a view of page a, may be equal to:
Pr(b|a)≈N(a,b)/Traffic(a),
To show how these statistics may be used, the probability of a user making it to the ad-landing-page given exposure to network addresses a, b or c (e.g., advertisements) may be computed to give Pr(ad-landing-page |a), Pr(ad-landing-page |b), and Pr(ad-landing-page |c), respectively. By simply comparing these probabilities, a determination can be made regarding which advertisement (a, b, or c) is the most effective.
Efficiently Calculating Statistics:
The calculation of statistics can involve the analysis of large amounts of weblog data. A special algorithm called a “contiguous re-ordering algorithm” can be used to more efficiently organize the records within the network site log, for purpose of computing statistics.
A contiguous re-ordering algorithm can take original site log data, and re-arrange the order of the rows, so that data from the same session are on contiguous rows. A re-ordering of this kind may be accomplished by a strategy of hashing to disk locations. This operation can run in a time that is proportional to the number of records in the database L, which in Computer Science notation is written as O(L).
In situations where the hashing strategy above is undesirable, the data can be sorted by session to accomplish the same contiguous re-ordering. Sorting is less efficient than the hashing method above, and may have a running time that is substantially directly proportional to L*log(L). Either of those algorithms, or perhaps another algorithm, may be used to achieve a contiguous ordering of the data.
After the data is contiguously re-ordered, session statistics for a network site can be more easily computed. An exemplary algorithm for calculating session statistics is given below:
The statistical counting algorithm works as follows. After a new transaction record is read, the session statistics are initialized. The data for the next session is read, and as long as the session is the same as the session for the previous record, a data-structure containing the session is built up in memory. If a new session is detected, the data processing system (e.g., computer 12 or 16) can then efficiently traverse that data-structure in memory, compute all of the relationships between addresses, and then read out those counts to a global count variable.
After completing the session, the data processing system (computer 12 or 16) frees the RAM occupied by the last session's data (the data-structure that was built up in memory, and the intra-session counters) before processing information related to the next session. Thus, a more manageable amount of memory is used.
For practical reasons, a limit may placed on the size of each session being read, so that if a session is loaded with more than the maximum number of events (“Pmax”), then the session can be either truncated or removed entirely. This strategy may be advantageous for at least a couple of reasons. Firstly, many long paths are generated by robots. For example, search engine crawlers may generate thousands of requests. Similarly, some companies deploy robots that test if network addresses are still accessible by repeatedly requesting those addresses several times a minute. Such programs generate clickstreams which obfuscate how intelligent visitors are moving on the site. Identifying these long, machine-generate clickstreams can be done by finding clickstreams with more than Pmax pages. However, eliminating long clickstreams may not just improve the quality of results. Implementing a threshold Pmax may also ensure that the algorithm will run in a time that scales with Pmax2 and memory that is bounded by a function of Pmax. Thus, total running time may be reduced from O(L2) to O(L*Pmax2) with RAM bounded by O(Pmax+Y) where Y is the storage needed to record the affinities encountered. This greatly improves the predictability of the algorithm's running time.
Significance Test Criterion:
The significance test criterion is shown in block 322 of
In the embodiment described below, a significance test called “lift” may be used. A separate traffic flow test may be performed in addition to the lift test to determine which addresses have a high enough flow in order for them to be graphable. The lift for two network addresses a and b can defined by the equation below:
Lift(a,b)≈Pr(b|a)/Pr(b)
Lift can also be rewritten as:
Lift(a,b)≈Pr(b&a)/(Pr(a)*Pr(b)).
≈Observed/Expected
This latter equation shows that lift divides the observed probability of a and b by expected random rate of occurrence for the two pages, which is Pr(a) times Pr(b). Thus, lift is equal to the number of times higher or lower than expected that the two network site addresses are visited.
The application of a significance test above can be used extensively to eliminate uninteresting links that would otherwise clutter a graph.
Traffic Flow Criterion:
To improve the “signal-to-noise” ratio for the graph, traffic flow criterion and a significance criterion may be used together to filter the data. For example, the traffic flow criterion may be a minimum threshold on the number of times that a network address is requested, for it to be included in the graph. Alternatively, the traffic flow criterion may be a minimum request rate at which a network address is requested (clicks per time period (e.g., clicks per day, week, month, year, etc.)) or any of the affinities previously described. The significance criterion may be at least three and possibly higher when lift is used to measure significance.
In some embodiments the Traffic Flow criterion may be omitted. In other embodiments, the Traffic Flow criterion may be incorporated into the Significance Test.
For instance, in the statistical chi-squared test, the formula for chi-square includes the number of observations of the variable being tested for significance. If an assumption is made that the variable being tested for significance is “the probability of traveling between two addresses during a session,” then the number of observations of that variable would be the number of sessions reaching both addresses. Thus, the number of observations (for purposes of computing chi-square) would be identical to the traffic flow between a and b.
This example shows that a significance test may implicitly incorporate traffic flow. Thus, the Traffic Flow criterion may be (i) separate from the significance test, (ii) incorporated within the significance test, or (iii) omitted completely.
After selecting a traffic flow criterion and a significance criterion, the method includes determining that a first portion of the data from the network site log and the significance results meet the traffic flow criterion and the significance criterion as shown in block 342 of
Graph Generation:
After determining which addresses (nodes) and relationships (edges) are graphable, and the statistics about each, generating the graph is performed. Simply placing the nodes onto a sheet and connecting the edges is likely to result in a graph that is effectively a “mass of black ink” and is unreadable. This is especially true with weblog data, where large network fan-ins and fan-outs for nodes are common. Faced with this problem, “graph drawing algorithms” can be used to optimize the graph and make it readable and presentable to humans.
Graph drawing algorithms have attracted a great deal of interest because of their application in circuit design. An integrated circuit design needs to be laid out on a two-dimensional semiconductor wafer, so that the total number of wire crossings is kept to a minimum. Also, the surface area of the circuit should be kept as low as possible to minimize material use. The same techniques can be applied to make network site graphs easier to read.
A simple graph-drawing method for optimizing node and edge placement can begin with a random placement of nodes, and then to move the positions of each node v so as to minimize the spring-like forces acting upon that node in each dimension. For example, the forces in the x and y dimension of v, Fx(v) and Fy(v) may be defined to be something like:
where,
However, other minimization methods may be used (e.g., stochastic methods which attempt to find a global force minimum), and other force equations or methods may be used with the objective of improving readability. Other algorithms that do not use force equations at all, have also been developed, and may be used.
The method can include an act of generating a first graph based on the first portion of data (block 362 of
The graphs can be in the form of node-and-line graphs, where line segments or arrows are used to connect the nodes. When arrows are used, the arrows may indicate the relationship of interest; for instance, an arrow from a to b may indicate some statistic of the number of times that visitors travel from a to b. The first graph can be presented by displaying the first graph on a monitor or printing the first graph on a printer, depending on the I/O device used with the computer for generating or examining the first graph.
A first example may use clickstream data (one month, approximately 720 sites and 720 million network site address requests) provided by an advertising company. Using non-temporal affinities, a map of the resulting patterns of navigation across the World Wide Web (or network) can be constructed. Data used in generating
The graph may be partitioned into several regions with similar content as seen in
The graph also shows that search engine network addresses show a relatively high rate of defection to competitor search engines. Similarly, travel sites (travelocity, itravel, thetrip, etc.) show high degree of defection to each other.
Re-Generating the Graph:
The method can include reviewing the first graph (block 402 of
A second example of a graph is shown in
Within the Search addresses, a triangle indicates a recurrent link, which can occur by activating a “refresh” button on a browser. The next site a user visits after a search is often another search. The names of the products may be misleading or illogically indexed from an average user's point of view if successive searches are routinely performed.
The information in
In still another example, temporal affinities may be used. Temporal affinities are used to predict where customers go after viewing a page.
The prior examples include only a few ways of using the information that can be gleaned from a network site log. An almost infinite number of graphical representations can be formed by adjusting the threshold for significance and traffic support criteria. The data may be used to generate graphs based order of typical request or be transformed to a hierarchical layout or potentially other layouts.
In other embodiments, the approximations recited above may be replaced by equations. Further, when a sequence of clicks is generated that is recognized by the server computer 16 based on data in database 18, the server computer may dynamically change the links displayed with subsequent network addresses in anticipation of what the user will do based on the user's prior behavior or by the collective behavior of all users or a set of users on the network or at the network site (e.g., users that tend to buy particular types of items).
In a specific, non-limiting embodiment, generating and displaying a graph is not required. Although humans can process visual data better than long lists of tabular data, computers may not need to “visualize” the site in order to make recommendations for static or dynamic links to the network site operator or visitor. Still, significance tests and traffic flow information (whether as part of the significance tests or as a separate criterion) can be used to provide valuable information regarding user behavior.
In the foregoing specification, the invention has been described with reference to specific embodiments. However, one of ordinary skill in the art appreciates that various modifications and changes can be made without departing from the scope of the present invention as set forth in the claims below. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of present invention.
Benefits, other advantages, and solutions to problems have been described above with regard to specific embodiments. However, the benefits, advantages, solutions to problems, and any element(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as a critical, required, or essential feature or element of any or all the claims. As used herein, the terms “comprises,” “comprising,” or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
This application claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Patent Application Nos. 60/308,075, entitled “Visualization and Analysis of User Clickpaths” by Kitts filed Jul. 26, 2001, and 60/226,798, entitled “Method and System for Graphically Representing Customer Affinities” by Kitts, filed Aug. 21, 2000, and claims priority under 35 U.S.C. § 120 to U.S. patent application Ser. No. 09/934,415, entitled “A System and Method For Graphically Analyzing Product Interactions” by Kitts, filed Aug. 21, 2001, which claims priority from U.S. Provisional Patent Application No. 60/226,798, entitled “Method and System for Graphically Representing Customer Affinities” by Kitts, filed Aug. 21, 2000. This application is also related to U.S. patent application Ser. No. 10/202,742, entitled “Network Real Estate Analysis” by Kitts, filed July 25, 2002. All applications listed in this paragraph are assigned to the current assignee hereof and are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
4754428 | Schultz et al. | Jun 1988 | A |
4811207 | Hikita et al. | Mar 1989 | A |
5210824 | Putz et al. | May 1993 | A |
5212787 | Baker et al. | May 1993 | A |
5226161 | Khoyi et al. | Jul 1993 | A |
5257369 | Skeen et al. | Oct 1993 | A |
5331673 | Elko et al. | Jul 1994 | A |
5339392 | Risberg et al. | Aug 1994 | A |
5421015 | Khoyi et al. | May 1995 | A |
5557717 | Wayner | Sep 1996 | A |
5572643 | Judson | Nov 1996 | A |
5704017 | Heckerman et al. | Dec 1997 | A |
5724521 | Dedrick | Mar 1998 | A |
5727129 | Barrett et al. | Mar 1998 | A |
5732218 | Bland et al. | Mar 1998 | A |
5740430 | Rosenberg et al. | Apr 1998 | A |
5761416 | Mandal et al. | Jun 1998 | A |
5774660 | Brendel et al. | Jun 1998 | A |
5790426 | Robinson | Aug 1998 | A |
5790790 | Smith et al. | Aug 1998 | A |
5796952 | Davis et al. | Aug 1998 | A |
5809491 | Kayalioglu et al. | Sep 1998 | A |
5825769 | O'Reilly et al. | Oct 1998 | A |
5870559 | Leshem et al. | Feb 1999 | A |
5878223 | Becker et al. | Mar 1999 | A |
5884282 | Robinson | Mar 1999 | A |
5918014 | Robinson | Jun 1999 | A |
5958008 | Pogrebisky et al. | Sep 1999 | A |
6012052 | Altschuler et al. | Jan 2000 | A |
6041311 | Chislenko et al. | Mar 2000 | A |
6041335 | Merritt et al. | Mar 2000 | A |
6049777 | Sheena et al. | Apr 2000 | A |
6067565 | Horvitz | May 2000 | A |
6085226 | Horvitz | Jul 2000 | A |
6092049 | Chislenko et al. | Jul 2000 | A |
6094662 | Hawes | Jul 2000 | A |
6112186 | Bergh et al. | Aug 2000 | A |
6112279 | Wang | Aug 2000 | A |
6119103 | Basch et al. | Sep 2000 | A |
6128655 | Fields et al. | Oct 2000 | A |
6138141 | DeSimone et al. | Oct 2000 | A |
6141737 | Krantz et al. | Oct 2000 | A |
6144962 | Weinberg et al. | Nov 2000 | A |
6185586 | Judson | Feb 2001 | B1 |
6185608 | Hon et al. | Feb 2001 | B1 |
6205472 | Gilmour | Mar 2001 | B1 |
6249773 | Allard et al. | Jun 2001 | B1 |
6321206 | Honarvar | Nov 2001 | B1 |
6430539 | Lazarus et al. | Aug 2002 | B1 |
6456305 | Qureshi et al. | Sep 2002 | B1 |
6502131 | Vaid et al. | Dec 2002 | B1 |
6509898 | Chi et al. | Jan 2003 | B2 |
6526044 | Cookmeyer et al. | Feb 2003 | B1 |
6553568 | Fijolek et al. | Apr 2003 | B1 |
6559882 | Kerchner | May 2003 | B1 |
6606654 | Borman et al. | Aug 2003 | B1 |
6606657 | Zilberstein et al. | Aug 2003 | B1 |
6629136 | Naidoo | Sep 2003 | B1 |
6633544 | Rexford et al. | Oct 2003 | B1 |
6640215 | Galperin et al. | Oct 2003 | B1 |
6654725 | Langheinrich et al. | Nov 2003 | B1 |
6665658 | DaCosta et al. | Dec 2003 | B1 |
6671254 | Nakahira | Dec 2003 | B1 |
6732331 | Alexander | May 2004 | B1 |
6757740 | Parekh et al. | Jun 2004 | B1 |
6781982 | Borella et al. | Aug 2004 | B1 |
6839682 | Blume et al. | Jan 2005 | B1 |
6904408 | McCarthy et al. | Jun 2005 | B1 |
6996536 | Cofino et al. | Feb 2006 | B1 |
20010037321 | Fishman et al. | Nov 2001 | A1 |
20020070953 | Barg et al. | Jun 2002 | A1 |
20020087679 | Pulley et al. | Jul 2002 | A1 |
20020173971 | Stirpe et al. | Nov 2002 | A1 |
20030018584 | Cohen et al. | Jan 2003 | A1 |
20030018626 | Kay et al. | Jan 2003 | A1 |
20030023715 | Reiner et al. | Jan 2003 | A1 |
20030115333 | Cohen et al. | Jun 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
60308075 | Jul 2001 | US | |
60226798 | Aug 2000 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09934415 | Aug 2001 | US |
Child | 10202741 | US |