WO2005050946A1 - Method and apparatus for load-balancing - Google Patents

Method and apparatus for load-balancing Download PDF

Info

Publication number
WO2005050946A1
WO2005050946A1 PCT/EP2004/051462 EP2004051462W WO2005050946A1 WO 2005050946 A1 WO2005050946 A1 WO 2005050946A1 EP 2004051462 W EP2004051462 W EP 2004051462W WO 2005050946 A1 WO2005050946 A1 WO 2005050946A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
load
sip
identifier
point
Prior art date
Application number
PCT/EP2004/051462
Other languages
French (fr)
Inventor
Jerome Forissier
Richard Gayraud
Marc Lamberton
David Mansutti
Original Assignee
Hewlett-Packard Development Company, L.P.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hewlett-Packard Development Company, L.P. filed Critical Hewlett-Packard Development Company, L.P.
Priority to CN200480032570.3A priority Critical patent/CN1875603B/en
Priority to EP04766194A priority patent/EP1706978B1/en
Priority to US10/577,844 priority patent/US7860095B2/en
Priority to DE602004016566T priority patent/DE602004016566D1/de
Publication of WO2005050946A1 publication Critical patent/WO2005050946A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Definitions

  • the present invention relates to the field of distributed processing systems and, more particularly, to improvements in load-balancing systems and methods.
  • load-balancing enables the processing load to be distributed among multiple backend servers or applications. Should the number of users increase over time, additional backend servers may be added to cope with the increased load, completely transparently to the user.
  • a load-balancer may, for example, receive all requests to a network-based service, and forward the requests to an appropriate backend server based on the load or some other parameter of the system.
  • HTTP hypertext transfer protocol
  • an Internet browser sends a HTTP request to an application, and the application responds with a HTTP response.
  • the application address is typically the address of a load-balancer which then routes the request to an available server based, for example, on the current workload of the available servers.
  • all requests may be treated independently of all other requests - including successive requests coming from the same user.
  • the requests are effectively contextless and do not require the load-balancer to have any knowledge of any previous requests in order to determine to which backend server to forward the message.
  • context information must be maintained by the load-balancer in order to determine to which backend server a message should be forwarded.
  • multiple messages may be sent to and from a terminal to establish a call with another party. It is thus generally important that the same server processes different messages related to the same call. For example, when establishing a telephone call it is typically desirable that the same backend server processes all messages relating to the call establishment. This type of functionality is commonly referred to as server affinity.
  • a load-balancer is required to store some context information, for example the call ID of each message, and to check each received message to determine whether that call ID is already being processed by a given server, to thereby ensure that subsequent messages having the same call ID are processed by the same backend server.
  • This is typically achieved by maintaining a database containing details of current calls IDs and backend servers processing messages relating to each call ID. Aspects of traditional telephony systems typically function in this way.
  • server affinity may only be required during the establishment of a call, which typically only lasts for a few seconds.
  • the load-balancer can remove all references to that call ID, freeing up space in the database.
  • SIP for example, is an application-layer control or signaling protocol for establishing, modifying, and terminating real-time calls and conferences over, primarily, Internet protocol (IP) networks.
  • IP Internet protocol
  • a call setup in SIP requires two transactions: one to setup a call; and one to release the call.
  • a SIP transaction typically only lasts a few seconds, whereas a SIP call is theoretically unbounded. Due to the nature of SIP, where, for example, call legs may be added to a current call, media types may be changed at any time, and so on, it is generally required that SIP messages belonging to the same call be processed by the same backend server.
  • one aim of the present invention is to provide a system which overcomes at least some of the above-mentioned problems.
  • Each of the available processing systems being connected to the load-balancing element by separate point-to-point connections, and comprising at the load-balancing element: extracting the message from the stream, detecting in the extracted message the presence of an identifier identifying one of the available processing systems, and where the presence of the identifier is detected, forwarding the message to the processing system identified thereby via the appropriate connection, otherwise determining a destination processing system for processing the message, inserting into the message an identifier identifying the determined destination processing system, and forwarding the message to the processing system via the appropriate connection.
  • this removes the need for a load-balancing element to maintain a context database of all current calls being processed, thus reducing the processing load of the load-balancer.
  • the method further comprises maintaining a database of message identifiers for which no destination identifier was detected along with information indicating to which of the available processing systems! each message was forwarded to.
  • the database is searched for a related message identifier and, where found, the message is forwarded to the processing system identified therein.
  • the point-to-point connection is a transport control protocol (TCP) connection
  • the message is a session initiation protocol (SIP) message.
  • TCP transport control protocol
  • SIP session initiation protocol
  • the step of inserting preferably comprises inserting the destination identifier into an extension header of a SIP message.
  • a load-balancing element for routing a message conveyed in a stream through a point-to-point connection to one of a plurality of available processing systems each connected to the load-balancing element by separate point-to-point connections.
  • the load-balancing element preferably comprises: a message processor for extracting the message from the stream, a message analyzer for detecting in the received message the presence of an identifier identifying one of the available processing systems, and a message forwarder for forwarding the message to the processing system identified thereby via the appropriate connection.
  • the load-balancing element further comprises, for when the presence of a destination identifier is not detected, a load analyzer for determining a destination processing system for processing the message, and a message processor for inserting into the message a destination identifier identifying the determined destination processing system.
  • Each message preferably includes a message identifier for identifying related messages
  • the load-balancing element further comprises a database for storing details of message identifiers for which no destination identifier was detected along with information indicating to which of the available processing systems each message was forwarded to.
  • the load-balancing element further includes means for searching the database for a related message identifier and for identifying to which processing system the message should be forwarded.
  • each point-to-point connection is a transport control protocol (TCP) connection
  • the message is a session initiation protocol (SIP) message.
  • TCP transport control protocol
  • SIP session initiation protocol
  • the message processor is adapted for inserting the destination identifier into an extension header of a SIP message.
  • a session initiation protocol (SIP) network comprising elements according to any of the previously mentioned elements.
  • SIP session initiation protocol
  • Figure 1 is a block diagram showing an overview of a simple SIP network arrangement according to the prior .art
  • FIG. 2 is a block diagram showing a back-to-back user agent (B2BUA) according to the prior art
  • Figure 3 is a block diagram showing a SIP network incorporating a load-balancing system according to an embodiment of the present invention
  • FIG. 4 is a flow diagram outlining example processing steps of a load-balancer operating in accordance with an embodiment of the present invention.
  • Figure 5 is a block diagram showing an example response message.
  • FIG. 1 is a block diagram showing an overview of a simple SIP network arrangement 100 according to the prior art.
  • a number of terminals which may be SIP user agents (SUA), 102, 104 and 106 are shown.
  • the user agents may establish calls between one another, and may also access value added services, such as pre- paid billing, conferencing and the like, provided by, for example, a back-to-back user agent (B2BUA) 112.
  • B2BUA back-to-back user agent
  • SIP messages include a number of different fields, including: a To: field, identifying the universal resource identifier (URI) of the intended destination; a From: field, identifying the URI of the source; one or more Via: fields, indicating intermediate hops taken or to be taken to arrive at the destination a Call-ID field, which is a globally unique identifier for the call
  • a SIP INVITE message is sent to the SIP proxy server 110, with the Via: field identifying the URI of the proxy 110, the From: field identifying the URI of the user agent 102, and the To: field identifying the URI of the user agent 104.
  • the SIP proxy 110 recognizes the address of user agent 102 as being a pre-paid customer, and forwards the message to the B2BUA 112 which performs the necessary account authentication and credit checks before connecting the call, via the SIP proxy 114 to the user agent 104.
  • a load-balancer 202 is provided which receives all incoming messages sent to the B2BU& 112. As mentioned above, one of the advantages of using a load-balancer is that the network sees only a single external network address.
  • the load-balancer 202 forwards each received message to one of a plurality of backend servers 206, 208, 210 which carry out the required processing operations. Such processing operations could include, for example, pre-paid billing, credit card authorizations, portal authentication and so on.
  • the load-balancer 202 may determine which backend server to use through use of any appropriate algorithm, such as least loaded, round robin and so on. It will be appreciated that although the load-balancer and back-end servers are shown as being integral to the B2BUA 112, these elements may be located externally therefrom, for example in a distributed manner.
  • the load-balancer 202 maintains a context database 204 of all current SIP calls along with related call IDs and the identity of the backend server which is processing the call. Additionally, messages sent from a backend server 206, 208 or 210 to a user agent, also pass through the load-balancer 202 so that the load-balancer can determine when a SIP call has terminated thereby allowing the load-balancer to clean up the database 204.
  • the database 204 has to be sufficiently large to handle data from the maximum number of simultaneous calls which the B2BUA 112 can support.
  • Figure 3 is a block diagram showing an overview of a SIP network arrangement incorporating a load-balancing system according to one embodiment of the present invention.
  • SIP user agents 302, 304 and 306 are shown.
  • the SIP user agents are arranged to make, for example, pre-paid calls to other SIP user agents (not shown).
  • SIP user agents 302 and 304 are configured to use a SIP proxy 308 and SIP user agent 306 is configured to use a SIP proxy 310.
  • a SIP invite message is initially sent to the appropriate SIP proxy 308 or 310.
  • the Via: field of the SIP message identifies the URI of the relevant proxy, the From: field identifies the URI of the originating SIP user agent and the To: field identifies the URI of the called party.
  • Each of the SIP proxies 308 and 310 may recognize the address of the originating SIP user agent, for example SIP user agent 302, as being a pre-paid customer. If the originating SUA is recognized as a pre-paid customer, the SIP invite message is forwarded to a B2BUA 300 which performs, for example, the necessary account authentication, credit checks etc. before connecting the call in the normal manner.
  • the B2BUA 300 is arranged in a distributed manner with all requests to the B2BUA being handled by a load-balancer 313, which distributes processing tasks to a number of backend processors 314, 316 and 318. Although shown as being part of the B2BUA 300, it will be appreciated that one or more elements such as the backend servers, of the B2BUA could be geographically remote therefrom.
  • Each of the proxies 308 and 310 are connected to the B2BUA 300 via individual maintained TCP connections 309 and 311 respectively.
  • the SUAs 302, 304 and 306, may communicate with their respective proxies using either TCP or user datagram protocol (UDP).
  • UDP user datagram protocol
  • Messages received by each of the SIP proxies 308 and 310 intended for the B2BUA 300 are inserted, or multiplexed, into their respective TCP streams. For example a SIP message originating from SIP user agent 302 is multiplexed in the TCP stream 309 by SIP proxy 308. If no TCP connection with the B2BUA exists, for example if no messages received by the proxy have had the destination URI of the B2BUA within a predefined period, B, new TCP connection is established. Similarly, a SIP proxy may close a TCP connection with the B2BUA 300 if no traffic is detected in the connection for a predefined period.
  • the TCP connections 309 and 311 are terminated at a load-balancing element 313 of the B2BUA 300.
  • a multiplexer/demultiplexer (mux/demux) 320 extracts incoming SIP messages from the various incoming TCP streams and passes them to a load-balancing engine 312.
  • the mux demux 320 maintains a lookup table, database or the like, 326, storing the IP address of the previous hop of the message (e.g. SIP proxy 308 or 310) along with an identifier of the TCP connections on which the SIP message was received. This is to enable response messages to be correctly routed back to the message originator, as is explained further below.
  • the load-balancing engine 312 receives each incoming SIP message and performs a load-balancing algorithm as described below with reference to Figures 4 and 5.
  • Figure 4 is a flow diagram outlining example processing steps which may made by the load-balancing engine 312 of Figure 3. In the following description, for simplicity of explanation, some of the steps shown in Figure 4 are initially not discussed.
  • the load-balancer selects (step 710) one of the available backend servers 314, 316 or 318 to process the message using a suitable algorithm, such as round-robin, least loaded or the like as will be appreciated by those skilled in the art.
  • the load-balancing engine 312 inserts a tag in the SIP message (step 714) indicating the identity of the chosen backend server and forwards the message to the chosen backend server (step 716). Since each of the backend servers 314, 316 and
  • a mux/demux 324 is used to multiplex the message into the appropriate TCP stream connected to the chosen backend server. It will be understood, however, that the mu> demux may be any kind of suitable message or data processing system allowing the extraction or insertion of a message or data into an existing stream.
  • the inserted tag contains sufficient information to enable the load- balancing engine 312 to route the message to a backend server without requiring a further call context.
  • the identity of the backend server selected to process the message is contained within the message itself.
  • the tag is preferably inserted into the SIP message such that the tag will be included in all future messages sent in response Io the message.
  • the message may be suitably inserted as an extension header.
  • SIP provides for the re-transmissiom of messages in the event that a response is not received within a predetermined amount of time.
  • One problem that this can create is that if a backend server is slow to respond, or if an initial message is lost, for example, a SIP user agent may retransmit the same message. If this message happens to be the first message related to a call (i.e. there is no tag present), the load-balancer is likely to send this message to a different backend server than that dealing with the first message. This may lead to the system creating several call contexts in different backend servers for a single SIP call which may result in protocol violations, for example if identical responses are sent to a user agent client, or sub- optimal processing.
  • the load-balancing engine 312 preferably maintains a database 328 of all messages which relate to new calls.
  • the following additional steps are performed. For example, when a message is received it is determined (Step 704) whether a previously inserted tag is present. If not, this indicates that the received message may relate to a new call.
  • the new call database 328 is then searched to determine whether a message with the same call identification is present in the database (step 708). If yes, then this message may be, for example, a retransmitted message or a CANCEL message sent shortly after an initial INVITE message, and is forwarded (step 716) to the backend server indicated in the database once a suitable tag has been inserted in the message (step 714).
  • step 710 If no message having the same call ID is found, this indicates that this is the first message relating to a call, in which case a suitable backend server is chosen to process the message (step 710).
  • a call context is subsequently created in the new call database 328 (step 712), a tag is added to the received message identifying the chosen backend server (step 714), and the message is forwarded to the chosen backend server (step 716) in the manner described above.
  • the SIP timeout period is defined as 32 seconds, so for SIP the entries in the database may be removed after this time.
  • Each of the backend servers 314, 316, and 318 include respective mux/demuxes 330, 332 and 334, for extracting SIP messages sent from the load-balancer 313. Extracted SIP messages are processed as appropriate.
  • the SIP specification specifies that, for TCP, response messages sent from backend servers to the user agents must be made via the same path. This then prevents a backend server communicating directly with a user agent using a new TCP connection. In order for this requirement to be met, response messages from each backend server should be sent back to the load-balancer 313 for retransmission to the appropriate user agent via the original path.
  • the SIP message When a backend server generates a response to a SIP message the SIP message is sent in a TCP stream.
  • the To: field of the SIP message is, as usual, set as the final destination of the response message, e.g. the SIP user agent 302, however the TCP stream terminates at the load-balancer 313, since the, as previously mentioned, the backend server may not respond directly to the SUA.
  • the load-balancer 313 then has to determine where to forward the received message.
  • the backend server encapsulates the SIP response message in a proprietary message 1106, as shown in Figure 5.
  • Figure 5 shows a response message 1100 generated by a backend server in response to a previously received SIP message.
  • the message 1100 includes a usual TCP header 1101 which includes an IP address 1102 (e.g. the IP address of the load-balancer 313), and a TCP identifier identifying the TCP connection connecting the backend server with the load- balancer. This is particularly necessary where the backend server maintains multiple TCP connections, for example, with other B2BUAs.
  • the proprietary message 1106 includes the resolved IP address 1108 of the next hop (i.e. of the SIP proxy 308) of the SIP response message 1110.
  • the IP address 1108 of the proprietary message 1106 is preferably the fully resolved IP address, obtained by performing a DNS resolution, of the URI of the previous hop obtained from the Via: field of the SIP response message 1110.
  • the load-balancer 313 receives the message 1100 through the mux/demux 324 which extracts the message 1110 from the incoming TCP stream.
  • the load-balancer engine 312 extracts the resolved address 1108 and the SIP message 1110 from the proprietary message 1106 and determines, based on the IP address 1106, through which of the open TCP connections 309 and 311 the SIP response message 1110 should be sent. Preferably this is achieved by performing a search or lookup in the previously mentioned lookup table 326.
  • the SIP response message 1110 is multiplexed into the stream of the determined TCP connection by mux/demux 320, and the message is sent to the appropriate SIP proxy, in this case SIP proxy 308.
  • the To: field of the SIP response message 1110 is the SIP URI of the SIP user agent 302
  • the response message is sent via the TCP connection 309 to the SIP proxy 308. This is because SIP address resolution is performed on a hop-by-hop basis.
  • the SIP proxy 308 extracts the incoming messages from the stream 309 and forwards them, based on the URI in the To: field of the SIP message to the appropriate destinations.
  • SIP requires that messages within the same transaction use the same path.
  • subsequent transactions within the same call may use a direct path between the SIP user agent 302 and the SIP service application 300, by-passing the SIP proxy 308.
  • a SIP call may be established between a SIP user agent 302 and the B2BUA hosting, for example, a conferencing service. Once the call is connected, the SIP user agent 302 may be used for sending instant messages to the conference server or another callee using a direct path.
  • the database 328 only contains context information for a given call identification for a maximum of 32 seconds.
  • the herein-described functionality performed by the load-balancing engine 312 may be provided in a number of ways, for example, by way of software, by suitable electronic hardware, or a combination of both software and hardware.
  • the load-balancing engine 312 may comprise suitable logical or functional elements such as a message analyzer, for analyzing the messages to determine whether an inserted tag is present, a load analyzer, for determining by which back-end server a message should be processed, a message processor, for inserting identification tags into a message, and a message forwarder for forwarding a message to an appropriate backend server.
  • suitable logical or functional elements such as a message analyzer, for analyzing the messages to determine whether an inserted tag is present, a load analyzer, for determining by which back-end server a message should be processed, a message processor, for inserting identification tags into a message, and a message forwarder for forwarding a message to an appropriate backend server.
  • a message analyzer for analyzing the messages to determine whether an inserted tag is
  • the load-balancer 313 can forward the message to a backup server other than that indicated by the inserted tag, without the SIP user agent ever being aware that a failure occurred.

