Cloud computing is the use of computing resources (hardware and software) which are available in a remote location and accessible over a network, such as the Internet. Users are able to buy these computing resources (including storage and computing power) as a utility on demand. Cloud computing entrusts remote services with a user's data, software and computation. Use of virtual computing resources can provide a number of advantages including cost advantages and/or ability to adapt rapidly to changing computing resource needs.
The Domain Name System (DNS) is a naming system for services, computers or other resources connected to the Internet. DNS translates easy-to-remember domain names to the numerical IP addresses needed for connection to computer services and devices worldwide. The DNS system also acts like a network. For example, if one DNS server cannot translate a particular domain name, it can send a request to another DNS server, and so on, until the correct IP address is found and returned.
DNS names are publicly available from a domain name registrar. A person or entity registers their domain name and an associated IP address and any member of the public that uses the domain name in a browser is directed to a website at the IP address. Sometimes restrictions are placed on entering the website, but, nonetheless, a DNS resolver does provide the IP address to the requester. Consequently, domain names and their associated addresses are considered publicly available information.
Domain Name System (DNS) requests can be routed to either a private DNS server or a public DNS server based on a determination made by a DNS classifier. The private DNS server allows customers to use custom private domain names for internal resources without exposing the names or IP addresses to the public Internet. For example, a customer can use a name like db1.example.com to point to their own cloud-based database resource. Such a name is a private domain name under control by the customer and not available publicly, such as through a public domain name registrar. Customers can update their internal DNS configuration in a similar way to public DNS records update, via an API call or an update via a console.
The intermediate DNS classifier 110 provides the ability to route requests differently based on one or more characteristics of the requests. An instance 160 that is outside a virtual network can have its DNS requests routed differently by the DNS classifier 110 than a similar instance 162 located within a virtual network 164, which is running in a server computer in a logical data center 1. Likewise an instance 170 within a virtual network 172 and operating in a logical data center N can have its DNS request routed differently by the classifier than the instance 162. Such selective routing by the DNS classifier can be controlled by a customer 180 of the service provider 100. In particular, the customer 180 can submit an API request 182 for creating or manipulating (e.g., changing, deleting, etc.) private DNS hosted zones within the service provider 100. In some embodiments, the instance can pass additional parameters with the DNS request to the DNS classifier 110, as is indicated by the DNS request from instance 162. The parameters can be customer-based parameters or service provider collected parameters. Example customer-based parameters can include an instance ID, a virtual network ID, a customer account ID, etc. Service provider collected parameters can include physical location of the instance, a server rack ID in which the instance is running, etc.
A private hosted zone is a container that holds information about how a customer wants to route traffic for a domain and its subdomains within one or more virtual private networks. In particular, a hosted zone can include a collection of resource record sets hosted within the service provider that are managed together under a single domain name. Each hosted zone can have its own metadata and configuration information. The resource record sets contained in a hosted zone can share the same suffix. For example, the example.com hosted zone can contain resource record sets for www.example.com and www.abc.example.com subdomains. A console or API can be used by customers to create, list, modify, and delete hosted zones and their resource record sets. As a result, customers can create a private hosted zone and specify an identifier associated with the virtual private network so as to associate the private hosted zone and the virtual private network. Customers can further create resource record sets that determine how DNS queries are responded to for a customer's domain and subdomains within the virtual private network. Private and public hosted zones can be maintained for a same domain name. For example, a customer's domain can route some requests to an internal version of the website running in a service provider and an external version of the website (publicly available). Consequently, different internal and external IP addresses can be used for the same domain name. The private hosted zone can take precedence over the public hosted zone.
By setting up private hosted zones and associating the private hosted zones with virtual networks and domain names, the DNS classifier 110 in conjunction with the private DNS server computer 140 can provide customized domain name resolution responses to the requesting instance. As described further below, each virtual network 164 through 172 has its own unique virtual network ID that can be used by the DNS classifier 110 to perform the selective routing to either the private DNS server computer 140 or the public DNS server computer 150. Other parameters can be used in DNS classification, such as geographic region and the logical data center of origin for the requests. The customer 180 can use the private hosted zones to provide desired IP addresses to the requester based on the various input parameters.
Typically the DNS classifier communicates the DNS request to the private DNS server computer 140 using different information in the request than would be used to submit a request to the public DNS server computer 150. Thus, different parameters can be passed as part of the DNS request or different protocols used depending on which DNS server is used. For example, the public DNS server computer 150 may receive little information associated with the original requesting instance, but generally includes a domain name. By contrast, when the DNS classifier 110 communicates with the private DNS server 140, it communicates additional information about the requesting instance, such as an ID associated with the virtual network within which the instance is running, the domain name, the logical data center, the geographic region, etc. This additional information provides the customer 180 with the ability to customize the domain name resolution response using one or more of these various input parameters. Such a selective routing by an intermediate DNS classifier allows, a same domain name to be routed and resolved in different ways based on the characteristics of the requesting instance. For example, the instance 162 within the virtual network 164 asking for a DNS request including the domain name Amazon.com® can receive a different IP address than the instance 160 which is outside of a virtual network. Indeed, the DNS classifier 110 can route the requests from the instance 162 to the private DNS server computer 140 whereas the instance 160 has its request routed to the public DNS server computer 150. As a result the same domain name can resolve to different IP addresses and, in the case of the private DNS server computer, the customer 180 can customize the returned IP address based on the received parameters associated with the requester's geographic and logical location information.
The private DNS server can be within the control of the service provider 100 or it can be controlled by the customer. Thus, the customer can setup a private DNS server so as to resolve requests in a manner desirable by the customer.
Typically, such customization occurs using APIs between web services as is shown at 182. Web services are commonly used in cloud computing. A web service is a software function provided at a network address over the web or the cloud. Clients initiate web service requests to servers and servers process the requests and return appropriate responses. The client web service requests are typically initiated using, for example, an API request. For purposes of simplicity, web service requests will be generally described below as API requests, but it is understood that other web service requests can be made. An API request is a programmatic interface to a defined request-response message system, typically expressed in JSON or XML, which is exposed via the web—most commonly by means of an HTTP-based web server. Thus, in certain implementations, an API can be defined as a set of Hypertext Transfer Protocol (HTTP) request messages, along with a definition of the structure of response messages, which can be in an Extensible Markup Language (XML) or JavaScript Object Notation (JSON) format. The API can specify a set of functions or routines that perform an action, which includes accomplishing a specific task or allowing interaction with a software component. When a web service receives the API request from a client device, the web service can generate a response to the request and send the response to the endpoint identified in the request.
Instances can also reside outside of the service provider 200, such as is the case with an instance 280. The instance 280 can be executing on a server computer outside of the service provider and its DNS requests can be routed by the DNS classifier 210 to the private DNS server computer 220 or the public DNS server computer 230 based on whether the classifier matches the DNS request and additional parameters associated with the request in the routing mapping table 240.
The particular illustrated compute service provider 500 includes a plurality of server computers 502A-502D. While only four server computers are shown, any number can be used, and large centers can include thousands of server computers. The server computers 502A-502D can provide computing resources for executing software instances 506A-506D. In one embodiment, the instances 506A-506D are virtual machines. As known in the art, a virtual machine is an instance of a software implementation of a machine (i.e. a computer) that executes applications like a physical machine. In the example of virtual machine, each of the servers 502A-502D can be configured to execute a hypervisor 508 or another type of program configured to enable the execution of multiple instances 506 on a single server. Additionally, each of the instances 506 can be configured to execute one or more applications.
It should be appreciated that although the embodiments disclosed herein are described primarily in the context of virtual machines, other types of instances can be utilized with the concepts and technologies disclosed herein. For instance, the technologies disclosed herein can be utilized with storage resources, data communications resources, and with other types of computing resources. The embodiments disclosed herein might also execute all or a portion of an application directly on a computer system without utilizing virtual machine instances.
One or more server computers 504 can be reserved for executing software components for managing the operation of the server computers 502 and the instances 506. For example, the server computer 504 can execute a management component 510. A customer can access the management component 510 to configure various aspects of the operation of the instances 506 purchased by the customer. For example, the customer can purchase, rent or lease instances and make changes to the configuration of the instances. The customer can also specify settings regarding how the purchased instances are to be scaled in response to demand. The management component can further include a policy document to implement customer policies. An auto scaling component 512 can scale the instances 506 based upon rules defined by the customer. In one embodiment, the auto scaling component 512 allows a customer to specify scale-up rules for use in determining when new instances should be instantiated and scale-down rules for use in determining when existing instances should be terminated. The auto scaling component 512 can consist of a number of subcomponents executing on different server computers 502 or other computing devices. The auto scaling component 512 can monitor available computing resources over an internal management network and modify resources available based on need.
A deployment component 514 can be used to assist customers in the deployment of new instances 506 of computing resources. The deployment component can have access to account information associated with the instances, such as who is the owner of the account, credit card information, country of the owner, etc. The deployment component 514 can receive a configuration from a customer that includes data describing how new instances 506 should be configured. For example, the configuration can specify one or more applications to be installed in new instances 506, provide scripts and/or other types of code to be executed for configuring new instances 506, provide cache logic specifying how an application cache should be prepared, and other types of information. The deployment component 514 can utilize the customer-provided configuration and cache logic to configure, prime, and launch new instances 506. The configuration, cache logic, and other information may be specified by a customer using the management component 510 or by providing this information directly to the deployment component 514. The instance manager can be considered part of the deployment component.
Customer account information 515 can include any desired information associated with a customer of the multi-tenant environment. For example, the customer account information can include a unique identifier for a customer, a customer address, billing information, licensing information, customization parameters for launching instances, scheduling information, auto-scaling parameters, and previous IP addresses used to access the account, etc.
A network 530 can be utilized to interconnect the server computers 502A-502D and the server computer 504. The network 530 can be a local area network (LAN) and can be connected to a Wide Area Network (WAN) 540 so that end users can access the compute service provider 500. It should be appreciated that the network topology illustrated in
A DNS classifier 550 can be an independent server computer within the service provider 500 and can receive domain name requests from the instances 506. In an alternative embodiment, the DNS classifier 550 can execute on the server computer 502, such as in the hypervisor. In particular, a resolver 560 executing on an instance can direct DNS requests to the DNS classifier 550, which can in turn either redirect the request to the Internet through the local area network 530 or to a private DNS server computer 570. The private DNS server computer 570 can resolve the request and respond directly to the resolver 560 or via the DNS classifier 550.
In particular, in the example of
The public network 600 may be, for example, a publicly accessible network of linked networks, possibly operated by distinct parties, such as the Internet. The remote client private networks 630 may each include one or more existing private networks, such as a corporate or other private network (e.g., home, university, etc.) that is partially or wholly inaccessible to non-privileged users, and that includes computing systems and/or other networked devices of a client.
In the illustrated example, the provided virtual private networks 620 each include multiple computing nodes (not shown), at least some of which are provided by or otherwise under the control of the service provider 605, and each of the provided virtual private networks or extensions 620 may be configured in various ways by the clients for whom they are provided. Each of the virtual private networks or extensions 620 in the illustrated embodiment may be a private computer network that is accessible only by the client that creates it, although in other embodiments at least some computer networks provided by the service provider 605 for clients may be publicly accessible and/or may be standalone computer networks that are not extensions to other existing computer networks. Similarly, while the provided computer networks 620 in the example are extensions to remote client computer networks 630 that are private networks, in other embodiments the provided computer networks 620 may be extensions to client computer networks 630 that are not private networks.
Private access between a remote client private computer network 630 and corresponding private computer network extension 620 provided for a client may be enabled in various ways, such as by establishing a VPN connection or other secure connection between them that allows intercommunication over the public network 600 in a secure private manner. For example, the service provider 605 may automatically perform appropriate configuration on its computing nodes and other computing systems to enable VPN access to a particular private network extension 620 of a client, such as by automatically configuring one or more VPN mechanisms hosted by the service provider 605 (e.g., software and/or hardware VPN mechanisms), and/or may automatically provide appropriate configuration information to the client (e.g., credentials, access points, and/or other parameters) to allow a VPN mechanism hosted on the remote client private network 630 to establish the VPN access. After VPN access has been appropriately enabled and/or configured, a VPN connection may be established between the remote client private network and the private network extension, such as initiated by the client using IPsec (“Internet Protocol Security”) or other appropriate communication technologies. For example, in some embodiments, a VPN connection or other secure connection may be established to or between networks that use MPLS (“Multi Protocol Label Switching”) for data transmission, such as instead of an IPsec-based VPN connection.
In addition, in the illustrated embodiment, various network-accessible remote resource services 640 are available to remote computing systems over the public network 600, including to computing systems on the remote client private networks 630. The resource services 640 may provide various functionality to the remote computing systems, such as for at least some of the resource services 640 to provide remote computing systems with access to various types of computing-related resources. Furthermore, at least some of the virtual private networks or extensions 620 that are provided by the service provider 605 may be configured to provide private or other specialized access to at least some of the remote resource services 640, with that provided access optionally appearing to computing nodes of the virtual private networks or extensions 620 as being locally provided via virtual connections 615 that are part of the virtual private networks or extensions 620, although the actual communications with the remote resource services 640 may occur over the public networks 600.
In addition, in at least some embodiments, a client may interact with the module 610 to configure network addresses for a computer network provided for the client (e.g., via one or more programmatic interactions with an API provided by the service provider 605), and network addresses may later be dynamically added, removed or modified for a provided computer network of a client in at least some such embodiments, such as after the provided computer network has already been in use by the client. For example, if a particular provided computer network that is being configured is an extension to an existing remote client computer network, the client may specify one or more address ranges (e.g., a Classless Inter-Domain Routing (“CIDR”) address block) or other groups of network addresses that are a subset of the network addresses used by the existing remote client computer network, such that the specified network addresses are used for the computing nodes of the provided computer network. Such configured network addresses may in some situations be virtual or private network addresses that are not directly addressable from computing systems on the public network 600 (e.g., if the existing remote client computer network and the corresponding provided network extension use network address translation techniques and/or virtual networking techniques for the client computer network and its provided network extension), while in other situations at least some of the configured network addresses may be public network addresses that are directly addressable from computing systems on the public network 600 (e.g., a public network address that is a static Internet-routable IP address or other non-changing network address).
In other embodiments, the service provider 605 may automatically select network addresses to be used for at least some computing nodes of at least some provided computer network extensions, such as based on network addresses that are available for use by the service provider 605, based on selecting network addresses that are related network addresses used by remote existing computer networks corresponding to the provided computer networks, etc. In addition, in at least some embodiments in which the service provider 605 provides virtual networks to clients, such as by using overlay networks on a substrate network, each client may be allowed to specify any network addresses to be used for their provided computer networks, even if multiple clients specify the same or overlapping network addresses for their respective provided computer networks—in such embodiments, the service provider 605 manages the network addresses distinctly for each client, such that a first client may have a first computing node associated with a particular specified network address for the first client's provided computer network, while a distinct second client may have a distinct second computing node associated with the same particular specified network address for the second client's provided computer network.
Once network addresses are configured or otherwise determined for a provided computer network, the service provider 605 may assign the network addresses to various of the computing nodes selected for the provided computer network, such as in a random manner, by using DHCP (“Dynamic Host Configuration Protocol”) or other techniques for dynamic assignment of network addresses, etc. In addition, even if public network addresses are used for a particular computer network, the service provider 605 may map one or more of those public network addresses for use in other manners, such as to use a particular public network address to act as an access mechanism for a particular remote resource service so that communications sent to that particular public network address by computing nodes of that particular computer network will be forwarded to the corresponding remote resource service rather than to another computing system on the Internet or other network to which that particular public network address is assigned.
The service provider 605 can include a DNS classifier 650 and a private DNS server 660 similar to those described in the earlier figures. DNS requests from host server computers within the virtual private networks 620 can be routed to the DNS classifier 650 and it can selectively decide whether to forward those requests to the private DNS server 660 or to a public DNS server based on a variety of parameters already discussed.
In addition, in at least some embodiments, a client may interact with the module 610 to configure network topology information for a computer network provided for the client (e.g., via one or more programmatic interactions with an API provided by the service provider 605), and such network topology information may later be dynamically modified for a provided computer network in at least some such embodiments, such as after the provided computer network has already been in use by the client. For example, a client may specify particular types of networking devices (e.g., routers, switches, etc.) and/or other network devices or nodes (e.g., firewalls, proxies, network storage devices, printers, etc.) to be part of the provided computer network, and/or may specify subsets of the computing nodes of the provided computer network to be grouped together or that are to otherwise share common intercommunication characteristics (e.g., a particular subset of computing nodes that are part of a subnet for which intercommunications are not filtered and/or that are associated with a particular networking device).
In addition, the specified configuration information for a provided computer network may in at least some embodiments include routing information or other interconnectivity information between networking devices and/or groups of computing devices. Furthermore, in at least some embodiments, the service provider 605 may provide available computing nodes in multiple geographical locations (e.g., in multiple geographically distributed data centers), and the configuration information specified by a client for a provided computer network may further indicate one or more geographical locations in which computing nodes of the provided computer network are to be located (e.g., to provide fault tolerance among the computing nodes of a provided computer network by having them located in multiple geographical locations), and/or may otherwise provide information about preferences or requirements of how the computing nodes of the provided computer network are to interoperate that is used by the service provider 605 to select one or more such geographical locations (e.g., minimum or maximum network latency or bandwidth for computing node intercommunications; minimum or maximum network proximity between computing nodes; minimum or maximum geographic proximity between computing nodes; having local access to particular resources or functionality that is not available in all such geographic locations; having specified locations relative to other external computing systems, such as to a remote computer network of the client and/or to a remote resource service; etc.).
In this example, the computer network is provided for an example Client 1, and is a network extension to a remote computer network of Client 1. Client 1's remote computer network includes multiple computing systems (not shown) at a first remote location Site A 790, and the virtual router 762 is configured to communicate with those multiple computing systems via a virtual communication link 770 at the geographical location 1. For example, the provided computer network may include one or more configured VPN connections to the multiple computing systems at Site A 790, and the communication link 770 may correspond to one or more such VPN connections. In addition, the remote computer network of Client 1 may optionally include computing systems at one or more other locations, such as the illustrated optional Site B 792, and if so the virtual router 762 may further be configured to communicate with those other computing systems at the other locations, such as via an optional virtual communication link 772 to Site B 792.
When multiple VPN connections or other secure connections are used to remote computing systems of a remote computer network, each connection may correspond to a subset of the remote computing systems (e.g., by being associated with a subset of the network addresses of the remote computer network that correspond to those remote computing systems), so as to cause communications to be routed to the appropriate connection. In other embodiments, multiple VPN connections or other secure connections may be used to remote computing systems at one or more locations, but may each support communications to any of the remote computing systems, such as if the multiple connections are redundant alternatives (e.g., used for load balancing). Furthermore, in some embodiments, a client's remote computer network may include multiple computing systems at multiple sites, but only a single VPN connection or other secure connection to the remote computing systems may be used, with the remote computer network being responsible for routing the communications to the appropriate site and computing system.
In addition, the provided computer network may be configured to allow all, some or no communications between the computing nodes of the provided computer network and other external computing systems that are generally accessible on the Internet 796 or other public networks. If at least some such external communications are allowed, the virtual router 762 may further be configured to communicate with those external multiple computing systems via an optional virtual communication link 778 of the provided computer network, such as in conjunction with an optional virtual border router 755 for the provided computer network. The virtual border router 755 may be physically implemented in various manners, such as by the service provider 605 using one or more actual firewall devices or border router devices that manage communications between external computing systems and the various computing nodes provided by the service provider 605 at geographical location 1 (e.g., actual devices that support numerous computer networks to clients that use those computing nodes), by using an underlying substrate network and associated modules that control communications over the underlying substrate network (e.g., to prevent disallowed communications from being sent by computing nodes of the provided computer network onto the substrate network), etc. In addition, the provided computer network may be configured to provide private or other specialized access to one or more remote resource services, such as by assigning one or more network addresses of the provided computer network to represent those one or more remote resource services, and by optionally configuring particular actions to be taken for communications sent to those assigned network addresses. In this example, the virtual router 762 has been configured to provide local access to remote resource service 794 via a virtual communication link 774 of the provided computer network. Thus, for example, if one of the computing nodes of the provided computer network sends a communication to a particular network address that is mapped to the communication link 774, the virtual router may forward that communication to the remote resource service 794 external to the provided computer network (e.g., via the Internet or other public networks).
In addition, the virtual communication link 774 may be configured in at least some embodiments to manage communications sent via the link in various manners, such as to modify those communications in one or more manners before they are forwarded to the remote resource service 794, or to otherwise access the remote resource service 794 in a specialized manner. For example, in the illustrated embodiment, the virtual communication link 774 may be configured to correspond to a particular namespace within the remote resource service 794, with a subset of the computing-related resources provided by the remote resource service 794 being part of that namespace. Accordingly, the virtual communication link 774 may be configured to access resources within the particular namespace, such as by modifying or translating communications to use a name or other identifier associated with the particular namespace, by using a particular interface of the remote resource service that supports indicating a particular namespace, etc.
In addition, if the virtual communication link 774 is configured to correspond to a particular namespace or to otherwise correspond to a subset of the resources provided by the remote resource service 794, the provided computer network may optionally be further configured to include one or more other virtual communication links that also correspond to the same remote resource service 794 but are configured to access the remote resource service 794 in other manners. In addition to or instead of configuring the virtual communication link 774 to access a particular namespace of the remote resource service 794, the virtual communication link may be configured in at least some embodiments to provide additional information to the remote resource service 794 to allow the remote resource service to validate the location or other source of the communications as being the provided computer network. For example, in the illustrated embodiment, the virtual communication link 774 may be configured to correspond to one or more particular identifiers or other access control indicators that are associated with the provided computer network by the service provider or by the remote resource service 794 so that a subset of new and/or existing computing-related resources provided by the remote resource service 794 that are accessed via the virtual communication link 774 are associated with the access control indicator(s), for use by the remote resource service 794 in restricting access to those resources.
In the illustrated embodiment, in addition to the computing nodes of the service provider 605 at geographical location 1, the provided computer network may further include computing nodes 784 provided by the service provider 605 that are located at a second geographical location 2780 (e.g., at a distinct second data center at the geographical location 2). Accordingly, the virtual router 762 may be configured to include an optional virtual communication link 768 to the portion of the provided computer network at the geographical location 2. In this example, the portion of the provided computer network at the geographical location 2 similarly is illustrated with a conceptual virtual router 782 to manage communications to and from the computing nodes 784, including to communicate with the portion of the provided computer network at the geographical location 1 via a virtual communication link 788. Such communications between computing nodes of the service provider 605 at different geographical locations may be handled in various manners in various embodiments, such as by sending the communications over the Internet or other public networks (e.g., as part of a secure tunnel, such as that uses encryption supported by the service provider 605), by sending the communications in a private secure manner (e.g., via a dedicated lease line between the geographical locations), etc. In addition, while not illustrated here, the portion of the provided computer network at the geographical location 2 may similarly include some or all of the same types of other virtual communication links illustrated for the portion at geographical location 1, such as to a remote client private network (e.g., via one or more VPN connections distinct from any VPN connections to the geographical location 1), to remote resource services, to the Internet, etc.
It will be appreciated that the example provided computer network of
The service provider can include a DNS classifier 798 and a private DNS server 799 similar to those described in the earlier figures. DNS requests from the computing nodes 766 within the virtual private networks can be routed to the DNS classifier 798 and it can selectively decide whether to forward those requests to the private DNS server 799 or to a public DNS server based on a variety of parameters already discussed.
In the event that the DNS request is forwarded to the public DNS server computer, it can be sent without sending the identifier. Instead, the public DNS server computer provides a same IP address with or without the identifier. Consequently, different responses are given to the DNS request depending on the identifier associated with the requester. For example, if the classifier determines using the identifier that the private DNS server computer should perform the lookup, then the domain name resolves to a different address than had the public DNS server computer performed the lookup. In the event that there is a conflict between the private and public DNS server computers, the private DNS server computer allows customers to override the public DNS server computers.
With reference to
A computing system may have additional features. For example, the computing environment 1000 includes storage 1040, one or more input devices 1050, one or more output devices 1060, and one or more communication connections 1070. An interconnection mechanism (not shown) such as a bus, controller, or network interconnects the components of the computing environment 1000. Typically, operating system software (not shown) provides an operating environment for other software executing in the computing environment 1000, and coordinates activities of the components of the computing environment 1000.
The tangible storage 1040 may be removable or non-removable, and includes magnetic disks, magnetic tapes or cassettes, CD-ROMs, DVDs, or any other medium which can be used to store information in a non-transitory way and which can be accessed within the computing environment 1000. The storage 1040 stores instructions for the software 1080 implementing one or more innovations described herein.
The input device(s) 1050 may be a touch input device such as a keyboard, mouse, pen, or trackball, a voice input device, a scanning device, or another device that provides input to the computing environment 1000. The output device(s) 1060 may be a display, printer, speaker, CD-writer, or another device that provides output from the computing environment 1000.
The communication connection(s) 1070 enable communication over a communication medium to another computing entity. The communication medium conveys information such as computer-executable instructions, audio or video input or output, or other data in a modulated data signal. A modulated data signal is a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media can use an electrical, optical, RF, or other carrier.
Although the operations of some of the disclosed methods are described in a particular, sequential order for convenient presentation, it should be understood that this manner of description encompasses rearrangement, unless a particular ordering is required by specific language set forth below. For example, operations described sequentially may in some cases be rearranged or performed concurrently. Moreover, for the sake of simplicity, the attached figures may not show the various ways in which the disclosed methods can be used in conjunction with other methods.
Any of the disclosed methods can be implemented as computer-executable instructions stored on one or more computer-readable storage media (e.g., one or more optical media discs, volatile memory components (such as DRAM or SRAM), or non-volatile memory components (such as flash memory or hard drives)) and executed on a computer (e.g., any commercially available computer, including smart phones or other mobile devices that include computing hardware). The term computer-readable storage media does not include communication connections, such as signals and carrier waves. Any of the computer-executable instructions for implementing the disclosed techniques as well as any data created and used during implementation of the disclosed embodiments can be stored on one or more computer-readable storage media. The computer-executable instructions can be part of, for example, a dedicated software application or a software application that is accessed or downloaded via a web browser or other software application (such as a remote computing application). Such software can be executed, for example, on a single local computer (e.g., any suitable commercially available computer) or in a network environment (e.g., via the Internet, a wide-area network, a local-area network, a client-server network (such as a cloud computing network), or other such network) using one or more network computers.
For clarity, only certain selected aspects of the software-based implementations are described. Other details that are well known in the art are omitted. For example, it should be understood that the disclosed technology is not limited to any specific computer language or program. For instance, the disclosed technology can be implemented by software written in C++, Java, Perl, JavaScript, Adobe Flash, or any other suitable programming language. Likewise, the disclosed technology is not limited to any particular computer or type of hardware. Certain details of suitable computers and hardware are well known and need not be set forth in detail in this disclosure.
It should also be well understood that any functionality described herein can be performed, at least in part, by one or more hardware logic components, instead of software. For example, and without limitation, illustrative types of hardware logic components that can be used include Field-programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.
Furthermore, any of the software-based embodiments (comprising, for example, computer-executable instructions for causing a computer to perform any of the disclosed methods) can be uploaded, downloaded, or remotely accessed through a suitable communication means. Such suitable communication means include, for example, the Internet, the World Wide Web, an intranet, software applications, cable (including fiber optic cable), magnetic communications, electromagnetic communications (including RF, microwave, and infrared communications), electronic communications, or other such communication means.
The disclosed methods, apparatus, and systems should not be construed as limiting in any way. Instead, the present disclosure is directed toward all novel and nonobvious features and aspects of the various disclosed embodiments, alone and in various combinations and subcombinations with one another. The disclosed methods, apparatus, and systems are not limited to any specific aspect or feature or combination thereof, nor do the disclosed embodiments require that any one or more specific advantages be present or problems be solved.
In view of the many possible embodiments to which the principles of the disclosed invention may be applied, it should be recognized that the illustrated embodiments are only preferred examples of the invention and should not be taken as limiting the scope of the invention. Rather, the scope of the invention is defined by the following claims. We therefore claim as our invention all that comes within the scope of these claims.
Number | Name | Date | Kind |
---|---|---|---|
5063500 | Shorter | Nov 1991 | A |
5341477 | Pitkin et al. | Aug 1994 | A |
5459837 | Caccavale | Oct 1995 | A |
5611049 | Pitts | Mar 1997 | A |
5649185 | Antognini et al. | Jul 1997 | A |
5701467 | Freeston | Dec 1997 | A |
5764910 | Shachar | Jun 1998 | A |
5774660 | Brendel et al. | Jun 1998 | A |
5852717 | Bhide et al. | Dec 1998 | A |
5892914 | Pitts | Apr 1999 | A |
5893116 | Simmonds et al. | Apr 1999 | A |
5895462 | Toki | Apr 1999 | A |
5933811 | Angles et al. | Aug 1999 | A |
5937427 | Shinagawa et al. | Aug 1999 | A |
5974454 | Apfel et al. | Oct 1999 | A |
5991306 | Burns et al. | Nov 1999 | A |
5999274 | Lee et al. | Dec 1999 | A |
6016512 | Huitema | Jan 2000 | A |
6026452 | Pitts | Feb 2000 | A |
6038601 | Lambert et al. | Mar 2000 | A |
6052718 | Gifford | Apr 2000 | A |
6078960 | Ballard | Jun 2000 | A |
6085234 | Pitts et al. | Jul 2000 | A |
6092100 | Berstis et al. | Jul 2000 | A |
6098096 | Tsirigotis et al. | Aug 2000 | A |
6108703 | Leighton et al. | Aug 2000 | A |
6128279 | O'Neil et al. | Oct 2000 | A |
6151631 | Ansell et al. | Nov 2000 | A |
6157942 | Chu et al. | Dec 2000 | A |
6167438 | Yates et al. | Dec 2000 | A |
6167446 | Lister et al. | Dec 2000 | A |
6173316 | De Boor et al. | Jan 2001 | B1 |
6182111 | Inohara et al. | Jan 2001 | B1 |
6182125 | Borella et al. | Jan 2001 | B1 |
6185598 | Farber et al. | Feb 2001 | B1 |
6192051 | Lipman et al. | Feb 2001 | B1 |
6205475 | Pitts | Mar 2001 | B1 |
6223288 | Byrne | Apr 2001 | B1 |
6243761 | Mogul et al. | Jun 2001 | B1 |
6275496 | Burns et al. | Aug 2001 | B1 |
6286043 | Cuomo et al. | Sep 2001 | B1 |
6286084 | Wexler et al. | Sep 2001 | B1 |
6304913 | Rune | Oct 2001 | B1 |
6324580 | Jindal et al. | Nov 2001 | B1 |
6330602 | Law et al. | Dec 2001 | B1 |
6338082 | Schneider | Jan 2002 | B1 |
6345308 | Abe | Feb 2002 | B1 |
6351743 | DeArdo et al. | Feb 2002 | B1 |
6351775 | Yu | Feb 2002 | B1 |
6363411 | Dugan et al. | Mar 2002 | B1 |
6366952 | Pitts | Apr 2002 | B2 |
6374290 | Scharber et al. | Apr 2002 | B1 |
6377257 | Borrel et al. | Apr 2002 | B1 |
6386043 | Millins | May 2002 | B1 |
6405252 | Gupta et al. | Jun 2002 | B1 |
6408360 | Chamberlain et al. | Jun 2002 | B1 |
6411967 | Van Renesse | Jun 2002 | B1 |
6415280 | Farber et al. | Jul 2002 | B1 |
6430607 | Kavner | Aug 2002 | B1 |
6438592 | Killian | Aug 2002 | B1 |
6442165 | Sitaraman et al. | Aug 2002 | B1 |
6452925 | Sistanizadeh et al. | Sep 2002 | B1 |
6457047 | Chandra et al. | Sep 2002 | B1 |
6459909 | Bilcliff et al. | Oct 2002 | B1 |
6473804 | Kaiser et al. | Oct 2002 | B1 |
6484143 | Swildens et al. | Nov 2002 | B1 |
6484161 | Chipalkatti et al. | Nov 2002 | B1 |
6493765 | Cunningham et al. | Dec 2002 | B1 |
6505241 | Pitts | Jan 2003 | B2 |
6523036 | Hickman et al. | Feb 2003 | B1 |
6529910 | Fleskes | Mar 2003 | B1 |
6529953 | Van Renesse | Mar 2003 | B1 |
6553413 | Leighton et al. | Apr 2003 | B1 |
6560610 | Eatherton et al. | May 2003 | B1 |
6611873 | Kanehara | Aug 2003 | B1 |
6622168 | Datta | Sep 2003 | B1 |
6633324 | Stephens, Jr. | Oct 2003 | B2 |
6643357 | Lumsden | Nov 2003 | B2 |
6643707 | Booth | Nov 2003 | B1 |
6654807 | Farber et al. | Nov 2003 | B2 |
6658462 | Dutta | Dec 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 |
6694358 | Swildens et al. | Feb 2004 | B1 |
6697805 | Choquier et al. | Feb 2004 | B1 |
6724770 | Van Renesse | Apr 2004 | B1 |
6732237 | Jacobs et al. | May 2004 | B1 |
6754699 | Swildens et al. | Jun 2004 | B2 |
6754706 | Swildens et al. | Jun 2004 | B1 |
6760721 | Chasen et al. | Jul 2004 | B1 |
6769031 | Bero | Jul 2004 | B1 |
6782398 | Bahl | Aug 2004 | B1 |
6785704 | McCanne | Aug 2004 | B1 |
6795434 | Kumar et al. | Sep 2004 | B1 |
6799214 | Li | Sep 2004 | B1 |
6804706 | Pitts | Oct 2004 | B2 |
6810291 | Card et al. | Oct 2004 | B2 |
6810411 | Coughlin et al. | Oct 2004 | B1 |
6829654 | Jungck | Dec 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. | Jul 2005 | B2 |
6928467 | Peng et al. | Aug 2005 | B2 |
6928485 | Krishnamurthy et al. | Aug 2005 | B1 |
6941562 | Gao et al. | Sep 2005 | B2 |
6963850 | Bezos et al. | Nov 2005 | B1 |
6976090 | Ben-Shaul et al. | Dec 2005 | B2 |
6981017 | Kasriel 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. | Feb 2006 | B1 |
7003555 | Jungck | Feb 2006 | B1 |
7006099 | Gut et al. | Feb 2006 | B2 |
7007089 | Freedman | Feb 2006 | B2 |
7009943 | O'Neil | Mar 2006 | B2 |
7010578 | Lewin et al. | Mar 2006 | B1 |
7010598 | Sitaraman et al. | Mar 2006 | B2 |
7023465 | Stephens, Jr. | Apr 2006 | B2 |
7024466 | Outten et al. | Apr 2006 | B2 |
7031445 | Lumsden | Apr 2006 | B2 |
7032010 | Swildens et al. | Apr 2006 | B1 |
7058633 | Gnagy et al. | Jun 2006 | B1 |
7058706 | Iyer et al. | Jun 2006 | B1 |
7058953 | Willard et al. | Jun 2006 | B2 |
7065496 | Subbloie et al. | Jun 2006 | B2 |
7065587 | Huitema et al. | Jun 2006 | B2 |
7072982 | Teodosiu et al. | Jul 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 |
7096193 | Beaudoin et al. | Aug 2006 | B1 |
7096266 | Lewin et al. | Aug 2006 | B2 |
7099936 | Chase et al. | Aug 2006 | B2 |
7103645 | Leighton et al. | Sep 2006 | B2 |
7114160 | Suryanarayana et al. | Sep 2006 | B2 |
7117262 | Bai et al. | Oct 2006 | B2 |
7120874 | Shah et al. | Oct 2006 | B2 |
7133905 | Dilley et al. | Nov 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. | Dec 2006 | B2 |
7149809 | Barde et al. | Dec 2006 | B2 |
7152118 | Anderson, IV et al. | Dec 2006 | B2 |
7162539 | Garcie-Luna-Aceves | Jan 2007 | B2 |
7174382 | Ramanathan et al. | Feb 2007 | B2 |
7185063 | Kasriel et al. | Feb 2007 | B1 |
7185084 | Sirivara et al. | Feb 2007 | B2 |
7188214 | Kasriel et al. | Mar 2007 | B1 |
7194522 | Swildens et al. | Mar 2007 | B1 |
7194552 | Schneider | Mar 2007 | B1 |
7200667 | Teodosiu et al. | Apr 2007 | B2 |
7216170 | Ludvig et al. | May 2007 | B2 |
7225254 | Swildens et al. | May 2007 | B1 |
7228350 | Hong et al. | Jun 2007 | B2 |
7228359 | Monteiro | Jun 2007 | B1 |
7233978 | Overton et al. | Jun 2007 | B2 |
7240100 | Wein et al. | Jul 2007 | B1 |
7249196 | Peiffer et al. | Jul 2007 | B1 |
7251675 | Kamakura et al. | Jul 2007 | B1 |
7254626 | Kommula 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 |
7272227 | Beran | Sep 2007 | B1 |
7274658 | Bornstein et al. | Sep 2007 | B2 |
7289519 | Liskov | Oct 2007 | B1 |
7293093 | Leighton | Nov 2007 | B2 |
7308499 | Chavez | Dec 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 |
7339937 | Mitra et al. | Mar 2008 | B2 |
7340505 | Lisiecki et al. | Mar 2008 | B2 |
7363291 | Page | Apr 2008 | B1 |
7363626 | Koutharapu et al. | Apr 2008 | B2 |
7370089 | Boyd et al. | May 2008 | B2 |
7373416 | Kagan et al. | May 2008 | B2 |
7376736 | Sundaram et al. | May 2008 | B2 |
7380078 | Ikegaya et al. | May 2008 | B2 |
7392236 | Rusch et al. | Jun 2008 | B2 |
7398301 | Hennessey et al. | Jul 2008 | B2 |
7406512 | Swildens et al. | Jul 2008 | B2 |
7406522 | Riddle | Jul 2008 | B2 |
7430610 | Pace et al. | Sep 2008 | B2 |
7441045 | Skene et al. | Oct 2008 | B2 |
7441261 | Slater et al. | Oct 2008 | B2 |
7454457 | Lowery et al. | Nov 2008 | B1 |
7454500 | Hsu et al. | Nov 2008 | B1 |
7461170 | Taylor et al. | Dec 2008 | B1 |
7464142 | Flurry et al. | Dec 2008 | B2 |
7478148 | Neerdaels | Jan 2009 | B2 |
7492720 | Pruthi et al. | Feb 2009 | B2 |
7496651 | Joshi | Feb 2009 | B1 |
7499998 | Toebes et al. | Mar 2009 | B2 |
7502836 | Menditto et al. | Mar 2009 | B1 |
7505464 | Okmianski et al. | Mar 2009 | B2 |
7519720 | Fishman et al. | Apr 2009 | B2 |
7519726 | Palliyil et al. | Apr 2009 | B2 |
7523181 | Swildens et al. | Apr 2009 | B2 |
7543024 | Holstege | Jun 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. | Jul 2009 | B1 |
7565407 | Hayball | Jul 2009 | B1 |
7568032 | Feng et al. | Jul 2009 | B2 |
7573916 | Bechtolsheim et al. | Aug 2009 | B1 |
7574499 | Swildens et al. | Aug 2009 | B1 |
7581009 | Hsu et al. | Aug 2009 | B1 |
7594189 | Walker et al. | Sep 2009 | B1 |
7596619 | Leighton et al. | Sep 2009 | B2 |
7617222 | Coulthard et al. | Nov 2009 | B2 |
7623460 | Miyazaki | Nov 2009 | B2 |
7624169 | Lisiecki et al. | Nov 2009 | B2 |
7631101 | Sullivan et al. | Dec 2009 | B2 |
7640296 | Fuchs et al. | Dec 2009 | B2 |
7650376 | Blumenau | Jan 2010 | B1 |
7653700 | Bahl et al. | Jan 2010 | B1 |
7653725 | Yahiro et al. | Jan 2010 | B2 |
7657613 | Hanson et al. | Feb 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. | Mar 2010 | B2 |
7680897 | Carter et al. | Mar 2010 | B1 |
7685251 | Houlihan et al. | Mar 2010 | B2 |
7693813 | Cao et al. | Apr 2010 | B1 |
7693959 | Leighton et al. | Apr 2010 | B2 |
7702724 | Brydon et al. | Apr 2010 | B1 |
7706740 | Collins et al. | Apr 2010 | B2 |
7707071 | Rigole | Apr 2010 | B2 |
7707173 | Nanavati et al. | Apr 2010 | B2 |
7707314 | McCarthy et al. | Apr 2010 | B2 |
7711647 | Gunaseelan et al. | May 2010 | B2 |
7711788 | Lev Ran et al. | May 2010 | B2 |
7716367 | Leighton et al. | May 2010 | B1 |
7725602 | Liu et al. | May 2010 | B2 |
7730187 | Raciborski et al. | Jun 2010 | B2 |
7739400 | Lindbo et al. | Jun 2010 | B2 |
7747720 | Toebes et al. | Jun 2010 | B2 |
7756913 | Day | Jul 2010 | B1 |
7756965 | Joshi | Jul 2010 | B2 |
7757202 | Dahlsted et al. | Jul 2010 | B2 |
7761572 | Auerbach | Jul 2010 | B1 |
7765304 | Davis et al. | Jul 2010 | B2 |
7769823 | Jenny et al. | Aug 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. | Sep 2010 | B2 |
7805516 | Kettler et al. | Sep 2010 | B2 |
7809597 | Das et al. | Oct 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. | Nov 2010 | B2 |
7836177 | Kasriel et al. | Nov 2010 | B2 |
7853719 | Cao et al. | Dec 2010 | B1 |
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. | Feb 2011 | B2 |
7899899 | Joshi | Mar 2011 | B2 |
7904875 | Hegyi | Mar 2011 | B2 |
7912921 | O'Rourke et al. | Mar 2011 | B2 |
7925782 | Sivasubramanian et al. | Apr 2011 | B2 |
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 | May 2011 | B2 |
7937477 | Day et al. | May 2011 | B1 |
7945693 | Farber et al. | May 2011 | B2 |
7949779 | Farber et al. | May 2011 | B2 |
7958222 | Pruitt et al. | Jun 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. | Jul 2011 | B1 |
7991910 | Richardson et al. | Aug 2011 | B2 |
7996533 | Leighton et al. | Aug 2011 | B2 |
7996535 | Auerbach | Aug 2011 | B2 |
8000724 | Rayburn et al. | Aug 2011 | B1 |
8010707 | Elzur et al. | Aug 2011 | B2 |
8019869 | Kriegsman | Sep 2011 | B2 |
8024441 | Kommula et al. | Sep 2011 | B2 |
8028090 | Richardson et al. | Sep 2011 | B2 |
8041773 | Abu-Ghazaleh et al. | Oct 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. | Nov 2011 | B1 |
8065275 | Eriksen et al. | Nov 2011 | B2 |
8069231 | Schran et al. | Nov 2011 | B2 |
8073940 | Richardson et al. | Dec 2011 | B1 |
8082348 | Averbuj et al. | Dec 2011 | B1 |
8108623 | Krishnaprasad et al. | Jan 2012 | B2 |
8117306 | Baumback et al. | Feb 2012 | B1 |
8122098 | Richardson et al. | Feb 2012 | B1 |
8122124 | Baumback et al. | Feb 2012 | B1 |
8132242 | Wu | Mar 2012 | B1 |
8135820 | Richardson et al. | Mar 2012 | B2 |
8156243 | Richardson et al. | Apr 2012 | B2 |
8175863 | Ostermeyer et al. | May 2012 | B1 |
8190682 | Paterson-Jones et al. | May 2012 | B2 |
8195837 | McCarthy et al. | Jun 2012 | B2 |
8224986 | Liskov et al. | Jul 2012 | B1 |
8224994 | Schneider | Jul 2012 | B1 |
8234403 | Richardson et al. | Jul 2012 | B2 |
8239530 | Sundaram et al. | Aug 2012 | B2 |
8250135 | Driesen et al. | Aug 2012 | B2 |
8250211 | Swildens et al. | Aug 2012 | B2 |
8250219 | Raciborski et al. | Aug 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 | Oct 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 |
8296429 | Baumback et al. | Oct 2012 | B2 |
8301645 | Crook | Oct 2012 | B1 |
8321568 | Sivasubramanian et al. | Nov 2012 | B2 |
8331370 | Hamilton et al. | Dec 2012 | B2 |
8402137 | Sivasuramanian et al. | Mar 2013 | B2 |
8423408 | Barnes et al. | Apr 2013 | B1 |
8433749 | Wee et al. | Apr 2013 | B2 |
8447876 | Verma et al. | May 2013 | B2 |
8452745 | Ramakrishna | May 2013 | B2 |
8452874 | MacCarthaigh et al. | May 2013 | B2 |
8463877 | Richardson | Jun 2013 | B1 |
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. | Jul 2013 | B2 |
8504721 | Hsu et al. | Aug 2013 | B2 |
8510428 | Joshi | Aug 2013 | B2 |
8510807 | Elazary et al. | Aug 2013 | B1 |
8521851 | Richardson et al. | Aug 2013 | B1 |
8521880 | Richardson et al. | Aug 2013 | B1 |
8521908 | Holmes et al. | Aug 2013 | B2 |
8526405 | Curtis et al. | Sep 2013 | B2 |
8527639 | Liskov et al. | Sep 2013 | B1 |
8527658 | Holmes et al. | Sep 2013 | B2 |
8572208 | Farber et al. | Oct 2013 | B2 |
8572210 | Farber et al. | Oct 2013 | B2 |
8577992 | Richardson et al. | Nov 2013 | B1 |
8589996 | Ma et al. | Nov 2013 | B2 |
8606996 | Richardson et al. | Dec 2013 | B2 |
8612565 | Schneider | Dec 2013 | B2 |
8615549 | Knowles et al. | Dec 2013 | B2 |
8626950 | Richardson et al. | Jan 2014 | B1 |
8635340 | Schneider | Jan 2014 | B1 |
8639817 | Sivasubramanian et al. | Jan 2014 | B2 |
8645539 | McCarthy et al. | Feb 2014 | B2 |
8676918 | Richardson et al. | Mar 2014 | B2 |
8683076 | Farber et al. | Mar 2014 | B2 |
8688837 | Richardson et al. | Apr 2014 | B1 |
8712950 | Smith et al. | Apr 2014 | B2 |
8732309 | Richardson et al. | May 2014 | B1 |
8745177 | Kazerani et al. | Jun 2014 | B1 |
8756322 | Lynch | Jun 2014 | B1 |
8756325 | Sivasubramanian et al. | Jun 2014 | B2 |
8756341 | Richardson et al. | Jun 2014 | B1 |
8782236 | Marshall et al. | Jul 2014 | B1 |
8782279 | Eggleston et al. | Jul 2014 | B2 |
8819283 | Richardson et al. | Aug 2014 | B2 |
8902897 | Hamilton et al. | Dec 2014 | B2 |
8914514 | Jenkins et al. | Dec 2014 | B1 |
8924528 | Richardson et al. | Dec 2014 | B1 |
8930513 | Richardson et al. | Jan 2015 | B1 |
8930544 | Richardson et al. | Jan 2015 | B2 |
8938526 | Richardson et al. | Jan 2015 | B1 |
8966318 | Shah | Feb 2015 | B1 |
8971328 | Judge et al. | Mar 2015 | B2 |
9003035 | Richardson et al. | Apr 2015 | B1 |
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. | May 2015 | B2 |
9037975 | Taylor et al. | May 2015 | B1 |
9071502 | Baumback et al. | Jun 2015 | B2 |
9075893 | Jenkins | Jul 2015 | B1 |
9083675 | Richardson et al. | Jul 2015 | B2 |
9083743 | Patel et al. | Jul 2015 | B1 |
9106701 | Richardson et al. | Aug 2015 | B2 |
9130756 | Richardson et al. | Sep 2015 | B2 |
9137302 | Makhijani et al. | Sep 2015 | B1 |
9154551 | Watson | Oct 2015 | B1 |
9160703 | Richardson et al. | Oct 2015 | B2 |
9172674 | Patel et al. | Oct 2015 | B1 |
9176894 | Marshall et al. | Nov 2015 | B2 |
9185012 | Richardson et al. | Nov 2015 | B2 |
9191338 | Richardson et al. | Nov 2015 | B2 |
9191458 | Richardson et al. | Nov 2015 | B2 |
9195996 | Walsh et al. | Nov 2015 | B1 |
9208097 | Richardson et al. | Dec 2015 | B2 |
9210099 | Baumback et al. | Dec 2015 | B2 |
9210235 | Sivasubramanian et al. | Dec 2015 | B2 |
9237114 | Richardson et al. | Jan 2016 | B2 |
9240954 | Ellsworth et al. | Jan 2016 | B1 |
9246776 | Ellsworth et al. | Jan 2016 | B2 |
9251112 | Richardson et al. | Feb 2016 | B2 |
9253065 | Richardson et al. | Feb 2016 | B2 |
9282032 | Judge et al. | Mar 2016 | B2 |
9294391 | Mostert | Mar 2016 | B1 |
9323577 | Marr et al. | Apr 2016 | B2 |
9332078 | Sivasubramanian et al. | May 2016 | B2 |
9444759 | Richardson et al. | Sep 2016 | B2 |
9479476 | Richardson et al. | Oct 2016 | B2 |
9495338 | Hollis et al. | Nov 2016 | B1 |
9497259 | Richardson et al. | Nov 2016 | B1 |
9515949 | Richardson et al. | Dec 2016 | B2 |
9525659 | Sonkin et al. | Dec 2016 | B1 |
9544394 | Richardson et al. | Jan 2017 | B2 |
9628554 | Marshall et al. | Apr 2017 | B2 |
9705922 | Foxhoven | Jul 2017 | B2 |
9712325 | Richardson et al. | Jul 2017 | B2 |
9712484 | Richardson et al. | Jul 2017 | B1 |
9734472 | Richardson et al. | Aug 2017 | B2 |
9742795 | Radlein et al. | Aug 2017 | B1 |
20010000811 | May et al. | May 2001 | A1 |
20010025305 | Yoshiasa et al. | Sep 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 |
20020004846 | Garcia-Luna-Aceves et al. | Jan 2002 | A1 |
20020007413 | Garcia-Luna-Aceves et al. | Jan 2002 | A1 |
20020010783 | Primak et al. | Jan 2002 | A1 |
20020010798 | Ben-Shaul et al. | Jan 2002 | A1 |
20020048269 | Hong et al. | Apr 2002 | A1 |
20020049608 | Hartsell 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 |
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 |
20020083178 | Brothers | Jun 2002 | A1 |
20020087374 | Boubez et al. | Jul 2002 | A1 |
20020091786 | Yamaguchi et al. | Jul 2002 | A1 |
20020091801 | Lewin | 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 |
20020116481 | Lee | Aug 2002 | A1 |
20020116491 | Boyd et al. | Aug 2002 | A1 |
20020116582 | Copeland 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 |
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 |
20020143675 | Orshan | 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 |
20020152326 | Orshan | Oct 2002 | A1 |
20020154157 | Sherr 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 |
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 |
20030007482 | Khello et al. | Jan 2003 | A1 |
20030009591 | Hayball et al. | Jan 2003 | A1 |
20030026410 | Lumsden | Feb 2003 | A1 |
20030028642 | Agarwal et al. | Feb 2003 | A1 |
20030033283 | Evans et al. | Feb 2003 | A1 |
20030037139 | Shteyn | Feb 2003 | A1 |
20030041094 | Lara et al. | Feb 2003 | A1 |
20030046343 | Krishnamurthy et al. | Mar 2003 | A1 |
20030065739 | Shnier | Apr 2003 | A1 |
20030074401 | Connell et al. | Apr 2003 | A1 |
20030074471 | Anderson et al. | Apr 2003 | A1 |
20030079027 | Slocombe et al. | Apr 2003 | A1 |
20030093523 | Cranor 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 |
20030112792 | Cranor et al. | Jun 2003 | A1 |
20030120741 | Wu et al. | Jun 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 | 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 |
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 |
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 |
20040010563 | Forte et al. | Jan 2004 | A1 |
20040010588 | Slater et al. | Jan 2004 | A1 |
20040010621 | Afergan et al. | Jan 2004 | A1 |
20040015584 | Cartmell et al. | Jan 2004 | A1 |
20040019518 | Abraham et al. | Jan 2004 | A1 |
20040024841 | Becker et al. | Feb 2004 | A1 |
20040030620 | Benjamin et al. | Feb 2004 | A1 |
20040034744 | Karlsson et al. | Feb 2004 | A1 |
20040039798 | Hotz et al. | Feb 2004 | A1 |
20040044731 | Chen et al. | Mar 2004 | A1 |
20040044791 | Pouzzner | Mar 2004 | A1 |
20040049579 | Ims 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 |
20040117455 | Kaminksy et al. | Jun 2004 | A1 |
20040128344 | Trossen | Jul 2004 | A1 |
20040128346 | Melamed et al. | Jul 2004 | A1 |
20040139230 | Kim | Jul 2004 | A1 |
20040167981 | Douglas et al. | Aug 2004 | A1 |
20040167982 | Cohen et al. | Aug 2004 | A1 |
20040172466 | Douglas 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 |
20040215823 | Kleinfelter et al. | Oct 2004 | A1 |
20040221019 | Swildens et al. | Nov 2004 | A1 |
20040221034 | Kausik et al. | Nov 2004 | A1 |
20040246948 | Lee et al. | Dec 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 |
20040267906 | Truty | Dec 2004 | A1 |
20040267907 | Gustafsson | Dec 2004 | A1 |
20050010653 | McCanne | Jan 2005 | A1 |
20050021706 | Maggi et al. | Jan 2005 | A1 |
20050021862 | Schroeder et al. | Jan 2005 | A1 |
20050027882 | Sullivan et al. | Feb 2005 | A1 |
20050038967 | Umbehocker et al. | Feb 2005 | A1 |
20050044270 | Grove et al. | Feb 2005 | A1 |
20050086645 | Diao et al. | Apr 2005 | A1 |
20050102683 | Branson et al. | May 2005 | A1 |
20050108169 | Balasubramanian et al. | May 2005 | A1 |
20050108529 | Juneau | May 2005 | A1 |
20050114296 | Farber et al. | May 2005 | A1 |
20050117717 | Lumsden | Jun 2005 | A1 |
20050132083 | Raciborski et al. | Jun 2005 | A1 |
20050147088 | Bao et al. | 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. | Aug 2005 | A1 |
20050171959 | Deforche et al. | Aug 2005 | A1 |
20050181769 | Kogawa | Aug 2005 | A1 |
20050188073 | Nakamichi et al. | Aug 2005 | A1 |
20050192008 | Desai et al. | Sep 2005 | A1 |
20050198170 | LeMay et al. | Sep 2005 | A1 |
20050198334 | Farber et al. | Sep 2005 | A1 |
20050198571 | Kramer et al. | Sep 2005 | A1 |
20050216569 | Coppola et al. | Sep 2005 | A1 |
20050216674 | Robbin et al. | Sep 2005 | A1 |
20050228856 | Swildens et al. | Oct 2005 | A1 |
20050229119 | Torvinen | Oct 2005 | A1 |
20050232165 | Brawn et al. | Oct 2005 | A1 |
20050240574 | Challenger 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 |
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 |
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 |
20060021001 | Giles et al. | Jan 2006 | A1 |
20060026067 | Nicholas et al. | Feb 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 |
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. | Apr 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 |
20060112066 | Hamzy | May 2006 | A1 |
20060112176 | Liu et al. | May 2006 | A1 |
20060120385 | Atchison et al. | Jun 2006 | A1 |
20060129665 | Toebes et al. | Jun 2006 | A1 |
20060136453 | Kwan | Jun 2006 | A1 |
20060143293 | Freedman | Jun 2006 | A1 |
20060146820 | Friedman et al. | Jul 2006 | A1 |
20060146870 | Harvey | Jul 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 | Aug 2006 | A1 |
20060179080 | Meek et al. | Aug 2006 | A1 |
20060184936 | Abels 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. | Sep 2006 | A1 |
20060206586 | Ling et al. | Sep 2006 | A1 |
20060209701 | Zhang et al. | Sep 2006 | A1 |
20060218265 | Farber et al. | Sep 2006 | A1 |
20060218304 | Mukherjee 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 |
20060233155 | Srivastava | 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. | Dec 2006 | A1 |
20060288119 | Kim et al. | 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. | Feb 2007 | A1 |
20070038729 | Sullivan et al. | Feb 2007 | A1 |
20070038994 | Davis et al. | Feb 2007 | A1 |
20070041393 | Westhead et al. | Feb 2007 | A1 |
20070043859 | Ruul | Feb 2007 | A1 |
20070050522 | Grove et al. | Mar 2007 | A1 |
20070050703 | Lebel | Mar 2007 | A1 |
20070055764 | Dilley et al. | Mar 2007 | A1 |
20070061440 | Sundaram et al. | Mar 2007 | A1 |
20070076872 | Juneau | Apr 2007 | A1 |
20070086429 | Lawrence et al. | Apr 2007 | A1 |
20070094361 | Hoynowski et al. | Apr 2007 | A1 |
20070101061 | Baskaran et al. | May 2007 | A1 |
20070101377 | Six et al. | May 2007 | A1 |
20070118667 | McCarthy et al. | May 2007 | A1 |
20070118668 | McCarthy et al. | May 2007 | A1 |
20070134641 | Lieu | Jun 2007 | A1 |
20070156919 | Potti et al. | Jul 2007 | A1 |
20070162331 | Sullivan | 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. | Aug 2007 | A1 |
20070198982 | Bolan et al. | Aug 2007 | A1 |
20070204107 | Greenfield et al. | Aug 2007 | A1 |
20070208737 | Li et al. | Sep 2007 | A1 |
20070219795 | Park et al. | Sep 2007 | A1 |
20070220010 | Ertugrul | Sep 2007 | A1 |
20070233705 | Farber et al. | Oct 2007 | A1 |
20070233706 | Farber et al. | Oct 2007 | A1 |
20070233846 | Farber et al. | Oct 2007 | A1 |
20070233884 | Farber et al. | Oct 2007 | A1 |
20070244964 | Challenger et al. | Oct 2007 | A1 |
20070245010 | Arn et al. | Oct 2007 | A1 |
20070245022 | Olliphant et al. | Oct 2007 | A1 |
20070250467 | Mesnik et al. | 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. | Nov 2007 | A1 |
20070255843 | Zubev | Nov 2007 | A1 |
20070263604 | Tal | 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 |
20070280229 | Kenney | Dec 2007 | A1 |
20070288588 | Wein et al. | Dec 2007 | A1 |
20070291739 | Sullivan et al. | Dec 2007 | A1 |
20080005057 | Ozzie et al. | Jan 2008 | A1 |
20080008089 | Bornstein et al. | Jan 2008 | A1 |
20080016233 | Schneider | Jan 2008 | A1 |
20080025304 | Venkataswami 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 |
20080056207 | Eriksson et al. | Mar 2008 | A1 |
20080065724 | Seed et al. | Mar 2008 | A1 |
20080065745 | Leighton et al. | Mar 2008 | A1 |
20080071859 | Seed et al. | Mar 2008 | A1 |
20080071987 | Karn et al. | Mar 2008 | A1 |
20080072264 | Crayford | Mar 2008 | A1 |
20080082551 | Farber et al. | Apr 2008 | A1 |
20080082662 | Dandliker et al. | 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 | May 2008 | A1 |
20080103805 | Shear et al. | May 2008 | A1 |
20080104268 | Farber 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. | Jun 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 |
20080159312 | Tuononen | Jul 2008 | A1 |
20080162667 | Verma et al. | Jul 2008 | A1 |
20080162821 | Duran et al. | Jul 2008 | A1 |
20080162843 | Davis et al. | Jul 2008 | A1 |
20080172488 | Jawahar et al. | Jul 2008 | A1 |
20080183721 | Bhogal et al. | Jul 2008 | A1 |
20080189437 | Halley | Aug 2008 | A1 |
20080201332 | Souders et al. | Aug 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 |
20080228574 | Stewart et al. | Sep 2008 | A1 |
20080228920 | Souders et al. | Sep 2008 | A1 |
20080235400 | Slocombe et al. | Sep 2008 | A1 |
20080256175 | Lee et al. | Oct 2008 | A1 |
20080263135 | Olliphant | Oct 2008 | A1 |
20080275772 | Suryanarayana et al. | Nov 2008 | A1 |
20080281946 | Swildens et al. | Nov 2008 | A1 |
20080281950 | Wald et al. | Nov 2008 | A1 |
20080288722 | Lecoq et al. | Nov 2008 | A1 |
20080301670 | Gouge et al. | Dec 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 |
20090031367 | Sue | Jan 2009 | A1 |
20090031368 | Ling | Jan 2009 | A1 |
20090031376 | Riley et al. | Jan 2009 | A1 |
20090049098 | Pickelsimer et al. | Feb 2009 | A1 |
20090063038 | Shrivathsan et al. | Mar 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 |
20090086741 | Zhang | Apr 2009 | A1 |
20090089869 | Varghese | Apr 2009 | A1 |
20090103707 | McGary et al. | Apr 2009 | A1 |
20090106381 | Kasriel et al. | 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 |
20090132648 | Swildens et al. | May 2009 | A1 |
20090138533 | Iwasaki et al. | May 2009 | A1 |
20090144411 | Winkler et al. | Jun 2009 | A1 |
20090144412 | Ferguson et al. | Jun 2009 | A1 |
20090150926 | Schlack | Jun 2009 | A1 |
20090157850 | 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. | 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 |
20090204682 | Jeyaseelan et al. | Aug 2009 | A1 |
20090210549 | Hudson et al. | Aug 2009 | A1 |
20090233623 | Johnson | Sep 2009 | A1 |
20090241167 | Moore | Sep 2009 | A1 |
20090248697 | Richardson et al. | Oct 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 |
20090259971 | Rankine et al. | Oct 2009 | A1 |
20090271498 | Cable | Oct 2009 | A1 |
20090271577 | Campana et al. | Oct 2009 | A1 |
20090271730 | Rose 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 | Dec 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 |
20100030662 | Klein | Feb 2010 | A1 |
20100030914 | Sparks et al. | Feb 2010 | A1 |
20100034470 | Valencia-Campo et al. | Feb 2010 | A1 |
20100036944 | Douglis et al. | Feb 2010 | A1 |
20100042725 | Jeon et al. | Feb 2010 | A1 |
20100057894 | Glasser | Mar 2010 | A1 |
20100070603 | Moss 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 |
20100100629 | Raciborski et al. | Apr 2010 | A1 |
20100111059 | Bappu et al. | May 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 |
20100128638 | Navas et al. | May 2010 | A1 |
20100131646 | Drako | May 2010 | A1 |
20100138559 | Sullivan et al. | Jun 2010 | A1 |
20100150155 | Napierala | Jun 2010 | A1 |
20100161799 | Maloo | Jun 2010 | A1 |
20100169392 | Lev Ran et al. | Jul 2010 | A1 |
20100169452 | Atluri 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 | Sep 2010 | A1 |
20100226372 | Watanabe | Sep 2010 | A1 |
20100228819 | Wei | Sep 2010 | A1 |
20100257024 | Holmes et al. | Oct 2010 | A1 |
20100257266 | Holmes et al. | Oct 2010 | A1 |
20100257566 | Matila | 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. | Nov 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 |
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 |
20110010244 | Hatridge | Jan 2011 | A1 |
20110029598 | Arnold et al. | Feb 2011 | A1 |
20110040893 | Karaoguz et al. | Feb 2011 | A1 |
20110055714 | Vemulapalli et al. | Mar 2011 | A1 |
20110055921 | Narayanaswamy 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. | Apr 2011 | A1 |
20110087769 | Holmes et al. | Apr 2011 | A1 |
20110096987 | Morales et al. | Apr 2011 | A1 |
20110113467 | Agarwal 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 |
20110161461 | Niven-Jenkins | Jun 2011 | A1 |
20110166935 | Armentrout et al. | Jul 2011 | A1 |
20110191445 | Dazzi | Aug 2011 | A1 |
20110191449 | Swildens et al. | Aug 2011 | A1 |
20110191459 | Joshi | 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. | Sep 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. | Oct 2011 | A1 |
20110252143 | Baumback et al. | Oct 2011 | A1 |
20110258049 | Ramer et al. | Oct 2011 | A1 |
20110258614 | Tamm | Oct 2011 | A1 |
20110270964 | Huang et al. | Nov 2011 | A1 |
20110276623 | Girbal | Nov 2011 | A1 |
20110296053 | Medved et al. | Dec 2011 | A1 |
20110302304 | Baumback et al. | Dec 2011 | A1 |
20110320559 | Foti | Dec 2011 | A1 |
20120011190 | Driesen et al. | Jan 2012 | A1 |
20120023090 | Holloway et al. | Jan 2012 | A1 |
20120036238 | Sundaram et al. | Feb 2012 | A1 |
20120066360 | Ghosh | Mar 2012 | A1 |
20120072600 | Richardson et al. | Mar 2012 | A1 |
20120078998 | Son et al. | Mar 2012 | A1 |
20120089972 | Scheidel et al. | Apr 2012 | A1 |
20120096065 | Suit et al. | Apr 2012 | A1 |
20120124184 | Sakata et al. | May 2012 | A1 |
20120131177 | Brandt et al. | May 2012 | A1 |
20120136697 | Peles et al. | May 2012 | A1 |
20120159476 | Ramteke et al. | Jun 2012 | A1 |
20120166516 | Simmons et al. | Jun 2012 | A1 |
20120169646 | Berkes et al. | Jul 2012 | A1 |
20120173677 | Richardson et al. | Jul 2012 | A1 |
20120173760 | Jog et al. | Jul 2012 | A1 |
20120179817 | Bade et al. | Jul 2012 | A1 |
20120179839 | Raciborski et al. | Jul 2012 | A1 |
20120198043 | Hesketh et al. | Aug 2012 | A1 |
20120198071 | Black et al. | Aug 2012 | A1 |
20120224516 | Stojanovski et al. | Sep 2012 | A1 |
20120226649 | Kovacs et al. | Sep 2012 | A1 |
20120233522 | Barton et al. | Sep 2012 | A1 |
20120233668 | Leafe et al. | Sep 2012 | A1 |
20120278831 | van Coppenolle et al. | Nov 2012 | A1 |
20120303785 | Sivasubramanian et al. | Nov 2012 | A1 |
20120303804 | Sundaram et al. | Nov 2012 | A1 |
20120311648 | Swildens et al. | Dec 2012 | A1 |
20120324089 | Joshi | Dec 2012 | 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 |
20130019311 | Swildens et al. | Jan 2013 | A1 |
20130041872 | Aizman et al. | Feb 2013 | A1 |
20130046869 | Jenkins et al. | Feb 2013 | A1 |
20130054675 | Jenkins et al. | Feb 2013 | A1 |
20130055374 | Kustarz et al. | Feb 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 |
20130086001 | Bhogal 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 |
20130151646 | Chidambaram et al. | Jun 2013 | A1 |
20130198341 | Kim | Aug 2013 | A1 |
20130212300 | Eggleston et al. | Aug 2013 | A1 |
20130227165 | Liu | Aug 2013 | A1 |
20130246567 | Green et al. | Sep 2013 | A1 |
20130254269 | Sivasubramanian et al. | Sep 2013 | A1 |
20130268616 | Sakata et al. | Oct 2013 | A1 |
20130279335 | Ahmadi | Oct 2013 | A1 |
20130305046 | Mankovski et al. | Nov 2013 | A1 |
20130311583 | Humphreys | Nov 2013 | A1 |
20130311605 | Richardson et al. | Nov 2013 | A1 |
20130318153 | Sivasubramanian et al. | Nov 2013 | A1 |
20130339429 | Richardson et al. | Dec 2013 | A1 |
20130346567 | Richardson et al. | Dec 2013 | A1 |
20140007239 | Sharpe et al. | Jan 2014 | A1 |
20140019605 | Boberg | Jan 2014 | A1 |
20140036675 | Wang et al. | Feb 2014 | A1 |
20140040478 | Hsu et al. | Feb 2014 | A1 |
20140053022 | Forgette et al. | Feb 2014 | A1 |
20140059120 | Richardson et al. | Feb 2014 | A1 |
20140059198 | Richardson et al. | Feb 2014 | A1 |
20140059379 | Ren et al. | Feb 2014 | A1 |
20140075109 | Richardson et al. | Mar 2014 | A1 |
20140089917 | Attalla et al. | Mar 2014 | A1 |
20140108672 | Ou et al. | Apr 2014 | A1 |
20140143320 | Sivasubramanian et al. | May 2014 | A1 |
20140165061 | Greene et al. | Jun 2014 | A1 |
20140215019 | Ahrens | Jul 2014 | A1 |
20140257891 | Richardson et al. | Sep 2014 | A1 |
20140280679 | Dey et al. | Sep 2014 | A1 |
20140297870 | Eggleston et al. | Oct 2014 | A1 |
20140310402 | Giaretta et al. | Oct 2014 | A1 |
20140310811 | Hentunen | Oct 2014 | A1 |
20140325155 | Marshall et al. | Oct 2014 | A1 |
20140331328 | Wang et al. | Nov 2014 | A1 |
20140337472 | Newton et al. | Nov 2014 | A1 |
20140365666 | Richardson et al. | Dec 2014 | A1 |
20150006615 | Wainner et al. | Jan 2015 | A1 |
20150081842 | Richardson et al. | Mar 2015 | A1 |
20150172379 | Richardson et al. | Jun 2015 | A1 |
20150172407 | MacCarthaigh et al. | Jun 2015 | A1 |
20150172414 | Richardson et al. | Jun 2015 | A1 |
20150172415 | Richardson et al. | Jun 2015 | A1 |
20150180988 | Sivasubramanian et al. | Jun 2015 | A1 |
20150188734 | Petrov | Jul 2015 | A1 |
20150188994 | Marshall et al. | Jul 2015 | A1 |
20150189042 | Sun et al. | Jul 2015 | A1 |
20150195244 | Richardson et al. | Jul 2015 | A1 |
20150207733 | Richardson et al. | Jul 2015 | A1 |
20150215270 | Sivasubramanian et al. | Jul 2015 | A1 |
20150215656 | Pulung et al. | Jul 2015 | A1 |
20150229710 | Sivasubramanian et al. | Aug 2015 | A1 |
20150249579 | Ellsworth et al. | Sep 2015 | A1 |
20150256647 | Richardson et al. | Sep 2015 | A1 |
20150263927 | Baumback et al. | Sep 2015 | A1 |
20150288647 | Chhabra et al. | Oct 2015 | A1 |
20150319194 | Richardson et al. | Nov 2015 | A1 |
20150319260 | Watson | Nov 2015 | A1 |
20150334082 | Richardson et al. | Nov 2015 | A1 |
20160026568 | Marshall et al. | Jan 2016 | A1 |
20160028644 | Richardson et al. | Jan 2016 | A1 |
20160028755 | Vasseur et al. | Jan 2016 | A1 |
20160036857 | Foxhoven | Feb 2016 | A1 |
20160041910 | Richardson et al. | Feb 2016 | A1 |
20160057072 | Baumback et al. | Feb 2016 | A1 |
20160065665 | Richardson et al. | Mar 2016 | A1 |
20160072720 | Richardson et al. | Mar 2016 | A1 |
20160182542 | Staniford | Jun 2016 | A1 |
20160205062 | Mosert | Jul 2016 | A1 |
20160241637 | Marr et al. | Aug 2016 | A1 |
20160241639 | Brookins et al. | Aug 2016 | A1 |
20160241651 | Sivasubramanian et al. | Aug 2016 | A1 |
20160308959 | Richardson et al. | Oct 2016 | A1 |
20170041428 | Katsev | Feb 2017 | A1 |
20170085495 | Richardson et al. | Mar 2017 | A1 |
20170126557 | Richardson et al. | May 2017 | A1 |
20170126796 | Hollis et al. | May 2017 | A1 |
20170142062 | Richardson et al. | May 2017 | A1 |
20170180217 | Puchala et al. | Jun 2017 | A1 |
20170180267 | Puchala et al. | Jun 2017 | A1 |
20170214755 | Sivasubramanian et al. | Jul 2017 | A1 |
Number | Date | Country |
---|---|---|
2741 895 | May 2010 | CA |
1422468 | Jun 2003 | CN |
1511399 | Jul 2004 | CN |
1605182 | Apr 2005 | CN |
101189598 | May 2008 | CN |
101460907 | Jun 2009 | CN |
101473598 | Jul 2009 | CN |
103731481 | Apr 2014 | CN |
1603307 | Dec 2005 | EP |
1351141 | Oct 2007 | EP |
2008167 | Dec 2008 | EP |
3156911 | Apr 2017 | EP |
2001-0506093 | May 2001 | JP |
2001-249907 | Sep 2001 | JP |
2002-044137 | Feb 2002 | JP |
2003-167810 | Jun 2003 | JP |
2003-167813 | Jun 2003 | JP |
2003-522358 | Jul 2003 | JP |
2003188901 | Jul 2003 | JP |
2004-533738 | Nov 2004 | JP |
2005-537687 | Dec 2005 | JP |
2007-133896 | May 2007 | JP |
2008-515106 | May 2008 | JP |
2009-071538 | Apr 2009 | JP |
2012-509623 | Apr 2012 | JP |
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 2017106455 | Jun 2017 | WO |
Entry |
---|
Office Action in Japanese Application No. 2014-225580 dated Oct. 3, 2016. |
Partial Supplementary Search Report in European Application No. 09826977.2 dated Oct. 4, 2016. |
Office Action in Chinese Application No. 201310717573.1 dated Jul. 29, 2016. |
Decision of Rejection in Chinese Application No. 201180046104.0 dated Oct. 17, 2016. |
Office Action in Canadian Application No. 2816612 dated Oct. 7, 2016. |
Office Action in European Application No. 09839809.2 dated Dec. 8, 2016. |
Office Action in Canadian Application No. 2816612 dated Aug. 8, 2017. |
Supplementary Examination Report in Singapore Application No. 11201501987U dated May 17, 2017. |
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. |
Notice of Allowance for U.S. Appl. No. 14/091,272, dated Sep. 26, 2018, 12 pages. |
Non-Final Office Action dated Jan. 3, 2012, U.S. Appl. No. 12/652,541; dated Jan. 3, 2012; 35 pages. |
Final Office Action dated Sep. 5, 2012, U.S. Appl. No. 12/652,541; dated Sep. 5, 2012; 40 pages. |
Notice of Allowance dated Jan. 4, 2013, U.S. Appl. No. 12/652,541; dated 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=601009970, 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.com/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. |
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. |
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. |
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. |
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. |
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. |
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 IMC '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. |
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. |
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. |
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.com/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. |
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. |
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. |
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 for European Application No. 09839809.2 dated May 11, 2015. |
Supplementary European Search Report in Application No. 09728756.9 dated Jan. 8, 2013. |
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. |
First Office Action in Japanese Application No. 2011-503091 dated Nov. 18, 2013. |
Search Report and Written Opinion issued in Singapore Application No. 201006873-2 dated Oct. 12, 2011. |
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 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. |
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. |
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. |
Examination Report in Singapore Application No. 201301573-0 dated Dec. 22, 2014. |
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. |
First Office Action in Chinese Application No. 201180053405.6 dated May 3, 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. |
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 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 2 pages. |
Al-Fares, M. et al., A Scalable, Commodity Data Center Network Architecture, SIGCOMM '08 Proceedings, Aug. 17, 2008, pp. 63-74, 66-68, 70-71, Seattle, WA. |
Bennami, M., et al., Resource Allocation for Autonomic Data Centers Using Analytic Performance Models, 2005, IEEE, 12 pages. |
Chang, F., et al., Automatic Configuration and Run-time Adaptation of Distributed Applications, 2000, IEEE, 10 pages. |
Greenberg, A. et al., Networking the Cloud, 29th IEEE International Conference on Distributed Computing Systems (ICDCS 2009), Jun. 22, 2009-Jun. 26, 2009 [online] retrieved from the Internet on Mar. 10, 2011: http://www.cse.ohio-state.edu/icdcs2009/Keynote_files/greenberg-keynote.pdf, pp. 1-45. |
Greenberg, A. et al., Towards a Next Generation Data Center Architecture: Scalability and Commoditization, SIGCOMM '08: Proceedings of the 2008 SIGCOMM Conference and Co-Located Workshops NSDR '08, WOSN '08, MOBIARCH '08, NETECON '08, & Presto '08, Seattle, WA, Aug. 17-28, 2008, ACM, Aug. 17, 2008, pp. 57-62, New York, NY. |
Greenberg, A. et al., VL2: A scalable and flexible data center network, SIGCOMM '09, Proceedings of the ACM SIGCOMM 2009 Conference on Data Communication, Aug. 17, 2009, vol. 39, Issue 4, pp. 51-62. |
Guo, Understanding Memory Resource Management in Vmware vSphere 5.0, Vmware, 2011, 29 pages. |
Kounev, S., et al., Autonomic QoS-Aware Resource Management in Grid Computing Using Online Performance Models, 2007, ICST, Valuetools, 2007, 10 pages. |
Mysore, R.N. et al., Portland: a scalable fault-tolerant layer 2 data center network fabric, SIGCOMM '09, Proceedings of the ACM SIGCOMM 2009 Conference on Data Communication, Aug. 17, 2009, pp. 39-50. |
Nilsson et al., IP-Address Lookup Using LC-Tries, IEEE Journal on Selected Areas of Communication, Jun. 1999, vol. 17, Issue 6, pp. 1083-1092. |
Sharif et al, “Secure In-VM Monitoring Using Hardware Virtualization”, Microsoft, Oct. 2009 http://research.microsoft.com/pubs/153179/sim-ccs09.pdf; 11 pages. |
Office Action in Japanese Application No. 2014-225580 dated Oct. 26, 2015. |
International Search Report and Written Opinion in PCT/US2010/060567 dated Mar. 28, 2012. |
International Preliminary Report on Patentability and Written Opinion in PCT/US2010/060567 dated Jun. 19, 2012. |
Office Action in Canadian Application No. 2784699 dated Apr. 28, 2014. |
Office Action in Chinese Application No. 201080057225.0 dated Jul. 2, 2014. |
Office Action in Chinese Application No. 201080057225.0 dated May 14, 2015. |
International Preliminary Report on Patentability and Written Opinion in PCT/US2010/060573 dated Jun. 19, 2012. |
Office Action in Chinese Application No. 201080057155.9 dated Jul. 24, 2014. |
Office Action in Chinese Application No. 201080057155.9 dated May 21, 2015. |
International Preliminary Report on Patentability and Written Opinion in PCT/US2010/060569 dated Jun. 19, 2012. |
Office Action in Canadian Application No. 2784706 dated May 22, 2014. |
First Office Action in Chinese Application No. 201080057229.9 dated May 14, 2014. |
Second Office Action in Chinese Application No. 201080057229.9 dated Mar. 18, 2015. |
Office Action in Canadian Application No. 2816612 dated Nov. 3, 2015. |
Second Office Action in Chinese Application No. 201180053405.6 dated Dec. 4, 2015. |
Office Action in European Application No. 07754164.7 dated Dec. 14, 2015. |