Hybrid content request routing system

Information

  • Patent Grant
  • 11290418
  • Patent Number
    11,290,418
  • Date Filed
    Friday, August 7, 2020
    3 years ago
  • Date Issued
    Tuesday, March 29, 2022
    2 years ago
Abstract
A hybrid content request routing system is described herein. The hybrid content request routing system may use aspects of the anycast routing technique and aspects of the domain name server (DNS) resolver-based routing technique to identify the appropriate network address to provide to a user device in response to receiving a DNS query. For example, the hybrid content request routing system may include one or more points of presence (POPs), with some or all of the POPs forming one or more virtual POPs. Individual POPs may be assigned unique network addresses and POPs that form a virtual POP may be assigned the same anycast network address. The hybrid content request routing system can measure latencies from user devices to the individual POP network addresses and to the anycast network addresses and use the measured latencies to identify the network address that may result in the lowest latency.
Description
BACKGROUND

Generally described, computing devices and communication networks can be utilized to exchange information. In a common application, a computing device can request content from another computing device via the communication network. For example, a user at a personal computing device can utilize a browser application to request a content page (e.g., a network page, a Web page, etc.) from a server computing device via a network (e.g., the Internet). In such embodiments, the user computing device can be referred to as a client computing device and the server computing device can be referred to as a content provider.


Content providers are generally motivated to provide requested content to client computing devices often with consideration of efficient transmission of the requested content to the client computing device and/or consideration of a cost associated with the transmission of the content. For larger scale implementations, a content provider may receive content requests from a high volume of client computing devices which can place a strain on the content provider's computing resources. Additionally, the content requested by the client computing devices may have a number of components, which can further place additional strain on the content provider's computing resources.


Some content providers attempt to facilitate the delivery of requested content through the utilization of a content delivery network (“CDN”) service provider. As with content providers, CDN service providers are also generally motivated to provide requested content to client computing devices often with consideration of efficient transmission of the requested content to the client computing device and/or consideration of a cost associated with the transmission of the content. Accordingly, CDN service providers often consider factors such as latency of delivery of requested content in order to meet service level agreements or to generally improve the quality of delivery service.





BRIEF DESCRIPTION OF DRAWINGS

Throughout the drawings, reference numbers may be re-used to indicate correspondence between referenced elements. The drawings are provided to illustrate example embodiments described herein and are not intended to limit the scope of the disclosure.



FIG. 1A is a block diagram of an illustrative operating environment in which one or more user devices communicate with one or more DNS resolvers via a network to receive network addresses for obtaining content.



FIG. 1B is a block diagram of the illustrative operating environment of FIG. 1A in which virtual POPs are depicted.



FIG. 2 is a block diagram of the operating environment of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment to identify which user devices use the DNS resolver, according to one embodiment.



FIG. 3A is a block diagram of the operating environment of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment in response to the resolved DNS query including an anycast network address, according to one embodiment.



FIG. 3B is a block diagram of the operating environment of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment in response to the resolved DNS query including an individual network address corresponding to a single POP, according to one embodiment.



FIG. 4 is a block diagram of the operating environment of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment to resolve a DNS query submitted by a user device, according to one embodiment.



FIG. 5 is a flow diagram depicting a DNS query resolving routine illustratively implemented by a DNS server, according to one embodiment.





DETAILED DESCRIPTION

As described above, content delivery network (“CDN”) service providers often consider factors such as latency of delivery of requested content in order to meet service level agreements or to generally improve the quality of delivery service. Additionally, in embodiments in which computing devices utilize an Internet service provider (“ISP”) to provide connectivity, the CDN service provider can consider additional factors associated with the interaction between the CDN service provider, the user devices, and ISP devices (e.g., domain name server (DNS) resolver components).


For example, a user operating a user device may provide a domain name to access a content page or to otherwise retrieve content provided by a CDN service provider. In order to identify a network address (e.g., Internet protocol (IP) address) corresponding to the domain name, the user device may submit a DNS query. A DNS query originating from a user device may be forwarded, relayed, and/or re-generated by one or more DNS resolvers present between the originating user device and a DNS service (e.g., a DNS server) authoritative for resolving the DNS query. Because the DNS service may receive the DNS query from a DNS resolver rather than directly from a user device, the DNS service may not have information corresponding to the user device from which the DNS query originated. In particular, the DNS service may not have the network address of the user device (e.g., a source network address of the DNS query), and thus may not have information identifying a location from where the DNS query originated.


In some cases, a CDN service provider may include multiple edge locations from which a user device can retrieve content. An edge location may be referred to herein as a point of presence (POP), where a POP is intended to refer to any collection of related computing devices utilized to implement functionality on behalf of one or many providers. POPs are generally associated with a specific geographic location in which the computing devices implementing the POP are located, or with a region serviced by the POP. For example, a data center or a collection of computing devices within a data center may form a POP. In some instances, the POPs may implement one or more services, such as CDN services, data storage services, data processing services, etc. A CDN service provider may include multiple POPs located in different geographic locations so that user devices can communicate with a nearby a POP to retrieve content, thereby reducing the latency of delivering requested content. However, without knowing the location of a user device from where a DNS query originates, the DNS service may not be able to determine accurately which POP network address to provide to a user device (via a DNS resolver) that would result in the lowest latency for delivering requested content.


One option for overcoming the lack of user device location information may be to implement an anycast routing technique. For example, a CDN service provider can assign some or all of the POPs the same anycast network address. Multiple routes from a source network address to the anycast network address may be announced through the border gateway protocol (BGP) networking protocol. While it may appear to a user device or routing device that the announced routes are all routes to the same computing device, the announced routes may in fact be routes to different POPs (e.g., to each POP assigned the anycast network address). Thus, the DNS service can return the anycast network address upon receiving a DNS query. When a user device attempts to retrieve content from the anycast network address, routing devices in the network may use the BGP networking protocol to identify a route to the nearest POP and forward the content request to the nearest POP using the identified route.


However, the nearest POP identified using the BGP networking protocol may not necessarily be the POP that can serve the requested content with the lowest latency. For example, the BGP networking protocol may identify the route to a POP that has the fewest number of hops. Routing devices along this route, though, may be congested or otherwise process data more slowly than other routing devices. Thus, a route that has a higher number of hops may actually result in a lower latency for delivering requested content.


Another option for overcoming the lack of user device location information may be to implement a DNS resolver-based routing technique. For example, a CDN service provider may identify user devices that use a first DNS resolver to submit DNS queries, measure the latency of content requests from these user devices to various POPs, and identify, on average, the POP that results in the lowest content request latency. The POP that, on average, results in the lowest content request latency can then be associated with the first DNS resolver. Thus, when the DNS service receives a request from the first DNS resolver, the DNS service can provide the network address of the associated POP that, on average, results in the lowest content request latency.


The above approach may be accurate in situations in which user devices that use a particular DNS resolver are located within a similar geographic location. However, in some cases, user devices that use the same DNS resolver are located in widely disparate geographic locations. As an illustrative example, a first user device that uses a DNS resolver may be in Europe and a second user device that uses a DNS resolver may be in Japan. The POP associated with the DNS resolver that, on average, results in the lowest content request latency may be located in the United States. Other POPs may exist in Europe and Japan, though, and so the POP selected for the Europe user device or the Japan user device (e.g., the United States POP) may not actually be the POP that results in the lowest latency.


Accordingly, a hybrid content request routing system is described herein. The hybrid content request routing system may use aspects of the anycast routing technique and aspects of the DNS resolver-based routing technique to identify the appropriate POP to serve content (e.g., the appropriate network address to provide to a user device in response to receiving a DNS query). For example, the hybrid content request routing system may include one or more POPs, one or more DNS resolvers, and one or more DNS servers. A set of POPs may be grouped together to form a virtual POP, where each POP in the virtual POP may be assigned an anycast network address. Thus, a request sent to the anycast network address may be routed to one of the POPs in the virtual POP. The hybrid content request routing system may have one or more virtual POPs. In addition, some or all of the POPs may be assigned an individual network address.


Initially, the hybrid content request routing system may implement techniques for determining which source network addresses use specific DNS resolvers. For example, when a user device transmits a content request in some situations, a unique ID generation system (e.g., a recon service) may receive the content request, generate a unique client identifier for the user device, and send the unique client identifier back to the user device. The unique client identifier may be included in a message that functions as a redirect, causing the user device to first transmit a DNS query to a DNS resolver so that a network address can be provided for retrieving the desired content. The DNS query may include the unique client identifier. The DNS resolver can forward the DNS query to a DNS server and the DNS server can map at least a portion of the unique client identifier (e.g., the portion that includes the source address of the user device) included in the DNS query to the DNS resolver that forwarded the DNS query. The DNS resolver can then resolve the DNS query and provide the user device with a network address via the DNS resolver.


The network address provided by the DNS server may be a network address of a POP or a network address of a virtual POP (e.g., an anycast network address). The user device may send a content request to the provided network address, and the POP that receives the content request (e.g., either a standalone POP or a POP that forms part of a virtual POP) can measure the request routing performance (e.g., the latency associated with the transmission of the content request) from the source address of the user device to the POP. The POP can then retrieve the requested content and provide the user device with the requested content.


The above process can be repeated for a plurality of user devices, DNS resolvers, POPs, and/or virtual POPs. Thus, the latencies from various user devices to various POPs and/or virtual POPs may be measured. Using the measured latencies, the DNS server can determine which network address to provide in response to a DNS query. For example, a DNS server can receive a DNS query from a user device via DNS resolver. The DNS server can retrieve the mappings of source addresses to DNS resolvers. Using these mappings, the DNS server can identify which source addresses use the DNS resolver from which the DNS query was received. The DNS server can then retrieve the measured latencies corresponding to the identified source addresses. Because each measured latency is associated with both a source address and a POP or virtual POP network address, the DNS server can determine, for each POP network address (e.g., individual network addresses and/or anycast network addresses), an average latency. The DNS server can then rank the individual and/or anycast network addresses by average latency and provide the user device, via the DNS resolver, with the highest ranked network address.


Thus, the hybrid content request routing system described herein takes advantage of both the benefits of the anycast routing technique and the benefits of the DNS resolver-based routing technique. If a virtual POP network address determined as a result of the anycast routing technique would result in a latency that is lower than a latency associated with an individual POP network address determined as a result of the DNS resolver-based routing technique, then the DNS server provides the user device with the virtual POP network address. Likewise, if an individual POP network address determined as a result of the DNS resolver-based routing technique would result in a latency that is lower than a latency associated with a virtual POP network address determined as a result of the anycast routing technique, then the DNS server provides the user device with the individual POP network address. Given that user device location information is missing and there therefore may be no straightforward mechanism for accurately comparing the performance of the two routing techniques, the techniques described herein for measuring latencies and comparing the performance of the two techniques allows the hybrid content request routing system to overcome difficulties that otherwise may be present in attempting to combine the benefits of the anycast routing technique and the DNS resolver-based routing technique. Accordingly, the present disclosure represents an improvement over existing network request routing systems and computing systems in general.


While the techniques described herein are disclosed as being performed by a DNS server, this is not meant to be limiting. For example, any system that selects a POP to serve content or receive content can implement the techniques described herein as being performed by a DNS server. Such a system may be referred to herein as a “POP selection system.” Because the POP selection system may not necessarily be a DNS server, the POP selection system may generically receive a “POP selection query” instead of a DNS query. Furthermore, the POP selection system may receive the POP selection query from a user device or a POP selection resolver (e.g., a system that serves as an intermediary between a user device and the POP selection system) instead of from a DNS resolver. Examples of a POP selection system can include an intermediate system that receives or intercepts content requests from user devices, a POP load balancer, a system that receives data from user devices for remote storage, or any other system that can receive a message (e.g., a POP selection query) from a user device directly or indirectly via a POP selection resolver, select a POP for the user device to contact, and transmit a reply message for receipt by the user device that includes an instruction to contact the selected POP.


The foregoing aspects and many of the attendant advantages of this disclosure will become more readily appreciated as the same become better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings.


Example Hybrid Content Request Routing Environment



FIG. 1A is a block diagram of an illustrative operating environment 100 in which one or more user devices 102 communicate with one or more DNS resolvers 130 via a network 110 to receive network addresses for obtaining content. The operating environment 100 further includes a DNS server 140, one or more points of presence (POPs) 120, and a content request latency data store 150. While a single DNS server 140 is illustrated, this is merely for simplicity and is not meant to be limiting. For example, the operating environment 100 may include any number of DNS servers 140.


While the POPs 120, the DNS resolvers 130, the DNS server 140, and the content request latency data store 150 are illustrated as separate components, this is not meant to be limiting. Any one or all of these components may be associated with each other to form a CDN service provider, not shown. For example, any one or all of these components may implemented by a single computing device, or by multiple distinct computing devices, such as computer servers, logically or physically grouped together to collectively operate as a server system. Any one or all of these components may communicate via a shared network internal to the CDN service provider, not shown, and the CDN service provider may communicate with one or more of the user devices 102 via the network 110.


As used herein, a POP 120 is intended to refer to any collection of related computing devices utilized to implement functionality on behalf of one or many providers. POPs 120 are generally associated with a specific geographic location in which the computing devices implementing the respective POP 120 are located, or with a region serviced by the respective POP 120. For example, a data center or a collection of computing devices within a data center may form a POP 120. In some instances, the POPs 120 may implement one or more services, such as CDN services, data storage services, data processing services, etc. For the purposes of the present disclosure, the POPs 120 implement at least CDN services. The CDN services can include one or more servers communicatively coupled to a cache data store, not shown. The server(s) and cache data store may operate in conjunction to implement functionalities of the CDN services. For example, the server(s) and cache data store may operate to cache distributed content (e.g., as provided by the one or more origin servers) and respond to requests from end users (e.g., via user devices 102) for such cached content.


As described in greater detail below with respect to FIG. 1B, some or all of the POPs 120 may form a virtual POP. The virtual POP may be associated with an anycast network address. Thus, a request sent by a user device 102 to the anycast network address may be routed to one of the POPs 120 that forms the virtual POP. The operating environment 100 may include one or more virtual POPs.


Each POP 120 may include various modules, components, data stores, and/or the like to assist the DNS server 140 in resolving a DNS query. For example, each POP 120 may include a latency measurement device 122. The latency measurement device 122 may measure the latency of a content request submitted by a user device 102 and received by the respective POP 120. The latency measurement device 122 may measure the latency and store the latency in the content request latency data store 150 in an entry associated with the source network address of the user device 102 that submitted the content request and an identification of the POP 120 that received the content request.


The DNS resolvers 130 may be computing devices with hardware components (e.g., processor(s), memory, network interfaces, etc.) that submit DNS queries to the DNS server 140 on behalf of user devices 102. As described herein, individual user devices 102 may be associated with a particular DNS resolver 130 and thus may use the associated DNS resolver 130 to submit DNS queries to the DNS server 140. In one embodiment, some or all of the DNS resolvers 130 may be provided by individual enterprise networks to which individual user devices 102 belong. Thus, user devices 102 that belong to an enterprise network may use the DNS resolver 130 provided by that enterprise network to submit DNS queries to the DNS server 140. In another embodiment, some or all of the DNS resolvers 130 may be provided by individual Internet Service Providers (ISPs) that provide the communication network connection to individual user devices 102. Thus, user devices 102 that receive a communication network connection from an ISP may use the DNS resolver 130 provided by that ISP to submit DNS queries to the DNS server 140.


The DNS server 140 may determine the appropriate network address to retrieve and deliver in response to a received DNS query. The DNS server 140 may include various modules, components, data stores, and/or the like to provide the hybrid anycast routing/DNS resolver-based routing functionality described herein. For example, the DNS server 140 may include a DNS query manager 142, a client ID mapping data store 144, and a POP address data store 146. The DNS query manager 142 may map source network addresses to different DNS resolvers 130, average latencies stored in the content request latency data store 150, and use the mappings and average latencies to identify the appropriate network address to retrieve in response to a DNS query. Alternatively, the DNS query manager 142 can combine latencies stored in the content request latency data store 150 using another aggregation function, such as by taking a median latency stored in the content request latency data store 150, taking a mode latency stored in the content request latency data store 150, taking a minimum latency in the content request latency data store 150, taking a maximum latency in the content request latency data store 150, and/or the like, and use the mappings and combined latencies to identify the appropriate network address to retrieve in response to a DNS query. Additional details on the operations performed by the DNS query manager 142 are described in greater detail below with respect to FIGS. 2 and 5.


The client ID mapping data store 144 stores mappings of source network addresses to identifications of DNS resolvers 130. Thus, the client ID mapping data store 144 stores data indicating which source network addresses of user devices 102 use a particular DNS resolver 130 when DNS queries are submitted. While the client ID mapping data store 144 is depicted as being located internal to the DNS server 140, this is not meant to be limiting. For example, not shown, the client ID mapping data store 144 can be located external to the DNS server 140.


The POP address data store 146 stores the network addresses of one or more of the POPs 120 and the anycast network addresses of one or more virtual POPs. While the POP address data store 146 is depicted as being located internal to the DNS server 140, this is not meant to be limiting. For example, not shown, the POP address data store 146 can be located external to the DNS server 140.


The DNS server 140 may be a single computing device, or it may include multiple distinct computing devices, such as computer servers, logically or physically grouped together to collectively operate as a server system. The components of the DNS server 140 can each be implemented in application-specific hardware (e.g., a server computing device with one or more ASICs) such that no software is necessary, or as a combination of hardware and software. In addition, the modules and components of the DNS server 140 can be combined on one server computing device or separated individually or into groups on several server computing devices. In some embodiments, the DNS server 140 may include additional or fewer components than illustrated in FIG. 1A.


In some embodiments, the features and services provided by the POPs 120 and/or the DNS server 140 may be implemented as web services consumable via the communication network 110. In further embodiments, the POPs 120 and/or the DNS server 140 are provided by one more virtual machines implemented in a hosted computing environment. The hosted computing environment may include one or more rapidly provisioned and released computing resources, which computing resources may include computing, networking and/or storage devices. A hosted computing environment may also be referred to as a cloud computing environment.


The content request latency data store 150 stores, for a content request submitted by a particular user device 102 to a particular POP 120 or virtual POP, a latency associated with the submitted request. In particular, the stored latency may be a latency measured from a time that a user device 102 transmits a content request to a time that a POP 120 or virtual POP receives the transmitted content request. While the content request latency data store 150 is depicted as being located external to the POPs 120 and the DNS server 140, this is not meant to be limiting. For example, not shown, the content request latency data store 150 can be located internal to the POPs 120 and/or the DNS server 140.


Various example user devices 102 are shown in FIG. 1, including a desktop computer, laptop, and a mobile phone, each provided by way of illustration. In general, the user devices 102 can be any computing device such as a desktop, laptop or tablet computer, personal computer, wearable computer, server, personal digital assistant (PDA), hybrid PDA/mobile phone, mobile phone, electronic book reader, set-top box, voice command device, camera, digital media player, and the like. The user devices 102 may execute an application (e.g., a browser, a media player, etc.) that generates and transmits DNS queries to a DNS resolver 130 and that generates and transmits content requests to one or more POPs 120.


The network 110 may include any wired network, wireless network, or combination thereof. For example, the network 110 may be a personal area network, local area network, wide area network, over-the-air broadcast network (e.g., for radio or television), cable network, satellite network, cellular telephone network, or combination thereof. As a further example, the network 110 may be a publicly accessible network of linked networks, possibly operated by various distinct parties, such as the Internet. In some embodiments, the network 110 may be a semi-private or private network, such as a corporate or university intranet. The network 110 may include one or more wireless networks, such as a Global System for Mobile Communications (GSM) network, a Code Division Multiple Access (CDMA) network, a Long Term Evolution (LTE) network, or any other type of wireless network. The network 110 can use protocols and components for communicating via the Internet or any of the other aforementioned types of networks. For example, the protocols used by the public network 110 may include Hypertext Transfer Protocol (HTTP), HTTP Secure (HTTPS), Message Queue Telemetry Transport (MQTT), Constrained Application Protocol (CoAP), and the like. Protocols and components for communicating via the Internet or any of the other aforementioned types of communication networks are well known to those skilled in the art and, thus, are not described in more detail herein.



FIG. 1B is a block diagram of the illustrative operating environment 100 of FIG. 1A in which virtual POPs 160A-C are depicted. While three virtual POPs 160A-C are depicted in FIG. 1B, this is merely for illustrative purposes and is not meant to be limiting. For example, any number of virtual POPs (e.g., one, two, three, four, five, etc.) may be present in the operating environment 100.


As illustrated in FIG. 1B, the virtual POP 160A is formed by four physical POPs 120A-D. Each POP 120A-D in the virtual POP 160A may be assigned the same anycast network address. If a user device 102 sends a request to the anycast network address assigned to the POPs 120A-D, the request may be routed to one of the POPs 120A-D according to the BGP routing protocol. For example, the BGP routing protocol may determine that the request will be routed to the POP 120A, 120B, 120C, or 120D that is the fewest number of hops away from the location of the user device 102 (e.g., as determined by the source network address of the user device 102). As used herein, a hop may occur when an intermediate routing device in the network 110 forwards the request to another routing device in the network 110 or the destination POP 120A-D.


Similar to the virtual POP 160A, the virtual POP 160B may be formed by four physical POPs 120D-120G and the virtual POP 160C may be formed by three physical POPs 120H-120J. Each POP 120D-G in the virtual POP 160B may be assigned the same anycast network address and each POP 120H-J in the virtual POP 160C may be assigned the same anycast network address. As illustrated in FIG. 1B, some POPs 120, such as POP 120D, may be part of two or more different virtual POPs. Thus, POPs 120 that are a part of two or more different virtual POPs may be assigned two or more corresponding anycast network addresses. As an illustrative example, the POP 120D may be assigned the same anycast network address as POPs 120A-C and may also be assigned the same anycast network address as POPs 120E-120G. Accordingly, the POPs 120A-D may share the same, first anycast network address, the POPs 120D-G may share the same, second anycast network address, and the POPs 120H-J may share the same, third anycast network address.


The POPs 120A-J that form a virtual POP 160A-C may be located in the same geographic region (e.g., the same city, state, country, continent, etc.). Alternatively, some or all of the POPs 120A-J that form a virtual POP 160A-C may be located in different geographic regions.


While each virtual POP 160A-C is depicted as being formed by three or four physical POPs, this is merely for illustrative purposes and is not meant to be limiting. Any virtual POP 160A-C may be formed from any number of physical POPs (e.g., one, two, three, four, five, etc.). For example, one virtual POP in the operating environment 100 may be formed from a large number of physical POPs (e.g., 20) and another virtual POP in the operating environment 100 may be formed from a small number of physical POPs (e.g., 2). Accordingly, a first virtual POP may not share any physical POPs with a second virtual POP. Alternatively, a first virtual POP may share some, but not all, of the physical POPs that form the first virtual POP with a second virtual POP. In another alternative, all of the physical POPs that form a first virtual POP may be a subset of all of the physical POPs that form a second virtual POP.


In addition to being assigned one or more anycast network addresses, one or more of the POPs 120A-J may be assigned a unique, individual network address. Thus, a request transmitted by the user device 102 to an individual network address may be routed to the POP 120A-J associated with the indicated individual network address. Moreover, any number of other POPs 120 that do not form any part of a virtual POP may be present in the operating environment 100. For example, the operating environment 100 may include POP 120K. The POP 120K may not form any part of a virtual POP. These POPs that do not form any part of a virtual POP, such as the POP 120K, may be assigned a unique, individual network address.


Example Block Diagrams for Resolving a DNS Query



FIG. 2 is a block diagram of the operating environment 100 of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment 100 to identify which user devices 102 use the DNS resolver 130A, according to one embodiment. As illustrated in FIG. 2, the user device 102 may transmit a content request to a unique ID generation system 210 (e.g., a recon service) at (1). The unique ID generation system 210 may be a POP 120 or a separate computing system. The user device 102 may be directed to the unique ID generation system 210 in an attempt to resolve a link previously provided to the user device 102.


Upon receipt of the content request, the unique ID generation system 210 may generate a unique client identifier at (2). The unique client identifier may be an identifier, such as a network address, that is used to track the requesting user device 102 in subsequent requests to a POP 120. Specifically, the unique client identifier may include at least a portion of the identifier associated with the requesting user device 102 (e.g., the source network address of the requesting user device 102, a media access control (MAC) address of the requesting user device 102, etc.). As an illustrative example, the unique client identifier generated by the unique ID generation system 210 may be in the form of a uniform resource locator (URL). For purposes of the illustrative example, the URL can identify a domain of the unique ID generation system 210 and/or a POP 120 (e.g., “serviceprovider.com”), an identification of the unique ID generation system 210 that generated the unique client identifier, and/or at least a portion of the identifier associated with the requesting user device 102. The URL can also include timestamp information associated with a time corresponding to the request (e.g., an absolute time or a time relative to another time, such as a time a content request is first received by the unique ID generation system 210) and/or additional processing information. In this illustrative example, the URL may be in the following form:


http://uniqueID.additional_information.IDgen_identification.serviceprovider.com Here, the label “uniqueID” can include at least a portion of the identifier associated with the requesting user device 102 (e.g., the source network address of the requesting user device 102). Alternatively or in addition, the label “uniqueID” may include timestamp information. The unique ID generation system 210 can then transmit the unique client identifier to the user device 102 at (3).


The unique client identifier may be a command (e.g., a redirect) that causes the user device 102 to request the content from another location. For example, the unique ID generation system 210 can generate a LOCATION command in accordance with the hypertext transfer protocol (HTTP) that identifies an alternate location for the requested content. Accordingly, the location included in the response sent by the unique ID generation system 210 to the user device 102 may be the unique client identifier, which may be in the form of a URL as depicted above.


The user device 102 can then process the unique client identifier, which causes the user device 102 to eventually request the content from an alternative location. For example, the user device 102 can transmit a DNS query that includes the unique client identifier to the DNS resolver 130A at (4) to request a network address of a POP corresponding to the location indicated by the unique client identifier. As an example, the URL representing the unique client identifier may include an identification of a DNS server authoritative to the “.” and the “com” portions of the URL. The DNS resolver 130A can partially resolve the URL (e.g., resolve the “.” and “com” portions of the URL) and, in response, submit a DNS query (not shown) for the resource URL that results in the identification of the authoritative DNS server, which is the DNS server corresponding to the “.serviceprovider” portion of the URL. Here, the DNS server 140 may be authoritative. Thus, the DNS resolver 130A can then forward the DNS query to the DNS query manager 142 of the DNS server 140 at (5) on behalf of the user device 102.