Abstract

According to one aspect of the present invention, there is provided a method of outing a message, conveyed in stream through a point-to-point connection to a load-balancing element, to one of a plurality of available processing systems each connected to the load-balancing eilement by separate point-to-point connections, io comprising at the load-balancing element: extracting the message from the stream; detecting in the extracted message the presence of an identifier identifying one of the available processing systems; and where the presence of the identifier is detected, forwarding the message to the processing system identified thereby via the appropriate connection; otherwise determining a destination processing system for processing the message; inserting into the message an identifier identifying the determined destination processing system; and forwarding the message to the processing system via the appropriate connection.

Description

METHOD AND APPARATUS FOR LOAD-BALANCING
The present invention relates to the field of distributed processing systems and, more particularly, to improvements in load-balancing systems and methods.
Increasingly network-based services and applications are accessed via some kind of load-balancing arrangement. For example, when a network-based service has a large number of concurrent users, load-balancing enables the processing load to be distributed among multiple backend servers or applications. Should the number of users increase over time, additional backend servers may be added to cope with the increased load, completely transparently to the user. A load-balancer may, for example, receive all requests to a network-based service, and forward the requests to an appropriate backend server based on the load or some other parameter of the system. One advantage of using load-balancers is that services may be provided with a single externally visible address.
Many types of network service, for example those using hypertext transfer protocol (HTTP) over the Internet, use a simple request and response mechanism. For example, an Internet browser sends a HTTP request to an application, and the application responds with a HTTP response. The application address is typically the address of a load-balancer which then routes the request to an available server based, for example, on the current workload of the available servers. In many such situations, all requests may be treated independently of all other requests - including successive requests coming from the same user. In such cases, there is typically no requirement that different requests from the same user be processed by the same backend server. In other words, the requests are effectively contextless and do not require the load-balancer to have any knowledge of any previous requests in order to determine to which backend server to forward the message.
In other situations, context information must be maintained by the load-balancer in order to determine to which backend server a message should be forwarded. For example, in telecommunication networks, multiple messages may be sent to and from a terminal to establish a call with another party. It is thus generally important that the same server processes different messages related to the same call. For example, when establishing a telephone call it is typically desirable that the same backend server processes all messages relating to the call establishment. This type of functionality is commonly referred to as server affinity.
In order to provide server affinity, a load-balancer is required to store some context information, for example the call ID of each message, and to check each received message to determine whether that call ID is already being processed by a given server, to thereby ensure that subsequent messages having the same call ID are processed by the same backend server. This is typically achieved by maintaining a database containing details of current calls IDs and backend servers processing messages relating to each call ID. Aspects of traditional telephony systems typically function in this way.
In traditional telephony applications server affinity may only be required during the establishment of a call, which typically only lasts for a few seconds. Thus, once a call has been established, the load-balancer can remove all references to that call ID, freeing up space in the database.
However many other systems, including some of the new telephony protocols, such as the session initiation protocol (SIP), function in sufficiently different ways that the conventional load-balancing approach is no longer suitably adapted.
SIP, for example, is an application-layer control or signaling protocol for establishing, modifying, and terminating real-time calls and conferences over, primarily, Internet protocol (IP) networks. At its simplest, a call setup in SIP requires two transactions: one to setup a call; and one to release the call. A SIP transaction typically only lasts a few seconds, whereas a SIP call is theoretically unbounded. Due to the nature of SIP, where, for example, call legs may be added to a current call, media types may be changed at any time, and so on, it is generally required that SIP messages belonging to the same call be processed by the same backend server.
Traditional load-balancing approaches, such as maintaining a database of context information for all active calls at a load-balancer, may therefore, not be suitably adapted for use with SIP for a number of reasons. Firstly, since the length of a SIP call is theoretically unbounded and the fact that the load-balancer must typically store call context information for the duration of each and every the call, it is possible that the load-balancer may become overwhelmed, especially if the number of simultaneous calls and the number of backend servers is large. These constraints may impact the performance capabilities of such a load-balancer and limit the message handling capabilities thereof.
Accordingly, one aim of the present invention is to provide a system which overcomes at least some of the above-mentioned problems.
According to a first aspect, there is provided a method of routing a message, conveyed in stream through a point-to-point connection to a load-balancing element, to one of a plurality of available processing systems. Each of the available processing systems being connected to the load-balancing element by separate point-to-point connections, and comprising at the load-balancing element: extracting the message from the stream, detecting in the extracted message the presence of an identifier identifying one of the available processing systems, and where the presence of the identifier is detected, forwarding the message to the processing system identified thereby via the appropriate connection, otherwise determining a destination processing system for processing the message, inserting into the message an identifier identifying the determined destination processing system, and forwarding the message to the processing system via the appropriate connection.
Advantageously, this removes the need for a load-balancing element to maintain a context database of all current calls being processed, thus reducing the processing load of the load-balancer.
Where the message includes a mesjsage identifier for identifying related messages, the method further comprises maintaining a database of message identifiers for which no destination identifier was detected along with information indicating to which of the available processing systems! each message was forwarded to. Suitably, where a message is received without a destination identifier, the database is searched for a related message identifier and, where found, the message is forwarded to the processing system identified therein.
Preferably entries in the database after removed a predetermined amount of time.
Preferably the point-to-point connection is a transport control protocol (TCP) connection, and the message is a session initiation protocol (SIP) message.
The step of inserting preferably comprises inserting the destination identifier into an extension header of a SIP message.
According to a second aspect, there is provided a load-balancing element for routing a message conveyed in a stream through a point-to-point connection to one of a plurality of available processing systems each connected to the load-balancing element by separate point-to-point connections. The load-balancing element preferably comprises: a message processor for extracting the message from the stream, a message analyzer for detecting in the received message the presence of an identifier identifying one of the available processing systems, and a message forwarder for forwarding the message to the processing system identified thereby via the appropriate connection.
The load-balancing element further comprises, for when the presence of a destination identifier is not detected, a load analyzer for determining a destination processing system for processing the message, and a message processor for inserting into the message a destination identifier identifying the determined destination processing system.
Each message preferably includes a message identifier for identifying related messages, and the load-balancing element further comprises a database for storing details of message identifiers for which no destination identifier was detected along with information indicating to which of the available processing systems each message was forwarded to. For where a message is received without a destination identifier, the load-balancing element further includes means for searching the database for a related message identifier and for identifying to which processing system the message should be forwarded.
Preferably the load-balancing element is adapted for use where each point-to-point connection is a transport control protocol (TCP) connection, and wherein the message is a session initiation protocol (SIP) message.
Suitably the message processor is adapted for inserting the destination identifier into an extension header of a SIP message.
According to a yet further aspect, there is provided a session initiation protocol (SIP) network comprising elements according to any of the previously mentioned elements.
According to a still further aspect, there is provided a session initiation protocol (SIP) network operating in accordance with any of the above-mentioned steps.
An embodiment of the invention will now be described, by way of non-limiting example, with reference to the accompanying diagrams, in which:
Figure 1 is a block diagram showing an overview of a simple SIP network arrangement according to the prior .art;
Figure 2 is a block diagram showing a back-to-back user agent (B2BUA) according to the prior art; Figure 3 is a block diagram showing a SIP network incorporating a load-balancing system according to an embodiment of the present invention;
Figure 4 is a flow diagram outlining example processing steps of a load-balancer operating in accordance with an embodiment of the present invention; and
Figure 5 is a block diagram showing an example response message.
Figure 1 is a block diagram showing an overview of a simple SIP network arrangement 100 according to the prior art. A number of terminals, which may be SIP user agents (SUA), 102, 104 and 106 are shown. The user agents may establish calls between one another, and may also access value added services, such as pre- paid billing, conferencing and the like, provided by, for example, a back-to-back user agent (B2BUA) 112.
SIP messages include a number of different fields, including: a To: field, identifying the universal resource identifier (URI) of the intended destination; a From: field, identifying the URI of the source; one or more Via: fields, indicating intermediate hops taken or to be taken to arrive at the destination a Call-ID field, which is a globally unique identifier for the call
For example, if a user agent 102 wishes to make a pre-paid call to user agent 104, a SIP INVITE message is sent to the SIP proxy server 110, with the Via: field identifying the URI of the proxy 110, the From: field identifying the URI of the user agent 102, and the To: field identifying the URI of the user agent 104. The SIP proxy 110 recognizes the address of user agent 102 as being a pre-paid customer, and forwards the message to the B2BUA 112 which performs the necessary account authentication and credit checks before connecting the call, via the SIP proxy 114 to the user agent 104.
Typically the value added services mentioned above may be configured in a distributed processing arrangement, as shown in Figure 2 which shows a B2BUA 112 in accordance with the prior art.
A load-balancer 202 is provided which receives all incoming messages sent to the B2BU& 112. As mentioned above, one of the advantages of using a load-balancer is that the network sees only a single external network address. The load-balancer 202 forwards each received message to one of a plurality of backend servers 206, 208, 210 which carry out the required processing operations. Such processing operations could include, for example, pre-paid billing, credit card authorizations, portal authentication and so on. The load-balancer 202 may determine which backend server to use through use of any appropriate algorithm, such as least loaded, round robin and so on. It will be appreciated that although the load-balancer and back-end servers are shown as being integral to the B2BUA 112, these elements may be located externally therefrom, for example in a distributed manner.
Since it is generally advantageous that all SIP messages relating to the same call are processed by the same backend server, the load-balancer 202 maintains a context database 204 of all current SIP calls along with related call IDs and the identity of the backend server which is processing the call. Additionally, messages sent from a backend server 206, 208 or 210 to a user agent, also pass through the load-balancer 202 so that the load-balancer can determine when a SIP call has terminated thereby allowing the load-balancer to clean up the database 204. As previously mentioned, due to the theoretically endless nature of a SIP call coupled with the large number of simultaneous calls which can be handled by the B2BUA 112, the database 204 has to be sufficiently large to handle data from the maximum number of simultaneous calls which the B2BUA 112 can support.
An embodiment of a load-balancing mechanism and system will now be described with reference to Figures 3 to 5.
Figure 3 is a block diagram showing an overview of a SIP network arrangement incorporating a load-balancing system according to one embodiment of the present invention.
A number of SIP user agents 302, 304 and 306 are shown. The SIP user agents are arranged to make, for example, pre-paid calls to other SIP user agents (not shown). SIP user agents 302 and 304 are configured to use a SIP proxy 308 and SIP user agent 306 is configured to use a SIP proxy 310. When any of the SIP user agents wishes to make a call, a SIP invite message is initially sent to the appropriate SIP proxy 308 or 310. The Via: field of the SIP message identifies the URI of the relevant proxy, the From: field identifies the URI of the originating SIP user agent and the To: field identifies the URI of the called party.
Each of the SIP proxies 308 and 310 may recognize the address of the originating SIP user agent, for example SIP user agent 302, as being a pre-paid customer. If the originating SUA is recognized as a pre-paid customer, the SIP invite message is forwarded to a B2BUA 300 which performs, for example, the necessary account authentication, credit checks etc. before connecting the call in the normal manner. The B2BUA 300 is arranged in a distributed manner with all requests to the B2BUA being handled by a load-balancer 313, which distributes processing tasks to a number of backend processors 314, 316 and 318. Although shown as being part of the B2BUA 300, it will be appreciated that one or more elements such as the backend servers, of the B2BUA could be geographically remote therefrom.
Each of the proxies 308 and 310 are connected to the B2BUA 300 via individual maintained TCP connections 309 and 311 respectively. The SUAs 302, 304 and 306, may communicate with their respective proxies using either TCP or user datagram protocol (UDP). Messages received by each of the SIP proxies 308 and 310 intended for the B2BUA 300 are inserted, or multiplexed, into their respective TCP streams. For example a SIP message originating from SIP user agent 302 is multiplexed in the TCP stream 309 by SIP proxy 308. If no TCP connection with the B2BUA exists, for example if no messages received by the proxy have had the destination URI of the B2BUA within a predefined period, B, new TCP connection is established. Similarly, a SIP proxy may close a TCP connection with the B2BUA 300 if no traffic is detected in the connection for a predefined period.
The TCP connections 309 and 311 , being point-to-point connections, are terminated at a load-balancing element 313 of the B2BUA 300. A multiplexer/demultiplexer (mux/demux) 320 extracts incoming SIP messages from the various incoming TCP streams and passes them to a load-balancing engine 312. The mux demux 320 maintains a lookup table, database or the like, 326, storing the IP address of the previous hop of the message (e.g. SIP proxy 308 or 310) along with an identifier of the TCP connections on which the SIP message was received. This is to enable response messages to be correctly routed back to the message originator, as is explained further below.
The load-balancing engine 312 receives each incoming SIP message and performs a load-balancing algorithm as described below with reference to Figures 4 and 5. In particular, Figure 4 is a flow diagram outlining example processing steps which may made by the load-balancing engine 312 of Figure 3. In the following description, for simplicity of explanation, some of the steps shown in Figure 4 are initially not discussed.
When a message relating to a new call, such as a SIP invite message, arrives at the load-balancing engine 312, the load-balancer selects (step 710) one of the available backend servers 314, 316 or 318 to process the message using a suitable algorithm, such as round-robin, least loaded or the like as will be appreciated by those skilled in the art. The load-balancing engine 312 inserts a tag in the SIP message (step 714) indicating the identity of the chosen backend server and forwards the message to the chosen backend server (step 716). Since each of the backend servers 314, 316 and
318 are individually connected to the load-balancer 313 by respective TCP connections 315, 317 and 319, a mux/demux 324 is used to multiplex the message into the appropriate TCP stream connected to the chosen backend server. It will be understood, however, that the mu> demux may be any kind of suitable message or data processing system allowing the extraction or insertion of a message or data into an existing stream.
Preferably the inserted tag contains sufficient information to enable the load- balancing engine 312 to route the message to a backend server without requiring a further call context. In other words, the identity of the backend server selected to process the message is contained within the message itself. Additionally, the tag is preferably inserted into the SIP message such that the tag will be included in all future messages sent in response Io the message. For example, in SIP the message may be suitably inserted as an extension header.
SIP provides for the re-transmissiom of messages in the event that a response is not received within a predetermined amount of time. One problem that this can create is that if a backend server is slow to respond, or if an initial message is lost, for example, a SIP user agent may retransmit the same message. If this message happens to be the first message related to a call (i.e. there is no tag present), the load-balancer is likely to send this message to a different backend server than that dealing with the first message. This may lead to the system creating several call contexts in different backend servers for a single SIP call which may result in protocol violations, for example if identical responses are sent to a user agent client, or sub- optimal processing.
To overcome this, the load-balancing engine 312 preferably maintains a database 328 of all messages which relate to new calls. Thus, the following additional steps are performed. For example, when a message is received it is determined (Step 704) whether a previously inserted tag is present. If not, this indicates that the received message may relate to a new call. The new call database 328 is then searched to determine whether a message with the same call identification is present in the database (step 708). If yes, then this message may be, for example, a retransmitted message or a CANCEL message sent shortly after an initial INVITE message, and is forwarded (step 716) to the backend server indicated in the database once a suitable tag has been inserted in the message (step 714). If no message having the same call ID is found, this indicates that this is the first message relating to a call, in which case a suitable backend server is chosen to process the message (step 710). A call context is subsequently created in the new call database 328 (step 712), a tag is added to the received message identifying the chosen backend server (step 714), and the message is forwarded to the chosen backend server (step 716) in the manner described above.
After a predetermined amount of time from their creation in the database entries in the databases may be deleted since after this time no further untagged messages relating to the same transaction may be accepted by the load-balancer. The SIP timeout period is defined as 32 seconds, so for SIP the entries in the database may be removed after this time.
Each of the backend servers 314, 316, and 318 include respective mux/demuxes 330, 332 and 334, for extracting SIP messages sent from the load-balancer 313. Extracted SIP messages are processed as appropriate.
The SIP specification specifies that, for TCP, response messages sent from backend servers to the user agents must be made via the same path. This then prevents a backend server communicating directly with a user agent using a new TCP connection. In order for this requirement to be met, response messages from each backend server should be sent back to the load-balancer 313 for retransmission to the appropriate user agent via the original path.
When a backend server generates a response to a SIP message the SIP message is sent in a TCP stream. The To: field of the SIP message is, as usual, set as the final destination of the response message, e.g. the SIP user agent 302, however the TCP stream terminates at the load-balancer 313, since the, as previously mentioned, the backend server may not respond directly to the SUA. The load-balancer 313 then has to determine where to forward the received message.
To achieve this, the backend server encapsulates the SIP response message in a proprietary message 1106, as shown in Figure 5. Figure 5 shows a response message 1100 generated by a backend server in response to a previously received SIP message. The message 1100 includes a usual TCP header 1101 which includes an IP address 1102 (e.g. the IP address of the load-balancer 313), and a TCP identifier identifying the TCP connection connecting the backend server with the load- balancer. This is particularly necessary where the backend server maintains multiple TCP connections, for example, with other B2BUAs. The proprietary message 1106 includes the resolved IP address 1108 of the next hop (i.e. of the SIP proxy 308) of the SIP response message 1110. The IP address 1108 of the proprietary message 1106 is preferably the fully resolved IP address, obtained by performing a DNS resolution, of the URI of the previous hop obtained from the Via: field of the SIP response message 1110.
The load-balancer 313 receives the message 1100 through the mux/demux 324 which extracts the message 1110 from the incoming TCP stream. The load-balancer engine 312 extracts the resolved address 1108 and the SIP message 1110 from the proprietary message 1106 and determines, based on the IP address 1106, through which of the open TCP connections 309 and 311 the SIP response message 1110 should be sent. Preferably this is achieved by performing a search or lookup in the previously mentioned lookup table 326. Finally, the SIP response message 1110 is multiplexed into the stream of the determined TCP connection by mux/demux 320, and the message is sent to the appropriate SIP proxy, in this case SIP proxy 308.
It should be noted, however, that although the To: field of the SIP response message 1110 is the SIP URI of the SIP user agent 302, the response message is sent via the TCP connection 309 to the SIP proxy 308. This is because SIP address resolution is performed on a hop-by-hop basis. The SIP proxy 308 extracts the incoming messages from the stream 309 and forwards them, based on the URI in the To: field of the SIP message to the appropriate destinations.
As will be appreciated by those skilled in the art, SIP requires that messages within the same transaction use the same path. However, subsequent transactions within the same call may use a direct path between the SIP user agent 302 and the SIP service application 300, by-passing the SIP proxy 308. For example, a SIP call may be established between a SIP user agent 302 and the B2BUA hosting, for example, a conferencing service. Once the call is connected, the SIP user agent 302 may be used for sending instant messages to the conference server or another callee using a direct path.
As described previously, a predeter ined amount of time after the details of the first SIP message are stored in the database all entries having the corresponding call identification may be erased. In this way, the database 328 only contains context information for a given call identification for a maximum of 32 seconds.
In such a system as described above the resource requirements of a load-balancer are no longer proportional to the number of established calls, since only the context information of newly established calls is required to be maintained by the load- balancer.
As will be appreciated by those skilled in the art, the herein-described functionality performed by the load-balancing engine 312 may be provided in a number of ways, for example, by way of software, by suitable electronic hardware, or a combination of both software and hardware. For example, the load-balancing engine 312 may comprise suitable logical or functional elements such as a message analyzer, for analyzing the messages to determine whether an inserted tag is present, a load analyzer, for determining by which back-end server a message should be processed, a message processor, for inserting identification tags into a message, and a message forwarder for forwarding a message to an appropriate backend server. Such elements may be provided in various combinations.
In the embodiments described herein, no modifications are required to the SIP user agents since the effect of inserting the tag is effectively transparent. Furthermore, in the event of a failure of a backend server, the load-balancer 313 can forward the message to a backup server other than that indicated by the inserted tag, without the SIP user agent ever being aware that a failure occurred.

