The present invention relates to computer networks in general and, in particular, to load balancing client requests among redundant network servers in different geographical locations.
In computer networks, such as the Internet, preventing a server from becoming overloaded with requests from clients may be accomplished by providing several servers having redundant capabilities and managing the distribution of client requests among the servers through a process known as “load balancing.”
In one early implementation of load balancing, a Domain Naming System (DNS) server connected to the Internet is configured to maintain several IP addresses for a single domain name, with each address corresponding to one of several servers having redundant capabilities. The DNS server receives a request for address translation and responds by returning the list of server addresses from which the client chooses one address at random to connect to. Alternatively, the DNS server returns a single address chosen either at random or in a round-robin fashion, or actively monitors each of the servers and returns a single address based on server load and availability.
More recently, a device known as a “load balancer,” such as the Web Server Director, commercially available from the Applicant/assignee, has been used to balance server loads as follows. The load balancer is provided as a gateway to several redundant servers typically situated in a single geographical location referred to as a “server farm” or “server cluster.” DNS servers store the IP address of the load balancer rather than the IP addresses of the servers to which the load balancer is connected. The load balancer's address is referred to as a “virtual IP address” in that it masks the addresses of the servers to which it is connected. Client requests are addressed to the virtual IP address of the load balancer which then sends the request to a server based on server load and availability or using other known techniques.
Just as redundant servers in combination with a load balancer may be used to prevent server overload, redundant server farms may be used to reroute client requests received at a first load balancer/server farm to a second load balancer/server farm where none of the servers in the first server farm are available to tend to the request.
One rerouting method currently being used involves sending an HTTP redirect message from the first load balancer/server farm to the client instructing the client to reroute the request to the second load balancer/server farm indicated in the redirect message. This method of load balancing is disadvantageous in that it can only be employed in response to HTTP requests, and not for other types of requests such as FTP requests. Another rerouting method involves configuring the first load balancer to act as a DNS server. Upon receiving a DNS request, the first load balancer simply returns the virtual IP address of the second load balancer. This method of load balancing is disadvantageous in that it can only be employed in response to DNS requests where there is no guarantee that the request will come to the first load balancer since the request does not come directly from the client, and where subsequent requests to intermediate DNS servers may result in a previously cached response being returned with a virtual IP address of a load balancer that is no longer available.
When redundant server farms are situated in more than one geographical location, the geographical location of a client may be considered when determining the load balancer to which the client's requests should be routed, in addition to employing conventional load balancing techniques. However, routing client requests to the geographically nearest server, load balancer, or server farm might not necessarily provide the client with the best service if, for example, routing the request to a geographically more distant location would otherwise result in reduced latency, fewer hops, or provide more processing capacity at the server.
Certain embodiments disclosed herein include a method for managing a multi-homed network. The method comprises receiving a request from a client within a client computer network directed to a remote server computer within a remote computer network, wherein the client and the remote server computer are connected through a plurality of data routes, each of the plurality of data routes is connected to a router; selecting a data route from the plurality of data routes to route the received request, wherein the selection of the data route is based on a decision function; translating a source IP address of the client to an IP address corresponding to the selected data route; and routing the received request from the client to the remote server computer over the selected data route.
Certain embodiments disclosed herein also include a network device for managing a multi-homed network. The network device comprises a processor; and a memory communicatively connected to the processor, wherein the memory contains instructions that, when executed by the processor, configure the network device to: receive a request from a client within a client computer network directed to a remote server computer within a remote computer network, wherein the client and the remote server computer are connected through a plurality of data routes, each of the plurality of data routes is connected to a router; select a data route from the plurality of data routers to route the received request, wherein the selection of the data route is based on a decision function; translate a source IP address of the client to an IP address corresponding to the selected data route; and route the received request from the client to the remote server computer over the selected data route.
The present invention will be understood and appreciated from the following detailed description, taken in conjunction with the drawings in which:
Reference is now made to
Typical operation of the triangulation load balancing system of
LB2 is preferably capable of having multiple virtual IP addresses. It is a particular feature of the present invention for LB2 to designate a currently unused virtual IP address, such as 200.100.1.1, for LBI's use and to store the mapping between the IP address of LB1 and the designated IP address in a triangulation mapping table 32, as is shown more particularly with reference to
As shown in the example of
LB2, upon receiving request 38 at its virtual IP address 200.100.1.1, checks triangulation mapping table 32 and finds that virtual IP address 200.100.1.1 has been designated for LB1's use. LB2 therefore uses the virtual IP address 100.100.1.0 of LB1 as per triangulation mapping table 32 as the source IP address of an outgoing response 40 that LB2 sends to client 26 after the request has been serviced by one of the servers in server farm 12 selected by LB2. It should be appreciated that response 40 must appear to client 26 to come from LB1 or else client 26 will simply ignore response 40 as an unsolicited packet. Client 26 may continue to send requests to LB1 which LB1 then forwards to LB2 at the designated triangulation address. LB2 directs requests to an available server and sends responses to client 26 indicating LBI as the source IP address.
Reference is now made to
Typical operation of the network proximity load balancing system of
Upon receiving a request, LB1 may decide to service the request or not based on normal load balancing considerations. In any case, LB1 may check proximity table 54 for an entry indicating the subnet corresponding to the subnet of the source IP address of the incoming request. As is shown more particularly with reference to
A “network proximity” may be determined for a requestor such as client 26 with respect to each load balancer/server farm by measuring and collectively considering various attributes of the relationship such as latency, hops between client 26 and each server farm, and the processing capacity and quality of each server farm site. To determine comparative network proximity, LB1, LB2 and LB3 preferably each send a polling request 58 to client 26 using known polling mechanisms. While known polling mechanisms included pinging client 26, sending a TCP ACK message to client 26 may be used where pinging would otherwise fail due to an intervening firewall or NAT device filtering out a polling message. A TCP ACK may be sent to the client's source IP address and port. If the client's request was via a UDP connection, a TCP ACK to the client's source IP address and port 80 may be used. One or both TCP ACK messages should bypass any intervening NAT or firewall and cause client 26 to send a TCP RST message, which may be used to determine both latency and TTL. While TTL does not necessarily indicate the number of hops from the client to the load balancer, comparing TTL values from LBI, LB2, and LB3 should indicate whether it took relatively more or less hops.
Another polling method involves sending a UDP request to a relatively high port number at the client, such as 2090. This request would typically be answered with an “ICMP port unreachable” reply, which would indicate the TTL value of the UDP request on arrival at the client. Since the starting TTL value of each outgoing UDP request is known, the actual number of hops to the client may be determined by subtracting the TTL value on arrival at the client from the starting TTL value. A combination of pinging, TCP ACK, UDP, TCP SYN, and other polling techniques may be used since any one polling request might fail.
Client 26 is shown in
As was described above, a load balancer that receives a request from a client may check proximity table 54 for an entry indicating the subnet corresponding to the subnet of the source IP address of the incoming request. Thus, if a corresponding entry is found in proximity table 54, the request is simply routed to the location having the best network proximity. Although the location having the best network proximity to a particular subnet may have already been determined, the load balancer may nevertheless decide to forward an incoming request to a location that does not have the best network proximity should a load report received from the best location indicate that the location is too busy to receive requests. In addition, the best network proximity to a particular subnet may be periodically predetermined, such as at fixed times or after a predetermined amount of time has elapsed from the time the last determination was made.
As is shown more particularly with reference to
The present invention can also be used in a multi-homing environment; i.e., for management of networks that have multiple connections to the Internet through multiple Internet Service Providers (ISPs).
Reference is now made to
As illustrated in
As illustrated in
Based on these polling results, content router 145 chooses, for example, router 135 as its first choice for connecting client 105 with server 150. As illustrated in
In turn, as illustrated in
As illustrated in
Reference is now made to
It can be seen from
Referring back to
Similarly, referring back to
Reference is now made to
The path quality factor, for a given path, is typically dependent on the data content of the data packet. Typical path quality weighting factors are shown in Table 1 for the listed data content. It is appreciated that path quality factor is typically checked periodically, by the content router 508, for each Internet path.
It is appreciated that the managing of the routing by the content router 508, typically depends on the following factors: the content type, the number of hops to the destination, the response time of the destination, the availability of the path, the costing of the link and the average packet loss in the link.
In order for the content router 508 to determine the “best” path, a “Decision Parameter Table” is built for each content type. It is appreciated that the content type may vary between the application type and actual content (URL requested, or any other attribute in the packet). The Decision Parameter Table is preferably dependent on the parameters: Data packet content; Hops weighting factor; Packet loss factor and Response time factor. Typical values of these parameters are also given in Table 1.
In addition to the parameters listed in Table 1, the following additional parameters may also be taken into consideration Hops count factor; Response time factor, Path quality factor; and Packet loss factor.
A Destination Table is built to summarize the following factors: the content type, the number of hops to the destination, the response time of the destination, the availability of the path, and the average packet loss in the link, based on proximity calculations, as previously defined.
Using the relevant data, as typically listed in Table 1, the content router 508 determines a Decision Function Fcontent for each path:
Fcontent=F(Hops weighting factor*Hops count factor;Response weighting factor*Response time factor,Path quality weighting factor*Path quality factor;Packet loss weighting factor*Packet loss factor).
It is appreciated that the above parameters, which are used in the calculation of Fcontent, are typically normalized for each path.
Based on the Decision Function the content router 508 selects one of the available paths. The data packet is then routed through the selected path. The Decision Function for a particular path is determined by an administrative manager (not shown) and may depend, for example, on the minimum number of hops or on the relevant response time, or on the packet loss, or on the path quality, or any combination of the above parameters, according to the administrative preferences.
The operation of the content router 508 is summarized in the flowchart 600 illustrated in
If the destination 504 is unfamiliar, the content router 508 performs a destination check (step 610). The destination check is performed by using the proximity methods, as described hereinabove, by generating actual web traffic towards the destination subnet. This function, as carried out by the content router 508 comprises building a Destination Table (
Thus it may be appreciated that the present invention enables a multi-homed network architecture to realize the full benefits of its redundant route connections by maintaining fault tolerance and by balancing the load among these connections, and preferably using data packet content information in an intelligent decision making process.
It is appreciated that elements of the present invention described hereinabove may be implemented in hardware, software, or any suitable combination thereof using conventional techniques.
It is appreciated that the steps described with reference to
It is appreciated, that various features of the invention which are, for clarity, described in the contexts of separate embodiments may also be provided in combination in a single embodiment. Conversely, various features of the invention which are, for brevity, described in the context of a single embodiment may also be provided separately or in any suitable sub-combination.
It will be appreciated by persons skilled in the art that the present invention is not limited to what has been particularly shown and described hereinabove. Rather, the scope of the present invention is defined only by the claims that follow.
This application is a Continuation of U.S. patent application Ser. No. 13/935,683 filed Jul. 5, 2013, now pending, which is a Continuation of U.S. patent application Ser. No. 13/566,171 filed Aug. 3, 2012, now U.S. Pat. No. 8,484,374. The application Ser. No. 13/566,171 is a continuation of U.S. application Ser. No. 10/449,016 filed Jun. 2, 2003, now U.S. Pat. No. 8,266,319. The application Ser. No. 10/449,016 is a Division of U.S. patent application Ser. No. 09/467,763 filed Dec. 20, 1999, now U.S. Pat. No. 6,665,702, which is a Continuation-in-part of U.S. application Ser. No. 09/115,643, filed Jul. 15, 1998, now U.S. Pat. No. 6,249,801. The contents of the above-referenced applications are herein incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4495570 | Kitajima et al. | Jan 1985 | A |
4884263 | Suzuki | Nov 1989 | A |
4953162 | Lyons et al. | Aug 1990 | A |
5142531 | Kirby | Aug 1992 | A |
5317566 | Joshi | May 1994 | A |
5349682 | Rosenberry | Sep 1994 | A |
5491786 | Egan et al. | Feb 1996 | A |
5511168 | Perlman et al. | Apr 1996 | A |
5636216 | Fox et al. | Jun 1997 | A |
5774660 | Brendel et al. | Jun 1998 | A |
5777989 | Mcgarvey | Jul 1998 | A |
5805586 | Perreault et al. | Sep 1998 | A |
5825772 | Dobbins et al. | Oct 1998 | A |
5867495 | Elliott et al. | Feb 1999 | A |
5884038 | Kapoor | Mar 1999 | A |
5898830 | Wesinger et al. | Apr 1999 | A |
5915095 | Miskowiec | Jun 1999 | A |
5951634 | Sitbon et al. | Sep 1999 | A |
6003030 | Kenner et al. | Dec 1999 | A |
6006264 | Colby et al. | Dec 1999 | A |
6009081 | Wheeler et al. | Dec 1999 | A |
6038599 | Black et al. | Mar 2000 | A |
6047329 | Horikawa et al. | Apr 2000 | A |
6064671 | Killian | May 2000 | A |
6067545 | Wolff | May 2000 | A |
6068431 | Line | May 2000 | A |
6070191 | Narendran et al. | May 2000 | A |
6078943 | Yu | Jun 2000 | A |
6078953 | Vaid et al. | Jun 2000 | A |
6078957 | Adelman et al. | Jun 2000 | A |
6084892 | Benash | Jul 2000 | A |
6092178 | Jindal et al. | Jul 2000 | A |
6098091 | Kisor | Aug 2000 | A |
6098108 | Sridhar et al. | Aug 2000 | A |
6112239 | Kenner et al. | Aug 2000 | A |
6115752 | Chauhan | Sep 2000 | A |
6119170 | Schoffelman et al. | Sep 2000 | A |
6122743 | Shaffer et al. | Sep 2000 | A |
6138159 | Phaal | Oct 2000 | A |
6154777 | Ebrahim | Nov 2000 | A |
6167438 | Yates | Dec 2000 | A |
6182139 | Brendel | Jan 2001 | B1 |
6185619 | Joffe et al. | Feb 2001 | B1 |
6205146 | Rochberger et al. | Mar 2001 | B1 |
6205489 | Kapoor | Mar 2001 | B1 |
6216163 | Bharali et al. | Apr 2001 | B1 |
6243754 | Guerin et al. | Jun 2001 | B1 |
6249800 | Aman et al. | Jun 2001 | B1 |
6249801 | Zisapel et al. | Jun 2001 | B1 |
6266335 | Bhaskaran | Jul 2001 | B1 |
6269391 | Gillespie | Jul 2001 | B1 |
6272127 | Golden et al. | Aug 2001 | B1 |
6282569 | Wallis et al. | Aug 2001 | B1 |
6286045 | Griffiths et al. | Sep 2001 | B1 |
6297823 | Bharali et al. | Oct 2001 | B1 |
6298383 | Gutman et al. | Oct 2001 | B1 |
6304913 | Rune | Oct 2001 | B1 |
6314093 | Mann et al. | Nov 2001 | B1 |
6324580 | Jindal et al. | Nov 2001 | B1 |
6327622 | Jindal et al. | Dec 2001 | B1 |
6347078 | Narvaez-Guarnieri et al. | Feb 2002 | B1 |
6359879 | Carvey et al. | Mar 2002 | B1 |
6360262 | Guenthner et al. | Mar 2002 | B1 |
6363502 | Jeddeloh | Mar 2002 | B1 |
6370584 | Bestavros et al. | Apr 2002 | B1 |
6381627 | Kwan et al. | Apr 2002 | B1 |
6389462 | Cohen et al. | May 2002 | B1 |
6415323 | McCanne et al. | Jul 2002 | B1 |
6421732 | Alkhatib et al. | Jul 2002 | B1 |
6446121 | Shah et al. | Sep 2002 | B1 |
6449647 | Colby et al. | Sep 2002 | B1 |
6456597 | Bare | Sep 2002 | B1 |
6457054 | Bakshi | Sep 2002 | B1 |
6480508 | Mwikalo et al. | Nov 2002 | B1 |
6487177 | Weston-Dawkes | Nov 2002 | B1 |
6502125 | Kenner et al. | Dec 2002 | B1 |
6502135 | Munger et al. | Dec 2002 | B1 |
6542468 | Hatakeyama | Apr 2003 | B1 |
6546516 | Wright et al. | Apr 2003 | B1 |
6549516 | Albert et al. | Apr 2003 | B1 |
6556575 | Denio et al. | Apr 2003 | B1 |
6597684 | Gulati et al. | Jul 2003 | B1 |
6601084 | Bhaskaran et al. | Jul 2003 | B1 |
6606708 | Devine et al. | Aug 2003 | B1 |
6615357 | Boden et al. | Sep 2003 | B1 |
6618761 | Munger et al. | Sep 2003 | B2 |
6633544 | Rexford et al. | Oct 2003 | B1 |
6650621 | Maki-Kullas | Nov 2003 | B1 |
6665702 | Zisapel et al. | Dec 2003 | B1 |
6680947 | Denecheau et al. | Jan 2004 | B1 |
6687731 | Kavak | Feb 2004 | B1 |
6697864 | Demirtjis et al. | Feb 2004 | B1 |
6718359 | Peless et al. | Apr 2004 | B2 |
6735631 | Oehrke et al. | May 2004 | B1 |
6748439 | Monachello et al. | Jun 2004 | B1 |
6754181 | Elliott et al. | Jun 2004 | B1 |
6810411 | Coughlin et al. | Oct 2004 | B1 |
6888834 | Wood et al. | May 2005 | B1 |
7010604 | Munger et al. | Mar 2006 | B1 |
7899910 | Mosleh et al. | Mar 2011 | B1 |
7984148 | Zisapel et al. | Jul 2011 | B2 |
8266319 | Zisapel et al. | Sep 2012 | B2 |
8484374 | Zisapel et al. | Jul 2013 | B2 |
20010049741 | Skene et al. | Dec 2001 | A1 |
20020002615 | Bhagavath | Jan 2002 | A1 |
20020038339 | Xu | Mar 2002 | A1 |
20020087722 | Datta et al. | Jul 2002 | A1 |
20020199014 | Yang et al. | Dec 2002 | A1 |
20030140142 | Marples et al. | Jul 2003 | A1 |
Number | Date | Country |
---|---|---|
1045552 | Oct 2000 | EP |
2000-311130 | Nov 2000 | JP |
9857275 | Dec 1998 | WO |
0028713 | May 2000 | WO |
0141362 | Jun 2001 | WO |
Entry |
---|
Downey, Allen B./Colby College, Using pathchar to estimate Internet link characteristics, Aug. 1999. |
Egevang, K., et al./Network Working Group RFC: 1631, The IP Network Address Translator (NAT), May 1994. |
F5 Networks, Inc., 3DNS Installation & User's Guide v1.0, v1.03 & v1.04 and Big-IP Installation and User's Guide v.2.0 & v.2.01 (“3DNS”), As early as 1998. |
Pai, Vivek S., et al./Dept. of Electrical and Computer Engineering, Rice University, Locality-Aware Request Distribution in Cluster-based Network Servers, Oct. 1998. |
Praveen Akkiraju and Yakov Rekhter, A Multihoming Solution Using NATs, IETF Internet-Draft draft-akkiraju-nat-multihoming-00.txt (“Akkiraju”), Nov. 1998. |
Freedman, Avi, BGP 102: Scaling the Network, 1998. |
Freedman, Avi, How to Multi-Home, Jan. 1998. |
Freedman, Avi, ISP Tech Talk—Configuring a Cisco Router, Part 1: Background, Dec. 1997. |
Freedman, Avi, ISP Tech Talk—DNS Servers and Provider—Independent Address Space, Jul. 1998. |
Freedman, Avi, ISP Tech Talk—Where We Are in the “Routing Columns” Series, Jun. 1997. |
Freedman, Avi, ISP Tech Talk—Your Own Address Space, Apr. 1997. |
Freedman, Avi, Multihoming for the Small ISP, Dec. 1, 1998. |
Freedman, Avi, Optimal External Route Selection: Tips and Techniques for ISPs, Nov. 8, 1998. |
Fuller,V., et al/Network Working Group RFC: 1519, Classless Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy, Sep. 1993. |
Gengler, Barbara/Internetwork Magazine, RND Server Eases Web Site Congestion, 1996. |
Genuity, Hopscotch Provisioning Guide, Release 3.0 Draft, 2000, found on Aug 27, 2014. |
Georgiadis, L., et al, Optimal Multiplexing on a Single Link: Delay and Buffer Requirements, 1997. |
Georgiadis, L., et al., Efficient Network QoSProvisioning Based on per Node Traffic Shaping, 1996. |
Goldszmidt, G., et al., Scaling Internet Services by Dynamic Allocation of Connections, 1999. |
Goldszmidt, G., et al., ShockAbsorber. A TCP Connection Router (Extended Abstract), 1997. |
Gu'rin, Roch, et al., QoS-based Routing in Networks with Inaccurate Information: Theory and Algorithms, 1997. |
Gu'rin, Roch, et al., Quality-of-Service in Packet Networks Basic Mechanisms and Directions, 1999. |
Hambridge, Sally, et al./Usenix, Just Type Make! Managing Internet Firewalls Using Make and Other Publicly Available Utilities, 1999. |
Hasenstein, Michael, IP Address Translation, 1997. |
Hirse, Mohamed/North American Network Operators Group (NANOG), Re: RADWare Linkproof? (or better ways to multihome), Nov. 2000. |
Howard Berkowitz, To Be Multihomed: Requirements & Definitions, IETF Internet-Draft draftberkowitz-multirqmt-01.txt (•Berkowitz•), Mar. 1998. |
Ion Stoica and Hui Zhang, Lira: An Approach for Service Differentiation in the Internet (“Stoica”), Jul. 10, 1998. |
Jubin, John, et al./Proceedings of the IEEE, The DARPA Packet Radio Network Protocols (Invited Paper), Jan. 1987. |
Kohlhepp, Robert J./Network Computing, Web Server Director Keeps Intersections Clear, Jan. 15, 1997. |
Lee, Gil-Haeng/Electronics Telecommunications Research Institute, Korea, Using System State Information for Adaptive State Polling Policy in Distributed Load Balancing, 1997. |
Lewis, Chris, et al., Multihoming Your Internet Service with BGP, Jul. 15, 1997. |
M. Shand and M. Thomas, Multi-homing Support in IPv6, IETF Internet-Draft draft-shand-ipv6-multi-homing-00.txt v, Feb. 19, 1996. |
Mah, Bruce A./Security and Networking Research Dept., Sandi National Laboratories, Pchar: Child of Pathchar, Jul. 21, 1999. |
Maimon/TCP Port Stealth, vol. 7, Issue 49., Port Scanning without the SYN flag, 1996. |
Metcalfe, Bob/Patrickweb.com, Metcalfe on the Womplex, Jul. 1, 1996. |
Milner, Clark/Cisco Systems, Cisco White Paper—Network Address Translation (NAT), 1997. |
Mockapetris, P./Network Working Group RFC: 1034, Domain Names—Concepts and Facilities, Nov. 1997. |
Mockapetris, P./Network Working Group RFC: 1035, Domain Names—Implementation and Specification, Nov. 1987. |
Morrissey, Peter, Multihoming With BGP4, Dec. 13, 1999. |
Moy, J./Network Working Group RFC: 2178, OSPF, Version 2, Jul. 1997. |
Moy, J./Network Working Group RFC: 2328, OSPF, Version 2, Apr. 1998. |
Moy, John T., OSPF Anatomy of an Internet Routing Protocol, 1998. |
Nanog, Multihoming—Benefit vs. Impact, 1996. |
Odlyzko, Andrew/AT&T Labs, Paris Metro Pricing for the Internet, 1999. |
Orda, Ariel, et al./Dept. of Electrical Engineering, Technion—Israel Institute of Technology, Multihoming in Computer Networks: A Topology-Design Approach, Jun. 1989. |
P. Srisuresh and D. Gan, Load Sharing using IP Network Address Translation (LSNAT), IETF RFC 2391 (“RFC2391”), Aug. 1998. |
P. Srisuresh and Matt Holdrege, IP Network Address Translator (NAT) Terminology and Considerations, IETF Internet Draft draft-ietf-nat-terminology-01.txt (“RFC 2663 Draft”), Oct. 1998. |
Packet Magazine/Cisco Systems, Inc., How to Cost-Effectively Scale Web Servers (LocalDirector), 1996. |
R. Guerin, A. Orda, and D. Williams, QoS Routing Mechanisms and OSPF Extensions, IETF Internet-Draft draft-guerin-qos-routing-ospf-00.txt (“QoS Routing Mechanisms”), Nov. 5, 1996. |
Rabinovich, Michael, et al., A Dynamic Object Replication and Migration Protocol for an Internet Hosting Service, May 1999. |
Radware, WSD Family, Prior to Dec. 1998. |
Rekhter, Y., et al./Network Working Group RFC: 1518, An Architecture for IP Address Allocation with CIDR, Sep. 1993. |
Rekhter, Y., et al./Network Working Group RFC: 1771, A Border Gateway Protocol 4 (BGP-4), Mar. 1995. |
Rekhter, Y., et al./Network Working Group RFC: 1918, Address Allocation for Private Internets, Feb. 1996. |
Resonate, Resonate Central Dispatch Resonate Commander Installation Guide, Version 3.0, 1999. |
Resonate, Resonate Central Dispatch User Guide, Version 3.2, 2000. |
Resonate, Resonate Global Dispatch FAQs, Apr. 1999. |
Resonate, Resonate White Paper—Maximum Performance with Fine-Grained Control: A Requirement for E-Business Applications and Services, Aug. 1999. |
Resonate, Resonate White Paper—The Power of Distributed Software for Internet Site Traffic Management, Feb. 1999. |
Robert L. Carter and Mark E. Crovella, Dynamic Server Selection using Bandwidth Probing in Wide-Area Networks (“Carter”), Mar. 18, 1996. |
Rogers, Amy/CMP Media Communications Week/Radware Ltd., Easing Web Jam with Distributed Servers, 1996. |
Savage, Stefan, et al./Dept. of Computer Science and Engineering, University of Washington, Seattle, The End-to-End Effects of Internet Path Selection, Sep. 1999. |
Savage, Stefan, et al./IEEE, Detour: Informed Internet Routing and Transport, Jan. 1999. |
Schemers, III, Roland/Sunsoft, Inc./Usenix, Ibnamed: A Load Balancing Name Server in Perl, 1997. |
Scott Shenker, David Clark, Deborah Estrin, and Shai Herzog, Pricing in computer networks: reshaping the research agenda (“Shenker”), 1996. |
Srisuresh, P., et al./ Nat Working Group, DNS extensions to Network Address Translators (DNS—ALG), Internet Draft, Jul. 1998. |
Srisuresh, P., et al./Network Working Group RFC: 2663, IP Network Address Translator (NAT) Terminology and Considerations, Aug. 1999. |
Srisuresh, P., et al./Network Working Group RFC: 2694, DNS extensions to Network Address Translators (DNS—ALG), Sep. 1999. |
Stewart III, John W., et al., Using BGP Without Consuming a Unique ASN, Internet Draft, Jan. 1997. |
T. Bates and Y. Rekhter, Scalable Support for Multi-homed Multiprovider Connectivity, IETF RFC 2260 (RFC 2260, Jan. 1998. |
Taschek, James/Internet Computing, A Well-Balanced Web, Mar. 1998. |
The Tolly Group, Alteon 180e Web Switch versus Foundry Networks—ServerIron—TCP Session Processing Performance Evaluation Via Layer 4 Switching, Sep. 1999. |
The Tolly Group, Alteon 180e Web Switch versus Foundry Networks—ServerIron and F5 Networks—BIG/ip HA Load-Balancing Device• TCP Session Processing Performance Evaluation via Layer 4 Switching, Nov. 1999. |
Tiny Software, Inc., WinRoute Pro 3.0 User's Manual (“WinRoute”), 1998. |
Van Beijnum, Iljitsch/O•Reilly, BGP Book Excerpt—Building Reliable Networks with the Border Gateway Protocol, 2002. |
Vik Varma, A Solution to Redundant, Load Balanced Firewall Systems (“Varma”), Nov. 2, 1998. |
Wang, Zheng, et al./IEEE Journal, vol. 14, No. 7, Quality-of-Service Routing for Supporting Multimedia Applications, Sep. 1996. |
Xipeng Xiao and Lionel M. Ni, Internet QoS: A Big Picture (“Xiao”), Mar. 1, 1999. |
Xu, Wei Provisional Patent Application No. 60-231,230, titled “Spontaneous Networking Infrastructure”, Filing Date: Sep. 8, 2000. |
Yu, Jieyun (Jessica)/Internet Engineering Task Force, IPv6 Multihoming with Route Aggregation, Internet Draft, Nov. 1999. |
Samrat Bhattacharjee, et al., “Application Layer Anycasting”; Networking and Telecommunications Group, College of Computing, Georgia Institute of Technology, Atlanta, GA; INFOCOM '97; Apr. 1997. |
German Goldszmidt, et al.; “Load Distribution for Scalable Web Servers: Summer Olympics 1996—a Case Study”; IBM Watson Research Center. |
Mari Korkea-aho; “Scalability in Distributed Multimedia Systems”; Helsinki University of Technology, Laboratory of Information Processing Science; Master's Thesis: Nov. 5, 1995. |
Srinivasan Seshan et al.; “SPAND: Shared Passive Network Performance Discovery”; USENIX Symposium on Internet Technologies and Systems; 1997. |
Robert L. Carter et al.; “Dynamic Server Selection using Bandwidth Probing in Wide Area Networks”; Computer Science Department, Boston University; Mar. 18, 1996. |
Robert L. Carter et al.; “Measuriung Bottleneck Link Speed in Packet-Switched Networks”; Computer Science Department, Boston University; Mar. 15, 1996. |
James D. Guyton et al.; “Locating Nearby Copies of Replicated Internet Servers”; University of Colorado at Boulder; Feb. 1995. |
Fyodor; “The Art of Port Scanning”; Sep. 1997. |
R. Enger et al.; “FYI on a Network Management Tool Catalog: Tools for Monitoring and Debugging TCP/IP Internets and Interconnected Devices”; Network Working Group; Jun. 1993. |
Matt Mathis et al.; “Diagnosing Internet Congestion with a Transport Layer Performance Tool”; Proceedings of INET; 1996. |
Cisco Distributed Director. Cisco Systems, Inc. 1996. |
Deborah Radcliff; “Traffic Jam-includes related articles on long-distance telco revenues, spamming, an emerging high-quality internet2 and Internet use by the National Center for Missing and Exploited Children”; Electronic Commerce—Internet / Web/ Online Service Information; Nov. 1997. |
Resonate, Inc.; “Frequently Asked Questions about Resonate Global Dispatch”; Resonate, Inc.; 1997. |
FreeBSD Hypertext Man Pages; Mar. 1, 1997. |
Mike Muuss; “Using the InterNet Control Message Protocol (ICMP) ECHO facility, measure round-trip delays and packet loss across networks paths”; U.S. Army Ballistic Research Laboratory; Dec. 1983. |
Emirical Tools & Technologies; “Dr. Watson (DWTNDA)”; The Network Detective's Assistant v1.2; Nov. 15, 1997. |
Russell Mosemann; “Package Net”; PING; 1996. |
Traceping; May 14, 1997. |
Traceroute—Print the Route Packets take to Network Host; Apr. 22, 1997. |
Command-Line Commands Summary; Microsoft; 1995. |
Uriel Maimom; “TCP Port Stealth Scanning”; Phrack 49. vol. 7 Issue 49. File 15 of 16; entered in case Apr. 19, 2005. |
Internet Protocol: Error and Control Messages (ICMP); entered in case Apr. 19, 2005. |
Internet Engineering Task Force. QoS Routing Mechanisms and OSPF Extensions; Nov. 5, 1996. |
Kimberly C. Claffy et al; “Measurement Considerations for Assessing Unidirectional Latencies”; Computer Systems Laboratory; San Diego Supercomputer Center; 1993. |
Praveen Akkiraju et al.; “Enabling Enterprise Multihoming with Cisco IOS Network Address Translation (NAT)”; Cisco Systems Inc., Online!; 1997. |
Yamamoto K.; “Multi-homed Sites I the Ipv6 Environment”; IPNG Working Group, Online!; Jan. 13, 1999. |
Greenfield D.; “Radware LinkProof”; Networkmagazine.com, Online! Dec. 1999. |
Mark E. Crovella et al.; “Dynamic Server Selection in the Internet”; in Proceedings of the Third IEEE Workshop on the Architecture and Implementation of High Performance Communication Subsytems (HPCS '95); Jun. 30, 1995. |
Peter Sanders; “A Detailed Analysis of Random Polling Dynamic Load Balancing”; 1994 International Symposium on Parallel Architectures, Algorithms and Networks, pp. 382-389; 1994. |
Azer Bestavros; “Speculative Data Dissemination and Service to Reduce Server Load, Network Traffic, and Service Time in Distributed Information System”; IEEE 1996, pp. 180-187; 1996. |
Gil-Haeng Lee; “Using System State Information for Adaptive State Polling Policy in Distributed Load Balancing”; 1997 IEEE, pp. 166-173; 1997. |
Bruce Hajek; “Performance of Global Load Balancing by Local Adjustment”; Transactions on Information Theory, vol. 36, Issue 6: pp. 1398-1414; Nov. 1990. |
Phillip Krueger et al.; “Adaptive Location Policies for Global Scheduling”; IEEE Transactions on Software Engineering, vol. 20, Issue 6: pp. 432-444; Jun. 1994. |
Gil Haeng Lee et al.; “A Sender-Initiated Adaptive Load Balancing Scheme Based on Predictable State Knowledge”; IEICE Transactions on Information and Systems, E79-D:3; pp. 209-221; Mar. 1996. |
E. Haddad; “Optimal Load Sharing in Dynamically Heterogeneous Systems”; Proceedings Seventh IEEE Symposium on Parallel and Distributed Processing (Cat. No. 95TB8183): pp. 346-353; 1995. |
Gil-Haeng Lee et al.; “An Adaptive Load Balacing Algorithm Using Simple Prediction Mechanism”; Proceedings Ninth International Workshop on Database and Expert Systems Applicatins pp. 496-450; 1998. |
B. Bing and R. Subramanian; Abstract of: “An Efficient Multiaccess Technique with Stability Control for Multimedia Personal Communication Networks”; Journal of the Institute of Engineers Singapore; vol. 38, Issue 1: pp. 17-25; 1998. |
R.S. Engelschall; “Balancing Your Website, Practical Approaches for Distributing HTTP Traffic”; Web Techniques, vol. 3, Issue 5: pp. 45-46, 48-50, 52; 1998. |
Chin Lu and Sau Ming Lau; Abstract of “A Performance Study on Different Classes of Load Balancing Algorithms”; Proceedings of the Fourteenth International Conference Applied Informatics; pp. 39-42; 1996. |
Gil-Haeng Lee et al.: “A Prediction-Based Adaptive Location Policy for Distributed Load Balancing”; Journal of Systems Architecture, vol. 42, Issue 1: pp. 1-18; Aug. 1996. |
Gil-Haeng Lee et al.; Abstract of “A Sender-Initiated Adaptive Load Balancing Scheme Based on Predictable State Knowledge”; IEICE Transactions on Information and Systems; vol. E79-D, Issue 3: pp. 209-221; Mar. 1996. |
K. Benmohammed-Mahieddine et al.; “A Periodic Symmetrically-Initiated Load Balancing Algorithm for Distributed Systems”; Proceedings of the 14th International Conference on Distributed Computing Systems (Cat. No. 94CH3450-4): pp. 616-623; 1994. |
G. Goldszmidt and G. Hunt; “NetDispatcher: A TCP Connection Router”; IBM Research Report, pp. 1-20; RC20853; May 19, 1997. |
Hopscotch (TM), “Genuity's Industrial Strength Solution to Net Traffic”; entered in case Apr. 19, 2005. |
Rodney Joffe and Henry Heflich; Hopscotch (TM) Optimized Web Access; Mar. 11, 1997. |
Aly E. El-Abd et al., “A Neural Network Approach for Dynamic Load Balancing in Homogeneous Distributed Systems”; IEEE 1997; pp. 628-629; 1997. |
Pritchard; “Load Balanced Deadlock-Free Deterministic Routing of Arbitrary Networks”; ACM 1992; pp. 225-234; 1992. |
Shaikh et al.; “Load-Sensitive Routing of Long-Lived IP Flows”; ACM 1999; pp. 215-226; 1999. |
Franco et al.; “A New Method to Make Communication Latency Uniform: Distributed Routing Balancing”; ACM 1999; pp. 210-219; 1999. |
Crochat et al.; “A Path Selection Method in ATM Using Pre-Computation”; Proceedings of IZS; Feb. 1996; pp. 1-12. |
Acuitive, Inc., Server Load Balancing Product Summary and Analysis, 1997. |
Almeida, Jussara, et al./Computer Sciences Dept., University of Wisconsin-Madison, Providing Differentiated Levels of Service in Web Content Hosting, 1998. |
Alteon Web Systems, Firewall Load Balancing Web Switching to Optimize Firewall Performance, Jun. 1999. |
Alteon Web Systems/Electronic Engineering Times, 3Com emphasize control of flows across stack—New strategies devised for server load balancing, Jun. 11, 1999. |
Alteon Websystems Incorporated, “The Ins and Outs of Layer 4+ Switching,” presented on Tuesday, Feb. 2, 1999 at NANOG 15 in Denver, Colorado (“Alteon”), Feb. 2, 1999. |
Andresen, Daniel, et al./Department of Computer Science, University of California, SWEB: Towards a Scalable World Wide Web Server on Multicomputers, 1996. |
Apostolopoulos, G., et al./University of Maryland, et al., Intra-Domain QoS Routing in IP Networks: A Feasibility and Cost/Benefit Analysis, Sep. 1999. |
Avi Freedman, Ethel the Aardvark Goes BGP Routing, ISP Tech Talk, available at and BGP Routing Part I: BGP and Multi-Homing, available at 1997. |
Avi Freedman, Multi-Homing With and Without BGP4, ISP Tech Talk, available at May 1997. |
Ballard, Bare, Provisional Patent Application No. 60-084278, titled “Load Balancing Switch Protocols”, Filing Date: May 4, 1998. |
Bassam Halabi / Cisco Press, Internet Routing Architectures (“Halabi”), 1997. |
Batra, Rajiv, et al., Provisional Patent Application No. 60-043621, Batra, Rajiv, et al., titled •Method and Apparatus Providing for Automatically Restarting a Client-Server Connection in a Distributed Network•, Filing Date: Apr. 14, 1997. |
Berkowitz, Howard C./NANOG13, Interesting Things to do with OSPF, entered in the case on Aug. 29, 2014. |
Berkowitz, Howard C./NANOG15, BGP101, entered in the case on Aug. 29, 2014. |
Berkowitz, Howard C./NANOG15, Good ISPs have no. Class—Musings on Addressing, entered in the case on Aug. 29, 2014. |
Boyle, Padraic/PC Magazine Network Edition, Web Site Traffic Cops—Load balance can provide the busiest Web sites with nonstop performance, 1997. |
Braden, R., et al./Network Working Group RFC: 2209, Resource ReSerVation Protocol (RSVP)—Version 1 Message Processing Rules, Sep. 1997. |
Brisco, T./Network Working Group RFC: 1794, DNS Support for Load Balancing, Apr. 1995. |
Cashell, Nel, Network Address Translator (NAT) Theory and Troubleshooting, Mar. 1, 1998. |
Chandra, R., et al./Network Working Group RFC: 1997, BGP Communities Attribute, Aug. 1996. |
Chen, E., et al./Network Working Group RFC: 1998, An Application of the BGP Community Attribute in Multi- homing Routing, Aug. 1996. |
Chen, Shigang, et al/University of Illinois at Urgana-Champaign, An Overview of Quality of Service Routing for Next-Generation High-Speed Networks: Problems and Solutions, Nov. 1998. |
Cidon, Israel, et al/Technion, et al., Multi-Path Routing combined with Resource Reservation, 1997. |
Cisco Systems, Cisco 12000 Gigabit Switch Router Family Layer 3 Protection Switching, 1999. |
Cisco Systems, Cisco DistributedDirector—New Features, 1997. |
Cisco Systems, Cisco LocalDirector User Interface Version 2.x Release Notes, Feb. 1999. |
Cisco Systems, Cisco LocalDirector Version 1.6.3 Release Notes, Oct. 1997. |
Cisco Systems, Cisco LocalDirector Version 2.2.3 Release Notes, Apr. 1999. |
Cisco Systems, Cisco LocalDirector Version 2.x Release Notes, Apr. 1999. |
Cisco Systems, Distributed Director Configuration Example overview, 2004. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (About this Guide), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Appendix A—Maintaining the Cisco DistributedDirector 2500 Series), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Appendix B—Cable Specifications), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Appendix C—System Error Messages), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Appendix D—Translated Safety Warnings), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 1—Overview of the Cisco Distributed Director 2500 Series), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 3—Installing the Cisco DistributedDirector 2500 Series), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 4—Configuring Cisco DistributedDirector Interfaces), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 5—Configuring Cisco Routers as DRP Server Agents), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 6—Configuring DNS Caching Name Server Mode), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 7—Configuring HTTP Session Redirector Mode), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 8—Configuring Advanced Features), entered in the case on Aug. 29, 2014. |
Cisco Systems, DistributedDirector 2500 Series Installation and Configuration Guide (Chapter 9—Command Summary and Reference), entered in the case on Aug. 29, 2014. |
Cisco Systems, Distributor Director 2500 Series Installation and Configuration Guide (Chapter 2—Preparing to Install the Cisco Distributed Director 2500 Series), entered in the case on Aug. 29, 2014. |
Cisco Systems, LocalDirector Quick Start Guide and User Reference Manual, Version 1.0, Jul. 1996. |
Cisco Systems, LocalDirector Reference Guide, 1997. |
Conover, Joel/CMP Media Inc. Network Computing, Get a Running Start on the Fast Track with 100-Mbps Switches and Hubs, Aug. 15, 1996. |
Coyote Point, White Paper—Adding Scalability and Availability to TCP/IP Services, Feb. 3, 1996. |
Crawley, E./Network Working Group RFC: 2386, A Framework for QoS-based Routing in the Internet, Aug. 1998. |
Datta, Sanchaita, Provisional Patent Application No. 60-258946, , Filing Date: Dec. 29, 2000. |
Number | Date | Country | |
---|---|---|---|
20140330983 A1 | Nov 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09467763 | Dec 1999 | US |
Child | 10449016 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13935683 | Jul 2013 | US |
Child | 14333005 | US | |
Parent | 13566171 | Aug 2012 | US |
Child | 13935683 | US | |
Parent | 10449016 | Jun 2003 | US |
Child | 13566171 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09115643 | Jul 1998 | US |
Child | 09467763 | US |