The DNS query manager 142 can then process the DNS query. For example, the DNS query manager 142 identifies an identifier associated with the DNS resolver 130A based on the received DNS query. The DNS query manager 142 also extracts at least a portion of the unique client identifier by parsing the unique client identifier. In particular, the DNS query manager 142 may extract the portion of the unique client identifier corresponding to the identifier associated with the requesting user device 102 (e.g., the “uniqueID,” which may be the source network address of the requesting user device 102). The DNS query manager 142 can then map at least a portion of the unique client identifier to the DNS resolver 130A identifier at (6). For example, the DNS query manager 142 can map the identifier associated with the requesting user device 102 (e.g., the source network address of the requesting user device 102) to the DNS resolver 130A identifier. Thus, the DNS query manager 142 has determined that the requesting user device 102 (and therefore the corresponding source network address of the requesting user device 102) uses the DNS resolver 130A when submitting DNS queries. In addition, because source network addresses are generally associated with a geographic location, the DNS query manager 142 may also have determined the location of the requesting user device 102 and therefore a location of a user device 102 that uses the DNS resolver 130A. The DNS query manager 142 can then store the mapping in the client ID mapping data store 144 at (7).


The DNS query manager 142 can also resolve the DNS query at (8). For example, the DNS query manager 142 can retrieve a network address for a POP 120 that can provide requested content. The retrieved network address may be an individual network address of a POP 120 or an anycast network address corresponding to the POPs 120 that form a virtual POP. The DNS query manager 142 can then transmit the resolved DNS query to the DNS resolver 130A at (9), where the resolved DNS query includes the retrieved network address. The DNS resolver 130A can then transmit the resolved the DNS query to the user device 102 at (10). Additional details regarding the process for generating the unique client identifier and for using the unique client identifier to resolve a DNS query are described in U.S. Pat. No. 9,712,484, titled “MANAGING REQUEST ROUTING INFORMATION UTILIZING CLIENT IDENTIFIERS” and issued on Jul. 18, 2017, the entire contents of which are hereby incorporated herein by reference.



FIG. 3A is a block diagram of the operating environment 100 of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment 100 in response to the resolved DNS query including an anycast network address, according to one embodiment. As illustrated in FIG. 3A, after receiving the resolved DNS query (as depicted in FIG. 2), the user device 102 transmits a content request to the anycast network address included in the resolved DNS query at (1). The anycast network address may be associated with several POPs that form a virtual POP. For example, the anycast network address may be associated with the POPs 120A-D that form the virtual POP 160A. The BGP routing protocol may determine which POP 120A-D receives the content request. Here, the fewest number of hops between the user device 102 and a POP 120A-D of the virtual POP 160A may be between the user device 102 and the POP 120B. Thus, the user device 102 transmits the content request to the POP 120B.


The POP 120B (e.g., the latency measurement device 122) may measure the request routing performance at (2). For example, the latency measurement device 122 may measure the latency of the transmission of the content request from the user device 102 to the POP 120B. The content request may include a timestamp indicating a time when the user device 102 transmitted the content request. Thus, the latency measurement device 122 can compare a current time with the time indicated by the timestamp to determine the latency. The POP 120B can then store the measured request routing performance in the content request latency data store 150 at (3) in an entry associated with the source network address of the user device 102 and the anycast network address.


Before, during, or after measuring the request routing performance, the POP 120B can retrieve the requested content at (4). For example, the POP 120B may retrieve the requested content from a cache local to the POP 120B or from an origin server (not shown). The POP 120B can then transmit the requested content to the user device 102 at (5) to satisfy the content request.



FIG. 3B is a block diagram of the operating environment 100 of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment 100 in response to the resolved DNS query including an individual network address corresponding to a single POP 120, according to one embodiment. As illustrated in FIG. 3B, after receiving the resolved DNS query (as depicted in FIG. 2), the user device 102 transmits a content request to the individual network address included in the resolved DNS query at (1). The individual network address may not be an anycast network address. Rather, the individual network address may be a unique network address associated with a POP. For example, the individual network address may be the network address of the POP 120K. Thus, the user device 102 transmits the content request to the POP 120K.


The POP 120K (e.g., the latency measurement device 122) may measure the request routing performance at (2). For example, the latency measurement device 122 may measure the latency of the transmission of the content request from the user device 102 to the POP 120K. The content request may include a timestamp indicating a time when the user device 102 transmitted the content request. Thus, the latency measurement device 122 can compare a current time with the time indicated by the timestamp to determine the latency. The POP 120K can then store the measured request routing performance in the content request latency data store 150 at (3) in an entry associated with the source network address of the user device 102 and the network address of the POP 120K.


Before, during, or after measuring the request routing performance, the POP 120K can retrieve the requested content at (4). For example, the POP 120K may retrieve the requested content from a cache local to the POP 120K or from an origin server (not shown). The POP 120K can then transmit the requested content to the user device 102 at (5) to satisfy the content request.


Some or all of the operations depicted in FIGS. 2 through 3B may be repeated over time for many different combinations of user devices 102, POPs 120, DNS resolvers 130, and/or DNS servers 140. Thus, the DNS query manager 142 may determine which source network addresses (e.g., user devices 102) use a particular DNS resolver and this information may then be stored in the client ID mapping data store 144. In addition, the content request latency data store 150 may therefore include latency measurements for different combinations of user devices 102 and POPs 120, such as latency measurements for content requests transmitted by user devices 102 to individual POP network addresses and latency measurements for content requests transmitted by user devices 102 to anycast POP network addresses.



FIG. 4 is a block diagram of the operating environment 100 of FIGS. 1A-1B illustrating the operations performed by the components of the operating environment 100 to resolve a DNS query submitted by a user device 102, according to one embodiment. As illustrated in FIG. 4, the user device 102 transmits a DNS query to an associated DNS resolver at (1). For example, the DNS resolver associated with the user device 102 may be the DNS resolver 130A. The DNS resolver 130A may then forward the DNS query to the DNS query manager 142 at (2).


The DNS query manager 142 may identify the DNS resolver that provided the DNS query using an identifier included in the DNS query. Thus, the DNS query manager 142 may determine that the DNS resolver 130A provided the DNS query. The DNS query manager 142 may then retrieve a list of source network addresses corresponding to the DNS resolver 130A from the client IP mapping data store 144 at (3). In other words, the DNS query manager 142 may query the client IP mapping data store 144 for the source network addresses that use the DNS resolver identified by the identifier in the DNS query (e.g., the DNS resolver 130A). Once the source network addresses that use the DNS resolver 130A are identified, the DNS query manager 142 can retrieve latencies for the identified source network addresses from the content request latency data store 150 at (4). Thus, the DNS query manager 142 may have some or all of the latencies that were measured for content requests submitted by the source network addresses that use the DNS resolver 130A.


As described herein, each latency may be associated with a source network address and a POP network address (e.g., either an anycast network address or an individual POP network address) corresponding to a POP 120 that measured the latency. Thus, the DNS query manager 142 can then, for each POP network address, average the latencies associated with the respective POP network address at (5). Alternatively, the DNS query manager 142 can, for each POP network address, combine the latencies associated with the respective POP network address using another aggregation function, such as by taking a median, a mode, a minimum, a maximum, and/or the like. Accordingly, the DNS query manager 142 may generate, for each individual POP network address and each anycast network address, an average latency value that represents the average latency of content requests submitted by source network addresses to the respective POP network address.


Alternatively, the DNS query manager 142 or another component in the operating environment 100 (not shown) can perform the latency averaging operations prior to the reception of a DNS query. The average latencies can be stored by the DNS query manager 142 or the other component in the content request latency data store 150 or another data store (not shown) for later retrieval when a DNS query is received.


The DNS query manager 142 can then rank the average latencies and, based on the ranking, identify the POP network address corresponding to the lowest latency at (6). For example, the DNS query manager 142 can rank the average latencies by average latency value. The highest ranked average latency value (e.g., the lowest average latency value) may be associated with an individual POP network address or an anycast network address. The associated POP network address may be the POP network address that the DNS query manager 142 provides to the user device 102 to resolve the DNS query. Optionally, the DNS query manager 142 may retrieve the POP network address that is associated with the highest ranked average latency value and/or corresponding information from the POP address data sore 146 at (7) (e.g., if the latency data retrieved from the content request latency data store 150 does not provide the entire POP network address or the information necessary to completely resolve the DNS query). The DNS query manager 142 can then transmit the retrieved POP network address to the DNS resolver 130A at (8), which then transmits the retrieved POP network address to the user device 102 at (9) to resolve the DNS query.


In some embodiments, the DNS query manager 142 does not transmit the POP network address associated with the highest ranked average latency value. For example, the DNS server 140 or another component in the operating environment 100 may monitor the load on individual POPs 120 and/or virtual POPs 160A-C. If the highest ranked average latency value corresponds with a POP network address for an individual POP 120 or a virtual POP 160 that is at request processing capacity or is nearly at request processing capacity (e.g., the POP is processing 90% of a total number of requests the POP is capable of processing), then the DNS query manager 142 may identify the next highest ranked average latency value that corresponds with a POP network address for an individual POP 120 or virtual POP 160 that is not at request processing capacity or that is not nearly at request processing capacity and provide this POP network address to resolve a DNS query. As another example, if the highest ranked average latency value corresponds with a POP network address for an individual POP 120 or a virtual POP 160 that has received a number of content requests over a threshold value during a set period of time, then the DNS query manager 142 can identify the next highest ranked average latency value that corresponds with a POP network address for an individual POP 120 or virtual POP 160 that has not received a number of content requests over the threshold value during the set period of time. The DNS query manager 142 may then transmit the POP network address associated with the next highest ranked average latency value if the next highest ranked average latency value is within a threshold value (e.g., 20 ms, 50 ms, 100 ms, etc.) of the highest ranked average latency value. If it turns out that the next highest ranked average latency value is not within a threshold value of the highest ranked average latency value, then the DNS query manager 142 can transmit the POP network address associated with the highest ranked average latency value despite the fact that the corresponding individual POP 120 or virtual POP 160 may have received a number of content requests over a threshold value during a set period of time. Thus, the DNS query manager 142 can still provide the POP network address associated with the highest ranked average latency value if there are substantial performance benefits over providing the POP network address associated with the next highest ranked average latency value that satisfies the conditions described above.


In some cases, it may be difficult to identify the exact load on the POPs 120 that form a virtual POP 160 because the BGP routing protocol ultimately determines which POP 120 receives the content request and this may be unknown to the DNS server 140 or other component. Thus, the DNS server 140 or other component can set a content request threshold for the virtual POP 160. If the DNS server 140 (e.g., DNS query manager 142) or other component determines that an anycast network address corresponding to a virtual POP 160 is associated with the highest ranked average latency value and determines that the number of content requests that are sent to this anycast network address in a given period of time exceeds a threshold value (e.g., the number of times the anycast network address is provided to resolve a DNS query in a given period of time exceeds a threshold value), then the DNS query manager 142 may temporarily stop responding to DNS queries with the anycast network address of the virtual POP 160. Rather, the DNS query manager 142 may identify the next highest ranked average latency value that corresponds with a POP network address for an individual POP 120 or virtual POP 160 that is not at request processing capacity, that is not nearly at request processing capacity, and/or that has not received a number of content requests that has exceeded a threshold value and provide this POP network address to resolve a DNS query.


Similarly, the DNS server 140 or other component may monitor the health of one or more POPs 120. For example, the DNS server 140 or other component can periodically transmit messages to the POPs 120 requesting an acknowledgement and/or the POPs 120 may periodically transmit beacon messages to the DNS server 140 or other component. If an individual POP 120 does not transmit an acknowledgement or beacon message for a threshold period of time, then the DNS server 140 or other component may determine that the POP 120 has malfunctioned, is offline, or is otherwise unavailable. If the highest ranked average latency value corresponds with a POP network address for an individual POP 120 that is unavailable, then the DNS query manager 142 may identify the next highest ranked average latency value that corresponds with a POP network address for an individual POP 120 that is available and provide this POP network address to resolve a DNS query. Likewise, if some or all of the POPs 120 that form a virtual POP 160 are unavailable and the DNS query manager 142 had otherwise determined that the highest ranked average latency value corresponds with the anycast network address corresponding to the virtual POP 160, then the DNS query manager 142 may identify the next highest ranked average latency value that corresponds with a POP network address for an individual POP 120 or virtual POP 160 that is available and provide this POP network address to resolve a DNS query.


Optionally, the DNS query manager 142 may select a POP network address that is not associated with the highest ranked average latency value and provide this POP network address to the user device 102 via the DNS resolver 130 so that the content request latency data store 150 includes an entry for a latency between the user device 102 and this POP network address.


In other embodiments, the DNS query manager 142 does not average and rank latencies for all of the POP network addresses. For example, a threshold number of latency values associated with a first POP network address may not be available. Thus, the DNS query manager 142 may not average the latency values associated with the first POP network address and therefore may not consider average latency values associated with the first POP network address in identifying the lowest average latency value. As another example, the DNS query manager 142 may not rank the average latencies. Rather, the DNS query manager 142 may simplify identify the lowest average latency value from a list of average latency values. As another example, the DNS query manager 142 may begin averaging latency values. Once the DNS query manager 142 identifies an average latency value that falls below a threshold value, then the DNS query manager 142 may select the associated POP network address as the POP network address to provide to the user device 102 to resolve the DNS query and can cease averaging any additional set of latency values.


Thus, even though the DNS server 140 is unaware of the user device 102 that submitted the DNS query, the DNS server 140 can nonetheless provide the user device 102 via the DNS resolver 130 with a POP network address that may reduce the latency associated with the delivery of requested content.


Example DNS Query Resolving Routine



FIG. 5 is a flow diagram depicting a DNS query resolving routine 500 illustratively implemented by a DNS server, according to one embodiment. As an example, the DNS server 140 (e.g., the DNS query manager 142) of FIG. 1A can be configured to execute the DNS query resolving routine 500. The DNS query resolving routine 500 begins at block 502.


At block 504, a DNS query is received from a DNS resolver. The DNS query may include an identifier of the DNS resolver. However, the DNS query may not identify the user device 102 that initially transmitted the DNS query.


At block 506, a list of source network addresses corresponding to the DNS resolver is retrieved. For example, the list of source network addresses may include those source network addresses that have been determined to use the DNS resolver when submitting DNS queries.


At block 508, latencies for the source network addresses in the list are retrieved. For example, each retrieved latency may be associated with a source network address and a POP network address. The POP network address may be an individual POP network address or an anycast network address.


At block 510, for each anycast/individual POP network address, latencies are averaged. For example, latencies associated with a particular POP network address are aggregated and then averaged to determine an average latency value for the respective POP network address.


At block 512, each anycast/individual POP network address is ranked by average latency. For example, the anycast/individual POP network addresses may be ranked from lowest average latency value to highest average latency value.


At block 514, a determination is made as to whether the highest ranked POP network address is available. For example, a POP network address may not be available if the POP 120 or virtual POP 160 corresponding to the POP network address is at or nearly at request processing capacity, if the number of content requests transmitted to the virtual POP corresponding to the POP network address in a given period of time exceeds a threshold value (e.g., the number of times the POP network address is provided to resolve a DNS query in a given period of time exceeds a threshold value), and/or if the POP 120 or POPs 120 that form a virtual POP 160 corresponding to the POP network address are malfunctioning or offline. If the highest ranked POP network address is available, then the DNS query resolving routine 500 proceeds to block 516. Otherwise, if the highest ranked POP network address is unavailable, then the DNS query resolving routine 500 proceeds to block 518.


At block 516, the highest ranked anycast/individual POP network address is retrieved and transmitted. For example, the highest ranked anycast/individual POP network address may be transmitted to a DNS resolver 130, which then transmits the highest ranked anycast/individual POP network address to a user device 102 to resolve a DNS query. After retrieving and transmitting the highest ranked anycast/individual POP network address, the DNS query resolving routine 500 ends, as shown at block 520.


At block 518, the next highest ranked available anycast/individual POP network address is retrieved and transmitted. For example, the DNS query resolving routine 500 may repeat block 514, where the anycast/individual POP network addresses are analyzed in ranked order until an anycast/individual POP network address is identified as being available to determine the next highest ranked available anycast/individual POP network address. The next highest ranked available anycast/individual POP network address may be transmitted to a DNS resolver 130, which then transmits the next highest ranked available anycast/individual POP network address to a user device 102 to resolve a DNS query. After retrieving and transmitting the next highest ranked available anycast/individual POP network address, the DNS query resolving routine 500 ends, as shown at block 520.


Additional Embodiments

As described herein, the latency measurement device 122 can measure and store latencies when a user device 102 actively transmits a content request. The latency measurement device 122 may measure and store the latencies each time a user device 102 transmits a content request so that the content request latency data store 150 includes as many entries as possible, which may improve the accuracy of the DNS server 140 DNS query resolving process. For example, the latency measurement device 122 may measure and store the latencies after the operations depicted in FIG. 2 are performed and/or after the operations depicted in FIG. 4 are performed. In other words, the operations depicted in FIGS. 3A and/or 3B can be performed after the operations depicted in FIG. 2 are performed and/or after the operations depicted in FIG. 4 are performed.


In some cases, the POP 120 or DNS server 140 may instruct the user device 102 to transmit a random content request in addition to the request for content desired by the user device 102. For example, upon receiving a content request from a user device 102, the POP 120 may return the requested content and provide an instruction to transmit in the background another content request to another POP 120, such as a POP 120 that is otherwise not the POP 120 that would provide the lowest content delivery latency. The other POP 120 can receive the content request and measure the latency. The other POP 120 may or may not respond to the content request (e.g., since the user device 102 does not need or desire the requested content). As another example, upon receiving a DNS query, the DNS server 140 (e.g., the DNS query manager 142) may return the network addresses of two or more POPs 120 and/or virtual POPs 160. One of the POPs 120 or virtual POPs 160 may provide the content requested by the user device 102. However, all of the POPs 120 and/or virtual POPs 160 referenced by the network addresses included in the resolved DNS query may measure the latency of requests submitted by the user device 102. Thus, these operations can be used to further increase the number of entries stored in the content request latency data store 150.


Terminology

All of the methods and tasks described herein may be performed and fully automated by a computer system. The computer system may, in some cases, include multiple distinct computers or computing devices (e.g., physical servers, workstations, storage arrays, cloud computing resources, etc.) that communicate and interoperate over a network to perform the described functions. Each such computing device typically includes a processor (or multiple processors) that executes program instructions or modules stored in a memory or other non-transitory computer-readable storage medium or device (e.g., solid state storage devices, disk drives, etc.). The various functions disclosed herein may be embodied in such program instructions, or may be implemented in application-specific circuitry (e.g., ASICs or FPGAs) of the computer system. Where the computer system includes multiple computing devices, these devices may, but need not, be co-located. The results of the disclosed methods and tasks may be persistently stored by transforming physical storage devices, such as solid state memory chips or magnetic disks, into a different state. In some embodiments, the computer system may be a cloud-based computing system whose processing resources are shared by multiple distinct business entities or other users.


Depending on the embodiment, certain acts, events, or functions of any of the processes or algorithms described herein can be performed in a different sequence, can be added, merged, or left out altogether (e.g., not all described operations or events are necessary for the practice of the algorithm). Moreover, in certain embodiments, operations or events can be performed concurrently, e.g., through multi-threaded processing, interrupt processing, or multiple processors or processor cores or on other parallel architectures, rather than sequentially.


The various illustrative logical blocks, modules, routines, and algorithm steps described in connection with the embodiments disclosed herein can be implemented as electronic hardware (e.g., ASICs or FPGA devices), computer software that runs on computer hardware, or combinations of both. Moreover, the various illustrative logical blocks and modules described in connection with the embodiments disclosed herein can be implemented or performed by a machine, such as a processor device, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A processor device can be a microprocessor, but in the alternative, the processor device can be a controller, microcontroller, or state machine, combinations of the same, or the like. A processor device can include electrical circuitry configured to process computer-executable instructions. In another embodiment, a processor device includes an FPGA or other programmable device that performs logic operations without processing computer-executable instructions. A processor device can also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration. Although described herein primarily with respect to digital technology, a processor device may also include primarily analog components. For example, some or all of the rendering techniques described herein may be implemented in analog circuitry or mixed analog and digital circuitry. A computing environment can include any type of computer system, including, but not limited to, a computer system based on a microprocessor, a mainframe computer, a digital signal processor, a portable computing device, a device controller, or a computational engine within an appliance, to name a few.


The elements of a method, process, routine, or algorithm described in connection with the embodiments disclosed herein can be embodied directly in hardware, in a software module executed by a processor device, or in a combination of the two. A software module can reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of a non-transitory computer-readable storage medium. An exemplary storage medium can be coupled to the processor device such that the processor device can read information from, and write information to, the storage medium. In the alternative, the storage medium can be integral to the processor device. The processor device and the storage medium can reside in an ASIC. The ASIC can reside in a user terminal. In the alternative, the processor device and the storage medium can reside as discrete components in a user terminal.


Conditional language used herein, such as, among others, “can,” “could,” “might,” “may,” “e.g.,” and the like, unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements or steps. Thus, such conditional language is not generally intended to imply that features, elements or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without other input or prompting, whether these features, elements or steps are included or are to be performed in any particular embodiment. The terms “comprising,” “including,” “having,” and the like are synonymous and are used inclusively, in an open-ended fashion, and do not exclude additional elements, features, acts, operations, and so forth. Also, the term “or” is used in its inclusive sense (and not in its exclusive sense) so that when used, for example, to connect a list of elements, the term “or” means one, some, or all of the elements in the list.


Disjunctive language such as the phrase “at least one of X, Y, or Z,” unless specifically stated otherwise, is otherwise understood with the context as used in general to present that an item, term, etc., may be either X, Y, or Z, or any combination thereof (e.g., X, Y, or Z). Thus, such disjunctive language is not generally intended to, and should not, imply that certain embodiments require at least one of X, at least one of Y, and at least one of Z to each be present.


While the above detailed description has shown, described, and pointed out novel features as applied to various embodiments, it can be understood that various omissions, substitutions, and changes in the form and details of the devices or algorithms illustrated can be made without departing from the spirit of the disclosure. As can be recognized, certain embodiments described herein can be embodied within a form that does not provide all of the features and benefits set forth herein, as some features can be used or practiced separately from others. The scope of certain embodiments disclosed herein is indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims
  • 1. A computer-implemented method comprising: obtaining a first source network address and a second source network address that use a network device to submit queries;obtaining an indication of a first latency between a first user device corresponding to the first source network address and a first point of presence (POP) that has a unique network address, an indication of a second latency between the first user device and a second POP that has a non-unique network address, an indication of a third latency between a second user device corresponding to the second source network address and the first POP, and an indication of a fourth latency between the second user device and the second POP;determining that a combination of the first latency and the third latency is less than a combination of the second latency and the fourth latency; andresolving a query from the network device based at least in part on the determination.
  • 2. The computer-implemented method of claim 1, further comprising: obtaining a second query from the network device, wherein the second query comprises a unique client identifier;determining that the unique client identifier comprises the first source network address; andmapping the first source network address to the network device.
  • 3. The computer-implemented method of claim 1, wherein the first user device with the first source network address is configured to generate and transmit the query to the network device, wherein the first user device is further configured to obtain the unique network address from the network device, and wherein the first user device is further configured to transmit a content request to the unique network address.
  • 4. The computer-implemented method of claim 1, wherein resolving a query from the network device further comprises: determining that the first POP is available; andtransmitting the unique network address to the network equipment in response to the determination that the first POP is available.
  • 5. A system comprising: a data store that stores latency information; anda selection system comprising a processor configured with specific computer-executable instructions that, when executed, cause the selection system to at least: identify that a first source network address and a second source network address are mapped to a network device;obtain an indication of a first latency between a first user device corresponding to the first source network address and a first network location that has a unique network address, an indication of a second between the first user device and a second network location that has a non-unique network address, an indication of a third latency between a second user device corresponding to the second source network address and the first network location, and an indication of a fourth latency between the second user device and the second network location;determine that a combination of the first latency and the third latency is lower than a combination of the second latency and the fourth latency; andresolve a query from the network device based at least in part on the determination.
  • 6. The system of claim 5, wherein the processor is further configured with specific computer-executable instructions that, when executed, cause the selection system to at least: determine that the first network location is available; andtransmit the unique network address to the network equipment in response to the determination that the first network location is available.
  • 7. The system of claim 5, wherein the processor is further configured with specific computer-executable instructions that, when executed, cause the selection system to at least: determine that the network location is unavailable; andtransmit the non-unique network address instead of the unique network address to the network equipment to resolve the query.
  • 8. The system of claim 7, wherein the processor is further configured with specific computer-executable instructions that, when executed, cause the selection system to at least determine that the first network location is one of malfunctioning, offline, or currently at request processing capacity.
  • 9. The system of claim 5, wherein the combination of the first latency and the third latency is one of an average of the first latency and the third latency, a median of the first latency and the third latency, a mode of the first latency and the third latency, a minimum of the first latency and the third latency, or a maximum of the first latency and the third latency.
  • 10. The system of claim 5, wherein the processor is further configured with specific computer-executable instructions that, when executed, cause the selection system to at least: obtain a second query from the network equipment, wherein the second query comprises a unique client identifier;determine that the unique client identifier comprises the first source network address;map the first source network address to the network equipment; andstore the mapping of the first source network address to the network equipment in a client ID mapping data store.
  • 11. The system of claim 5, further comprising a third network location, wherein the second network location and the third network location are both assigned the non-unique network address.
  • 12. The system of claim 11, wherein the second network location is configured to at least: obtain a content request from the first user device with the first source network address;measure a fifth latency of a transmission of the content request from the first user device to the second network location; andstore the measured fifth latency in the data store in an entry associated with the first source network address and the non-unique network address.
  • 13. The system of claim 12, wherein the third network location is configured to at least: obtain a second content request from the second user device with the second source network address;measure a sixth latency of a transmission of the second content request from the second user device to the third network location; andstore the measured sixth latency in the data store in an entry associated with the second source network address and the non-unique network address.
  • 14. The system of claim 12, wherein the content request is routed from the first user device to the second network location according to a border gateway protocol (BGP) routing protocol.
  • 15. The system of claim 5, wherein the selection system comprises a domain name server (DNS).
  • 16. Non-transitory, computer-readable storage media comprising computer-executable instructions for resolving a query, wherein the computer-executable instructions, when executed by a computer system, cause the computer system to at least: determine that a first source network address and a second source network address are mapped to a network device;obtain an indication of a first latency between a first user device corresponding to the first source network address and a first network location that has a first type of network address, an indication of a second latency between the first user device and a second network location that has a second type of network address, an indication of a third latency between a second user device corresponding to the second source network address and the first network location, and an indication of a fourth latency between the second user device and the second network location;compare a combination of the first latency and the third latency with a combination of the second latency and the fourth latency; andresolve the query based at least in part on the comparison.
  • 17. The non-transitory, computer-readable storage media of claim 16, wherein the computer-executable instructions further cause the computer system to at least: determine that the first network location is available; andtransmit the unique network address to the network equipment in response to the determination that the first network location is available.
  • 18. The non-transitory, computer-readable storage media of claim 16, wherein the computer-executable instructions further cause the computer system to at least: determine that the first network location is unavailable; andtransmit the second type of network address instead of the first type of network address to the network equipment to resolve the query.
  • 19. The non-transitory, computer-readable storage media of claim 18, wherein the computer-executable instructions further cause the computer system to at least determine that the first network location is one of malfunctioning, offline, or currently at request processing capacity.
  • 20. The non-transitory, computer-readable storage media of claim 16, wherein the computer-executable instructions further cause the computer system to at least: process a second query obtained from the network equipment, wherein the second query comprises a unique client identifier;determine that the unique client identifier comprises the first source network address; andmap the first source network address to the network equipment.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 15/714,799, entitled “HYBRID CONTENT REQUEST ROUTING SYSTEM” and filed on Sep. 25, 2017, the entire disclosure of which is hereby incorporated by reference herein.