Claims

1. A method of routing a message, conveyed in stream through a point-to-point connection to a load-balancing element, to one of a plurality of available processing systems each connected to the load-balancing element by separate point-to-point connections, comprising at the load-balancing element: extracting the message from the stream; detecting in the extracted message the presence of an identifier identifying one of the available processing systems; and where the presence of the identifier is detected, forwarding the message to the processing system identified thereby via the appropriate connection; otherwise determining a destination processing system for processing the message; inserting into the message an identifier identifying the determined destination processing system; and forwarding the message to the processing system via the appropriate connection.
2. A method according to claim 1 , wherein each message further includes a message identifier for identifying related messages, the method further comprising maintaining a database of message identifiers for which no destination identifiers was detected along with information indicating to which of the available processing systems each message was forwarded to.
3. A method according to claim 2, further comprising, where a message is received without a destination identifier, searching the database for a related message identifier and, where found, forwsirding the message to the processing system identified therein.
4. A method according to any previous claim, further comprising removing entries in the database after a predetermined amount of time.
5. A method according to any previous claim, wherein the point-to-point connection is a transport control protocol (TCP) connection, and wherein the message is a session initiation protocol (SIP) message.
6. A method according to any previous claim, wherein the step of inserting further comprises inserting the destination identifier into an extension header of a SIP message.
7. A load-balancing element for routing a message conveyed in a stream through a point-to-point connection to one of a plurality of available processing systems each connected to the load-balancing element by separate point-to-point connections, comprising at the load-balancing element: a message processor for extracting the message from the stream; a message analyzer for detecting in the received message the presence of an identifier identifying one of the available processing systems; and a message forwarder for foirwarding the message to the processing system identified thereby via the appropriate connection.
8. A load-balancing element according to claim 7, further comprising, for when the presence of a destination identifier is not detected, a load analyzer for determining a destination processing system for processing the message; and a message processor for inserting into the message a destination identifier identifying the determined destination processing system.
9. A load-balancing element according to claim 7 or 8, wherein each message further includes a message identifier for identifying related messages, and further comprising a database for storing details of message identifiers for which no destination identifier was detected along with information indicating to which of the available processing systems each message was forwarded to.
10. A load-balancing element according to claim 7, 8 or 9, further comprising, where a message is received without a destination identifier, means for searching the database for a related message identifier and for identifying to which processing system the message should be forwarded.
11. A load-balancing element according to any of claims 7 to 10, adapted for use where each point-to-point connection is a transport control protocol (TCP) connection, and wherein the message is a session initiation protocol (SIP) message.
12. A load-balancing element according to any of claims 7 to 11 , wherein the message processor is adapted for inserting the destination identifier into an extension header of a SIP message.
13. A session initiation protocol (SIP) network comprising elements according to any of claims 7 to 12.
14. A session initiation protocol (SIP) network operating in accordance with the method of any of claims 1 to 6.
PCT/EP2004/051462 2003-10-30 2004-07-12 Method and apparatus for load-balancing WO2005050946A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN200480032570.3A CN1875603B (en) 2003-10-30 2004-07-12 Method and apparatus for load-balancing
EP04766194A EP1706978B1 (en) 2003-10-30 2004-07-12 Method and apparatus for load-balancing
US10/577,844 US7860095B2 (en) 2003-10-30 2004-07-12 Method and apparatus for load-balancing
DE602004016566T DE602004016566D1 (en) 2003-10-30 2004-07-12

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP03292711A EP1528744A1 (en) 2003-10-30 2003-10-30 Method and apparatus for load-balancing
EP03292711.3 2003-10-30

Publications (1)

Publication Number Publication Date
WO2005050946A1 true WO2005050946A1 (en) 2005-06-02

Family

ID=34400587

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2004/051462 WO2005050946A1 (en) 2003-10-30 2004-07-12 Method and apparatus for load-balancing

Country Status (4)

Country Link
EP (2) EP1528744A1 (en)
CN (1) CN1875603B (en)
DE (1) DE602004016566D1 (en)
WO (1) WO2005050946A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007131441A1 (en) * 2006-05-16 2007-11-22 Huawei Technologies Co., Ltd. A method and a means for load balancing based on sip
CN101166176B (en) * 2006-10-19 2010-12-08 中兴通讯股份有限公司 Method for dynamic load balance in distributed system based on session origination protocol
KR101310449B1 (en) * 2011-12-13 2013-09-24 텔코웨어 주식회사 System and method for distributing sip message
US10594821B1 (en) 2018-10-12 2020-03-17 Metaswitch Networks Ltd. Proxying session initiation protocol (SIP) communications

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8929360B2 (en) * 2006-12-07 2015-01-06 Cisco Technology, Inc. Systems, methods, media, and means for hiding network topology
CN101127720B (en) * 2007-09-25 2010-09-01 中兴通讯股份有限公司 Method for guaranteeing network address translation and reachability of internal local address
US8416692B2 (en) * 2009-05-28 2013-04-09 Microsoft Corporation Load balancing across layer-2 domains
US9497039B2 (en) 2009-05-28 2016-11-15 Microsoft Technology Licensing, Llc Agile data center network architecture
US9391716B2 (en) 2010-04-05 2016-07-12 Microsoft Technology Licensing, Llc Data center using wireless communication
US9281950B2 (en) * 2011-10-07 2016-03-08 Alcatel Lucent Method for using intelligent router in charging system and apparatus associated therewith
US9954751B2 (en) 2015-05-29 2018-04-24 Microsoft Technology Licensing, Llc Measuring performance of a network using mirrored probe packets
TWI701956B (en) 2019-11-22 2020-08-11 明泰科技股份有限公司 Channel loading pre-adjusting system for 5g wireless communication

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999018534A2 (en) * 1997-10-06 1999-04-15 Web Balance, Inc. System for balancing loads among network servers
US6195682B1 (en) * 1998-10-27 2001-02-27 International Business Machines Corporation Concurrent server and method of operation having client-server affinity using exchanged client and server keys
US20020133611A1 (en) * 2001-03-16 2002-09-19 Eddy Gorsuch System and method for facilitating real-time, multi-point communications over an electronic network
US20030110257A1 (en) * 2001-12-11 2003-06-12 Wook Hyun Method for performing a load distribution between session initiation protocol servers within an intra domain

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999018534A2 (en) * 1997-10-06 1999-04-15 Web Balance, Inc. System for balancing loads among network servers
US6195682B1 (en) * 1998-10-27 2001-02-27 International Business Machines Corporation Concurrent server and method of operation having client-server affinity using exchanged client and server keys
US20020133611A1 (en) * 2001-03-16 2002-09-19 Eddy Gorsuch System and method for facilitating real-time, multi-point communications over an electronic network
US20030110257A1 (en) * 2001-12-11 2003-06-12 Wook Hyun Method for performing a load distribution between session initiation protocol servers within an intra domain

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007131441A1 (en) * 2006-05-16 2007-11-22 Huawei Technologies Co., Ltd. A method and a means for load balancing based on sip
CN101166176B (en) * 2006-10-19 2010-12-08 中兴通讯股份有限公司 Method for dynamic load balance in distributed system based on session origination protocol
KR101310449B1 (en) * 2011-12-13 2013-09-24 텔코웨어 주식회사 System and method for distributing sip message
US10594821B1 (en) 2018-10-12 2020-03-17 Metaswitch Networks Ltd. Proxying session initiation protocol (SIP) communications
GB2577941A (en) * 2018-10-12 2020-04-15 Metaswitch Networks Ltd Proxying session Initiation protocol (SIP) communications
GB2577941B (en) * 2018-10-12 2020-10-14 Metaswitch Networks Ltd Proxying session Initiation protocol (SIP) communications
US11375035B2 (en) 2018-10-12 2022-06-28 Metaswitch Networks Ltd Proxying session initiation protocol (SIP) communications