US Referenced Citations (1760)
Number Name Date Kind
1075551 D'Amours Oct 1913 A
5063500 Shorter Nov 1991 A
5341477 Pitkin et al. Aug 1994 A
5459837 Caccavale Oct 1995 A
5611049 Pitts Mar 1997 A
5627889 Eslambolchi Mar 1997 A
5701467 Freeston Sep 1997 A
5764910 Shachar Jun 1998 A
5774660 Brendel et al. Jun 1998 A
5815649 Utter et al. Sep 1998 A
5852717 Bhide et al. Nov 1998 A
5892914 Pitts Apr 1999 A
5893116 Simmonds et al. Apr 1999 A
5895462 Toki Apr 1999 A
5905248 Russell et al. Apr 1999 A
5933811 Angles et al. May 1999 A
5937427 Shinagawa et al. Aug 1999 A
5974454 Apfel et al. Aug 1999 A
5991306 Burns et al. Oct 1999 A
5999274 Lee et al. Nov 1999 A
6006264 Colby et al. Dec 1999 A
6016512 Huitema Jan 2000 A
6026452 Pitts Jan 2000 A
6085234 Pitts et al. Jan 2000 A
6038601 Lambert et al. Feb 2000 A
6052718 Gifford Mar 2000 A
6078960 Ballard Apr 2000 A
6018619 Allard et al. Jun 2000 A
6092100 Berstis et al. Jul 2000 A
6098096 Tsirigotis et al. Jul 2000 A
6108703 Leighton et al. Aug 2000 A
6128279 O'Neil et al. Aug 2000 A
6151631 Ansell et al. Oct 2000 A
6157942 Chu et al. Nov 2000 A
6167438 Yates et al. Dec 2000 A
6167446 Lister et al. Dec 2000 A
6173316 De Boor et al. Jan 2001 B1
6178160 Bolton et al. Jan 2001 B1
6182111 Inohara et al. Jan 2001 B1
6182125 Borella et al. Jan 2001 B1
6185598 Farber et al. Jan 2001 B1
6192051 Lipman et al. Feb 2001 B1
6205475 Pitts Feb 2001 B1
6223288 Byrne Mar 2001 B1
6223209 Watson et al. Apr 2001 B1
6243761 Mogul et al. Apr 2001 B1
6275496 Burns et al. Jun 2001 B1
6256671 Strentzsch et al. Jul 2001 B1
6286043 Cuomo et al. Aug 2001 B1
6286084 Wexler et al. Sep 2001 B1
6304913 Rune Sep 2001 B1
6324580 Jindal et al. Oct 2001 B1
6330602 Law et al. Nov 2001 B1
6338082 Schneider Jan 2002 B1
6345308 Abe Jan 2002 B1
6351743 DeArdo et al. Feb 2002 B1
6351775 Yu Feb 2002 B1
6363411 Dugan et al. Feb 2002 B1
6366952 Pitts Mar 2002 B2
6374290 Scharber et al. Apr 2002 B1
6377257 Borrel et al. Apr 2002 B1
6386043 Millins Apr 2002 B1
6389532 Gupta et al. May 2002 B1
6405252 Gupta et al. May 2002 B1
6408360 Chamberlain et al. Jun 2002 B1
6411967 Van Renesse Jun 2002 B1
6415280 Farber et al. Jun 2002 B1
6430607 Kavner Jul 2002 B1
6438592 Killian Aug 2002 B1
6442165 Sitaraman et al. Aug 2002 B1
6452925 Sistanizadeh et al. Aug 2002 B1
6457047 Chandra et al. Sep 2002 B1
6459909 Bilcliff et al. Sep 2002 B1
6473804 Kaiser et al. Oct 2002 B1
6484143 Swildens et al. Oct 2002 B1
6484161 Chipalkatti et al. Nov 2002 B1
6493765 Cunningham et al. Nov 2002 B1
6505241 Pitts Jan 2003 B2
6513112 Craig et al. Jan 2003 B1
6523036 Hickman et al. Jan 2003 B1
6529910 Fleskes Feb 2003 B1
6529953 Van Renesse Mar 2003 B1
6553413 Leighton et al. Mar 2003 B1
6560610 Eatherton et al. Apr 2003 B1
6564380 Murphy May 2003 B1
6611873 Kanehara May 2003 B1
6622168 Datta Aug 2003 B1
6643357 Lumsden Oct 2003 B2
6643707 Booth Nov 2003 B1
6654807 Farber et al. Nov 2003 B2
6658462 Dutta Nov 2003 B1
6665706 Kenner et al. Dec 2003 B2
6678717 Schneider Jan 2004 B1
6678791 Jacobs et al. Jan 2004 B1
6681282 Golden et al. Jan 2004 B1
6687846 Adrangi et al. Jan 2004 B1
6694358 Swildens et al. Feb 2004 B1
6697805 Choquier et al. Feb 2004 B1
6718324 Edlund et al. Mar 2004 B2
6724770 Van Renesse Apr 2004 B1
6732237 Jacobs et al. Apr 2004 B1
6754699 Swildens et al. May 2004 B2
6754706 Swildens et al. Jun 2004 B1
6760721 Chasen et al. Jun 2004 B1
6769031 Bero Jul 2004 B1
6782398 Bahl Jul 2004 B1
6785704 McCanne Aug 2004 B1
6795434 Kumar et al. Aug 2004 B1
6799214 Li Sep 2004 B1
6804706 Pitts Sep 2004 B2
6810291 Card et al. Oct 2004 B2
6810411 Coughlin et al. Oct 2004 B1
6829654 Jungck Nov 2004 B1
6862607 Vermeulen Mar 2005 B1
6868439 Basu et al. Mar 2005 B2
6874017 Inoue et al. Mar 2005 B1
6917951 Orbits et al. Mar 2005 B2
6925499 Chen et al. Jul 2005 B1
6928467 Peng et al. Aug 2005 B2
6928485 Krishnamurthy et al. Aug 2005 B1
6941562 Gao et al. Aug 2005 B2
6944167 McPherson Sep 2005 B1
6950848 Yousefi'zadeh et al. Sep 2005 B1
6961783 Cook et al. Sep 2005 B1
6963850 Bezos et al. Nov 2005 B1
6968389 Menditto et al. Nov 2005 B1
6976090 Ben-Shaul et al. Dec 2005 B2
6981017 Kasriel et al. Dec 2005 B1
6981025 Frazier et al. Dec 2005 B1
6985945 Farhat et al. Jan 2006 B2
6986018 O'Rourke et al. Jan 2006 B2
6990526 Zhu Jan 2006 B1
6996616 Leighton et al. Jan 2006 B1
7003555 Jungck Feb 2006 B1
7006099 Gut et al. Feb 2006 B2
7007089 Freedman Feb 2006 B2
7010578 Lewin et al. Mar 2006 B1
7010598 Sitaraman et al. Mar 2006 B2
7024466 Outten et al. Apr 2006 B2
7027582 Khello et al. Apr 2006 B2
7031445 Lumsden Apr 2006 B2
7032010 Swildens et al. Apr 2006 B1
7058633 Gnagy et al. Apr 2006 B1
7058706 Iyer et al. Jun 2006 B1
7058953 Willard et al. Jun 2006 B2
7062158 Ayaki Jun 2006 B1
7065587 Huitema et al. Jun 2006 B2
7072982 Teodosiu et al. Jun 2006 B2
7076633 Tormasov et al. Jul 2006 B2
7082476 Cohen et al. Jul 2006 B1
7086061 Joshi et al. Aug 2006 B1
7092505 Allison et al. Aug 2006 B2
7092997 Kasriel et al. Aug 2006 B1
7095715 Buckman et al. Aug 2006 B2
7096266 Lewin et al. Aug 2006 B2
7099936 Chase et al. Aug 2006 B2
7103645 Leighton et al. Aug 2006 B2
7114160 Suryanarayana et al. Sep 2006 B2
7117262 Bai et al. Sep 2006 B2
7133905 Dilley et al. Oct 2006 B2
7136922 Sundaram et al. Nov 2006 B2
7139808 Anderson et al. Nov 2006 B2
7139821 Shah et al. Nov 2006 B1
7143169 Champagne et al. Nov 2006 B1
7143170 Swildens et al. Nov 2006 B2
7146560 Dang et al. Nov 2006 B2
7149747 Cheng et al. Dec 2006 B1
7149809 Barde et al. Dec 2006 B2
7152118 Anderson, IV et al. Dec 2006 B2
7162539 Garcie-Luna-Aceves Jan 2007 B2
7165117 Sitaraman et al. Jan 2007 B1
7171469 Ackaouy et al. Jan 2007 B2
7174382 Ramanathan et al. Jan 2007 B2
7185046 Ferstl et al. Feb 2007 B2
7185063 Kasriel et al. Feb 2007 B1
7185084 Sirivara et al. Feb 2007 B2
7188214 Kasriel et al. Feb 2007 B1
7194522 Swildens et al. Mar 2007 B1
7194552 Schneider Mar 2007 B1
7200667 Teodosiu et al. Mar 2007 B2
7200673 Augart Apr 2007 B1
7216170 Ludvig et al. Apr 2007 B2
7225254 Swildens et al. May 2007 B1
7228350 Hong et al. May 2007 B2
7228359 Monteiro Jun 2007 B1
7233978 Overton et al. Jun 2007 B2
7240100 Wein et al. Jun 2007 B1
7249196 Peiffer et al. Jul 2007 B1
7251675 Kamakura et al. Jul 2007 B1
7254626 Kommula et al. Jul 2007 B1
7272227 Beran Jul 2007 B1
7254634 Davis et al. Aug 2007 B1
7254636 O'Toole, Jr. et al. Aug 2007 B1
7257581 Steele et al. Aug 2007 B1
7260598 Liskov et al. Aug 2007 B1
7260639 Afergan et al. Aug 2007 B2
7269784 Kasriel et al. Sep 2007 B1
7274658 Bornstein et al. Sep 2007 B2
7284056 Ramig Sep 2007 B2
7289519 Liskov Oct 2007 B1
7293093 Leighton Oct 2007 B2
7308499 Chavez Nov 2007 B2
7310686 Uysal Dec 2007 B2
7316648 Kelly et al. Jan 2008 B2
7318074 Iyengar et al. Jan 2008 B2
7320131 O'Toole, Jr. Jan 2008 B1
7321918 Burd et al. Jan 2008 B2
7337968 Wilz, Sr. et al. Jan 2008 B2
7339937 Mitra et al. Mar 2008 B2
7340505 Lisiecki et al. Mar 2008 B2
7343397 Kochanski Mar 2008 B2
7350075 Eastham et al. Mar 2008 B1
7362703 Taft et al. Mar 2008 B1
7363291 Page Apr 2008 B1
7363626 Koutharapu et al. Apr 2008 B2
7370089 Boyd et al. Apr 2008 B2
7372809 Chen May 2008 B2
7373416 Kagan et al. May 2008 B2
7376716 Dilley et al. May 2008 B2
7376736 Sundaram et al. May 2008 B2
7380078 Ikegaya et al. May 2008 B2
7389354 Sitaraman et al. May 2008 B1
7392236 Rusch et al. Jun 2008 B2
7398301 Hennessey et al. Jun 2008 B2
7406512 Swildens et al. Jul 2008 B2
7406522 Riddle Jul 2008 B2
7409712 Brooks et al. Jul 2008 B1
7430610 Pace et al. Aug 2008 B2
7441045 Skene et al. Sep 2008 B2
7441261 Slater et al. Oct 2008 B2
7451230 Corrado et al. Oct 2008 B2
7454457 Lowery et al. Nov 2008 B1
7454500 Hsu et al. Nov 2008 B1
7461170 Taylor et al. Nov 2008 B1
7464142 Flurry et al. Dec 2008 B2
7472201 Aitken Dec 2008 B1
7478148 Neerdaels Jan 2009 B2
7492720 Pruthi et al. Jan 2009 B2
7496651 Joshi Feb 2009 B1
7499998 Toebes et al. Feb 2009 B2
7502836 Menditto et al. Mar 2009 B1
7505464 Okmianski et al. Mar 2009 B2
7506034 Coates et al. Mar 2009 B2
7519705 Papagiannaki et al. Mar 2009 B1
7519720 Fishman et al. Apr 2009 B2
7519726 Palliyil et al. Apr 2009 B2
7523181 Swildens et al. Apr 2009 B2
7543024 Holstege Apr 2009 B2
7548947 Kasriel et al. Jun 2009 B2
7552235 Chase et al. Jun 2009 B2
7555542 Ayers et al. Jun 2009 B1
7561571 Lovett et al. Jun 2009 B1
7565407 Hayball Jul 2009 B1
7568032 Feng et al. Jul 2009 B2
7573916 Bechtolsheim et al. Jul 2009 B1
7574499 Swildens et al. Aug 2009 B1
7581009 Hsu et al. Aug 2009 B1
7593935 Sullivan Aug 2009 B2
7584507 Nucci Sep 2009 B1
7594189 Walker et al. Sep 2009 B1
7596619 Leighton et al. Sep 2009 B2
7603439 Dilley et al. Sep 2009 B2
7613815 Prakash et al. Oct 2009 B1
7617222 Coulthard et al. Nov 2009 B2
7623460 Miyazaki Nov 2009 B2
7624169 Lisiecki et al. Nov 2009 B2
7624264 Aura et al. Nov 2009 B2
7631101 Sullivan et al. Nov 2009 B2
7626940 Jain Dec 2009 B2
7640296 Fuchs et al. Dec 2009 B2
7650376 Blumenau Jan 2010 B1
7653689 Champagne et al. Jan 2010 B1
7653700 Bahl et al. Jan 2010 B1
7653725 Yahiro et al. Jan 2010 B2
7657613 Hanson et al. Jan 2010 B1
7657622 Douglis et al. Feb 2010 B1
7661027 Langen et al. Feb 2010 B2
7664831 Cartmell et al. Feb 2010 B2
7664879 Chan et al. Feb 2010 B2
7676570 Levy et al. Feb 2010 B2
7680897 Carter et al. Mar 2010 B1
7684394 Cutbill et al. Mar 2010 B1
7685109 Ransil et al. Mar 2010 B1
7685251 Houlihan et al. Mar 2010 B2
7685270 Vermeulen et al. Mar 2010 B1
7685273 Anastas et al. Mar 2010 B1
7693813 Cao et al. Mar 2010 B1
7693959 Leighton et al. Apr 2010 B2
7698418 Shimada et al. Apr 2010 B2
7702724 Brydon et al. Apr 2010 B1
7706740 Collins et al. Apr 2010 B2
7707071 Rigole Apr 2010 B2
7707314 McCarthy et al. Apr 2010 B2
7711647 Gunaseelan et al. Apr 2010 B2
7711788 Lev Ran et al. May 2010 B2
7716367 Leighton et al. May 2010 B1
7725602 Liu et al. May 2010 B2
7725658 Lang et al. May 2010 B2
7730187 Raciborski et al. May 2010 B2
7739400 Lindbo et al. Jun 2010 B2
7747720 Toebes et al. Jun 2010 B2
7748005 Romero et al. Jun 2010 B2
7756017 Goyal et al. Jul 2010 B2
7756032 Feick et al. Jul 2010 B2
7756913 Day Jul 2010 B1
7756965 Joshi Jul 2010 B2
7757202 Dahlsted et al. Jul 2010 B2
7761572 Auerbach Jul 2010 B1
7765295 Anastas et al. Jul 2010 B2
7765304 Davis et al. Jul 2010 B2
7769823 Jenny et al. Jul 2010 B2
7773596 Marques Aug 2010 B1
7774342 Virdy Aug 2010 B1
7783727 Foley et al. Aug 2010 B1
7787380 Aggarwal et al. Aug 2010 B1
7792989 Toebes et al. Aug 2010 B2
7805516 Kettler et al. Sep 2010 B2
7809597 Das et al. Sep 2010 B2
7813308 Reddy et al. Oct 2010 B2
7814229 Cabrera et al. Oct 2010 B1
7818454 Kim et al. Oct 2010 B2
7827256 Phillips et al. Oct 2010 B2
7836177 Kasriel et al. Nov 2010 B2
7853719 Cao et al. Nov 2010 B1
7853680 Phatak Dec 2010 B2
7860735 Evanitsky Dec 2010 B2
7865594 Baumback et al. Jan 2011 B1
7865953 Hsieh et al. Jan 2011 B1
7873065 Mukerji et al. Jan 2011 B1
7890612 Todd et al. Jan 2011 B2
7890989 Hofrichter et al. Feb 2011 B1
7899899 Joshi Feb 2011 B2
7904875 Hegyi Mar 2011 B2
7912921 O'Rourke et al. Mar 2011 B2
7925782 Sivasubramanian et al. Mar 2011 B2
7925713 Day et al. Apr 2011 B1
7930393 Baumback et al. Apr 2011 B1
7930402 Swildens et al. Apr 2011 B2
7930427 Josefsberg et al. Apr 2011 B2
7933988 Nasuto et al. Apr 2011 B2
7937456 McGrath Apr 2011 B2
7937477 Day et al. May 2011 B1
7945693 Farber et al. May 2011 B2
7949779 Farber et al. May 2011 B2
7949785 Alkhatib et al. May 2011 B2
7958222 Pruitt et al. May 2011 B1
7958258 Yeung et al. Jun 2011 B2
7961736 Ayyagari Jun 2011 B2
7962597 Richardson et al. Jun 2011 B2
7966404 Hedin et al. Jun 2011 B2
7970816 Chess et al. Jun 2011 B2
7970940 van de Ven et al. Jun 2011 B1
7979509 Malmskog et al. Jun 2011 B1
7991910 Richardson et al. Jul 2011 B2
7996404 Wong et al. Aug 2011 B2
7996533 Leighton et al. Aug 2011 B2
7996535 Auerbach Aug 2011 B2
8000724 Rayburn et al. Aug 2011 B1
8001187 Stochosky Aug 2011 B2
8010705 Sebastian et al. Aug 2011 B1
8010707 Elzur et al. Aug 2011 B2
8019869 Kriegsman Aug 2011 B2
8024441 Kommula et al. Sep 2011 B2
8028090 Richardson et al. Sep 2011 B2
8041773 Abu-Ghazaleh et al. Sep 2011 B2
8041809 Sundaram et al. Oct 2011 B2
8041818 Gupta et al. Oct 2011 B2
8042054 White et al. Oct 2011 B2
8051166 Baumback et al. Oct 2011 B1
8065275 Eriksen et al. Nov 2011 B2
8069231 Schran et al. Nov 2011 B2
8073940 Richardson et al. Nov 2011 B1
8079087 Spies et al. Dec 2011 B1
8082348 Averbuj et al. Dec 2011 B1
8099487 Smirnov et al. Jan 2012 B1
8108623 Krishnaprasad et al. Jan 2012 B2
8117306 Baumback et al. Jan 2012 B1
8122098 Richardson et al. Feb 2012 B1
8122124 Baumback et al. Feb 2012 B1
8132242 Wu Feb 2012 B1
8135820 Richardson et al. Mar 2012 B2
8155126 Mao et al. Mar 2012 B1
8156199 Hoche-Mong et al. Apr 2012 B1
8156243 Richardson et al. Apr 2012 B2
8161184 Sekar et al. Apr 2012 B2
8165915 Lucash Apr 2012 B1
8175863 Ostermeyer et al. Apr 2012 B1
8180720 Kovacs et al. May 2012 B1
8190682 Paterson-Jones et al. May 2012 B2
8195605 Chellappa et al. May 2012 B2
8195837 McCarthy et al. Jun 2012 B2
8209695 Pruyne et al. Jun 2012 B1
8224971 Miller et al. Jun 2012 B1
8218965 Uhlhorn et al. Jul 2012 B1
8219647 Harvell et al. Jul 2012 B2
8224942 Presotto et al. Jul 2012 B1
8224986 Liskov et al. Jul 2012 B1
8224994 Schneider Jul 2012 B1
8234403 Richardson et al. Jul 2012 B2
8239530 Sundaram et al. Jul 2012 B2
8250135 Driesen et al. Aug 2012 B2
8250211 Swildens et al. Aug 2012 B2
8250219 Raciborski et al. Aug 2012 B2
8260914 Ranjan Aug 2012 B1
8261062 Aura et al. Sep 2012 B2
8266288 Banerjee et al. Sep 2012 B2
8266327 Kumar et al. Sep 2012 B2
8271471 Kamvar et al. Sep 2012 B1
8280998 Joshi Sep 2012 B2
8281035 Farber et al. Oct 2012 B2
8286176 Baumback et al. Oct 2012 B1
8291046 Farber et al. Oct 2012 B2
8291117 Eggleston et al. Oct 2012 B1
8296375 Katzer et al. Oct 2012 B1
8296393 Alexander et al. Oct 2012 B2
8296429 Baumback et al. Oct 2012 B2
8296786 Faust et al. Oct 2012 B2
8301600 Helmick et al. Oct 2012 B1
8301645 Crook Oct 2012 B1
8316124 Baumback et al. Oct 2012 B1
8321568 Sivasubramanian et al. Nov 2012 B2
8321588 Richardson et al. Nov 2012 B2
8331370 Hamilton et al. Nov 2012 B2
8341745 Chat et al. Dec 2012 B1
8356074 Ehrlich et al. Jan 2013 B1
8380831 Barber Jan 2013 B2
8380851 McCarthy et al. Feb 2013 B2
8392928 Forys et al. Feb 2013 B1
8396908 Moore et al. Mar 2013 B2
8402137 Sivasuramanian et al. Mar 2013 B2
8423408 Barnes et al. Mar 2013 B1
8423662 Weihl et al. Apr 2013 B1
8423667 Richardson et al. Apr 2013 B2
8433749 Wee et al. Apr 2013 B2
8443167 Fallone et al. Apr 2013 B1
8447831 Sivasubramanian et al. May 2013 B1
8447854 Jasinskyj May 2013 B1
8447876 Verma et al. May 2013 B2
8452745 Ramakrishna May 2013 B2
8452870 Baumback et al. May 2013 B2
8452874 MacCarthaigh et al. May 2013 B2
8463877 Richardson May 2013 B1
8458360 Richardson et al. Jun 2013 B2
8468222 Sakata et al. Jun 2013 B2
8468245 Farber et al. Jun 2013 B2
8473613 Farber et al. Jun 2013 B2
8478903 Farber et al. Jun 2013 B2
8478883 Day et al. Jul 2013 B2
8489737 Baumback et al. Jul 2013 B2
8504721 Hsu et al. Jul 2013 B2
8504775 Plamondon Aug 2013 B2
8510428 Joshi Aug 2013 B2
8510807 Elazary et al. Aug 2013 B1
8516082 Cadwell et al. Aug 2013 B2
8521851 Richardson et al. Aug 2013 B1
8521876 Goodman et al. Aug 2013 B2
8521880 Richardson et al. Aug 2013 B1
8521885 Richardson et al. Aug 2013 B1
8521908 Holmes et al. Aug 2013 B2
8526405 Curtis et al. Aug 2013 B2
8527639 Liskov et al. Sep 2013 B1
8527645 Proffit et al. Sep 2013 B1
8527658 Holmes et al. Sep 2013 B2
8549646 Stavrou et al. Sep 2013 B2
8572208 Farber et al. Oct 2013 B2
8572210 Farber et al. Oct 2013 B2
8577992 Richardson et al. Oct 2013 B1
8577963 Trahan et al. Nov 2013 B2
8589996 Ma et al. Nov 2013 B2
8606996 Richardson et al. Nov 2013 B2
8606926 Ulevitch Dec 2013 B2
8612565 Schneider Dec 2013 B2
8612588 Ehrlich et al. Dec 2013 B1
8615549 Knowles et al. Dec 2013 B2
8619780 Brandwine Dec 2013 B1
8626950 Richardson et al. Jan 2014 B1
8635340 Schneider Jan 2014 B1
8639817 Sivasubramanian et al. Jan 2014 B2
8645539 McCarthy et al. Jan 2014 B2
8645700 Smith et al. Feb 2014 B2
8667127 Bettis et al. Feb 2014 B2
8676918 Richardson et al. Mar 2014 B2
8683023 Brandwine et al. Mar 2014 B1
8683076 Farber et al. Mar 2014 B2
8688837 Richardson et al. Mar 2014 B1
8694642 Dempsky et al. Apr 2014 B2
8712950 Smith et al. Apr 2014 B2
8732309 Richardson et al. Apr 2014 B1
8738766 Kazerani et al. May 2014 B1
8745177 Kazerani et al. May 2014 B1
8756322 Lynch Jun 2014 B1
8756325 Sivasubramanian et al. Jun 2014 B2
8756341 Richardson et al. Jun 2014 B1
8762526 Baumback et al. Jun 2014 B2
8775553 Cansino et al. Jun 2014 B2
8782207 Qiu et al. Jul 2014 B2
8782236 Marshall et al. Jul 2014 B1
8782279 Eggleston et al. Jul 2014 B2
8788671 Richardson et al. Jul 2014 B2
8812727 Sorenson, III et al. Jul 2014 B1
8819187 Hofmann Aug 2014 B1
8819283 Richardson et al. Aug 2014 B2
8826032 Yahalom et al. Aug 2014 B1
8843625 Baumback et al. Sep 2014 B2
8902897 Hamilton et al. Sep 2014 B2
8885584 Praveenkumar et al. Nov 2014 B2
8904009 Marshall et al. Dec 2014 B1
8914514 Jenkins et al. Dec 2014 B1
8914626 Adogla et al. Dec 2014 B1
8914797 Osogami et al. Dec 2014 B2
8914814 Middleton et al. Dec 2014 B1
8924466 Seed et al. Dec 2014 B2
8924528 Richardson et al. Dec 2014 B1
8930513 Richardson et al. Jan 2015 B1
8930544 Richardson et al. Jan 2015 B2
8935744 Osterweil et al. Jan 2015 B2
8938526 Richardson et al. Jan 2015 B1
8949161 Borst et al. Jan 2015 B2
8949459 Scholl Feb 2015 B1
8966318 Shah Feb 2015 B1
8971328 Judge et al. Feb 2015 B2
8972580 Fleischman et al. Mar 2015 B2
8976711 Li et al. Mar 2015 B2
9003035 Richardson et al. Mar 2015 B1
9003040 MacCarthaigh et al. Apr 2015 B2
9009286 Sivasubramanian et al. Apr 2015 B2
9009334 Jenkins et al. Apr 2015 B1
9021127 Richardson et al. Apr 2015 B2
9021128 Sivasubramanian et al. Apr 2015 B2
9021129 Richardson et al. Apr 2015 B2
9026616 Sivasubramanian et al. Apr 2015 B2
9037975 Taylor et al. May 2015 B1
9071502 Baumback et al. May 2015 B2
9075777 Pope et al. Jun 2015 B1
9075893 Jenkins Jul 2015 B1
9083675 Richardson et al. Jul 2015 B2
9083743 Patel et al. Jul 2015 B1
9088460 Baumback et al. Jul 2015 B2
9092141 Hayashi Jul 2015 B2
9106701 Richardson et al. Jul 2015 B2
9116803 Agrawal et al. Aug 2015 B1
9118543 Baumback et al. Aug 2015 B2
9118680 Dunlap et al. Aug 2015 B1
9130756 Richardson et al. Aug 2015 B2
9130977 Zisapel et al. Sep 2015 B2
9137210 Joglekar et al. Sep 2015 B1
9137301 Dunlap et al. Sep 2015 B1
9137302 Makhijani et al. Sep 2015 B1
9154551 Watson Sep 2015 B1
9160641 Baumback et al. Oct 2015 B2
9160703 Richardson et al. Oct 2015 B2
9172674 Patel et al. Oct 2015 B1
9176894 Marshall et al. Oct 2015 B2
9185012 Richardson et al. Nov 2015 B2
9191338 Richardson et al. Nov 2015 B2
9191393 Tovar Nov 2015 B2
9191458 Richardson et al. Nov 2015 B2
9195996 Walsh et al. Nov 2015 B1
9208097 Richardson et al. Nov 2015 B2
9210099 Baumback et al. Dec 2015 B2
9210235 Sivasubramanian et al. Dec 2015 B2
9219686 Hilt et al. Dec 2015 B2
9237087 Risbood et al. Jan 2016 B1
9237114 Richardson et al. Jan 2016 B2
9240954 Ellsworth et al. Jan 2016 B1
9246776 Ellsworth et al. Jan 2016 B2
9253065 Richardson et al. Jan 2016 B2
9251112 Richardson et al. Feb 2016 B2
9276812 Nagargadde et al. Feb 2016 B1
9282032 Judge et al. Mar 2016 B2
9294391 Mostert Mar 2016 B1
9300535 Popli et al. Mar 2016 B2
9323577 Marr et al. Mar 2016 B2
9332078 Sivasubramanian et al. Apr 2016 B2
9367929 Bettis et al. May 2016 B2
9386038 Martini Jun 2016 B2
9391949 Richardson et al. Jul 2016 B1
9407676 Archer et al. Jul 2016 B2
9407539 Dickinson et al. Aug 2016 B1
9407681 Richardson et al. Aug 2016 B1
9407699 Sivasubramanian et al. Aug 2016 B2
9444718 Khakpour et al. Aug 2016 B2
9444759 Richardson et al. Sep 2016 B2
9479476 Richardson et al. Sep 2016 B2
9491073 Baumback et al. Oct 2016 B2
9495338 Hollis et al. Nov 2016 B1
9497259 Richardson et al. Nov 2016 B1
9515949 Richardson et al. Nov 2016 B2
9525659 Sonkin et al. Dec 2016 B1
9544388 Li et al. Jan 2017 B1
9544394 Richardson et al. Jan 2017 B2
9571389 Richardson et al. Jan 2017 B2
9584328 Graham-cumming Feb 2017 B1
9590946 Richardson et al. Feb 2017 B2
9608957 Sivasubramanian et al. Mar 2017 B2
9621660 Sivasubramanian et al. Mar 2017 B2
9628403 Baumback et al. Apr 2017 B2
9628509 Holloway et al. Apr 2017 B2
9628554 Marshall et al. Apr 2017 B2
9645808 Turpie Apr 2017 B1
9660890 Baumback et al. May 2017 B2
9703713 Nadgowda May 2017 B2
9699108 Popli et al. Jul 2017 B2
9705922 Foxhoven et al. Jul 2017 B2
9712325 Richardson et al. Jul 2017 B2
9712484 Richardson et al. Jul 2017 B1
9734472 Richardson et al. Jul 2017 B2
9742795 Radlein et al. Aug 2017 B1
9760420 Letz et al. Aug 2017 B1
9769248 Krishnan et al. Sep 2017 B1
9774619 Radlein et al. Sep 2017 B1
9787599 Richardson et al. Sep 2017 B2
9787775 Richardson et al. Oct 2017 B1
9794188 Baumback et al. Oct 2017 B2
9794216 Richardson et al. Oct 2017 B2
9794281 Radlein et al. Oct 2017 B1
9800539 Richardson et al. Oct 2017 B2
9811451 Arguelles et al. Oct 2017 B1
9819567 Uppal et al. Nov 2017 B1
9825831 Baumback et al. Nov 2017 B2
9832141 Raftery Nov 2017 B1
9871794 Joffe et al. Jan 2018 B2
9887914 Bergman Jan 2018 B2
9887915 Richardson et al. Feb 2018 B2
9887931 Uppal et al. Feb 2018 B1
9887932 Uppal et al. Feb 2018 B1
9888089 Sivasubramanian et al. Feb 2018 B2
9893957 Ellsworth et al. Feb 2018 B2
9894168 Sivasubramanian et al. Feb 2018 B2
9900402 Li et al. Feb 2018 B1
9912740 Richardson et al. Feb 2018 B2
9929959 Mostert Mar 2018 B2
9930131 MacCarthaigh et al. Mar 2018 B2
9954934 Sivasubramanian et al. Mar 2018 B2
9985927 Richardson et al. Apr 2018 B2
9992086 Mizik et al. May 2018 B1
9992303 Richardson et al. Jun 2018 B2
9996501 Nelson et al. Jun 2018 B1
9996572 Calder et al. Jun 2018 B2
10015237 Richardson et al. Jun 2018 B2
10015241 Marr et al. Jul 2018 B2
10027582 Richardson et al. Jul 2018 B2
10027739 Krishnan et al. Jul 2018 B1
10033627 Howard et al. Jul 2018 B1
10033691 Mizik et al. Jul 2018 B1
10033699 Sullivan et al. Jul 2018 B2
10049051 Baldwin Jul 2018 B1
10162753 Marshall et al. Jul 2018 B2
10063459 Judge et al. Aug 2018 B2
10075551 Baldwin et al. Aug 2018 B1
10079742 Richardson et al. Sep 2018 B1
10091096 Howard et al. Sep 2018 B1
10097398 Richardson et al. Oct 2018 B1
10097448 Howard et al. Oct 2018 B1
10097566 Radlein et al. Oct 2018 B1
10104009 Baumback et al. Oct 2018 B2
10110694 Watson et al. Oct 2018 B1
10116584 Richardson et al. Oct 2018 B2
10135620 Richardson et al. Oct 2018 B2
10148542 Baumback et al. Nov 2018 B2
10021179 Velummylum et al. Dec 2018 B1
10157135 Richardson et al. Dec 2018 B2
10158729 Sivasubramanian et al. Dec 2018 B2
10180993 Raftery Jan 2019 B2
10200402 Radlein et al. Jan 2019 B2
10200492 MacCarthaigh et al. Feb 2019 B2
10205644 Baumback et al. Feb 2019 B2
10205698 Petersen et al. Feb 2019 B1
10218584 Ellsworth et al. Feb 2019 B2
10225322 Richardson et al. Feb 2019 B2
10225326 Puchala et al. Mar 2019 B1
10225362 Watson Mar 2019 B2
10225365 Hotchkies et al. Mar 2019 B1
10230819 Richardson et al. Mar 2019 B2
10257307 Baldwin Mar 2019 B1
10264062 Richardson et al. Apr 2019 B2
10270878 Uppal et al. Apr 2019 B1
10284446 Baumback et al. Apr 2019 B2
10305797 Richardson et al. May 2019 B2
10311371 Hotchkies et al. May 2019 B1
10348639 Puchala et al. Jul 2019 B2
10372499 Radhakrishnan et al. Aug 2019 B1
10374955 Mostert Aug 2019 B2
10410085 Bettis et al. Sep 2019 B2
10447648 Bliss et al. Oct 2019 B2
10462025 Baumback et al. Oct 2019 B2
10467042 Mercier et al. Nov 2019 B1
10469355 Uppal et al. Nov 2019 B2
10469513 Uppal et al. Nov 2019 B2
10491534 Richardson et al. Nov 2019 B2
10505961 Uppal et al. Dec 2019 B2
10506029 Hollis et al. Dec 2019 B2
10511567 Richardson et al. Dec 2019 B2
10516590 Mizik et al. Dec 2019 B2
10521348 Marshall et al. Dec 2019 B2
10523783 Richardson et al. Dec 2019 B2
10530874 Sivasubramanian et al. Jan 2020 B2
10542079 Marr et al. Jan 2020 B2
10554748 Sivasubramanian et al. Feb 2020 B2
10574787 Richardson et al. Feb 2020 B2
10601767 Richardson et al. Mar 2020 B2
10616250 Uppal et al. Apr 2020 B2
10623408 Marshall et al. Apr 2020 B1
10630771 Garza et al. Apr 2020 B1
10645149 Sivasubramanian et al. May 2020 B2
10666756 Baldwin et al. May 2020 B2
10691752 Raftery Jun 2020 B2
10742550 Richardson et al. Aug 2020 B2
10771552 Sivasubramanian et al. Sep 2020 B2
10778554 Richardson et al. Sep 2020 B2
10783077 Marshall et al. Sep 2020 B2
10785037 Richardson et al. Sep 2020 B2
10797995 Richardson et al. Oct 2020 B2
10812358 Navaneetha et al. Oct 2020 B2
10831549 Radhakrishnan et al. Nov 2020 B1
10931738 Radhakrishnan et al. Feb 2021 B2
10938884 Baldwin et al. Mar 2021 B1
10958501 Richardson et al. Mar 2021 B1
11108729 Richardson et al. Mar 2021 B2
11025747 Keogh Jun 2021 B1
11115500 Richardson et al. Sep 2021 B2
11134134 Uppal et al. Sep 2021 B2
20010000811 May et al. May 2001 A1
20010025305 Yoshiasa et al. Sep 2001 A1
20010027479 Delaney et al. Oct 2001 A1
20010032133 Moran Oct 2001 A1
20010034704 Farhat et al. Oct 2001 A1
20010049741 Skene et al. Dec 2001 A1
20010052016 Skene et al. Dec 2001 A1
20010056416 Garcia-Luna-Aceves Dec 2001 A1
20010056500 Farber et al. Dec 2001 A1
20020002613 Freeman et al. Jan 2002 A1
20020004816 Vange et al. Jan 2002 A1
20020004846 Garcia-Luna-Aceves et al. Jan 2002 A1
20020007404 Vange et al. Jan 2002 A1
20020007413 Garcia-Luna-Aceves et al. Jan 2002 A1
20020009079 Jungck et al. Jan 2002 A1
20020010783 Primak et al. Jan 2002 A1
20020010798 Ben-Shaul et al. Jan 2002 A1
20020013823 Eubanks Jan 2002 A1
20020016831 Peled et al. Feb 2002 A1
20020035624 Kim Mar 2002 A1
20020048269 Hong et al. Apr 2002 A1
20020049608 Hartsell et al. Apr 2002 A1
20020049842 Huetsch et al. Apr 2002 A1
20020049857 Farber et al. Apr 2002 A1
20020052942 Swildens et al. May 2002 A1
20020062372 Hong et al. May 2002 A1
20020065910 Dutta May 2002 A1
20020068554 Dusse Jun 2002 A1
20020069420 Russell et al. Jun 2002 A1
20020078233 Biliris et al. Jun 2002 A1
20020082858 Heddaya et al. Jun 2002 A1
20020083118 Sim Jun 2002 A1
20020083148 Shaw et al. Jun 2002 A1
20020083175 Afek Jun 2002 A1
20020083178 Brothers Jun 2002 A1
20020083198 Kim et al. Jun 2002 A1
20020087374 Boubez et al. Jul 2002 A1
20020087726 Macpherson et al. Jul 2002 A1
20020087797 Adrangi Jul 2002 A1
20020091786 Yamaguchi et al. Jul 2002 A1
20020091801 Lewin et al. Jul 2002 A1
20020092026 Janniello et al. Jul 2002 A1
20020099616 Sweldens Jul 2002 A1
20020099850 Farber et al. Jul 2002 A1
20020101836 Dorenbosch Aug 2002 A1
20020103820 Cartmell et al. Aug 2002 A1
20020103972 Satran et al. Aug 2002 A1
20020107944 Bai et al. Aug 2002 A1
20020112049 Elnozahy et al. Aug 2002 A1
20020112123 Becker et al. Aug 2002 A1
20020116481 Lee Aug 2002 A1
20020116491 Boyd et al. Aug 2002 A1
20020116582 Copeland et al. Aug 2002 A1
20020120666 Landsman et al. Aug 2002 A1
20020120782 Dillon et al. Aug 2002 A1
20020124047 Gartner et al. Sep 2002 A1
20020124098 Shaw Sep 2002 A1
20020129123 Johnson et al. Sep 2002 A1
20020131428 Pecus et al. Sep 2002 A1
20020133601 Kennamer et al. Sep 2002 A1
20020133741 Maeda et al. Sep 2002 A1
20020135611 Deosaran et al. Sep 2002 A1
20020138286 Engstrom Sep 2002 A1
20020138437 Lewin et al. Sep 2002 A1
20020138443 Schran et al. Sep 2002 A1
20020138649 Cartmell et al. Sep 2002 A1
20020138761 Kanemaki et al. Sep 2002 A1
20020143675 Orshan Oct 2002 A1
20020143798 Lisiecki et al. Oct 2002 A1
20020143989 Huitema et al. Oct 2002 A1
20020145993 Chowdhury et al. Oct 2002 A1
20020147770 Tang Oct 2002 A1
20020147774 Lisiecki et al. Oct 2002 A1
20020150094 Cheng et al. Oct 2002 A1
20020150276 Chang Oct 2002 A1
20020152326 Orshan Oct 2002 A1
20020154157 Sherr et al. Oct 2002 A1
20020156884 Bertram et al. Oct 2002 A1
20020156911 Croman et al. Oct 2002 A1
20020161745 Call Oct 2002 A1
20020161767 Shapiro et al. Oct 2002 A1
20020163882 Bornstein et al. Nov 2002 A1
20020165912 Wenocur et al. Nov 2002 A1
20020169890 Beaumont et al. Nov 2002 A1
20020184368 Wang Dec 2002 A1
20020187935 Redmond et al. Dec 2002 A1
20020188722 Banerjee et al. Dec 2002 A1
20020194324 Guha Dec 2002 A1
20020194382 Kausik et al. Dec 2002 A1
20020198953 O'Rourke et al. Dec 2002 A1
20030002484 Freedman Jan 2003 A1
20030004998 Datta Jan 2003 A1
20030005036 Mitzenmacher Jan 2003 A1
20030005111 Allan Jan 2003 A1
20030007482 Khello et al. Jan 2003 A1
20030009488 Hart, III Jan 2003 A1
20030009591 Hayball et al. Jan 2003 A1
20030002641 Lumsden Feb 2003 A1
20030028642 Agarwal et al. Feb 2003 A1
20030033283 Evans et al. Feb 2003 A1
20030037108 Peiffer et al. Feb 2003 A1
20030037139 Shteyn Feb 2003 A1
20030037284 Srinivasan et al. Feb 2003 A1
20030041094 Lara et al. Feb 2003 A1
20030046343 Krishnamurthy et al. Mar 2003 A1
20030065739 Shnier Apr 2003 A1
20030070096 Pazi et al. Apr 2003 A1
20030074401 Connell et al. Apr 2003 A1
20030074471 Anderson et al. Apr 2003 A1
20030074472 Lucco et al. Apr 2003 A1
20030079027 Slocombe et al. Apr 2003 A1
20030093523 Cranor et al. May 2003 A1
20030097564 Tewari et al. May 2003 A1
20030099202 Lear et al. May 2003 A1
20030099237 Mitra et al. May 2003 A1
20030101278 Garcia-Luna-Aceves et al. May 2003 A1
20030105829 Hayward Jun 2003 A1
20030105857 Kamen et al. Jun 2003 A1
20030112792 Cranor et al. Jun 2003 A1
20030120741 Wu et al. Jun 2003 A1
20030126387 Watanabe Jul 2003 A1
20030133554 Nykanen et al. Jul 2003 A1
20030135467 Okamoto Jul 2003 A1
20030135509 Davis et al. Jul 2003 A1
20030140087 Lincoln et al. Jul 2003 A1
20030145038 Bin Tariq et al. Jul 2003 A1
20030145066 Okada et al. Jul 2003 A1
20030149581 Chaudhri et al. Aug 2003 A1
20030154239 Davis et al. Aug 2003 A1
20030154284 Bernardin et al. Aug 2003 A1
20030163722 Anderson, IV Aug 2003 A1
20030172145 Nguyen Sep 2003 A1
20030172183 Anderson, IV et al. Sep 2003 A1
20030172291 Judge et al. Sep 2003 A1
20030174648 Wang et al. Sep 2003 A1
20030177321 Watanabe Sep 2003 A1
20030182305 Balva et al. Sep 2003 A1
20030182413 Allen et al. Sep 2003 A1
20030182447 Schilling Sep 2003 A1
20030187935 Agarwalla et al. Oct 2003 A1
20030187970 Chase et al. Oct 2003 A1
20030191822 Leighton et al. Oct 2003 A1
20030200394 Ashmore et al. Oct 2003 A1
20030204602 Hudson et al. Oct 2003 A1
20030206520 Wu et al. Nov 2003 A1
20030221000 Cherkasova et al. Nov 2003 A1
20030225893 Roese et al. Dec 2003 A1
20030229682 Day Dec 2003 A1
20030233423 Dilley et al. Dec 2003 A1
20030233445 Levy et al. Dec 2003 A1
20030233455 Leber et al. Dec 2003 A1
20030236700 Arning et al. Dec 2003 A1
20030236779 Choi et al. Dec 2003 A1
20040003032 Ma et al. Jan 2004 A1
20040010562 Itonaga Jan 2004 A1
20040010563 Forte et al. Jan 2004 A1
20040010588 Slater et al. Jan 2004 A1
20040010601 Afergan et al. Jan 2004 A1
20040010621 Afergan et al. Jan 2004 A1
20040010683 Huitema Jan 2004 A1
20040015584 Cartmell et al. Jan 2004 A1
20040019518 Abraham et al. Jan 2004 A1
20040019781 Chari et al. Jan 2004 A1
20040024841 Becker et al. Jan 2004 A1
20040030620 Benjamin et al. Feb 2004 A1
20040032278 Orii et al. Feb 2004 A1
20040034744 Karlsson et al. Feb 2004 A1
20040039798 Hotz et al. Feb 2004 A1
20040044731 Chen et al. Feb 2004 A1
20040044791 Pouzzner Mar 2004 A1
20040054757 Ueda et al. Mar 2004 A1
20040059805 Dinker et al. Mar 2004 A1
20040064335 Yang Apr 2004 A1
20040064501 Jan et al. Apr 2004 A1
20040068542 Lalonde et al. Apr 2004 A1
20040073596 Kloninger et al. Apr 2004 A1
20040073707 Dillon Apr 2004 A1
20040073867 Kausik et al. Apr 2004 A1
20040078468 Hedin et al. Apr 2004 A1
20040078487 Cernohous et al. Apr 2004 A1
20040083283 Sundaram et al. Apr 2004 A1
20040083307 Uysal Apr 2004 A1
20040105544 Haneda et al. Apr 2004 A1
20040098478 Koetke et al. May 2004 A1
20040114579 Karaoguz et al. Jun 2004 A1
20040117309 Inoue et al. Jun 2004 A1
20040117455 Kaminksy et al. Jun 2004 A1
20040128344 Trossen Jun 2004 A1
20040128346 Melamed et al. Jul 2004 A1
20040148520 Talpade et al. Jul 2004 A1
20040167981 Douglas et al. Jul 2004 A1
20040167982 Cohen et al. Aug 2004 A1
20040170379 Yao et al. Aug 2004 A1
20040172466 Douglas et al. Sep 2004 A1
20040184456 Binding et al. Sep 2004 A1
20040194085 Beaubien et al. Sep 2004 A1
20040194102 Neerdaels Sep 2004 A1
20040203630 Wang Oct 2004 A1
20040205149 Dillon et al. Oct 2004 A1
20040205162 Parikh Oct 2004 A1
20040205374 Poletto et al. Oct 2004 A1
20040215823 Kleinfelter et al. Oct 2004 A1
20040221019 Swildens et al. Oct 2004 A1
20040221034 Kausik et al. Nov 2004 A1
20040246948 Lee et al. Nov 2004 A1
20040249939 Amini et al. Dec 2004 A1
20040249971 Klinker Dec 2004 A1
20040249975 Tuck et al. Dec 2004 A1
20040250119 Shelest et al. Dec 2004 A1
20040254921 Cohen et al. Dec 2004 A1
20040260769 Yamamoto Dec 2004 A1
20040267906 Truly Dec 2004 A1
20040267907 Gustafsson Dec 2004 A1
20050004945 Cossins et al. Jan 2005 A1
20050010653 McCanne Jan 2005 A1
20050015471 Zhang et al. Jan 2005 A1
20050021706 Maggi et al. Jan 2005 A1
20050021862 Schroeder et al. Jan 2005 A1
20050027882 Sullivan et al. Jan 2005 A1
20050038967 Umbehocker et al. Feb 2005 A1
20050039019 Delany Feb 2005 A1
20050044270 Grove et al. Feb 2005 A1
20050076137 Tang et al. Apr 2005 A1
20050102683 Branson et al. Apr 2005 A1
20050097445 Day et al. May 2005 A1
20050108169 Balasubramanian et al. May 2005 A1
20050108262 Fawcett May 2005 A1
20050108529 Juneau May 2005 A1
20050114296 Farber et al. May 2005 A1
20050117717 Lumsden May 2005 A1
20050132083 Raciborski et al. Jun 2005 A1
20050147088 Bao et al. Jun 2005 A1
20050149529 Gutmans Jul 2005 A1
20050157712 Rangarajan et al. Jul 2005 A1
20050160133 Greenlee et al. Jul 2005 A1
20050163168 Sheth et al. Jul 2005 A1
20050168782 Kobashi et al. Jul 2005 A1
20050171959 Deforche et al. Aug 2005 A1
20050172080 Miyauchi Aug 2005 A1
20050174989 Chen et al. Aug 2005 A1
20050181769 Kogawa Aug 2005 A1
20050188073 Nakamichi et al. Aug 2005 A1
20050192814 Challener et al. Aug 2005 A1
20050192008 Desai et al. Sep 2005 A1
20050198170 LeMay et al. Sep 2005 A1
20050198200 Subramanian et al. Sep 2005 A1
20050198303 Knauerhase et al. Sep 2005 A1
20050198334 Farber et al. Sep 2005 A1
20050198453 Osaki Sep 2005 A1
20050198571 Kramer et al. Sep 2005 A1
20050201302 Gaddis et al. Sep 2005 A1
20050216483 Armstrong et al. Sep 2005 A1
20050216569 Coppola et al. Sep 2005 A1
20050216674 Robbin et al. Sep 2005 A1
20050223095 Volz et al. Oct 2005 A1
20050228856 Swildens et al. Oct 2005 A1
20050229119 Torvinen Oct 2005 A1
20050232165 Brawn et al. Oct 2005 A1
20050234864 Shapiro Oct 2005 A1
20050240574 Challenger et al. Oct 2005 A1
20050256880 Nam Koong et al. Oct 2005 A1
20050259645 Chen et al. Nov 2005 A1
20050259672 Eduri Nov 2005 A1
20050262248 Jennings, III et al. Nov 2005 A1
20050266835 Agrawal et al. Nov 2005 A1
20050267928 Anderson et al. Dec 2005 A1
20050267937 Daniels et al. Dec 2005 A1
20050267991 Huitema et al. Dec 2005 A1
20050267992 Huitema et al. Dec 2005 A1
20050267993 Huitema et al. Dec 2005 A1
20050278259 Gunaseelan et al. Dec 2005 A1
20050283759 Peteanu et al. Dec 2005 A1
20050283784 Suzuki Dec 2005 A1
20050286564 Hatley et al. Dec 2005 A1
20060005014 Aura et al. Jan 2006 A1
20060013158 Ahuja et al. Jan 2006 A1
20060020596 Liu et al. Jan 2006 A1
20060020684 Mukherjee et al. Jan 2006 A1
20060020714 Girouard et al. Jan 2006 A1
20060020715 Jungck Jan 2006 A1
20060020807 Aura et al. Jan 2006 A1
20060021001 Giles et al. Jan 2006 A1
20060026067 Nicholas et al. Jan 2006 A1
20060026154 Altinel et al. Feb 2006 A1
20060031239 Koenig Feb 2006 A1
20060031319 Nelson et al. Feb 2006 A1
20060031503 Gilbert Feb 2006 A1
20060034494 Holloran Feb 2006 A1
20060036720 Faulk, Jr. Feb 2006 A1
20060036966 Yevdayev Feb 2006 A1
20060037037 Miranz Feb 2006 A1
20060039352 Karstens Feb 2006 A1
20060041614 Oe Feb 2006 A1
20060045005 Blackmore et al. Feb 2006 A1
20060047787 Aggarwal et al. Mar 2006 A1
20060047813 Aggarwal et al. Mar 2006 A1
20060059246 Grove Mar 2006 A1
20060063534 Kokkonen et al. Mar 2006 A1
20060064476 Decasper et al. Mar 2006 A1
20060064500 Roth et al. Mar 2006 A1
20060074750 Clark et al. Mar 2006 A1
20060075084 Lyon Apr 2006 A1
20060075139 Jungck Apr 2006 A1
20060083165 McLane et al. Apr 2006 A1
20060085536 Meyer et al. Apr 2006 A1
20060088026 Mazur et al. Apr 2006 A1
20060106938 Dini et al. Apr 2006 A1
20060107036 Randle et al. May 2006 A1
20060112066 Hamzy May 2006 A1
20060112176 Liu et al. May 2006 A1
20060120385 Atchison et al. May 2006 A1
20060129665 Toebes et al. Jun 2006 A1
20060129766 Cassia et al. Jun 2006 A1
20060136453 Kwan Jun 2006 A1
20060143293 Freedman Jun 2006 A1
20060143442 Smith Jun 2006 A1
20060146820 Friedman et al. Jun 2006 A1
20060149529 Nguyen et al. Jul 2006 A1
20060155823 Tran et al. Jul 2006 A1
20060155862 Kathi et al. Jul 2006 A1
20060161541 Cencini Jul 2006 A1
20060165051 Banerjee et al. Jul 2006 A1
20060168088 Leighton et al. Jul 2006 A1
20060173957 Robinson Jul 2006 A1
20060173855 Turner et al. Aug 2006 A1
20060179080 Meek et al. Aug 2006 A1
20060184936 Abels et al. Aug 2006 A1
20060188097 Taniguchi et al. Aug 2006 A1
20060190605 Franz et al. Aug 2006 A1
20060193247 Naseh et al. Aug 2006 A1
20060195866 Thukral Aug 2006 A1
20060206568 Verma et al. Aug 2006 A1
20060206586 Ling et al. Sep 2006 A1
20060218265 Farber et al. Sep 2006 A1
20060218304 Mukherjee et al. Sep 2006 A1
20060221971 Andrieux et al. Sep 2006 A1
20060224752 Parekh et al. Oct 2006 A1
20060227740 McLaughlin et al. Oct 2006 A1
20060227758 Rana et al. Oct 2006 A1
20060230137 Gare et al. Oct 2006 A1
20060230265 Krishna Oct 2006 A1
20060233155 Srivastava Oct 2006 A1
20060242227 Rao Oct 2006 A1
20060253546 Chang et al. Nov 2006 A1
20060253609 Andreev et al. Nov 2006 A1
20060259581 Piersol Nov 2006 A1
20060259690 Vittal et al. Nov 2006 A1
20060259984 Juneau Nov 2006 A1
20060265497 Ohata et al. Nov 2006 A1
20060265508 Angel et al. Nov 2006 A1
20060265516 Schilling Nov 2006 A1
20060265720 Cai et al. Nov 2006 A1
20060271641 Stavrakos et al. Nov 2006 A1
20060282522 Lewin et al. Nov 2006 A1
20060070060 Tantawi et al. Dec 2006 A1
20060282505 Hasha et al. Dec 2006 A1
20060288119 Kim et al. Dec 2006 A1
20060288424 Saito Dec 2006 A1
20070005689 Leighton et al. Jan 2007 A1
20070005801 Kumar et al. Jan 2007 A1
20070005892 Mullender et al. Jan 2007 A1
20070011267 Overton et al. Jan 2007 A1
20070014241 Banerjee et al. Jan 2007 A1
20070021998 Laithwaite et al. Jan 2007 A1
20070028001 Phillips et al. Jan 2007 A1
20070038729 Sullivan et al. Feb 2007 A1
20070038994 Davis et al. Feb 2007 A1
20070041393 Westhead et al. Feb 2007 A1
20070043667 Qawami et al. Feb 2007 A1
20070043859 Ruul Feb 2007 A1
20070050522 Grove et al. Feb 2007 A1
20070050703 Lebel Mar 2007 A1
20070055764 Dilley et al. Mar 2007 A1
20070055765 Lisiecki et al. Mar 2007 A1
20070061440 Sundaram et al. Mar 2007 A1
20070064610 Khandani Mar 2007 A1
20070076872 Juneau Mar 2007 A1
20070086429 Lawrence et al. Apr 2007 A1
20070094361 Hoynowski et al. Apr 2007 A1
20070101377 Six et al. Apr 2007 A1
20070101061 Baskaran et al. May 2007 A1
20070118667 McCarthy et al. May 2007 A1
20070118668 McCarthy et al. May 2007 A1
20070124309 Takase et al. May 2007 A1
20070134641 Lieu May 2007 A1
20070156726 Levy Jun 2007 A1
20070156919 Potti et al. Jul 2007 A1
20070162331 Sullivan Jul 2007 A1
20070168336 Ransil et al. Jul 2007 A1
20070168517 Weller Jul 2007 A1
20070174426 Swildens et al. Jul 2007 A1
20070174442 Sherman et al. Jul 2007 A1
20070174490 Choi et al. Jul 2007 A1
20070183342 Wong et al. Jul 2007 A1
20070195800 Yang et al. Aug 2007 A1
20070198982 Bolan et al. Aug 2007 A1
20070204107 Greenfield et al. Aug 2007 A1
20070208737 Li et al. Aug 2007 A1
20070214232 Belimpasakis et al. Sep 2007 A1
20070219795 Park et al. Sep 2007 A1
20070220010 Ertugrul Sep 2007 A1
20070226294 Pruitt et al. Sep 2007 A1
20070233705 Farber et al. Sep 2007 A1
20070233706 Farber et al. Oct 2007 A1
20070233846 Farber et al. Oct 2007 A1
20070233884 Farber et al. Oct 2007 A1
20070233896 Hilt et al. Oct 2007 A1
20070242824 Vishik Oct 2007 A1
20070243860 Aiello et al. Oct 2007 A1
20070244964 Challenger et al. Oct 2007 A1
20070245022 Olliphant et al. Oct 2007 A1
20070250467 Mesnik et al. Oct 2007 A1
20070250468 Pieper Oct 2007 A1
20070250560 Wein et al. Oct 2007 A1
20070250601 Amlekar et al. Oct 2007 A1
20070250611 Bhogal et al. Oct 2007 A1
20070253377 Janneteau et al. Oct 2007 A1
20070255843 Zubev Nov 2007 A1
20070263604 Tai Nov 2007 A1
20070266113 Koopmans et al. Nov 2007 A1
20070266311 Westphal Nov 2007 A1
20070266333 Cossey et al. Nov 2007 A1
20070270165 Poosala Nov 2007 A1
20070271375 Hwang Nov 2007 A1
20070271385 Davis et al. Nov 2007 A1
20070271560 Wahlert et al. Nov 2007 A1
20070271608 Shimizu et al. Nov 2007 A1
20070280197 Pearlman et al. Nov 2007 A1
20070280229 Kenney Dec 2007 A1
20070281689 Altman et al. Dec 2007 A1
20070288588 Wein et al. Dec 2007 A1
20070291739 Sullivan et al. Dec 2007 A1
20070294419 Ulevitch Dec 2007 A1
20080005057 Ozzie et al. Jan 2008 A1
20080005275 Overton et al. Jan 2008 A1
20080008089 Bornstein et al. Jan 2008 A1
20080016233 Schneider Jan 2008 A1
20080028463 Dagon et al. Jan 2008 A1
20080222647 Taylor et al. Jan 2008 A1
20080037536 Padmanabhan et al. Feb 2008 A1
20080046550 Mazur et al. Feb 2008 A1
20080046596 Afergan et al. Feb 2008 A1
20080049615 Bugenhagen Feb 2008 A1
20080056207 Eriksson et al. Feb 2008 A1
20080062997 Nix Mar 2008 A1
20080065724 Seed et al. Mar 2008 A1
20080065745 Leighton et al. Mar 2008 A1
20080066072 Yurekli et al. Mar 2008 A1
20080071859 Seed et al. Mar 2008 A1
20080071925 Leighton et al. Mar 2008 A1
20080071987 Karn et al. Mar 2008 A1
20080072264 Crayford Mar 2008 A1
20080082551 Farber et al. Mar 2008 A1
20080082662 Dandliker et al. Apr 2008 A1
20080086434 Chesla Apr 2008 A1
20080086559 Davis et al. Apr 2008 A1
20080086574 Raciborski et al. Apr 2008 A1
20080092242 Rowley Apr 2008 A1
20080101358 Van Ewijk et al. Apr 2008 A1
20080103805 Shear et al. May 2008 A1
20080104268 Farber et al. May 2008 A1
20080109679 Wright et al. May 2008 A1
20080114829 Button et al. May 2008 A1
20080125077 Velazquez et al. May 2008 A1
20080126706 Newport et al. May 2008 A1
20080134043 Georgis et al. May 2008 A1
20080140800 Farber et al. Jun 2008 A1
20080147866 Stolorz et al. Jun 2008 A1
20080147873 Matsumoto Jun 2008 A1
20080155059 Hardin et al. Jun 2008 A1
20080155061 Afergan et al. Jun 2008 A1
20080155613 Benya et al. Jun 2008 A1
20080155614 Cooper et al. Jun 2008 A1
20080155694 Kwon et al. Jun 2008 A1
20080162667 Verma et al. Jun 2008 A1
20080162821 Duran et al. Jul 2008 A1
20080162843 Davis et al. Jul 2008 A1
20080172488 Jawahar et al. Jul 2008 A1
20080175222 Barnea et al. Jul 2008 A1
20080184357 Drako et al. Jul 2008 A1
20080189437 Halley Jul 2008 A1
20080201332 Souders et al. Aug 2008 A1
20080201401 Pugh et al. Aug 2008 A1
20080025304 Venkataswami et al. Sep 2008 A1
20080215718 Stolorz et al. Sep 2008 A1
20080215730 Sundaram et al. Sep 2008 A1
20080215735 Farber et al. Sep 2008 A1
20080215747 Menon et al. Sep 2008 A1
20080215750 Farber et al. Sep 2008 A1
20080215755 Farber et al. Sep 2008 A1
20080222281 Dilley et al. Sep 2008 A1
20080222291 Weller et al. Sep 2008 A1
20080222295 Robinson et al. Sep 2008 A1
20080225779 Bragiel et al. Sep 2008 A1
20080228574 Stewart et al. Sep 2008 A1
20080228920 Souders et al. Sep 2008 A1
20080235383 Schneider Sep 2008 A1
20080235400 Slocombe et al. Sep 2008 A1
20080256087 Piironen et al. Oct 2008 A1
20080256175 Lee et al. Oct 2008 A1
20080263135 Olliphant Oct 2008 A1
20080270882 Rollins et al. Oct 2008 A1
20080275772 Suryanarayana et al. Oct 2008 A1
20080281946 Swildens et al. Nov 2008 A1
20080281950 Wald et al. Nov 2008 A1
20080288458 Sun et al. Nov 2008 A1
20080288722 Lecoq et al. Nov 2008 A1
20080301670 Gouge et al. Nov 2008 A1
20080312766 Couckuyt Dec 2008 A1
20080319862 Golan et al. Dec 2008 A1
20080320123 Houlihan et al. Dec 2008 A1
20080320269 Houlihan et al. Dec 2008 A1
20090013063 Soman Jan 2009 A1
20090016236 Alcala et al. Jan 2009 A1
20090029644 Sue et al. Jan 2009 A1
20090031042 Phatak Jan 2009 A1
20090031367 Sue Jan 2009 A1
20090031368 Ling Jan 2009 A1
20090031376 Riley et al. Jan 2009 A1
20090043900 Barber Feb 2009 A1
20090049098 Pickelsimer et al. Feb 2009 A1
20090063038 Shrivathsan et al. Feb 2009 A1
20090063704 Taylor et al. Mar 2009 A1
20090070533 Elazary et al. Mar 2009 A1
20090083228 Shatz et al. Mar 2009 A1
20090083279 Hasek Mar 2009 A1
20090083413 Levow et al. Mar 2009 A1
20090086728 Gulati et al. Mar 2009 A1
20090086741 Zhang Apr 2009 A1
20090089869 Varghese Apr 2009 A1
20090094252 Wong et al. Apr 2009 A1
20090103707 McGary et al. Apr 2009 A1
20090106202 Mizrahi Apr 2009 A1
20090106381 Kasriel et al. Apr 2009 A1
20090109854 Rajpathak Apr 2009 A1
20090112703 Brown Apr 2009 A1
20090125393 Hwang et al. May 2009 A1
20090125934 Jones et al. May 2009 A1
20090132368 Cotter et al. May 2009 A1
20090132640 Verma et al. May 2009 A1
20090132648 Swildens et al. May 2009 A1
20090138533 Iwasaki et al. May 2009 A1
20090138582 Turk May 2009 A1
20090144411 Winkler et al. May 2009 A1
20090144412 Ferguson et al. Jun 2009 A1
20090144496 Kawaguchi Jun 2009 A1
20090150926 Schlack Jun 2009 A1
20090157504 Braemer et al. Jun 2009 A1
20090157850 Gagliardi et al. Jun 2009 A1
20090157899 Gagliardi et al. Jun 2009 A1
20090158163 Stephens et al. Jun 2009 A1
20090164331 Bishop et al. Jun 2009 A1
20090164614 Christian et al. Jun 2009 A1
20090177667 Ramos et al. Jun 2009 A1
20090172167 Drai et al. Jul 2009 A1
20090182815 Czechowski et al. Jul 2009 A1
20090182837 Rogers Jul 2009 A1
20090182945 Aviles et al. Jul 2009 A1
20090187575 DaCosta Jul 2009 A1
20090198817 Sundaram et al. Jul 2009 A1
20090204682 Jeyaseelan et al. Aug 2009 A1
20090210549 Hudson et al. Aug 2009 A1
20090228708 Trostle Aug 2009 A1
20090233623 Johnson Sep 2009 A1
20090241167 Moore Sep 2009 A1
20090248697 Richardson et al. Sep 2009 A1
20090248786 Richardson et al. Oct 2009 A1
20090248787 Sivasubramanian et al. Oct 2009 A1
20090248852 Fuhrmann et al. Oct 2009 A1
20090248858 Sivasubramanian et al. Oct 2009 A1
20090248893 Richardson et al. Oct 2009 A1
20090249222 Schmidt et al. Oct 2009 A1
20090253435 Olofsson Oct 2009 A1
20090254661 Fullagar et al. Oct 2009 A1
20090254989 Achan et al. Oct 2009 A1
20090259588 Lindsay Oct 2009 A1
20090259971 Rankine et al. Oct 2009 A1
20090262741 Jungck et al. Oct 2009 A1
20090265707 Goodman et al. Oct 2009 A1
20090265786 Xie et al. Oct 2009 A1
20090271498 Cable Oct 2009 A1
20090271577 Campana et al. Oct 2009 A1
20090271730 Rose et al. Oct 2009 A1
20090276771 Nickolov et al. Oct 2009 A1
20090279444 Ravindran et al. Nov 2009 A1
20090282038 Subotin et al. Nov 2009 A1
20090287750 Banavar et al. Nov 2009 A1
20090307307 Igarashi Nov 2009 A1
20090327489 Swildens et al. Dec 2009 A1
20090327517 Sivasubramanian et al. Dec 2009 A1
20090327914 Adar et al. Dec 2009 A1
20100005175 Swildens et al. Jan 2010 A1
20100011061 Hudson et al. Jan 2010 A1
20100011126 Hsu et al. Jan 2010 A1
20100020699 On Jan 2010 A1
20100023601 Lewin et al. Jan 2010 A1
20100023621 Ezolt et al. Jan 2010 A1
20100030662 Klein Jan 2010 A1
20100030914 Sparks et al. Feb 2010 A1
20100034470 Valencia-Campo et al. Feb 2010 A1
20100036944 Douglis et al. Feb 2010 A1
20100037314 Perdisci et al. Feb 2010 A1
20100042725 Jeon et al. Feb 2010 A1
20100049862 Dixon Feb 2010 A1
20100057894 Glasser Feb 2010 A1
20100058352 Esfahany et al. Mar 2010 A1
20100070603 Moss et al. Mar 2010 A1
20100070700 Borst et al. Mar 2010 A1
20100074268 Raza Mar 2010 A1
20100082320 Wood et al. Mar 2010 A1
20100082787 Kommula et al. Apr 2010 A1
20100088367 Brown et al. Apr 2010 A1
20100088405 Huang et al. Apr 2010 A1
20100095008 Joshi Apr 2010 A1
20100100629 Raciborski et al. Apr 2010 A1
20100103837 Jungck et al. Apr 2010 A1
20100111059 Bappu et al. Apr 2010 A1
20100161564 Lee et al. Apr 2010 A1
20100115133 Joshi May 2010 A1
20100115342 Shigeta et al. May 2010 A1
20100121953 Friedman et al. May 2010 A1
20100121981 Drako May 2010 A1
20100122069 Gonion May 2010 A1
20100125626 Lucas et al. May 2010 A1
20100125673 Richardson et al. May 2010 A1
20100125675 Richardson et al. May 2010 A1
20100131646 Drako May 2010 A1
20100138559 Sullivan et al. May 2010 A1
20100106934 Calder et al. Jun 2010 A1
20100150155 Napierala Jun 2010 A1
20100161565 Lee et al. Jun 2010 A1
20100161799 Maloo Jun 2010 A1
20100169392 Lev Ran et al. Jun 2010 A1
20100169452 Atluri et al. Jul 2010 A1
20100174811 Musiri et al. Jul 2010 A1
20100191854 Isci et al. Jul 2010 A1
20100192225 Ma et al. Jul 2010 A1
20100217801 Leighton et al. Aug 2010 A1
20100217856 Falkena Aug 2010 A1
20100223364 Wei Aug 2010 A1
20100025071 Cadwell et al. Sep 2010 A1
20100226372 Watanabe Sep 2010 A1
20100228819 Wei Sep 2010 A1
20100235915 Memon et al. Sep 2010 A1
20100257024 Holmes et al. Sep 2010 A1
20100257266 Holmes et al. Oct 2010 A1
20100257566 Matila Oct 2010 A1
20100262964 Uyeda et al. Oct 2010 A1
20100268789 Yoo et al. Oct 2010 A1
20100268814 Cross et al. Oct 2010 A1
20100274765 Murphy et al. Oct 2010 A1
20100281482 Pike et al. Oct 2010 A1
20100293296 Hsu et al. Nov 2010 A1
20100293479 Rousso et al. Nov 2010 A1
20100299427 Joshi Nov 2010 A1
20100299438 Zimmerman et al. Nov 2010 A1
20100299439 McCarthy et al. Nov 2010 A1
20100306382 Cardosa et al. Nov 2010 A1
20100312861 Kolhi et al. Dec 2010 A1
20100318508 Brawer et al. Dec 2010 A1
20100322255 Hao et al. Dec 2010 A1
20100325365 Colglazier et al. Dec 2010 A1
20100332595 Fullagar et al. Dec 2010 A1
20100332601 Walter et al. Dec 2010 A1
20100332658 Elyashev Dec 2010 A1
20110010244 Hatridge Jan 2011 A1
20110016214 Jackson Jan 2011 A1
20110029598 Arnold et al. Jan 2011 A1
20110029398 Boudville Feb 2011 A1
20110035469 Smith et al. Feb 2011 A1
20110040893 Karaoguz et al. Feb 2011 A1
20110051738 Xu Feb 2011 A1
20110055386 Middleton et al. Mar 2011 A1
20110055714 Vemulapalli et al. Mar 2011 A1
20110055921 Narayanaswamy et al. Mar 2011 A1
20110057790 Martin et al. Mar 2011 A1
20110058675 Brueck et al. Mar 2011 A1
20110072138 Canturk et al. Mar 2011 A1
20110072366 Spencer Mar 2011 A1
20110078000 Ma et al. Mar 2011 A1
20110078230 Sepulveda Mar 2011 A1
20110085654 Jana et al. Mar 2011 A1
20110082916 Swanson et al. Apr 2011 A1
20110087769 Holmes et al. Apr 2011 A1
20110093584 Qiu et al. Apr 2011 A1
20110096987 Morales et al. Apr 2011 A1
20110099294 Kapur et al. Apr 2011 A1
20110106949 Patel et al. Apr 2011 A1
20110113467 Agarwal et al. May 2011 A1
20110125894 Anderson et al. May 2011 A1
20110153938 Verzunov et al. Jun 2011 A1
20110153941 Spatscheck et al. Jun 2011 A1
20110154318 Oshins et al. Jun 2011 A1
20110154350 Doyle et al. Jun 2011 A1
20110161461 Niven-Jenkins Jun 2011 A1
20110166935 Armentrout et al. Jun 2011 A1
20110182290 Perkins Jul 2011 A1
20110191445 Dazzi Jul 2011 A1
20110191446 Dazzi et al. Aug 2011 A1
20110191447 Dazzi et al. Aug 2011 A1
20110191449 Swildens et al. Aug 2011 A1
20110191459 Joshi Aug 2011 A1
20110196892 Xia Aug 2011 A1
20110202705 Hayashi et al. Aug 2011 A1
20110208876 Richardson et al. Aug 2011 A1
20110208958 Stuedi et al. Aug 2011 A1
20110209064 Jorgensen et al. Aug 2011 A1
20110219120 Farber et al. Aug 2011 A1
20110219372 Agarwal et al. Sep 2011 A1
20110238501 Almeida Sep 2011 A1
20110238793 Bedare et al. Sep 2011 A1
20110239215 Sugai Sep 2011 A1
20110252142 Richardson et al. Sep 2011 A1
20110252143 Baumback et al. Oct 2011 A1
20110255445 Johnson et al. Oct 2011 A1
20110258049 Ramer et al. Oct 2011 A1
20110258614 Tamm Oct 2011 A1
20110270964 Huang et al. Oct 2011 A1
20110276623 Girbal Nov 2011 A1
20110296053 Medved et al. Nov 2011 A1
20110295940 Saleem et al. Dec 2011 A1
20110295942 Raghunath et al. Dec 2011 A1
20110296370 Ferris et al. Dec 2011 A1
20110296473 Babic Dec 2011 A1
20110302304 Baumback et al. Dec 2011 A1
20110307533 Saeki Dec 2011 A1
20110320522 Endres et al. Dec 2011 A1
20110320559 Foti Dec 2011 A1
20120011190 Driesen et al. Jan 2012 A1
20120014249 Mao et al. Jan 2012 A1
20120023226 Petersen et al. Jan 2012 A1
20120036238 Sundaram et al. Jan 2012 A1
20120031626 Clayton et al. Feb 2012 A1
20120041899 Greene et al. Feb 2012 A1
20120041970 Ghosh et al. Feb 2012 A1
20120042381 Antonakakis et al. Feb 2012 A1
20120054860 Wyschogrod et al. Feb 2012 A1
20120066360 Ghosh Mar 2012 A1
20120072600 Richardson et al. Mar 2012 A1
20120072608 Peters et al. Mar 2012 A1
20120078998 Son et al. Mar 2012 A1
20120079096 Cowan et al. Mar 2012 A1
20120079115 Richardson et al. Mar 2012 A1
20120089700 Safruti et al. Mar 2012 A1
20120023090 Holloway et al. Apr 2012 A1
20120089972 Scheidel et al. Apr 2012 A1
20120096065 Suit et al. Apr 2012 A1
20120096166 Devarapalli et al. Apr 2012 A1
20120110515 Abramoff et al. Apr 2012 A1
20120117621 Kondamuru et al. May 2012 A1
20120124184 Sakata et al. May 2012 A1
20120131177 Brandt et al. May 2012 A1
20120136697 Peles et al. May 2012 A1
20120142310 Pugh et al. May 2012 A1
20120143688 Alexander Jun 2012 A1
20120159476 Ramteke et al. Jun 2012 A1
20120166516 Simmons et al. Jun 2012 A1
20120169646 Berkes et al. Jun 2012 A1
20120173760 Jog et al. Jul 2012 A1
20120179796 Nagaraj et al. Jul 2012 A1
20120179817 Bade et al. Jul 2012 A1
20120179839 Raciborski et al. Jul 2012 A1
20120198043 Hesketh et al. Jul 2012 A1
20120198071 Black et al. Aug 2012 A1
20120204176 Tian et al. Aug 2012 A1
20120209942 Zehavi et al. Aug 2012 A1
20120222005 Harris et al. Aug 2012 A1
20120224516 Stojanovski et al. Aug 2012 A1
20120226649 Kovacs et al. Sep 2012 A1
20120233329 Dickinson et al. Sep 2012 A1
20120233522 Barton et al. Sep 2012 A1
20120233668 Leafe et al. Sep 2012 A1
20120239725 Hartrick et al. Sep 2012 A1
20120246129 Rothschild et al. Sep 2012 A1
20120246257 Brown Sep 2012 A1
20120254961 Kim et al. Sep 2012 A1
20120257628 Bu et al. Oct 2012 A1
20120259954 McCarthy et al. Oct 2012 A1
20120272224 Brackman Oct 2012 A1
20120278229 Vishwanathan et al. Oct 2012 A1
20120278831 van Coppenolle et al. Nov 2012 A1
20120278833 Tam Nov 2012 A1
20120297009 Amir et al. Nov 2012 A1
20120303785 Sivasubramanian et al. Nov 2012 A1
20120303804 Sundaram et al. Nov 2012 A1
20120311648 Swildens et al. Nov 2012 A1
20120317573 Osogami et al. Dec 2012 A1
20120324089 Joshi Dec 2012 A1
20130003547 Motwani et al. Jan 2013 A1
20130003735 Chao et al. Jan 2013 A1
20130007100 Trahan et al. Jan 2013 A1
20130007101 Trahan et al. Jan 2013 A1
20130007102 Trahan et al. Jan 2013 A1
20130007241 Trahan et al. Jan 2013 A1
20130007273 Baumback et al. Jan 2013 A1
20130013764 Li et al. Jan 2013 A1
20130018945 Vendrow et al. Jan 2013 A1
20130019311 Swildens et al. Jan 2013 A1
20130034099 Hikichi et al. Jan 2013 A1
20130036307 Gagliano et al. Feb 2013 A1
20130041872 Aizman et al. Feb 2013 A1
20130042328 Padinjareveetil Feb 2013 A1
20130046869 Jenkins et al. Feb 2013 A1
20130046883 Lientz et al. Feb 2013 A1
20130054675 Jenkins et al. Feb 2013 A1
20130055374 Kustarz et al. Feb 2013 A1
20130067530 Spektor et al. Feb 2013 A1
20130061306 Sinn Mar 2013 A1
20130073808 Puthalath et al. Mar 2013 A1
20130080420 Taylor et al. Mar 2013 A1
20130080421 Taylor et al. Mar 2013 A1
20130080576 Taylor et al. Mar 2013 A1
20130080577 Taylor et al. Mar 2013 A1
20130080623 Thireault Mar 2013 A1
20130080627 Kukreja et al. Mar 2013 A1
20130080636 Friedman et al. Mar 2013 A1
20130086001 Bhogal et al. Mar 2013 A1
20130084898 Li et al. Apr 2013 A1
20130089005 Li et al. Apr 2013 A1
20130095806 Salkintzis et al. Apr 2013 A1
20130103834 Dzerve et al. Apr 2013 A1
20130111035 Alapati et al. Apr 2013 A1
20130117282 Mugali, Jr. et al. May 2013 A1
20130117849 Golshan et al. May 2013 A1
20130130221 Kortemeyer et al. May 2013 A1
20130133057 Yoon et al. May 2013 A1
20130151646 Chidambaram et al. May 2013 A1
20130191499 Ludin et al. Jul 2013 A1
20130198341 Kim Aug 2013 A1
20130212300 Eggleston et al. Aug 2013 A1
20130219020 McCarthy et al. Aug 2013 A1
20130227165 Liu Aug 2013 A1
20130246567 Green et al. Aug 2013 A1
20130254269 Sivasubramanian et al. Sep 2013 A1
20130254879 Chesla et al. Sep 2013 A1
20130263256 Dickinson et al. Sep 2013 A1
20130268616 Sakata et al. Oct 2013 A1
20130275549 Field et al. Oct 2013 A1
20130279335 Ahmadi Oct 2013 A1
20130283266 Basel et al. Oct 2013 A1
20130305046 Mankovski et al. Oct 2013 A1
20130305083 Machida Nov 2013 A1
20130311555 Laoutaris et al. Nov 2013 A1
20130311583 Humphreys et al. Nov 2013 A1
20130311605 Richardson et al. Nov 2013 A1
20130311989 Ota et al. Nov 2013 A1
20130339429 Richardson et al. Nov 2013 A1
20130346465 Maltz et al. Dec 2013 A1
20130346470 Obstfeld et al. Dec 2013 A1
20130346567 Richardson et al. Dec 2013 A1
20130346614 Baughman et al. Dec 2013 A1
20140006465 Davis et al. Jan 2014 A1
20140006577 Joe et al. Jan 2014 A1
20140007239 Sharpe et al. Jan 2014 A1
20140013403 Shuster Jan 2014 A1
20140019605 Boberg Jan 2014 A1
20140022951 Lemieux Jan 2014 A1
20140032658 Falls Jan 2014 A1
20140036675 Wang et al. Jan 2014 A1
20140040478 Hsu et al. Feb 2014 A1
20140047104 Rodriguez Feb 2014 A1
20140053022 Forgette et al. Feb 2014 A1
20140059198 Richardson et al. Feb 2014 A1
20140059208 Yan et al. Feb 2014 A1
20140059379 Ren et al. Feb 2014 A1
20140082165 Marr et al. Feb 2014 A1
20140082614 Klein et al. Mar 2014 A1
20140089917 Attalla et al. Mar 2014 A1
20140108672 Ou et al. Mar 2014 A1
20140108474 David et al. Apr 2014 A1
20140122698 Batrouni et al. Apr 2014 A1
20140119194 Raciborski et al. May 2014 A1
20140122725 Batrouni et al. May 2014 A1
20140137111 Dees et al. May 2014 A1
20140143305 Choi et al. May 2014 A1
20140149601 Carney et al. May 2014 A1
20140164817 Bartholomy et al. May 2014 A1
20140164584 Joe et al. Jun 2014 A1
20140165061 Greene et al. Jun 2014 A1
20140172944 Newton et al. Jun 2014 A1
20140181268 Stevens et al. Jun 2014 A1
20140195686 Yeager et al. Jun 2014 A1
20140189069 Gero et al. Jul 2014 A1
20140200036 Egner et al. Jul 2014 A1
20140215019 Ahrens Jul 2014 A1
20140244937 Bloomstein et al. Aug 2014 A1
20140258523 Kazerani et al. Sep 2014 A1
20140269371 Badea et al. Sep 2014 A1
20140279852 Chen Sep 2014 A1
20140280606 Long Sep 2014 A1
20140280679 Dey et al. Sep 2014 A1
20140297870 Eggleston et al. Sep 2014 A1
20140297866 Ennaji et al. Oct 2014 A1
20140298021 Kwon et al. Oct 2014 A1
20140310402 Giaretta et al. Oct 2014 A1
20140310811 Hentunen Oct 2014 A1
20140324774 Chen et al. Oct 2014 A1
20140325155 Marshall et al. Oct 2014 A1
20140331328 Wang et al. Oct 2014 A1
20140337472 Newton et al. Nov 2014 A1
20140351413 Smith et al. Nov 2014 A1
20140351871 Bomfim et al. Nov 2014 A1
20150006615 Wainner et al. Jan 2015 A1
20150019686 Backholm Jan 2015 A1
20150026407 Mclellan et al. Jan 2015 A1
20150067171 Yum Jan 2015 A1
20150036493 Cj et al. Feb 2015 A1
20150074228 Drake Mar 2015 A1
20150081877 Sethi et al. Mar 2015 A1
20150088586 Pavlas et al. Mar 2015 A1
20150088964 Shiell et al. Mar 2015 A1
20150088972 Brand et al. Mar 2015 A1
20150089621 Khalid Mar 2015 A1
20150095516 Bergman Mar 2015 A1
20150106864 Li et al. Apr 2015 A1
20150154051 Kruglick Apr 2015 A1
20150149600 Thibeault et al. May 2015 A1
20150149631 Lissack May 2015 A1
20150156172 Nandi et al. Jun 2015 A1
20150156279 Vaswani et al. Jun 2015 A1
20150180995 Hofmann Jun 2015 A1
20150188734 Petrov Jun 2015 A1
20150189042 Sun et al. Jul 2015 A1
20150195244 Richardson et al. Jul 2015 A1
20150200991 Kwon Jul 2015 A1
20150215388 Kontothanassis et al. Jul 2015 A1
20150215656 Pulung et al. Jul 2015 A1
20150242397 Zhuang Aug 2015 A1
20150244580 Saavedra Aug 2015 A1
20150256647 Richardson et al. Aug 2015 A1
20150264009 Scharber et al. Sep 2015 A1
20150271031 Beevers Sep 2015 A1
20150288647 Chhabra et al. Oct 2015 A1
20150317118 Orikasa et al. Nov 2015 A1
20150339136 Suryanarayanan et al. Nov 2015 A1
20150341431 Hartrick et al. Nov 2015 A1
20150358276 Liu et al. Nov 2015 A1
20150347311 Tanaka et al. Dec 2015 A1
20150350365 Khakpour et al. Dec 2015 A1
20150358436 Kim et al. Dec 2015 A1
20150363113 Rahman et al. Dec 2015 A1
20150363282 Rangasamy Dec 2015 A1
20160006672 Saavedra Jan 2016 A1
20160021197 Pogrebinsky et al. Jan 2016 A1
20160028598 Khakpour et al. Jan 2016 A1
20160028755 Vasseur et al. Jan 2016 A1
20160036857 Foxhoven et al. Jan 2016 A1
20160065475 Hilt et al. Feb 2016 A1
20160072669 Saavedra Mar 2016 A1
20160072720 Richardson et al. Mar 2016 A1
20160104346 Ovalle et al. Mar 2016 A1
20160132600 Woodhead et al. Apr 2016 A1
20160142251 Contreras et al. May 2016 A1
20160182454 Phonsa et al. May 2016 A1
20160164761 Sathyanarayana et al. Jun 2016 A1
20160164799 Popli et al. Jun 2016 A1
20160182542 Staniford Jun 2016 A1
20160241639 Brookins et al. Jun 2016 A1
20160253262 Nadgowda Aug 2016 A1
20160255042 Newton Sep 2016 A1
20160269927 Kim et al. Sep 2016 A1
20160274929 King Sep 2016 A1
20160294678 Khakpour et al. Sep 2016 A1
20160337426 Shribman et al. Oct 2016 A1
20160366202 Phillips et al. Nov 2016 A1
20160373789 Tsukagoshi Dec 2016 A1
20170041333 Mahjoub et al. Feb 2017 A1
20170041428 Katsev Feb 2017 A1
20170099345 Leach Mar 2017 A1
20170099254 Leach et al. Apr 2017 A1
20170109316 Hack et al. Apr 2017 A1
20170126796 Hollis et al. Apr 2017 A1
20170142062 Richardson et al. May 2017 A1
20170153980 Araújo et al. Jun 2017 A1
20170155678 Araújo et al. Jun 2017 A1
20170155732 Araújo et al. Jun 2017 A1
20170163425 Kaliski, Jr. Jun 2017 A1
20170170973 Gill et al. Jun 2017 A1
20170171146 Sharma et al. Jun 2017 A1
20170180217 Puchala et al. Jun 2017 A1
20170187768 Huang et al. Jun 2017 A1
20170214761 Hsu et al. Jun 2017 A1
20170257340 Richardson et al. Jul 2017 A1
20170374121 Phillips et al. Dec 2017 A1
20180011913 Kapanipathi et al. Jan 2018 A1
20180027040 Bae Jan 2018 A1
20180077109 Hoeme et al. Jan 2018 A1
20180063193 Chandrashekhar et al. Mar 2018 A1
20180077110 Huston, III et al. Mar 2018 A1
20180097631 Uppal et al. Mar 2018 A1
20180097634 Uppal et al. Apr 2018 A1
20180097831 Uppal et al. Apr 2018 A1
20180159757 Uppal et al. Apr 2018 A1
20180167444 Sivasubramanian et al. Jun 2018 A1
20180173526 Prinsloo et al. Jun 2018 A1
20180176615 Hannu et al. Jun 2018 A1
20180191817 Richardson et al. Jun 2018 A1
20180278717 Richardson et al. Jul 2018 A1
20180287916 Mizik et al. Sep 2018 A1
20180302322 Richardson et al. Oct 2018 A1
20180332107 Marr et al. Oct 2018 A1
20180337885 Singh et al. Nov 2018 A1
20180351904 Mizik et al. Nov 2018 A1
20180367498 Bliss et al. Dec 2018 A1
20190007515 Baldwin et al. Jan 2019 A1
20190020562 Richardson et al. Jan 2019 A1
20190028562 Watson et al. Jan 2019 A1
20190044787 Richardson et al. Jan 2019 A1
20190044846 Howard et al. Feb 2019 A1
20190073303 Marshall et al. Feb 2019 A1
20190089542 Richardson et al. Mar 2019 A1
20190089818 Choi Mar 2019 A1
20190098109 Watson Mar 2019 A1
20190121739 Richardson et al. Apr 2019 A1
20190129908 Kumarasamy Apr 2019 A1
20190140922 Ellsworth et al. May 2019 A1
20190173941 Puchala et al. May 2019 A1
20190173972 MacCarthaigh et al. Jun 2019 A1
20190190998 Sivasubramanian et al. Jun 2019 A1
20190222666 Uppal et al. Jun 2019 A1
20190268265 Richardson et al. Jul 2019 A1
20190297137 Richardson et al. Sep 2019 A1
20190032751 Kalagi et al. Oct 2019 A1
20190354484 Marshall et al. Nov 2019 A1
20200065132 Mercier et al. Feb 2020 A1
20200084268 Hollis et al. Mar 2020 A1
20200195677 Uppal et al. Jun 2020 A1
20200195753 Richardson et al. Jun 2020 A1
20200265096 Raftery Aug 2020 A1
20200287817 Howard et al. Sep 2020 A1
20200389534 Sivasubramanian et al. Dec 2020 A1
20200389541 Baldwin et al. Dec 2020 A1
20210021692 Richardson et al. Jan 2021 A1
20210042163 Radhakrishnan et al. Feb 2021 A1
20210119961 Thunga et al. Apr 2021 A1
20210185114 Baldwin et al. Jun 2021 A1
20210194806 Richardson et al. Jun 2021 A1
20210297365 Richardson et al. Sep 2021 A1
Foreign Referenced Citations (49)
Number Date Country
2741 895 May 2010 CA
2765397 Feb 2011 CA
1422468 Jun 2003 CN
1511399 Jul 2004 CN
1605182 Apr 2005 CN
101189598 May 2008 CN
101431539 May 2009 CN
101460907 Jun 2009 CN
101631133 Jan 2010 CN
103152357 Jun 2013 CN
103731481 Apr 2014 CN
60318825 Jan 2009 DE
1351141 Oct 2003 EP
1603307 Dec 2005 EP
2008167 Dec 2008 EP
3156911 Apr 2017 EP
07-141305 Jun 1995 JP
2001-0506093 May 2001 JP
2001-249907 Sep 2001 JP
2002-024192 Jan 2002 JP
2002-044137 Feb 2002 JP
2002-323986 Nov 2002 JP
2003-167810 Jun 2003 JP
2003-167813 Jun 2003 JP
2003-188901 Jul 2003 JP
2003-522358 Jul 2003 JP
2004-070935 Mar 2004 JP
2004-532471 Oct 2004 JP
2004-533738 Nov 2004 JP
2005-537687 Dec 2005 JP
3748216 Feb 2006 JP
2007-133896 May 2007 JP
2007-207225 Aug 2007 JP
2008-515106 May 2008 JP
2009-071538 Apr 2009 JP
2012-509623 Apr 2012 JP
2012-209623 Oct 2012 JP
WO 2001045349 Jun 2001 WO
WO 2002069608 Sep 2002 WO
WO 2005071560 Aug 2005 WO
WO 2007007960 Jan 2007 WO
WO 2007126837 Nov 2007 WO
WO 2009124006 Oct 2009 WO
WO 2010002603 Jan 2010 WO
WO 2012044587 Apr 2012 WO
WO 2012065641 May 2012 WO
WO 2014047073 Mar 2014 WO
WO 2017106455 Jun 2017 WO
WO 2018236597 Dec 2018 WO
Non-Patent Literature Citations (890)
Entry
Office Action in Chinese Application No. 201810426428.0 dated Jul. 20, 2020 in 25 pages.
Second Office Action in Chinese Application No. 201610828846.3 dated Aug. 5, 2020.
Office Action issued in connection with European Patent Application No. 18734734 dated Oct. 19, 2020.
“Non-Final Office Action dated Jan. 3, 2012,” U.S. Appl. No. 12/652,541, filed Jan. 3, 2012; 35 pages.
“Final Office Action dated Sep. 5, 2012,” U.S. Appl. No. 12/652,541, filed Sep. 5, 2012; 40 pages.
“Notice of Allowance dated Jan. 4, 2013,” U.S. Appl. No. 12/652,541, filed Jan. 4, 2013; 11 pages.
“Non-Final Office Action dated Apr. 30, 2014,” U.S. Appl. No. 13/842,970; 20 pages.
“Final Office Action dated Aug. 19, 2014,” U.S. Appl. No. 13/842,970; 13 pages.
“Notice of Allowance dated Dec. 5, 2014,” U.S. Appl. No. 13/842,970; 6 pages.
Canonical Name (CNAME) DNS Records, domainavenue.com, Feb. 1, 2001, XP055153783, Retrieved from the Internet: URL:http://www.domainavenue.com/cname.htm [retrieved on Nov. 18, 2014].
“Content delivery network”, Wikipedia, the free encyclopedia, Retrieved from the Internet: URL:http://en.wikipedia.org/w/index.php?title=Contentdelivery network&oldid=6010099 70, XP055153445, Mar. 24, 2008.
“Global Server Load Balancing with ServerIron,” Foundry Networks, retrieved Aug. 30, 2007, from http://www.foundrynet.com/pdf/an-global-server-load-bal.pdf, 7 pages.
“Grid Computing Solutions,” Sun Microsystems, Inc., retrieved May 3, 2006, from http://www.sun.com/software/grid, 3 pages.
“Grid Offerings,” Java.net, retrieved May 3, 2006, from http://wiki.java.net/bin/view/Sungrid/OtherGridOfferings, 8 pages.
“Recent Advances Boost System Virtualization,” eWeek.com, retrieved from May 3, 2006, http://www.eWeek.eom/article2/0,1895,1772626,00.asp, 5 pages.
“Scaleable Trust of Next Generation Management (STRONGMAN),” retrieved May 17, 2006, from http://www.cis.upenn.edu/˜dsl/STRONGMAN/, 4 pages.
“Sun EDA Compute Ranch,” Sun Microsystems, Inc., retrieved May 3, 2006, from http://sun.com/processors/ranch/brochure.pdf, 2 pages.
“Sun Microsystems Accelerates UltraSP ARC Processor Design Program With New Burlington, Mass. Compute Ranch,” Nov. 6, 2002, Sun Microsystems, Inc., retrieved May 3, 2006, from http://www.sun.com/smi/Press/sunflash/2002-11/sunflash.20021106.3 .xml, 2 pages.
“Sun N1 Grid Engine 6,” Sun Microsystems, Inc., retrieved May 3, 2006, from http://www.sun.com/software/gridware/index.xml, 3 pages.
“Sun Opens New Processor Design Compute Ranch,” Nov. 30, 2001, Sun Microsystems, Inc., retrieved May 3, 2006, from http://www.sun.com/smi/Press/sunflash/2001-11/sunflash.20011130.1.xml, 3 pages.
“The Softricity Desktop,” Softricity, Inc., retrieved May 3, 2006, from http://www.softricity.com/products/, 3 pages.
“Xen—The Xen virtual Machine Monitor,” University of Cambridge Computer Laboratory, retrieved Nov. 8, 2005, from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/, 2 pages.
“XenFaq,” retrieved Nov. 8, 2005, from http://wiki.xensource.com/xenwiki/XenFaq?action=print, 9 pages.
Abi, Issam, et al., “A Business Driven Management Framework for Utility Computing Environments,” Oct. 12, 2004, HP Laboratories Bristol, HPL-2004-171, retrieved Aug. 30, 2007, from http://www.hpl.hp.com/techreports/2004/HPL-2004-171.pdf, 14 pages.
American Bar Association; Digital Signature Guidelines Tutorial [online]; Feb. 10, 2002 [retrieved on Mar. 2, 2010]; American Bar Association Section of Science and Technology Information Security Committee; Retrieved from the internet: (URL: http://web.archive.org/web/20020210124615/www.abanet.org/scitech/ec/isc/dsg-tutorial.html; pp. 1-8.
Arends et al., DNS Security Introduction and Requirements, RFC 4033, Mar. 2005, 21 pages.
Ariyapperuma et al., “Security Vulnerabilities in DNS and DNSSEC.” The Second International Conference on Availability, Reliability and Security, IEEE, 2007, 8 pages.
Armour et al.: “A Heuristic Algorithm and Simulation Approach to Relative Location of Facilities”; Management Science, vol. 9, No. 2 (Jan. 1963); pp. 294-309.
Baglioni et al., “Preprocessing and Mining Web Log Data for Web Personalization”, LNAI 2829, 2003, pp. 237-249.
Barbir, A., et al., “Known Content Network (CN) Request-Routing Mechanisms”, Request for Comments 3568, [online], IETF, Jul. 2003, [retrieved on Feb. 26, 2013], Retrieved from the Internet: (URL: http://tools.ietf.org/rfc/rfc3568.txt).
Bellovin, S., “Distributed Firewalls,” ;login;:37-39, Nov. 1999, http://www.cs.columbia.edu/-smb/papers/distfw. html, 10 pages, retrieved Nov. 11, 2005.
Blaze, M., “Using the KeyNote Trust Management System,” Mar. 1, 2001, from http://www.crypto.com/trustmgt/kn.html, 4 pages, retrieved May 17, 2006.
Brenton, C., “What is Egress Filtering and How Can I Implement It?—Egress Filtering v 0.2,” Feb. 29, 2000, SANS Institute, http://www.sans.org/infosecFAQ/firewall/egress.htm, 6 pages.
Byun et al., “A Dynamic Grid Services Deployment Mechanism for On-Demand Resource Provisioning”, IEEE International Symposium on Cluster Computing and the Grid:863-870, 2005.
Chandramouli et al., “Challenges in Securing the Domain Name System.” IEEE Security & Privacy4.1 (2006),pp. 84-87.
Chipara et al, “Realtime Power-Aware Routing in Sensor Network”, IEEE, 2006, 10 pages.
Clark, C., “Live Migration of Virtual Machines,” May 2005, NSDI '05: 2nd Symposium on Networked Systems Design and Implementation, Boston, MA, May 2-4, 2005, retrieved from http://www.usenix.org/events/nsdi05/tech/full_papers/clark/clark.pdf, 14 pages.
Cohen et al., “Proactive Caching of DNS Records: Addressing a Performance Bottleneck”, Proceedings of Saint 2001 Symposium On Applications and the Internet; 8-12, Jan. 8, 2001, IEEE Computer Society, pp. 85-94.
Coulson, D., “Network Security Iptables,” Apr. 2003, Linuxpro, Part 2, retrieved from http://davidcoulson.net/writing/lxf/38/iptables.pdf, 4 pages.
Coulson, D., “Network Security Iptables,” Mar. 2003, Linuxpro, Part 1, retrieved from http://davidcoulson.net/writing/lxf/39/iptables.pdf, 4 pages.
Deleuze, C., et al., A DNS Based Mapping Peering System for Peering CDNs, draft-deleuze-cdnp-dnsmap-peer-00.txt, Nov. 20, 2000, 20 pages.
Demers, A., “Epidemic Algorithms For Replicated Database Maintenance,” 1987, Proceedings of the sixth annual ACM Symposium on Principles of Distributed Computing, Vancouver, British Columbia, Canada, Aug. 10-12, 1987, 12 pages.
Eastlake, Donald, Domain Name System Security Extensions, RFC 2535, Mar. 1999, 47 pages.
Frangoudis et al., “PTPv2-based network load estimation and its application to QoE monitoring for Over-the-Top services”, IEEE, The 5th International conference on Information, Intelligence, Systems and Applications, IISA 2014, XP032629858, Jul. 7, 2014, pp. 176-181.
Gruener, J., “A Vision Of Togetherness,” May 24, 2004, NetworkWorld, retrieved May 3, 2006, from, http://www.networkworld.com/supp/2004/ndc3/0524virt.html, 9 pages.
Gunther et al, “Measuring Round Trip Times to determine the Distance between WLAN Nodes”,May 2005, In Proc. Of Networking 2005, all pages.
Gunther et al, “Measuring Round Trip Times to determine the Distance between WLAN Nodes”, Dec. 18, 2004, Technical University Berlin, all pages.
Guo, F., Understanding Memory Resource Management in Vmware vSphere 5.0, Vmware, 2011, pp. 1-29.
Hameed, CC, “Disk Fragmentation and System Performance”, Mar. 14, 2008, 3 pages.
Hartung et al.; Digital rights management and watermarking of multimedia content for m-commerce applications; Published in: Communications Magazine, IEEE (vol. 38, Issue: 11 ); Date of Publication: Nov. 2000; pp. 78-84; IEEE Xplore.
Horvath et al., “Enhancing Energy Efficiency in Multi-tier Web Server Clusters via Prioritization,” in Parallel and Distributed Processing Symposium, 2007. IPDPS 2007. IEEE International, vol., No., pp. 1-6, Mar. 26-30, 2007.
Ioannidis, S., et al., “Implementing a Distributed Firewall,” Nov. 2000, (ACM) Proceedings of the ACM Computer and Communications Security (CCS) 2000, Athens, Greece, pp. 190-199, retrieved from http://www.cis.upenn.edu/˜dls/STRONGMAN/Papers/df.pdf, 10 pages.
JH Software, Moving a DNS Server to a New IP Address, last updated Jan. 26, 2006, 1 page.
Joseph, Joshy, et al., “Introduction to Grid Computing,” Apr. 16, 2004, retrieved Aug. 30, 2007, from http://www.informit.com/articles/printerfriendly.aspx?p=169508, 19 pages.
Kalafut et al., Understanding Implications of DNS Zone Provisioning., Proceeding IMG '08 Proceedings of the 8th AMC SIGCOMM conference on Internet measurement., pp. 211-216., ACM New York, NY, USA., 2008.
Kato, Yoshinobu , Server load balancer—Difference in distribution technique and supported protocol—Focus on function to meet the needs, Nikkei Communications, Japan, Nikkei Business Publications, Inc., Mar. 20, 2000, vol. 314, pp. 114 to 123.
Kenshi, P., “Help File Library: Iptables Basics,” Justlinux, retrieved Dec. 1, 2005, from http://www.justlinux.com/nhf/Security/Iptables _ Basics.html, 4 pages.
Krsul et al., “VMPlants: Providing and Managing Virtual Machine Execution Environments for Grid Computing”, Nov. 6, 2004 (Nov. 6, 2004), Supercomputing, 2004. Proceedings Of The ACM/IEEE SC2004 Conference Pittsburgh, PA, USA Nov. 6-12, 2004, Piscataway, NJ, USA, IEEE, 1730 Massachusetts Ave., NW Washington, DC 20036-1992 USA, 12 pages.
Liu, “The Ultimate Guide to Preventing DNS-based DDoS Attacks”, Retrieved from http://www.infoworld.com/article/2612835/security/the-ultimate-guide-to-preventing-dns-based-ddos-attacks.html, Published Oct. 30, 2013.
Liu et al., “Combined mining of Web server logs and web contents for classifying user navigation patterns and predicting users' future requests,” Data & Knowledge Engineering 61 (2007) pp. 304-330.
Maesono, et al., “A Local Scheduling Method considering Data Transfer in Data Grid,” Technical Report of IEICE, vol. 104, No. 692, pp. 435-440, The Institute of Electronics, Information and Communication Engineers, Japan, Feb. 2005.
Meng et al., “Improving the Scalability of Data Center Networks with Traffic-Aware Virtual Machine Placement”; Proceedings of the 29th Conference on Information Communications, INFOCOM'10, pp. 1154-1162. Piscataway, NJ. IEEE Press, 2010.
Mulligan et al.; How DRM-based content delivery systems disrupt expectations of “personal use”; Published in: Proceeding DRM '03 Proceedings of the 3rd ACM workshop on Digital rights management; 2003; pp. 77-89; ACM Digital Library.
Ragan, “Three Types of DNS Attacks and How to Deal with Them”, Retrieved from http://www.csoonline.com/article/2133916/malware-cybercrime/three-types-of-dns-attacks-and-how-to-deal-with-them.html, Published Aug. 28, 2013.
Shankland, S., “Sun to buy start-up to bolster N1 ,” Jul. 30, 2003, CNet News.com, retrieved May 3, 2006, http://news.zdnet.com/2100-3513_22-5057752.html, 8 pages.
Sharif et al., “Secure In-VM Monitoring Using Hardware Virtualization”, Microsoft, Oct. 2009 http://research.microsoft.com/pubs/153179/sim-ccs09.pdf; 11 pages.
Strand, L., “Adaptive distributed firewall using intrusion detection, Nov. 1, 2004, University of Oslo Department of Informatics,” retrieved Mar. 8, 2006, from http://gnist.org/˜lars/studies/master/StrandLars-master.pdf, 158 pages.
Takizawa, et al., “Scalable MultiReplication Framework on The Grid,” Report of Study of Information Processing Society of Japan, Information Processing Society, vol. 2004, No. 81, pp. 247-252, Japan, Aug. 1, 2004.
Tan et al., “Classification: Basic Concepts, Decision Tree, and Model Evaluation”, Introduction in Data Mining; http://www-users.cs.umn.edu/˜kumar/dmbook/ch4.pdf, 2005, pp. 245-205.
Van Renesse, R., “Astrolabe: A Robust And Scalable Technology For Distributed System Monitoring, Management, And Data Mining,” May 2003, ACM Transactions On Computer Systems (TOCS), 21 (2): 164-206, 43 pages.
Vijayan, J., “Terraspring Gives Sun's N1 a Boost,” Nov. 25, 2002, Computerworld, retrieved May 3, 2006, from http://www.computerworld.eom/printthis/2002/0,4814, 76159,00.html, 3 pages.
Virtual Iron Software Home, Virtual Iron, retrieved May 3, 2006, from http://www.virtualiron.com/, 1 page.
Waldspurger, CA., “Spawn: A Distributed Computational Economy,” Feb. 1992, IEEE Transactions on Software Engineering, 18(2): 103-117, 15 pages.
Watanabe, et al., “Remote Program Shipping System for GridRPC Systems,” Report of Study of Information Processing Society of Japan, Information Processing Society, vol. 2003, No. 102, pp. 73-78, Japan, Oct. 16, 2003.
Xu et al., “Decision tree regression for soft classification of remote sensing data”, Remote Sensing of Environment 97 (2005) pp. 322-336.
Yamagata, et al., “A virtual-machine based fast deployment tool for Grid execution environment,” Report of Study of Information Processing Society of Japan, Information Processing Society, vol. 2006, No. 20, pp. 127-132, Japan, Feb. 28, 2006.
Zaman et al., “Combinatorial Auction-Based Dynamic VM Provisioning and Allocation in Clouds”, Department of Computer.
Science, Wayne State University, Sep. 2011 http://www.cs.wayne.edu/-dgrosu/pub/ccgrid12-symp.pdf.
Zhao et al., “Distributed file system support for virtual machines in grid computing”, Jun. 4, 2004 (Jun. 4, 2004), High Performance Distributed Computing, 2004. Proceedings. 13th IEEE International Symposium On Honolulu, HI, USA Jun. 4-6, 2004, Piscataway, NJ, USA, IEEE, pp. 202-211.
Zhu, Xiaoyun, et al., “Utility-Driven Workload Management Using Nested Control Design,” Mar. 29, 2006, HP Laboratories Palo Alto, HPL-2005-193(R.1), retrieved Aug. 30, 2007, from http://www.hpl.hp.com/techreports/2005/HPL-2005-193R1.pdf, 9 pages.
Supplementary European Search Report in Application No. 09729072.0 2266064 dated Dec. 10, 2014.
Office Action in Application No. 09729072.0 dated May 14, 2018.
Office Action in Application No. 09729072.0 dated Dec. 7, 2018.
First Singapore Written Opinion in Application No. 201006836-9, dated Oct. 12, 2011 in 12 pages.
Singapore Written Opinion in Application No. 201006836-9, dated Apr. 30, 2012 in 10 pages.
First Office Action in Chinese Application No. 200980111422.3 dated Apr. 13, 2012.
First Office Action in Japanese Application No. 2011-502138 dated Feb. 1, 2013.
Singapore Written Opinion in Application No. 201006837-7, dated Oct. 12, 2011 in 11 pages.
Supplementary European Search Report in Application No. 09727694.3 dated Jan. 30, 2012 in 6 pages.
Singapore Examination Report in Application No. 201006837-7 dated Mar. 16, 2012.
First Office Action in Chinese Application No. 200980111426.1 dated Feb. 16, 2013.
Second Office Action in Chinese Application No. 200980111426.1 dated Dec. 25, 2013.
Third Office Action in Chinese Application No. 200980111426.1 dated Jul. 7, 2014.
Fourth Office Action in Chinese Application No. 200980111426.1 dated Jan. 15, 2015.
Fifth Office Action in Chinese Application No. 200980111426.1 dated Aug. 14, 2015.
First Office Action in Japanese Application No. 2011-502139 dated Nov. 5, 2013.
Decision of Rejection in Application No. 2011-502139 dated Jun. 30, 2014.
Office Action in Japanese Application No. 2011-502139 dated Aug. 17, 2015.
Office Action in Indian Application No. 5937/CHENP/2010 dated Jan. 19, 2018.
Singapore Written Opinion in Application No. 201006874-0, dated Oct. 12, 2011 in 10 pages.
First Office Action in Japanese Application No. 2011-502140 dated Dec. 7, 2012.
First Office Action in Chinese Application No. 200980119995.0 dated Jul. 6, 2012.
Second Office Action in Chinese Application No. 200980119995.0 dated Apr. 15, 2013.
Examination Report in Singapore Application No. 201006874-0 dated May 16, 2012.
Search Report in European Application No. 09839809.2 dated May 11, 2015.
Office Action in European Application No. 09839809.2 dated Dec. 8, 2016.
Office Action in Indian Application No. 6210/CHENP/2010 dated Mar. 27, 2018.
First Office Action in Chinese Application No. 200980119993.1 dated Jul. 4, 2012.
Second Office Action in Chinese Application No. 200980119993.1 dated Mar. 12, 2013.
Third Office Action in Chinese Application No. 200980119993.1 dated Oct. 21, 2013.
Supplementary European Search Report in Application No. 09728756.9 dated Jan. 8, 2013.
First Office Action in Japanese Application No. 2011-503091 dated Nov. 18, 2013.
Office Action in Japanese Application No. 2014-225580 dated Oct. 26, 2015.
Office Action in Japanese Application No. 2014-225580 dated Oct. 3, 2016.
Search Report and Written Opinion issued in Singapore Application No. 201006873-2 dated Oct. 12, 2011.
Examination Report in Indian Application No. 6213/CHENP/2010 dated May 23, 2018.
First Office Action is Chinese Application No. 200980125551.8 dated Jul. 4, 2012.
First Office Action in Japanese Application No. 2011-516466 dated Mar. 6, 2013.
Second Office Action in Japanese Application No. 2011-516466 dated Mar. 17, 2014.
Decision of Refusal in Japanese Application No. 2011-516466 dated Jan. 16, 2015.
Office Action in Japanese Application No. 2011-516466 dated May 30, 2016.
Office Action in Canadian Application No. 2726915 dated May 13, 2013.
First Office Action in Korean Application No. 10-2011-7002461 dated May 29, 2013.
First Office Action in Chinese Application No. 200980145872.4 dated Nov. 29, 2012.
First Office Action in Canadian Application No. 2741895 dated Feb. 25, 2013.
Second Office Action in Canadian Application No. 2741895 dated Oct. 21, 2013.
Partial Supplementary Search Report in European Application No. 09826977.2 dated Oct. 4, 2016.
Search Report and Written Opinion in Singapore Application No. 201103333-9 dated Nov. 19, 2012.
Examination Report in Singapore Application No. 201103333-9 dated Aug. 13, 2013.
Office Action in Chinese Application No. 201310717573.1 dated Jul. 29, 2016.
Office Action in European Application No. 11767118.0 dated Feb. 3, 2017.
Office Action in European Application No. 11767118.0 dated Jul. 25, 2018.
Office Action in European Application No. 11767118.0 dated Jan. 29, 2019.
International Search Report and Written Opinion in PCT/US2011/053302 dated Nov. 28, 2011 in 11 pages.
International Preliminary Report on Patentability in PCT/US2011/053302 dated Apr. 2, 2013.
First Office Action in Japanese Application No. 2013-529454 dated Feb. 3, 2014 in 6 pages.
Office Action in Japanese Application No. 2013-529454 dated Mar. 9, 2015 in 8 pages.
First Office Action issued in Australian Application No. 2011307319 dated Mar. 6, 2014 in 5 pages.
Search Report and Written Opinion in Singapore Application No. 201301573-0 dated Jul. 1, 2014.
First Office Action in Chinese Application No. 201180046104.0 dated Nov. 3, 2014.
Second Office Action in Chinese Application No. 201180046104.0 dated Sep. 29, 2015.
Third Office Action in Chinese Application No. 201180046104.0 dated Apr. 14, 2016.
Decision of Rejection in Chinese Application No. 201180046104.0 dated Oct. 17, 2016.
Examination Report in Singapore Application No. 201301573-0 dated Dec. 22, 2014.
Examination Report in Indian Application No. 3105/DELNP/2013, dated Feb. 19, 2019.
International Preliminary Report on Patentability in PCT/US2011/061486 dated May 22, 2013.
International Search Report and Written Opinion in PCT/US2011/061486 dated Mar. 30, 2012 in 11 pages.
Office Action in Canadian Application No. 2816612 dated Nov. 3, 2015.
Office Action in Canadian Application No. 2816612 dated Oct. 7, 2016.
Office Action in Canadian Application No. 2816612 dated Aug. 8, 2017.
First Office Action in Chinese Application No. 201180053405.6 dated Feb. 10, 2015.
Second Office Action in Chinese Application No. 201180053405.6 dated Dec. 4, 2015.
Office Action in Japanese Application No. 2013-540982 dated Jun. 2, 2014.
Written Opinion in Singapore Application No. 201303521-7 dated May 20, 2014.
Extended Search Report in European Application No. 18156163 dated Sep. 3, 2018.
Examination Report in Indian Application No. 4487/DELNP/2013 dated Dec. 28, 2018.
Office Action in Japanese Application No. 2015-533132 dated Apr. 25, 2016.
Office Action in Canadian Application No. 2884796 dated Apr. 28, 2016.
Office Action in Russian Application No. 2015114568 dated May 16, 2016.
Supplementary Examination Report in Singapore Application No. 11201501987U dated May 17, 2017.
Office Action in Chinese Application No. 2013800492635 dated Aug. 30, 2017.
Office Action in European Application No. 13770602.4 dated Mar. 11, 2019.
International Search Report and Written Opinion in PCT/US07/07601 dated Jul. 18, 2008 in 11 pages.
International Preliminary Report on Patentability in PCT/US2007/007601 dated Sep. 30, 2008 in 8 pages.
Supplementary European Search Report in Application No. 07754164.7 dated Dec. 20, 2010 in 7 pages.
Office Action in Chinese Application No. 200780020255.2 dated Mar. 4, 2013.
Office Action in Chinese Application No. 201310537815.9 dated Feb. 1, 2018.
Office Action in Indian Application No. 3742/KOLNP/2008 dated Nov. 22, 2013.
Office Action in Japanese Application No. 2012-052264 dated Dec. 11, 2012 in 26 pages.
Office Action in Japanese Application No. 2013-123086 dated Apr. 15, 2014 in 3 pages.
Office Action in Japanese Application No. 2013-123086 dated Dec. 2, 2014 in 4 pages.
Office Action in Japanese Application No. 2015-075644 dated Apr. 5, 2016.
Office Action in European Application No. 07754164.7 dated Dec. 14, 2015.
Office Action in European Application No. 07754164.7 dated Jan. 25, 2018.
Office Action in Chinese Application No. 201310537815.9 dated Jul. 5, 2016.
Office Action in Chinese Application No. 201310537815.9 dated Jun. 2, 2017.
International Search Report and Written Opinion in PCT/US/2016/ 066848 dated May 1, 2017.
International Preliminary Reporton Patentability in PCT/US/2016/ 066848 dated Jun. 19, 2018.
Partial Search Report in European Application No. 16876655.8 dated May 15, 2019.
International Search Report and Written Opinion in PCT/US2017/055156 dated Dec. 13, 2017.
International Preliminary Reporton Patentability and Written Opinion in PCT/US2017/055156 dated Apr. 9, 2019.
International Search Report and Written Opinion in PCT/US2018/036634 dated Sep. 11, 2018.
Extended Search Report in European Applicaton No. 19184826.6 dated Jan. 17, 2020.
Office Action in Indian Application No. 2823/DELNP/2015 dated Oct. 25, 2019.
Office Action in Brazilian Application No. BR112015005588-5 dated Jan. 14, 2020.
Extended European Search Report in Application No. 16876655.8 dated Aug. 20, 2019.
International Preliminary Report on Patentability and Written Opinion in PCT/US2018/036634 dated Dec. 24, 2019.
Office Action issued in connection with U.S. Appl. No. 12/059,997 dated Jun. 9, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/059,997 dated Jan. 7, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/059,997 dated Nov. 14, 2011.
Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Jan. 9, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Aug. 19, 2014.
Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Jan. 2, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Apr. 24, 2015.
Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Aug. 28, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/419,233 dated Feb. 12, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 13/419,233 dated Jun. 22, 2016.
Office Action issued in connection with U.S. Appl. No. 12/060,013 dated Dec. 1, 2009.
Final Office Action issued in connection with U.S. Appl. No. 12/060,013 dated Aug. 23, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,013 dated Aug. 13, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 14/066,516 dated Aug. 25, 2014.
Office Action issued in connection with U.S. Appl. No. 14/548,221 dated Jun. 16, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/548,221 dated Nov. 23, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/548,221 dated Sep. 8, 2016.
Office Action issued in connection with U.S. Appl. No. 15/402,131 dated Sep. 20, 2017.
Final Office Action issued in connection with U.S. Appl. No. 15/402,131 dated Apr. 13, 2018.
Office Action issued in connection with U.S. Appl. No. 15/402,131 dated Sep. 17, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/402,131 dated Mar. 18, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/402,131 dated Aug. 8, 2019.
Office Action issued in connection with U.S. Appl. No. 12/060,015 dated Nov. 3, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/060,015 dated Mar. 31, 2011.
Office Action issued in connection with U.S. Appl. No. 12/060,015 dated Apr. 11, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,015 dated Aug. 9, 2013.
Office Action issued in connection with U.S. Appl. No. 14/078,274 dated May 5, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/078,274 dated Aug. 21, 2015.
Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Sep. 29, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Feb. 9, 2017.
Office Action issued in connection with U.S. Appl. No. 14/886,937 dated May 26, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Sep. 15, 2017.
Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Jan. 8, 2018.
Final Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Jun. 20, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/886,937 dated Aug. 15, 2018.
Office Action issued in connection with U.S. Appl. No. 16/221,176 dated Jan. 6, 2020.
Office Action issued in connection with U.S. Appl. No. 12/060,143 dated Jun. 24, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/060,143 dated Feb. 4, 2011.
Office Action issued in connection with U.S. Appl. No. 12/060,143 dated Jul. 20, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,143 dated Jan. 25, 2013.
Office Action issued in connection with U.S. Appl. No. 14/693,819 dated Oct. 27, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/693,819 dated Feb. 16, 2016.
Office Action issued in connection with U.S. Appl. No. 14/693,819 dated Jun. 17, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/693,819 dated Nov. 4, 2016.
Office Action issued in connection with U.S. Appl. No. 14/693,819 dated May 11, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/693,819 dated Dec. 10, 2017.
Office Action issued in connection with U.S. Appl. No. 15/891,176 dated Jun. 15, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/891,176 dated Dec. 20, 2018.
Office Action issued in connection with U.S. Appl. No. 15/891,176 dated May 31, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/891,176 dated Sep. 19, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/891,176 dated Jan. 8, 2020.
Office Action issued in connection with U.S. Appl. No. 13/897,027 dated Aug. 20, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/897,027 dated Jan. 22, 2015.
Office Action issued in connection with U.S. Appl. No. 12/060,124 dated Jul. 12, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,124 dated Feb. 23, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 13/170,102 dated Aug. 8, 2011.
Office Action issued in connection with U.S. Appl. No. 13/296,189 dated Feb. 22, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/296,189 dated May 11, 2012.
Office Action issued in connection with U.S. Appl. No. 3/614,714 dated Nov. 27, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/614,714 dated Jan. 10, 2013.
Office Action issued in connection with U.S. Appl. No. 13/888,283 dated Mar. 18, 2014.
Office Action issued in connection with U.S. Appl. No. 13/888,283 dated Sep. 15, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/888,283 dated Dec. 17, 2014.
Office Action issued in connection with U.S. Appl. No. 14/639,933 dated Aug. 17, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/639,933 dated Jan. 14, 2016.
Office Action issued in connection with U.S. Appl. No. 15/139,239 dated Aug. 25, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 15/139,239 dated Dec. 12, 2016.
Office Action issued in connection with U.S. Appl. No. 15/483,659 dated Aug. 31, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/483,659 dated Oct. 17, 2017.
Office Action issued in connection with U.S. Appl. No. 15/891,995 dated May 9, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/891,995 dated Aug. 9, 2018.
Office Action issued in connection with U.S. Appl. No. 16/222,389 dated May 1, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 16/222,389 dated Aug. 28, 2019.
Office Action issued in connection with U.S. Appl. No. 12/060,173 dated Jul. 8, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,173 dated Feb. 1, 2011.
Office Action issued in connection with U.S. Appl. No. 13/098,366 dated Aug. 8, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 13/098,366 dated Nov. 7, 2011.
Office Action issued in connection with U.S. Appl. No. 13/418,239 dated Aug. 8, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/418,239 dated Oct. 16, 2012.
Office Action issued in connection with U.S. Appl. No. 13/766,574 dated Sep. 6, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 13/766,574 dated Dec. 23, 2013.
Office Action issued in connection with U.S. Appl. No. 14/263,824 dated Jul. 15, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/263,824 dated Oct. 18, 2016.
Office Action issued in connection with U.S. Appl. No. 15/408,362 dated May 8, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/408,362 dated Oct. 5, 2017.
Office Action issued in connection with U.S. Appl. No. 15/888,860 dated May 9, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/888,860 dated Aug. 10, 2018.
Office Action issued in connection with U.S. Appl. No. 16/405,779 dated Sep. 6, 2019.
Office Action issued in connection with U.S. Appl. No. 12/060,202 dated May 13, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/060,202 dated Nov. 9, 2010.
Office Action issued in connection with U.S. Appl. No. 12/060,202 dated Jan. 19, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/060,202 dated Jun. 28, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,202 dated Jun. 7, 2013.
Office Action issued in connection with U.S. Appl. No. 14/012,387 dated Jan. 5, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/012,387 dated Jun. 8, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/012,387 dated Aug. 14, 2015.
Office Action issued in connection with U.S. Appl. No. 14/961,343 dated Jul. 28, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/961,343 dated Jan. 19, 2017.
Office Action issued in connection with U.S. Appl. No. 14/961,343 dated Jun. 21, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/961,343 dated Oct. 10, 2017.
Office Action issued in connection with U.S. Appl. No. 12/060,213 dated Jun. 17, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/060,213 dated Nov. 10, 2010.
Office Action issued in connection with U.S. Appl. No. 12/060,213 dated Mar. 22, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/060,213 dated Jul. 20, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/720,955 dated Sep. 10, 2013.
Office Action issued in connection with U.S. Appl. No. 13/793,886 dated Nov. 7, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 13/793,886 dated Feb. 19, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 14/165,329 dated Apr. 11, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated May 30, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Oct. 23, 2014.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Feb. 11, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Jun. 16, 2015.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Nov. 6, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Mar. 4, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Sep. 21, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Feb. 15, 2017.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Jun. 22, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Oct. 27, 2017.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Apr. 4, 2018.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Sep. 11, 2018.
Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Mar. 19, 2019.
Final Office Action issued in connection with U.S. Appl. No. 13/621,084 dated Aug. 14, 2019.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated May 15, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Oct. 23, 2014.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Mar. 26, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Jul. 10, 2015.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Dec. 4, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Apr. 4, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Sep. 30, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Feb. 28, 2017.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Jul. 13, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Jan. 19, 2018.
Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Aug. 9, 2018.
Final Office Action issued in connection with U.S. Appl. No. 13/621,085 dated Jan. 18, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 13/621,085 dated Sep. 25, 2019.
Office Action issued in connection with U.S. Appl. No. 12/189,019 dated Jul. 30, 2010.
Office Action issued in connection with U.S. Appl. No. 12/189,019 dated Feb. 8, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/189,019 dated Aug. 19, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/189,019 dated Nov. 5, 2012.
Office Action issued in connection with U.S. Appl. No. 12/956,823 dated Aug. 5, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/956,823 dated Jan. 6, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/956,823 dated Sep. 18, 2012.
Office Action issued in connection with U.S. Appl. No. 12/956,647 dated Aug. 5, 2011.
Office Action issued in connection with U.S. Appl. No. 12/956,647 dated Jan. 13, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/956,647 dated Nov. 9, 2012.
Office Action issued in connection with U.S. Appl. No. 12/956,748 dated Jun. 23, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/956,748 dated Nov. 10, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/956,748 dated Nov. 6, 2012.
Office Action issued in connection with U.S. Appl. No. 12/596,566 dated Jul. 8, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/596,566 dated Jan. 5, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/596,566 dated Oct. 2, 2012.
Office Action issued in connection with U.S. Appl. No. 12/165,343 dated Mar. 22, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 12/165,343 dated Dec. 21, 2010.
Office Action issued in connection with U.S. Appl. No. 13/568,005 dated Nov. 5, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/568,005 dated Mar. 19, 2013.
Office Action issued in connection with U.S. Appl. No. 13/896,840 dated Sep. 23, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/896,840 dated Jan. 5, 2015.
Office Action issued in connection with U.S. Appl. No. 14/683,019 dated Aug. 11, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/683,019 dated Dec. 4, 2015.
Office Action issued in connection with U.S. Appl. No. 14/683,019 dated May 9, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/683,019 dated Sep. 15, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/683,019 dated Nov. 25, 2016.
Office Action issued in connection with U.S. Appl. No. 13/042,301 dated Aug. 24, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 13/042,301 dated Apr. 2, 2012.
Office Action issued in connection with U.S. Appl. No. 12/412,456 dated May 16, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/412,456 dated Mar. 12, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/412,456 dated Feb. 12, 2014.
Office Action issued in connection with U.S. Appl. No. 13/909,882 dated Aug. 21, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/909,882 dated Jan. 14, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/909,882 dated Mar. 24, 2015.
Office Action issued in connection with U.S. Appl. No. 14/010,438 dated Sep. 11, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 14/010,438 dated Dec. 11, 2014.
Office Action issued in connection with U.S. Appl. No. 14/297,558 dated Sep. 30, 2014.
Final Office Action issued in connection with U.S. Appl. No. 14/297,558 dated Apr. 7, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/297,558 dated Jul. 21, 2015.
Office Action issued in connection with U.S. Appl. No. 14/630,516 dated Nov. 3, 2016.
Office Action issued in connection with U.S. Appl. No. 14/630,516 dated May 8, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/630,516 dated Nov. 9, 2017.
Office Action issued in connection with U.S. Appl. No. 14/630,516 dated Apr. 5, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/630,516 dated Nov. 2, 2018.
Office Action issued in connection with U.S. Appl. No. 14/718,037 dated Oct. 26, 2016.
Office Action issued in connection with U.S. Appl. No. 14/718,037 dated May 5, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/718,037 dated Nov. 9, 2017.
Office Action issued in connection with U.S. Appl. No. 14/718,037 dated Mar. 28, 2018.
Office Action issued in connection with U.S. Appl. No. 14/718,037 dated Oct. 29, 2018.
Final Office Action issued in connection with U.S. Appl. No. 14/718,037 dated Apr. 25, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 14/718,037 dated Oct. 17, 2019.
Office Action issued in connection with U.S. Appl. No. 14/935,228 dated Mar. 8, 2018.
Final Office Action issued in connection with U.S. Appl. No. 14/935,228 dated Sep. 12, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/935,228 dated Dec. 11, 2018.
Office Action issued in connection with U.S. Appl. No. 12/412,467 dated May 22, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/412,467 dated Nov. 8, 2013.
Office Action issued in connection with U.S. Appl. No. 13/621,062 dated Dec. 5, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/621,062 dated Feb. 22, 2013.
Office Action issued in connection with U.S. Appl. No. 13/621,066 dated Feb. 14, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 13/621,066 dated May 8, 2013.
Office Action issued in connection with U.S. Appl. No. 12/485,783 dated Aug. 30, 2012.
Office Action issued in connection with U.S. Appl. No. 12/485,783 dated Mar. 26, 2013.
Final Office Action issued in connection with U.S. Appl. No. 12/485,783 dated Oct. 7, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/485,783 dated Mar. 31, 2014.
Office Action issued in connection with U.S. Appl. No. 14/331,067 dated Nov. 26, 2014.
Final Office Action issued in connection with U.S. Appl. No. 14/331,067 dated Apr. 27, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/331,067 dated Jul. 7, 2015.
Office Action issued in connection with U.S. Appl. No. 14/871,872 dated Apr. 11, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/871,872 dated Oct. 17, 2016.
Office Action issued in connection with U.S. Appl. No. 14/871,872 dated Feb. 10, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/871,872 dated Aug. 8, 2017.
Office Action issued in connection with U.S. Appl. No. 14/871,872 dated Feb. 7, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/871,872 dated Aug. 15, 2018.
Office Action issued in connection with U.S. Appl. No. 14/297,558 dated Jan. 3, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 14/297,558 dated May 8, 2019.
Office Action issued in connection with U.S. Appl. No. 13/620,868 dated Nov. 23, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/620,868 dated Apr. 15, 2013.
Office Action issued in connection with U.S. Appl. No. 12/412,431 dated Mar. 8, 2012.
Office Action issued in connection with U.S. Appl. No. 12/412,431 dated Nov. 23, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/412,431 dated May 10, 2013.
Office Action issued in connection with U.S. Appl. No. 13/973,883 dated Oct. 23, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/973,883 dated May 5, 2016.
Office Action issued in connection with U.S. Appl. No. 13/973,883 dated Sep. 30, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/973,883 dated Apr. 18, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 13/973,883 dated Nov. 20, 2019.
Office Action issued in connection with U.S. Appl. No. 12/272,681 dated Nov. 26, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/272,681 dated Apr. 27, 2011.
Office Action issued in connection with U.S. Appl. No. 12/272,681 dated Oct. 11, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,681 dated Apr. 18, 2013.
Office Action issued in connection with U.S. Appl. No. 14/010,461 dated May 2, 2014.
Final Office Action issued in connection with U.S. Appl. No. 14/010,461 dated Oct. 9, 2014.
Office Action issued in connection with U.S. Appl. No. 14/010,461 dated Jan. 15, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/010,461 dated Jul. 9, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/010,461 dated Oct. 7, 2015.
Office Action issued in connection with U.S. Appl. No. 15/003,699 dated Jul. 8, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 15/003,699 dated Nov. 4, 2016.
Office Action issued in connection with U.S. Appl. No. 12/272,666 dated Feb. 23, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,666 dated Aug. 25, 2011.
Office Action issued in connection with U.S. Appl. No. 13/296,156 dated May 15, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/296,156 dated Jun. 8, 2012.
Office Action issued in connection with U.S. Appl. No. 13/620,945 dated Dec. 13, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/620,945 dated May 1, 2013.
Office Action issued in connection with U.S. Appl. No. 13/948,087 dated Feb. 10, 2016.
Office Action issued in connection with U.S. Appl. No. 12/412,443 dated Mar. 15, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/412,443 dated Nov. 27, 2012.
Office Action issued in connection with U.S. Appl. No. 13/829,586 dated May 28, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/829,586 dated Sep. 15, 2015.
Office Action issued in connection with U.S. Appl. No. 14/942,728 dated Feb. 28, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/942,728 dated Aug. 15, 2017.
Office Action issued in connection with U.S. Appl. No. 14/942,728 dated Dec. 29, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/942,728 dated Jul. 27, 2018.
Office Action issued in connection with U.S. Appl. No. 14/942,728 dated Mar. 1, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 14/942,728 dated Jul. 31, 2019.
Office Action issued in connection with U.S. Appl. No. 12/272,687 dated Sep. 9, 2010.
Office Action issued in connection with U.S. Appl. No. 12/272,687 dated Feb. 3, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,687 dated May 27, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,687 dated Aug. 17, 2012.
Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Nov. 9, 2012.
Final Office Action issued in connection with U.S. Appl. No. 14/886,937 dated Jan. 10, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 14/886,937 dated Mar. 21, 2013.
Office Action issued in connection with U.S. Appl. No. 13/908,830 dated Sep. 23, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/908,830 dated Dec. 15, 2014.
Office Action issued in connection with U.S. Appl. No. 14/631,556 dated Aug. 23, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/631,556 dated Jan. 26, 2017.
Office Action issued in connection with U.S. Appl. No. 14/631,556 dated May 26, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/631,556 dated Dec. 21, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/631,556 dated Feb. 22, 2018.
Office Action issued in connection with U.S. Appl. No. 15/993,109 dated Jun. 26, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/993,109 dated Aug. 19, 2019.
Office Action issued in connection with U.S. Appl. No. 12/272,655 dated Mar. 4, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/272,655 dated Oct. 28, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,655 dated Jan. 16, 2014.
Office Action issued in connection with U.S. Appl. No. 14/281,165 dated Aug. 5, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/281,165 dated Feb. 16, 2016.
Office Action issued in connection with U.S. Appl. No. 14/281,165 dated Jun. 23, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/281,165 dated Dec. 30, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/281,165 dated Apr. 24, 2017.
Office Action issued in connection with U.S. Appl. No. 12/272,699 dated Dec. 14, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,699 dated Jul. 25, 2011.
Office Action issued in connection with U.S. Appl. No. 13/299,169 dated Feb. 3, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/299,169 dated Mar. 27, 2012.
Office Action issued in connection with U.S. Appl. No. 13/567,429 dated Nov. 16, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/567,429 dated Jul. 25, 2013.
Office Action issued in connection with U.S. Appl. No. 14/062,614 dated Jul. 6, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/062,614 dated Jan. 6, 2016.
Office Action issued in connection with U.S. Appl. No. 14/062,614 dated Apr. 22, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/062,614 dated Aug. 16, 2016.
Office Action issued in connection with U.S. Appl. No. 15/369,758 dated Feb. 28, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/369,758 dated Jun. 5, 2017.
Office Action issued in connection with U.S. Appl. No. 15/682,383 dated Mar. 9, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/682,383 dated Jul. 17, 2018.
Office Action issued in connection with U.S. Appl. No. 12/272,683 dated Sep. 9, 2010.
Final Office Action issued in connection with U.S. Appl. No. 12/272,683 dated Jan. 14, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,683 dated Mar. 18, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 13/165,484 dated Mar. 22, 2012.
Office Action issued in connection with U.S. Appl. No. 13/529,831 dated Oct. 4, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/529,831 dated Dec. 13, 2012.
Office Action issued in connection with U.S. Appl. No. 13/829,518 dated Sep. 19, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/829,518 dated Jan. 15, 2015.
Office Action issued in connection with U.S. Appl. No. 14/673,743 dated Aug. 23, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/673,743 dated Jan. 5, 2017.
Office Action issued in connection with U.S. Appl. No. 14/673,743 dated May 5, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/673,743 dated Nov. 9, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/673,743 dated Mar. 27, 2018.
Office Action issued in connection with U.S. Appl. No. 16/018,507 dated Nov. 19, 2019.
Office Action issued in connection with U.S. Appl. No. 12/272,715 dated Jan. 24, 2011.
Final Office Action issued in connection with U.S. Appl. No. 12/272,715 dated Jun. 28, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,715 dated Oct. 21, 2011.
Office Action issued in connection with U.S. Appl. No. 13/358,478 dated Apr. 26, 2012.
Final Office Action issued in connection with U.S. Appl. No. 13/358,478 dated Oct. 12, 2012.
Office Action issued in connection with U.S. Appl. No. 13/358,478 dated Mar. 28, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/358,478 dated Sep. 11, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 13/358,478 dated Apr. 2, 2014.
Office Action issued in connection with U.S. Appl. No. 14/337,021 dated Jun. 30, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/337,021 dated Jan. 6, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/337,021 dated Jan. 16, 2018.
Office Action issued in connection with U.S. Appl. No. 15/923,732 dated Oct. 3, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/923,732 dated May 1, 2019.
Office Action issued in connection with U.S. Appl. No. 15/923,732 dated Sep. 6, 2019.
Office Action issued in connection with U.S. Appl. No. 12/272,641 dated Feb. 23, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 12/272,641 dated Aug. 25, 2011.
Office Action issued in connection with U.S. Appl. No. 13/299,229 dated May 7, 2012.
Office Action issued in connection with U.S. Appl. No. 13/299,229 dated May 16, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/299,229 dated Jun. 6, 2012.
Office Action issued in connection with U.S. Appl. No. 13/614,971 dated Dec. 13, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/614,971 dated May 31, 2013.
Office Action issued in connection with U.S. Appl. No. 13/964,973 dated Feb. 11, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 13/964,973 dated May 19, 2016.
Office Action issued in connection with U.S. Appl. No. 12/722,454 dated May 31, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/722,454 dated Nov. 26, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 13/794,415 dated Apr. 14, 2015.
Office Action issued in connection with U.S. Appl. No. 14/800,591 dated Oct. 6, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/800,591 dated Mar. 24, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/597,841 dated Jul. 16, 2018.
Office Action issued in connection with U.S. Appl. No. 16/195,628 dated Dec. 31, 2019.
Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Mar. 22, 2013.
Final Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Jan. 30, 2014.
Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Mar. 25, 2015.
Final Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Oct. 5, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Apr. 6, 2016.
Final Office Action issued in connection with U.S. Appl. No. 12/892,777 dated Oct. 4, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,777 dated Mar. 27, 2017.
Office Action issued in connection with U.S. Appl. No. 15/604,451 dated Oct. 5, 2017.
Final Office Action issued in connection with U.S. Appl. No. 15/604,451 dated May 17, 2018.
Office Action issued in connection with U.S. Appl. No. 15/604,451 dated Jan. 22, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/604,451 dated Sep. 19, 2019.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Jul. 23, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,764 dated Feb. 15, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Jul. 24, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Feb. 13, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Sep. 18, 2015.
Final Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Mar. 24, 2016.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Jan. 12, 2017.
Final Office Action issued in connection with U.S. Appl. No. 12/892,794 dated May 5, 2017.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Oct. 5, 2017.
Final Office Action issued in connection with U.S. Appl. No. 12/892,794 dated May 18, 2018.
Office Action issued in connection with U.S. Appl. No. 12/892,794 dated Oct. 4, 2018.
Final Office Action issued in connection with U.S. Appl. No. 12/892,794 dated May 30, 2019.
Office Action issued in connection with U.S. Appl. No. 12/892,822 dated Oct. 11, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,822 dated Mar. 4, 2013.
Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Feb. 20, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Jul. 22, 2015.
Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Apr. 29, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Sep. 29, 2016.
Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Jan. 13, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/919,912 dated May 8, 2017.
Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Aug. 30, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Feb. 2, 2018.
Office Action issued in connection with U.S. Appl. No. 13/919,912 dated Jun. 1, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 13/919,912 dated Oct. 30, 2018.
Office Action issued in connection with U.S. Appl. No. 16/243,977 dated Sep. 20, 2019.
Office Action issued in connection with U.S. Appl. No. 13/620,976 dated Jan. 10, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/620,976 dated Aug. 13, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 13/620,976 dated Nov. 6, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,818 dated Oct. 22, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,818 dated Feb. 13, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,818 dated Apr. 11, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/892,818 dated Oct. 10, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,818 dated Dec. 19, 2014.
Office Action issued in connection with U.S. Appl. No. 14/629,411 dated Sep. 1, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/629,411 dated Dec. 23, 2015.
Office Action issued in connection with U.S. Appl. No. 14/629,411 dated May 2, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/629,411 dated Sep. 26, 2016.
Office Action issued in connection with U.S. Appl. No. 14/629,411 dated Jan. 18, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/629,411 dated May 9, 2017.
Office Action issued in connection with U.S. Appl. No. 14/629,411 dated Sep. 8, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/629,411 dated Mar. 15, 2018.
Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Jan. 10, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/621,010 dated May 21, 2013.
Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Apr. 8, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Oct. 10, 2014.
Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Feb. 5, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Jul. 10, 2015.
Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Feb. 8, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/621,010 dated Jun. 2, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 13/621,010 dated Jul. 19, 2016.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Oct. 11, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Feb. 15, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Apr. 15, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Oct. 28, 2014.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Feb. 18, 2015.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Jul. 24, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Mar. 18, 2016.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Aug. 2, 2016.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Dec. 22, 2016.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Apr. 11, 2017.
Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Aug. 10, 2017.
Final Office Action issued in connection with U.S. Appl. No. 12/892,819 dated Jan. 17, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,819 dated Jun. 1, 2018.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Jan. 16, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/620,979 dated May 28, 2013.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Feb. 11, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Jul. 15, 2014.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Nov. 13, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Feb. 23, 2015.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Dec. 23, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Apr. 8, 2016.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Jul. 28, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Dec. 7, 2016.
Office Action issued in connection with U.S. Appl. No. 13/620,979 dated Mar. 20, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 13/620,979 dated Jun. 19, 2017.
Office Action issued in connection with U.S. Appl. No. 16/154,597 dated Sep. 19, 2019.
Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Oct. 11, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Feb. 21, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Feb. 24, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Aug. 8, 2014.
Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Dec. 1, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Mar. 20, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,852 dated Dec. 23, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,852 dated Apr. 11, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Jan. 2, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated May 22, 2013.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Feb. 12, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Jul. 17, 2014.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Nov. 14, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Feb. 23, 2015.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Dec. 15, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Apr. 5, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Aug. 25, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Dec. 22, 2016.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Mar. 24, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Jul. 26, 2017.
Office Action issued in connection with U.S. Appl. No. 13/621,022 dated Dec. 18, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 13/621,022 dated May 17, 2018.
Office Action issued in connection with U.S. Appl. No. 15/191,240 dated Nov. 2, 2016.
Final Office Action issued in connection with U.S. Appl. No. 15/191,240 dated Apr. 3, 2017.
Office Action issued in connection with U.S. Appl. No. 15/191,240 dated Jul. 18, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/191,240 dated Nov. 7, 2017.
Office Action issued in connection with U.S. Appl. No. 15/908,576 dated Dec. 20, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/908,576 dated Jun. 13, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/908,576 dated Sep. 27, 2019.
Office Action issued in connection with U.S. Appl. No. 12/892,873 dated Aug. 21, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,873 dated Jan. 7, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,873 dated May 7, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,873 dated Sep. 12, 2014.
Office Action issued in connection with U.S. Appl. No. 14/550,889 dated Mar. 12, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/550,889 dated Jul. 17, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,861 dated Aug. 21, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,861 dated Jan. 4, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,681 dated May 7, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,681 dated Aug. 29, 2014.
Office Action issued in connection with U.S. Appl. No. 14/550,892 dated Apr. 27, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/550,892 dated Aug. 17, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/550,892 dated Oct. 15, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,889 dated Oct. 10, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,889 dated May 1, 2013.
Office Action issued in connection with U.S. Appl. No. 12/892,889 dated Jul. 3, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,889 dated Oct. 3, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 14/566,615 dated Jun. 19, 2015.
Office Action issued in connection with U.S. Appl. No. 12/892,880 dated Sep. 20, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,880 dated Apr. 5, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,880 dated Jul. 17, 2013.
Office Action issued in connection with U.S. Appl. No. 14/071,276 dated Aug. 25, 2014.
Final Office Action issued in connection with U.S. Appl. No. 14/071,276 dated Feb. 4, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/071,276 dated Apr. 2, 2015.
Office Action issued in connection with U.S. Appl. No. 14/807,726 dated Jan. 9, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/807,726 dated Apr. 24, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 114/807,726 dated Jun. 29, 2017.
Office Action issued in connection with U.S. Appl. No. 12/892,877 dated Nov. 6, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/892,877 dated Mar. 19, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/892,877 dated Jun. 2, 2014.
Office Action issued in connection with U.S. Appl. No. 14/467,774 dated Mar. 27, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/467,774 dated Jul. 23, 2015.
Office Action issued in connection with U.S. Appl. No. 14/871,941 dated Feb. 2, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/871,941 dated Jul. 21, 2016.
Office Action issued in connection with U.S. Appl. No. 14/871,941 dated Nov. 16, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/871,941 dated Apr. 11, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/871,941 dated Jun. 21, 2017.
Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Mar. 30, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Oct. 15, 2012.
Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Jul. 8, 2014.
Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Jan. 29, 2015.
Final Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Aug. 14, 2015.
Office Action issued in connection with U.S. Appl. No. 12/695,537 dated Jan. 8, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 12/695,537 dated Jul. 18, 2016.
Office Action issued in connection with U.S. Appl. No. 15/351,074 dated Feb. 8, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/351,074 dated Aug. 28, 2018.
Office Action issued in connection with U.S. Appl. No. 15/351,074 dated Jan. 2, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/351,074 dated Jul. 11, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/351,074 dated Aug. 7, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 12/952,118 dated Feb. 4, 2013.
Office Action issued in connection with U.S. Appl. No. 13/873,040 dated Jul. 18, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/873,040 dated Dec. 1, 2014.
Office Action issued in connection with U.S. Appl. No. 14/629,433 dated Nov. 6, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/629,433 dated May 18, 2016.
Office Action issued in connection with U.S. Appl. No. 14/629,433 dated Oct. 7, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/629,433 dated May 19, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/629,433 dated Nov. 22, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/936,205 dated Oct. 9, 2018.
Office Action issued in connection with U.S. Appl. No. 16/267,128 dated Jul. 17, 2019.
Office Action issued in connection with U.S. Appl. No. 12/960,421 dated May 10, 2013.
Notice of Allowance issued in connection with U.S. Appl. No. 12/960,421 dated Sep. 3, 2013.
Office Action issued in connection with U.S. Appl. No. 12/960,402 dated Jun. 20, 2013.
Final Office Action issued in connection with U.S. Appl. No. 12/960,402 dated May 8, 2014.
Office Action issued in connection with U.S. Appl. No. 12/960,402 dated Oct. 23, 2014.
Final Office Action issued in connection with U.S. Appl. No. 12/960,402 dated May 19, 2015.
Office Action issued in connection with U.S. Appl. No. 12/960,402 dated Sep. 24, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 12/960,402 dated Mar. 22, 2016.
Office Action issued in connection with U.S. Appl. No. 11/771,679 dated Apr. 30, 2010.
Final Office Action issued in connection with U.S. Appl. No. 11/771,679 dated Sep. 1, 2010.
Notice of Allowance issued in connection with U.S. Appl. No. 11/771,679 dated Jan. 24, 2011.
Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Jun. 26, 2013.
Final Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Jan. 14, 2014.
Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Jul. 18, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Feb. 27, 2015.
Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Jul. 8, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Mar. 1, 2016.
Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Jan. 27, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/401,715 dated Oct. 3, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 13/401,715 dated Mar. 16, 2018.
Office Action issued in connection with U.S. Appl. No. 14/556,647 dated Oct. 19, 2015.
Office Action issued in connection with U.S. Appl. No. 14/556,647 dated Mar. 18, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/556,647 dated Aug. 25, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/556,647 dated Dec. 16, 2016.
Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Jun. 6, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Jan. 2, 2015.
Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Jul. 29, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Feb. 1, 2016.
Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Oct. 7, 2016.
Final Office Action issued in connection with U.S. Appl. No. 13/437,274 dated May 11, 2017.
Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Dec. 14, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/437,274 dated Jul. 11, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 13/437,274 dated Dec. 12, 2019.
Office Action issued in connection with U.S. Appl. No. 13/493,839 dated Jan. 14, 2014.
Office Action issued in connection with U.S. Appl. No. 13/493,839 dated Jan. 15, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/493,839 dated May 8, 2015.
Office Action issued in connection with U.S. Appl. No. 14/800,540 dated May 23, 2017.
Office Action issued in connection with U.S. Appl. No. 14/800,540 dated Jan. 24, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/800,540 dated Oct. 10, 2018.
Office Action issued in connection with U.S. Appl. No. 16/203,405 dated Jul. 10, 2019.
Office Action issued in connection with U.S. Appl. No. 16/203,405 dated Jan. 30, 2020.
Office Action issued in connection with U.S. Appl. No. 13/623,845 dated May 22, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/623,845 dated Sep. 9, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/623,845 dated Jan. 11, 2016.
Office Action issued in connection with U.S. Appl. No. 15/138,071 dated Feb. 2, 2017.
Final Office Action issued in connection with U.S. Appl. No. 15/138,071 dated Sep. 9, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 15/138,071 dated Mar. 12, 2018.
Office Action issued in connection with U.S. Appl. No. 16/020,477 dated Jun. 17, 2019.
Final Office Action issued in connection with U.S. Appl. No. 16/020,477 dated Sep. 9, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 16/020,477 dated Sep. 11, 2019.
Office Action issued in connection with U.S. Appl. No. 13/623,847 dated Jun. 19, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/623,847 dated Jan. 28, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/623,847 dated May 22, 2015.
Office Action issued in connection with U.S. Appl. No. 13/528,674 dated Aug. 20, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/528,674 dated Mar. 20, 2015.
Office Action issued in connection with U.S. Appl. No. 13/528,664 dated Sep. 12, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/528,664 dated Mar. 26, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/528,664 dated Jul. 8, 2015.
Office Action issued in connection with U.S. Appl. No. 13/603,369 dated Jan. 22, 2015.
Office Action issued in connection with U.S. Appl. No. 13/603,369 dated Jun. 11, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/603,369 dated Nov. 17, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/603,369 dated Aug. 25, 2016.
Office Action issued in connection with U.S. Appl. No. 11/395,463 dated Sep. 8, 2010.
Office Action issued in connection with U.S. Appl. No. 11/395,463 dated Nov. 13, 2009.
Final Office Action issued in connection with U.S. Appl. No. 11/395,463 dated Dec. 29, 2010.
Office Action issued in connection with U.S. Appl. No. 11/395,463 dated Jul. 19, 2011.
Notice of Allowance issued in connection with U.S. Appl. No. 11/395,463 dated Nov. 1, 2011.
Office Action issued in connection with U.S. Appl. No. 14/091,272 dated Aug. 4, 2015.
Final Office Action issued in connection with U.S. Appl. No. 14/091,272 dated Feb. 17, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/091,272 dated Jun. 9, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/091,272 dated Sep. 26, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 16/271,211 dated Jan. 9, 2020.
Office Action issued in connection with U.S. Appl. No. 13/909,705 dated Jun. 25, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 13/909,705 dated Nov. 27, 2015.
Office Action issued in connection with U.S. Appl. No. 15/075,728 dated Aug. 2, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/075,728 dated Nov. 24, 2017.
Office Action issued in connection with U.S. Appl. No. 15/935,615 dated Aug. 23, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/935,615 dated Feb. 4, 2019.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Sep. 4, 2012.
Final Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Jun. 20, 2013.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Oct. 7, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Jun. 30, 2015.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Nov. 12, 2015.
Final Office Action issued in connection with U.S. Appl. No. 13/095,554 dated May 19, 2016.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated May 18, 2017.
Final Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Sep. 21, 2017.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Mar. 9, 2018.
Final Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Jun. 28, 2018.
Office Action issued in connection with U.S. Appl. No. 13/095,554 dated Oct. 5, 2018.
Office Action issued in connection with U.S. Appl. No. 16/261,401 dated Apr. 12, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 16/261,401 dated Jun. 28, 2019.
Office Action issued in connection with U.S. Appl. No. 14/575,798 dated Sep. 19, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/575,798 dated May 3, 2017.
Office Action issued in connection with U.S. Appl. No. 14/575,798 dated Aug. 23, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/575,798 dated Mar. 30, 2018.
Office Action issued in connection with U.S. Appl. No. 14/575,816 dated Sep. 22, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/575,816 dated May 3, 2017.
Office Action issued in connection with U.S. Appl. No. 14/575,816 dated Aug. 23, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/575,816 dated Mar. 22, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/575,816 dated May 30, 2018.
Office Action issued in connection with U.S. Appl. No. 16/154,580 dated Aug. 23, 2017.
Office Action issued in connection with U.S. Appl. No. 14/575,834 dated Sep. 30, 2016.
Final Office Action issued in connection with U.S. Appl. No. 14/575,834 dated Apr. 18, 2017.
Office Action issued in connection with U.S. Appl. No. 14/575,834 dated Nov. 9, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/575,834 dated May 17, 2018.
Office Action issued in connection with U.S. Appl. No. 14/666,205 dated May 10, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/666,205 dated Nov. 3, 2017.
Office Action issued in connection with U.S. Appl. No. 14/666,205 dated May 9, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/666,205 dated Oct. 29, 2018.
Office Action issued in connection with U.S. Appl. No. 14/673,305 dated Feb. 21, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/673,305 dated Jul. 19, 2017.
Office Action issued in connection with U.S. Appl. No. 15/811,437 dated Feb. 25, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/811,437 dated Jul. 16, 2019.
Office Action issued in connection with U.S. Appl. No. 14/673,121 dated Jan. 26, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/673,121 dated Jun. 1, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/673,121 dated Oct. 11, 2017.
Office Action issued in connection with U.S. Appl. No. 14/673,159 dated Feb. 13, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/673,159 dated Jun. 1, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/673,159 dated Oct. 4, 2017.
Office Action issued in connection with U.S. Appl. No. 14/711,502 dated Mar. 24, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/711,502 dated Aug. 1, 2017.
Office Action issued in connection with U.S. Appl. No. 15/788,657 dated Mar. 28, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/788,657 dated Sep. 20, 2018.
Office Action issued in connection with U.S. Appl. No. 16/232,421 dated Oct. 4, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 16/232,421 dated Feb. 10, 2020.
Office Action issued in connection with U.S. Appl. No. 12/652,541 dated Jan. 3, 2012.
Final Office Action issued in connection with U.S. Appl. No. 12/652,541 dated Sep. 5, 2012.
Notice of Allowance issued in connection with U.S. Appl. No. 12/652,541 dated Jan. 4, 2013.
Office Action issued in connection with U.S. Appl. No. 13/842,970 dated Apr. 30, 2014.
Final Office Action issued in connection with U.S. Appl. No. 13/842,970 dated Aug. 19, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 13/842,970 dated Dec. 5, 2014.
Notice of Allowance issued in connection with U.S. Appl. No. 14/644,031 dated Sep. 28, 2015.
Notice of Allowance issued in connection with U.S. Appl. No. 14/994,974 dated Sep. 27, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 15/844,371 dated Oct. 15, 2018.
Office Action issued in connection with U.S. Appl. No. 14/815,863 dated Jul. 13, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/815,863 dated Mar. 1, 2018.
Office Action issued in connection with U.S. Appl. No. 14/815,843 dated Mar. 20, 2018.
Office Action issued in connection with U.S. Appl. No. 14/864,684 dated Mar. 15, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/864,684 dated Jun. 22, 2017.
Office Action issued in connection with U.S. Appl. No. 14/864,638 dated Feb. 23, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/864,638 dated Jun. 8, 2017.
Office Action issued in connection with U.S. Appl. No. 15/714,993 dated Apr. 5, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/714,993 dated Jun. 8, 2017.
Office Action issued in connection with U.S. Appl. No. 14/864,683 dated Dec. 16, 2016.
Notice of Allowance issued in connection with U.S. Appl. No. 14/864,683 dated Apr. 25, 2017.
Office Action issued in connection with U.S. Appl. No. 14/975,157 dated Nov. 2, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/975,157 dated Jun. 15, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/975,157 dated Mar. 1, 2019.
Office Action issued in connection with U.S. Appl. No. 14/975,341 dated Nov. 29, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/975,341 dated Mar. 22, 2018.
Office Action issued in connection with U.S. Appl. No. 14/975,341 dated Feb. 21, 2019.
Office Action issued in connection with U.S. Appl. No. 14/937,762 dated Sep. 8, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/937,762 dated Apr. 18, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/937,762 dated Dec. 5, 2018.
Office Action issued in connection with U.S. Appl. No. 14/967,218 dated May 18, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/967,218 dated Nov. 29, 2017.
Notice of Allowance issued in connection with U.S. Appl. No. 14/967,218 dated Apr. 25, 2018.
Office Action issued in connection with U.S. Appl. No. 14/967,227 dated Dec. 21, 2017.
Final Office Action issued in connection with U.S. Appl. No. 14/967,227 dated Aug. 2, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 14/967,227 dated Nov. 28, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/174,913 dated May 18, 2018.
Office Action issued in connection with U.S. Appl. No. 16/126,437 dated Aug. 21, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 16/126,437 dated Jan. 23, 2020.
Notice of Allowance issued in connection with U.S. Appl. No. 15/197,438 dated Jun. 27, 2018.
Office Action issued in connection with U.S. Appl. No. 16/143,892 dated Jan. 29, 2020.
Notice of Allowance issued in connection with U.S. Appl. No. 15/245,089 dated Jan. 17, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/994,631 dated Aug. 22, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/245,847 dated Apr. 4, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 16/042,584 dated Jun. 17, 2019.
Office Action issued in connection with U.S. Appl. No. 15/389,276 dated Dec. 6, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/389,276 dated Jun. 13, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/389,276 dated Dec. 2, 2019.
Office Action issued in connection with U.S. Appl. No. 15/389,302 dated Sep. 26, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/389,302 dated Mar. 22, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/389,302 dated Aug. 6, 2019.
Office Action issued in connection with U.S. Appl. No. 15/389,314 dated Aug. 10, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/389,314 dated Feb. 6, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/389,314 dated Jul. 3, 2019.
Office Action issued in connection with U.S. Appl. No. 15/419,880 dated Aug. 8, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/419,880 dated Feb. 6, 2020.
Office Action issued in connection with U.S. Appl. No. 15/391,673 dated Nov. 21, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/391,673 dated Apr. 24, 2019.
Office Action issued in connection with U.S. Appl. No. 15/391,673 dated Sep. 10, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/391,673 dated Dec. 17, 2019.
Office Action issued in connection with U.S. Appl. No. 15/391,696 dated Jun. 20, 2018.
Final Office Action issued in connection with U.S. Appl. No. 15/391,696 dated Nov. 19, 2018.
Notice of Allowance issued in connection with U.S. Appl. No. 15/391,696 dated Mar. 26, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/627,132 dated Apr. 10, 2019.
Office Action issued in connection with U.S. Appl. No. 15/494,382 dated Jan. 8, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/494,382 dated Jul. 31, 2019.
Office Action issued in connection with U.S. Appl. No. 15/620,472 dated Mar. 21, 2019.
Final Office Action issued in connection with U.S. Appl. No. 15/620,472 dated Aug. 6, 2019.
Office Action issued in connection with U.S. Appl. No. 15/914,823 dated Jul. 15, 2019.
Notice of Allowance issued in connection with U.S. Appl. No. 15/914,823 dated Dec. 27, 2019.
First Office Action in Chinese Applicaton No. 201610112984.1 dated Mar. 20, 2018.
Second Office Action in Chinese Application No. 201610112984.1 dated Feb. 2, 2019.
Office Action issued in connection with Chinese Patent Application No. 2021062502179540 dated Jun. 30, 2021.
Related Publications (1)
Number Date Country
20200366638 A1 Nov 2020 US
Continuations (1)
Number Date Country
Parent 15714799 Sep 2017 US
Child 16987806 US