Also Published As

Publication number Publication date
EP1528744A1 (en) 2005-05-04
EP1706978A1 (en) 2006-10-04
EP1706978B1 (en) 2008-09-10
CN1875603B (en) 2012-09-05
DE602004016566D1 (en) 2008-10-23
CN1875603A (en) 2006-12-06

Similar Documents

Publication Publication Date Title
US7860095B2 (en) Method and apparatus for load-balancing
US8045466B2 (en) Communication method and apparatus
US6987849B2 (en) Method and systems for intelligent signaling router-based surveillance
EP1757065B1 (en) Improvements in message-based communications
US20140006632A1 (en) Multiplexer Load Balancer for Session Initiation Protocol Traffic
WO2008112864A1 (en) Methods, media, and systems for balancing session initiation protocol server load
EP1706978B1 (en) Method and apparatus for load-balancing
EP1632075B1 (en) Method and apparatus for load-balancing in a distributed processing system
CA2439086C (en) Ip based service architecture
US20070133440A1 (en) Session initiation protocol (sip)
US7564846B2 (en) Method of collecting communication system information
US7564848B2 (en) Method for the establishing of connections in a communication system
US10666559B2 (en) Signalling protocol routing system
US10686849B2 (en) Data processing
AU2001272428B2 (en) Optimal routing when two or more network elements are integrated in one element
AU2001272428A1 (en) Optimal routing when two or more network elements are integrated in one element
US20070268912A1 (en) Communication Server Network for Computer Networks
EP1654853B1 (en) Function mode routing
NO330137B1 (en) Arrangement for processing client requests

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200480032570.3

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2004766194

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004766194

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2007147339

Country of ref document: US

Ref document number: 10577844

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 10577844

Country of ref document: US

WWG Wipo information: grant in national office

Ref document number: 2004766194

Country of ref document: EP