WO2008049967A1 - Method for performing handovers in a communication system - Google Patents

Method for performing handovers in a communication system Download PDF

Info

Publication number
WO2008049967A1
WO2008049967A1 PCT/FI2007/050569 FI2007050569W WO2008049967A1 WO 2008049967 A1 WO2008049967 A1 WO 2008049967A1 FI 2007050569 W FI2007050569 W FI 2007050569W WO 2008049967 A1 WO2008049967 A1 WO 2008049967A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile node
address
node
electronic device
mobile
Prior art date
Application number
PCT/FI2007/050569
Other languages
French (fr)
Inventor
Yi Wu
Mikael Latvala
Janne Tuononen
Original Assignee
Nokia Corporation
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
Priority claimed from FI20060936A external-priority patent/FI20060936A0/en
Application filed by Nokia Corporation filed Critical Nokia Corporation
Priority to EP07823206.3A priority Critical patent/EP2084859B1/en
Priority to ES07823206.3T priority patent/ES2508940T3/en
Publication of WO2008049967A1 publication Critical patent/WO2008049967A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/0005Control or signalling for completing the hand-off
    • H04W36/0011Control or signalling for completing the hand-off for data sessions of end-to-end connection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5076Update or notification mechanisms, e.g. DynDNS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5084Providing for device mobility
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/26Network addressing or numbering for mobility support
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/06Transport layer protocols, e.g. TCP [Transport Control Protocol] over wireless

Definitions

  • the invention relates to mobile communication networks and mobile terminal. Particularly, the invention relates to a method for the performing of hand- overs in a communication system.
  • IP Internet Protocol
  • GPRS General Packet Radio Service
  • IP routing in the relaying of packet data to the current location of the node, which provides a number of benefits, for example, reduced investments in network equipment and simplified system maintenance.
  • the support for mobility in the network layer requires the changing of IP address when the network access point is changed. This introduces the problem of maintaining an ongoing communications session with a peer node, which is not aware of the changes in the IP address.
  • Mobile IP Internet Engineering Task Force
  • IETF Internet Engineering Task Force
  • a mobile node is accessed via a home agent, which provides a permanent address for the mobile node.
  • the mobile node obtains a care-of address from its current network and registers the care-of address to the home agent.
  • the home agent routes the packets to the care- of address using IP tunneling.
  • the problem with mobile IP is that it introduces a significant delay to the packet stream. Further problems are related to fire- walls and network security, which in effect mandate that outgoing packets should also be tunneled to the home agent before they may be routed independently.
  • TCP Transmission Control Protocol
  • SCTP Stream Control Transmission Protocol
  • FIG. IA is a block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) packet in prior art.
  • SCTP Stream Control Transmission Protocol
  • IETF Internet Engineering Task Force
  • SCTP performs tasks of a transport layer in the Open System Interconnection (OSI) model of data communications.
  • OSI Open System Interconnection
  • FIG IA there is show an SCTP packet, which com- prises a common header 100 and a number of chunks.
  • the chunks are distinct SCTP protocol messages.
  • the number of chunks within a given packet is only limited by the Maximum Transmission Unit (MTU) size on the IP layer.
  • MTU Maximum Transmission Unit
  • the SCTP specification also governs the allowed combi- nations of SCTP chunks in a single packet.
  • an initiation chunk INIT may not be bundled together with other chunks to an IP packet.
  • Figure IA there are shown two chunks, namely a chunk 110 and a chunk 120. The possible intervening chunks are not shown.
  • the common header shared by all chunks in a packet consists of a source port number 101, a destination port number 102, a verification tag 103 and a checksum 104.
  • the source and destination addresses are carried in the IP layer packet header.
  • Verification tag 103 is used to associate an SCTP chunk with a given SCTP association. Verification tag 103 must remain the same during the SCTP association as soon as received in an INIT or INIT ACK chunk for the peer.
  • chunk specific fields that are present in every chunk.
  • chunk type field 111 which identifies the SCTP message, that is, the chunk.
  • chunk flags 112 identifies the chunk length 113
  • chunk value 114 identifies the chunk type specific fields.
  • FIG. IB is a block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) DATA chunk in prior art.
  • the DATA chunk is used to carry upper layer protocol data to the peer. It is illustrated as an example of the structure in an SCTP protocol message, that is, a chunk.
  • the DATA chunk comprises a chunk type 131, chunk flags 132, a chunk length 133, a Transmission Sequence Number (TSN) 134, a stream iden- tifier 135, a stream sequence number 136, a payload protocol identifier 137 and user data 138.
  • TSN Transmission Sequence Number
  • Chunk flags 132 comprise a flag indicating an unordered DATA chunk and chunk fragment end and beginning flags. The end and beginning flags are used in the adaptation to the IP layer MTU size if the DATA chunk does not fit to a single IP packet.
  • the transmission sequence number indicates number for the DATA chunk and it is used in the detection of duplicate or missing DATA chunks.
  • SCTP supports selective acknowledging with a SACK chunk, which al- lows a certain number of gaps in the TSNs received and thus avoids the need for the resending of all pending DATA chunks in the case of isolated lost DATA chunks. Due to the fact that SCTP supports multiple parallel streams, stream identifier 135 is used to identify the stream to which the DATA chunk is associated.
  • Stream sequence number 136 represents the stream sequence number for the following user data within the stream specified with stream identifier 135.
  • Payload protocol identifier 137 is used to identify the upper layer protocol, the message of which is carried in user data 138.
  • An extension of SCTP supports the adding and removing of peer IP addresses during an existing SCTP association with Address Configuration Change (ASCONF) chunks .
  • ASCONF Address Configuration Change
  • a problem associated with prior art transport protocols is that they do not provide support for cases where both transport layer connection or association parties are mobile nodes. It should be noted that the problem is not specific to TCP or SCTP, but similar problems are present in any transport layer protocols.
  • the invention relates to a method comprising: establishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said establishing of said transport layer association; detecting a handover condition in said first mobile node; obtaining a second address for the use of said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node in said first mobile node; upon receiving a new address for said second mobile node from said sec- ond name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said indication using said new address as a destination address for said second mobile node.
  • the invention relates also to an electronic de- vice comprising: a transport entity configured to establish a transport layer association between said electronic device and a second mobile node, said electronic device using a first address in said establishing of said transport layer association, to receive a second address for the use of said electronic device, to indicate said second address of said electronic device to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from said sec- ond name server node, to repeat said indication of said second address of said electronic device to said second mobile node, said indication using said new address as a destination address for said second mobile node; a network entity configured to update said sec- ond address for said electronic device to a first name server node; and a network interface configured to detect a handover condition.
  • the invention relates also to an electronic device comprising: means for establishing a transport layer association between said electronic device and a second network node, said electronic device using a first address in said establishing of said transport layer association; means for detecting a handover condition; means for obtaining a second address for the use of said electronic device; means for updating said second address of said electronic device to a first name server node; means for indicating said second address of said electronic device to said second mobile node; means for waiting for a response from said second mobile node in said electronic device; and means for repeating said indication of said second address of said electronic device to said second mobile node upon receiving a new address for said second mobile node from said second name server node, said repetition of said indication using said new address as a destination address for said second mobile node.
  • the invention relates also to a communication system comprising: a mobile node configured to establish a transport layer association to a second mobile node, said mobile node using a first address in said establishing of said transport layer association, to detect a handover condition, to obtain a second address, to update said second address of said mobile node to a first name server node, to indicate said second address to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from a second name server node, to repeat the indication of said second address of said mobile node to said second mobile node, said repeated indication using said new address as a destination address for said second mobile node; said second mobile node configured to establish a transport layer association with said mobile node and to receive an indication of said second address of said mobile node; and said first name server node configured to update of said second address for said mobile node.
  • the invention relates also to a computer program comprising code adapted to perform the following steps when executed on a data-processing system: es- tablishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said establishing of said transport layer association; obtaining a sec- ond address for said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node; upon receiving a new address for said second mobile node from said second name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said repetition of said indication using said new address as a destina- tion address for said second mobile node.
  • the transport entity within the electronic device is configured to send a query message for an address of said second mobile node to a second name server node.
  • the transport entity may be configured to send the query message for the address of said second mobile node in the case of failure to receive a reply from the second mobile node.
  • the transport entity within the electronic device is configured to wait for a response from said second name server node.
  • the transport entity is configured to wait for response from the second name server node or the second mobile node for a predefined time.
  • the transport entity within the first mobile node is configured to repeatedly indicate said second address of said first mobile node to said second mobile node using said new address for said second mobile node.
  • a transport entity within the second mobile node is config- ured to receive the second address of the first mobile node.
  • the transport entities within the first mobile node and the second mobile node are configured to recovering the transport layer association between the first mobile node and the second mobile node based on the second address of the first mobile node.
  • the transport entity within the electronic device is configured to send an initial query message for an ad- dress of said second mobile node to said second name server node from said electronic device, to receive an initial address of said second mobile node to said electronic device and to store a logical name for said second mobile node in said electronic device.
  • the transport entity may be, for example, a software component comprising program code stored in the random access memory of the electronic device.
  • the transport entity within the electronic device is con- figured to start a timer for the receiving of said new address for said second mobile node from said second name server node or for the receiving of an acknowledgement for the indication of said second address of said electronic device from said second mobile node; and, upon expiry of said timer, configured to repeat said sending of a query message for an address of said second mobile node to a second name server node and said indication of said second address of said electronic device to said second mobile node.
  • the trans- port entity may be, for example, a software component comprising program code stored in the random access memory of the electronic device.
  • the repeating of the indication step comprises the sending of an indication message anew to the second mobile node.
  • a communication entity within the first name server node is configured to receive an address update message in said first name server node.
  • a dispatcher entity in said first name server node is configured to extract a logical name from said address update message, to check whether said logical name is associated with a mobile node and to assign a higher priority to the updating of said address if said logical name is associated with a mobile node.
  • a communication entity within the first name server node is configured receive a query message, the query message providing a logical name. For example, a fully qualified domain name.
  • the communication entity is configured to check whether the logical name is associated with a mobile node.
  • the communication entity is also configured to assign a higher priority to the processing of the query message if the logical name is associated with a mobile node.
  • the electronic device comprises the second mobile node.
  • said first name server node comprises a domain name server.
  • a number of domain name servers may participate in the resolving of a logical name to an IP address.
  • the logical name may be a fully qualified domain name.
  • said second name server node comprises a domain name server.
  • the first and the second addresses and the new address for the second mobile node are IP addresses.
  • said first name server comprises at least part of a distributed hash table for the mapping of logical names to network node addresses such as IP address.
  • the distributed hash table may be stored in a number of network nodes .
  • said transport layer association comprises a Stream Control Transmission Protocol (SCTP) association.
  • SCTP Stream Control Transmission Protocol
  • the association comprises a connection .
  • said transport layer association comprises a Transmission Control Protocol (TCP) connection.
  • TCP Transmission Control Protocol
  • said first mobile node comprises a mobile station within a mobile communication system. In one embodiment of the invention, said first mobile node comprises a wireless local area network terminal .
  • the communication system comprises a packet switched network, for example, an Internet Protocol (IP) network.
  • IP Internet Protocol
  • a network address may be an IP address.
  • said communication system comprises a mobile communication network.
  • said ter- minal comprises a mobile station or generally a mobile terminal.
  • the communication system comprises at least one of a Global System of Mobile Communications (GSM) network and a Universal Mobile Telephone System (UMTS) network.
  • GSM Global System of Mobile Communications
  • UMTS Universal Mobile Telephone System
  • the terminal may be, for example, a GSM mobile station or a UMTS mobile station with a dual mode or multimode functionality to support different access types.
  • the computer program is stored on a computer readable medium.
  • the computer readable medium may be a removable memory card, magnetic disk, optical disk or magnetic tape.
  • a transport layer association is established between a first mobile node and a second mobile node. Thereafter, a handover condition is detected in the first mobile node, which obtains a second address. The second address is updated to a first name server node.
  • a query message is sent to a second name server node for an address of the second mobile node. The second address is indicated to the second mobile node.
  • the first mo- bile node waits for a response from the second name server node or the second mobile node.
  • the first mobile node Upon receiving a new address for the second mobile node from the second name server node, the first mobile node repeats the indication of the second address of the first mo- bile node to the second mobile node using the new address as a destination address for the second mobile node .
  • a method, a communication system, a network node or a computer program to which the invention is related may comprise at least one of the embodiments of the inven- tion described hereinbefore.
  • the benefits of the invention are related to improved reliability of connections in a communication system.
  • a double handover where both the first and the second mobile nodes perform a handover and obtain new network addresses may be handled in an organized way.
  • Fig. IA is block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) packet in prior art
  • Fig. IB is block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) data chunk in prior art
  • Fig. 2 is a block diagram illustrating two mobile nodes performing a simultaneous handover in one embodiment of the invention
  • Fig. 3 is a message sequence chart illustrating transport connection handover in one embodiment of the invention
  • Fig. 4 is a message sequence chart illustrating simultaneous transport layer association handover for both association parties in one embodiment of the invention
  • Fig. 5 is a flow chart illustrating a method for performing handover in one embodiment of the invention.
  • Fig. 6A is a flow chart illustrating a method for the completion of handover in one embodiment of the invention
  • Fig. 6B is a flow chart illustrating the continuation of the method for the completion of handover in one embodiment of the invention.
  • Fig. 7 is a block diagram illustrating a mobile node in one embodiment of the invention.
  • FIG. 2 is a block diagram illustrating two mobile nodes that perform a simultaneous handover in one embodiment of the invention.
  • Figure 2 illustrates a brief moment in time during which the simultaneous handovers are performed.
  • FIG 2 there are illustrated four radio cells, namely cells 210, 220, 260 and 270. Each cell is provided by a Base Transceiver Station such as BTS 212.
  • BTS 212 Base Transceiver Station
  • cells 210 and 220 are used by a mobile station 200
  • cells 260 and 270 are used by a mobile station 250. It should be noted that in any practical embodiment of the invention there may be any number of cells used by an arbitrary number of mobile stations.
  • IP network 230 comprises at least two domain name servers, namely, Authoritative Name Servers (ANS) 234 and 232.
  • ANS 232 and 234 store information on the current IP addresses of mobile stations 200 and 250, respectively.
  • the IP address of a given mobile station may be obtained by enquiring the ANS for the mobile station with a logi- cal name, for example, a Fully Qualified Domain Name (FQDN) .
  • FQDN Fully Qualified Domain Name
  • the enquiry from mobile station 200 for obtaining the current IP address of mobile station 250 is illustrated with double-headed arrow 244.
  • the enquiry from mobile station 250 for obtain- ing the current IP address of mobile station 200 is illustrated with double-headed arrow 242.
  • the transport layer association formed between mobile stations 200 and 250 is illustrated with double-headed arrow 240.
  • the handovers of mobile stations 200 and 250 from their original cells 210 and 260 to their new cells 220 and 270 are illustrated with arrows 201 and 251, respectively.
  • the mobile station Whenever a mobile station performs a handover and obtains a new IP address, the mobile station must update the new IP address to its ANS. There- upon, the mobile station starts the enquiry of the peer ANS to ensure correct operation even in the case the peer performs a handover simultaneously.
  • the mo- bile station initiates simultaneously an address update to the peer wherein the mobile station indicates the new IP address to the peer.
  • a successful address update indicates that the peer is not in the process of performing a handover that would have changed the IP address prior to the receiving of the address update.
  • FIG 3 is a message sequence chart illustrating transport connection handover in one embodi- ment of the invention.
  • Authoritative Name Servers ANS-A 232 and ANS-B 234.
  • Mobile station 200 is the initiating party for the establishing of an SCTP association between mobile stations 200 and 250, hence it is also indicated as MS-A, whereas mobile station 250 is also indicated as MS-B.
  • Ti mobile station 200 detects a need to establish an SCTP association to mobile station 250.
  • the need may be related to the establishing of, for example, a Session Initiation Protocol (SIP) session with mobile station 250.
  • Mobile station 200 sends an enquiry message to ANS-B 234, as illustrated with arrow 301.
  • the enquiry message provides the FQDN for mobile station 250, namely FQDN-B.
  • the response message illustrated with arrow 302 carries the current IP address of mobile station 250, namely IP-B.
  • Mobile station 200 stores the FQDN-B in its memory for further use during possible handover processing.
  • the authoritative name server enquiries or updates relating to mobile node logical names are given higher priority in name server nodes.
  • the mobile node logical names have a distinguishing feature that enables them to be separate from other logical name.
  • a mobile node logical FQDNs may have a postfix or a prefix, which separates them from other FQDNs.
  • a postfix may comprise at least one name element separated by a full stop ".” character.
  • mobile station 200 sends an SCTP INIT chunk to mobile station 250 as illustrated with arrow 303.
  • the INIT chunk is carried in an IP packet, which specifies IP-B as the destination address and IP-A, the address of mobile station 200, as the source address.
  • An INIT chunk may also specify a number of other IP addresses via which mobile station 200 is also reachable should there be other such IP addresses.
  • IP-A is the only address for mobile station 200.
  • An INIT chunk also carries the number of outbound and inbound streams associated with the SCTP association, advertised receiver window credit, an initial TSN and an initiate tag. The initiate tag is used as the verification tag in all chunks sent by mobile station 250 during the SCTP association.
  • INIT chunk 303 is acknowledged by mobile station 250 to mobile station 200 with INIT ACK chunk, as illustrated with arrow 304.
  • the INIT ACK chunk may specify a number of other IP addresses via which mobile station 250 is reachable. Herein it is assumed that IP-B is the only address for mobile station 250.
  • An INIT ACK chunk also carries the number of outbound and inbound streams agreed to by mobile station 250, advertised receiver window credit, an ini- tial TSN and an initiate tag. The initiate tag will be used as the verification tag in all chunks sent by mobile station 200 during the SCTP association.
  • An INIT ACK also contains a state cookie that comprises all necessary association state and parameter information to create the association along with a Message Authentication Code (MAC) .
  • MAC Message Authentication Code
  • the state cookie is used by mobile station 250 to be protected against denial of service attacks in the form of SCTP association initiations without a state keeping initiator.
  • the INIT ACK chunk 304 is acknowledged by mobile station 200 with COOKIE ECHO chunk to mobile station 250, as il- lustrated with arrow 305.
  • the COOKIE ECHO chunk returns the state cookie provided in the INIT ACK chunk.
  • mobile station 250 Upon receiving the COOKIE ECHO chunk mobile station 250 checks the state cookie by taking all necessary association state and parameter information and by re- peatedly computing the MAC. If the association state and parameter information plus the MAC match the ones sent in the state cookie within INIT ACK, the cookie is considered valid in mobile station 250, which acknowledges the state cookie with COOKIE ACK chunk, as illustrated with arrow 306.
  • mobile stations 200 and 250 may start exchanging DATA chunks that comprise upper layer protocol information.
  • mobile station 200 sends a DATA chunk with TSN value 1 to mobile station 250, as illustrated with arrow 307.
  • the DATA chunk 307 is acknowledged by mobile station 250 with a SACK chunk, the TSN parameter of which indicates the successful receiving of the DATA chunk numbered 1.
  • the SACK chunk is illustrated with arrow 308.
  • mobile station 200 detects a need to perform a handover to a new cell. This is due to, for example, better radio connection quality in the new cell or an explicit handover request from a radio network node, which in turns may relate to capacity shortage in the original cell.
  • Mobile station 200 moves to the area of a new cell wherein it is connected to a new access point and thus need a new IP address.
  • the new IP address is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell.
  • DHCP Dynamic Host Configuration Protocol
  • mobile station 200 updates ANS-A 232 to associate IP-A' with the logical name of mobile station 200. This updating is illustrated with double-headed arrow 309.
  • mobile station 200 sends a query message to ANS-B 234 which provides the FQDN-B, as illustrated with arrow 310.
  • the query is sent to cater for a case where mobile station 250 has performed a handover recently so that the new address for mobile station 250 has not yet been indicated to mobile station 100.
  • mobile station 200 sends also an ASCONF chunk to mobile station 250, as illustrated with arrow 311.
  • the ASCONF chunk comprises a parameter, which indicates that mobile station 250 should add the new IP address of mobile station 200, namely IP-A' , as the new peer IP address for the SCTP association.
  • AS- CONF chunk 311 also instructs mobile station 250 to delete the old IP address for mobile station 200, namely IP-A.
  • the reply to the query message 310 is received before the acknowledging of the ASCONF chunk.
  • mobile station 200 receives a reply message 312 next from ANS-B 234, as illustrated with arrow 312.
  • the reply message 312 provides the IP address presently associated with the logical name FQDN- B of mobile station 250.
  • mobile station 200 receives an ASCONF ACK chunk from mobile station 250, as illustrated with arrow 313.
  • ASCONF ACK chunk 313 indicates that mobile station 250 has recorded IP-A' as the current peer address for mobile station 200.
  • the matching TSN values indicate that there are no outstanding DATA chunks to be acknowledged.
  • Fig- ure 3 it has been assumed for simplicity that no SCTP chunks have been bundled in IP packets. However, several chunks may be combined in a single IP packet according to the rules of RFC 2960.
  • Figure 4 is a message sequence chart illus- trating simultaneous transport layer association handover for both association parties in one embodiment of the invention.
  • Authoritative Name Servers ANS-A 232 and ANS-B 234.
  • MS-A Authoritative Name Server
  • MS-B mobile station 250
  • MS-A mobile station 200
  • MS-B mobile station 250
  • the trans- port layer association handover is similar irrespective of the initiator of the association.
  • Mobile station 200 detects a need to establish an SCTP association to mobile station 250.
  • Mobile station 200 sends an enquiry message to ANS-B 234, as illustrated with arrow 401.
  • the enquiry message provides the FQDN for mobile station 250, namely FQDN-B.
  • the response message illustrated with arrow 402 carries the current IP address of mobile station 250, namely IP-B.
  • Mobile station 200 stores the FQDN-B in its memory for further use during in possible handovers.
  • mobile station 200 sends an SCTP INIT chunk to mobile station 250 as il- lustrated with arrow 403.
  • the INIT chunk is carried in an IP packet, which specifies IP-B as the destination address and IP-A, the address of mobile station 200, as the source address.
  • INIT chunk 403 is acknowledged by mobile station 250 to mobile station 200 with INIT ACK chunk, as illustrated with arrow 404.
  • the INIT ACK chunk 404 is acknowledged by mobile station 200 with COOKIE ECHO chunk to mobile station 250, as illustrated with arrow 405.
  • the COOKIE ECHO chunk returns the state cookie provided in the INIT ACK chunk.
  • mobile station 250 Upon receiving the COOKIE ECHO chunk mobile station 250 checks the state cookie. If the state cookie is considered valid in mobile station 250, it acknowledges the state cookie with COOKIE ACK chunk, as illustrated with arrow 406. At this stage the SCTP association initialization process is complete.
  • the SCTP association initialization process is similar to the one described in association with Figure 3.
  • mobile stations 200 and 250 may start exchanging DATA chunks that comprise upper layer protocol information. For example, mobile station 200 sends a DATA chunk with TSN value 1 to mobile station 250, as illustrated with arrow 407.
  • the DATA chunk 407 is acknowledged by mobile station 250 with a SACK chunk, the TSN parameter of which indicates the successful receiving of the DATA chunk numbered 1.
  • the SACK chunk is illustrated with arrow 408.
  • mobile station 200 detects a need to perform a handover to a new cell.
  • Mobile station 200 moves to the area of a new cell wherein it is connected to a new access point and thus needs a new IP address.
  • the new IP address namely IP-A', is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell.
  • DHCP Dynamic Host Configuration Protocol
  • mobile station 250 also detects a need to perform a handover to a new cell.
  • Mobile station 250 moves to the area of a new cell wherein it is connected to a new access point and thus needs a new IP address.
  • the new IP address namely IP-B' is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell.
  • DHCP Dynamic Host Configuration Protocol
  • the times T 2 and T 3 differ only slightly, for example, less than 1 sec. This causes that the handover messaging sequences initiated by both parties are substantially parallel.
  • mobile station 200 After the obtaining of the new IP address, namely address IP-A' , mobile station 200 updates ANS-A 232 to associate IP-A' with the logical name of mobile station 200, as illustrated with arrows 409A and 410A.
  • the similar update process to ANS-B by mobile station 250 is illustrated with arrows 409B and 410B.
  • the same arrow numbers with different letters indicate the substantial simultaneity of the messages.
  • the sending of the messages is not synchronized.
  • the letters A and B indicate whether the message is related to mobile station 200, that is, party A or to mobile station 250, that is, party B.
  • Mobile stations 200 and 250 send a query messages to ANS-A 232 and ANS-B 234, respectively, as illustrated with arrows 411A and 411B.
  • the query message illustrated with arrow 411A provides the FQDN-B to ANS-B 234, whereas query message illustrated with arrow 411B provides the FQDN-A to ANS-A 232.
  • mobile stations 200 and 250 proceed with providing their updated address information to one another.
  • the que- ries to ANS-A 232 and ANS-B 234 are sent to cater for a case where either mobile station has performed a handover recently so that the new address for the mobile station has not yet been indicated to the mobile station.
  • Mobile station 200 provides its updated IP address IP-A' to mobile station 250 in an ASCONF chunk carrying an IP address add request (ADD) for IP-A' , as illustrated with arrow 412A.
  • mobile station 250 provides its updated IP address IP-B' to mobile station 250 in an ASCONF chunk carrying an IP address add request (ADD) for IP-B' , as illustrated with arrow 412B. Due to the fact that both mobile station 200 and 250 have lost the connection to their previous cells and from the cells further to their previous points of attachment bound to their previous IP addresses, the IP packets carrying the ASCONF chunks are not received.
  • mobile stations 200 and 250 may repeat the address update procedures with one another.
  • mobile sta- tion 200 sends an ASCONF chunk carrying an IP address add request (ADD) for IP-A' , as illustrated with arrow 412A.
  • mobile station 250 sends an ASCONF chunk carrying an IP address add request (ADD) for IP- B', as illustrated with arrow 412B.
  • the ASCONF chunks are acknowledged to the peers, as illustrated with arrows 415A and 415B. Thereupon, mobile stations may continue sending a DATA chunks to each other.
  • FIG. 5 is a flow chart illustrating a method for performing handover in one embodiment of the invention.
  • a mobile node enquires a peer node network address from a first name server node using a logical name of the peer node.
  • the mobile node stores the peer node logical name for further use to be prepared for handover situations.
  • the mobile node establishes a transport layer association with the peer node using the network address of the peer node.
  • the peer node is also a mobile node.
  • the first name server node is a Domain Name System (DNS) server.
  • DNS Domain Name System
  • the mobile node performs a hand- over and obtains a new own network address.
  • the network address is, for example, an Internet Protocol (IP) address.
  • IP Internet Protocol
  • the new address is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server via a radio connection established via a new cell.
  • DHCP Dynamic Host Configuration Protocol
  • the mobile node updates its new network address to a second name server node.
  • the update provides the logical name associated with the mobile node together with the new network address.
  • the update is acknowledged by the second name server node.
  • the mobile node sends a query message to the first name server node.
  • the query message carries the peer node logical name.
  • the mobile node without waiting for a response from the first name server node, the mobile node sends its own new network address to the peer node.
  • a timer is set to supervise the receiving of a response from the peer node.
  • the mobile node waits for a re- sponse from either the first name server node or from the peer node. If a response is received from neither node, a timer expiry is detected.
  • step 512 it is checked if a new peer node network address is received from the first name server node. If this is the case, the method continues at step 508 and the timer is stopped. Otherwise, the method continues at step 514.
  • step 514 it is checked if an acknowledgement for the new network address of the mobile node was received from the peer node or if the timer expiry was detected. If the acknowledgement was received, the method continues at step 516. If the timer expiry was detected, the method continues at step 506.
  • Figure 6A is a flow chart illustrating a method for the completion of handover in one embodiment of the invention.
  • a first mobile node starts establishing a transport association with a second mo- bile node.
  • the transport connection is an SCTP association.
  • the second mobile node acknowledges the association establishment .
  • the second mobile node obtains the name of the first mobile node using the address of the first mobile node. If the first mobile node has established the association using an address of the second mobile node, the first mobile node also obtains the name of the second mobile node using the address of the second mobile node. Thus, peer node names are obtained using peer addresses. The step of obtaining peer node names may also be performed during the course of the establishment of the transport association . At step 604, it is checked if the association release is to be performed. If the association must be released, for example, due to a release request from either party, the association is released and the method is finished. If the connection is not to be re- leased, the method continues at step 606.
  • step 606 it is checked by the first or the second mobile node, if there is a handover. If there is no handover, the method continues at step 604. If there is a handover condition, the method con- tinues at step 608.
  • the node performing the handover allocates a radio resource from the target radio net- work and establishes radio communication with a base transceiver station from the target radio network.
  • the node performing the handover obtains a new address from a packet switched network connected to the target radio network.
  • the node performing the handover may be the first or the second network node.
  • the new address is updated to a name service, which is responsible for providing an address for the node using its name.
  • the name service may be the Internet Domain Name System (DNS) .
  • DNS Internet Domain Name System
  • the peer node name may be, for example, a Fully Qualified Domain Name (FQDN) .
  • FQDN Fully Qualified Domain Name
  • the peer node name may also be any logical name or address.
  • the node that performed the handover sends a request for the peer address to the name service.
  • the request specifies the peer node name .
  • the new address is sent to the peer node from the node that performed the handover.
  • a timer for a response from either the name service or the peer node is started.
  • Figure 6B is a flow chart illustrating the continuation of the method for the completion of handover in one embodiment of the invention.
  • the node that sent the request for the peer address to the name service and the new address to the peer node waits for a response from either the name service or the peer node.
  • the method continues at step 618 as a response is detected.
  • the type of the response detected is checked. If a reply was received from the peer node, the method continues at step 604. If a reply was received from the name service and the reply comprises a new address for the peer node, the method continues at step 612. If a reply is received from the name service and the reply still provides the old address for the peer node, the method continues at step 612. If the timer for the response expires, the method continues at step 612.
  • the purpose of the repeated requests at step 612 is to obtain the new address for the peer node in case also the peer node has performed a handover and changed its address.
  • the request for obtaining the peer address with the peer node name is sent only after the updating of the new address of the node that performed the handover to the peer node fails due to the lack of an acknowledgement from the peer node.
  • the indication of the new address for the node that performed the handover is first attempted to the current address of the peer node. Only upon failure to receive a response from the old address, a new address for the peer node is enquired from the name service. Even after this, the informing of the new address for the node that performed the handover at steps 606 and 608, may still be attempted to the current address of the peer node while a response is waited for from the name service.
  • FIG. 7 is a block diagram illustrating an electronic device in one embodiment of the invention.
  • the electronic device may be a mobile node such as mobile stations 200 and 250 illustrated in Figures 2, 3 and 4.
  • Electronic device 700 comprises a processor 710 and a secondary memory 720.
  • the secondary memory may be, for example, a hard disk or a flash memory or an optic disk.
  • Electronic device 700 comprises also a primary memory 730.
  • primary memory 730 comprises an upper layer entity 736, a transport entity 734 and a network entity 732.
  • Network entity 732 may be, for example, a network layer entity.
  • Electronic device also comprises a network interface unit 740, a display unit 750 and a user interface unit 760.
  • the user interface unit may comprise, for example, a keypad, a keyboard and a pointer device.
  • Upper layer entity 736 is, for example, a hypertext browser with a Hypertext Transfer Protocol (HTTP) parsing functionality, which uses transport entity 734 to exchange data with a remote node.
  • HTTP Hypertext Transfer Protocol
  • Transport entity 734 is configured to comprise transport connection migration functions in order to perform a handover together with a peer transport entity. Transport entity 734 is also configured to control at least one transport process.
  • a transport process comprises transport protocol state information and variables for a transport connection such as sequence numbers for packets sent and acknowledgements received.
  • Network layer entity 732 comprises the network layer functions, for example, the Internet Protocol functions.
  • Network interface 740 may be, for example, a Local Area Network interface, a Wireless Local Area Network (WLAN) interface, a radio interface for a mobile network or a Wide Area Network interface such as optic fiber.
  • WLAN Wireless Local Area Network
  • transport entity 734 and network entity 732 are comprised in the operating system of network node 700.
  • the entities within electronic device 700 in Figure 7, such as upper layer entity 736, transport entity 734 and network layer entity 732 may be implemented in a variety of ways. They may be implemented as processes executed under the native operating system of the network node. The entities may be implemented as separate processes or threads or so that a number of different entities are implemented by means of one process or thread. A process or a thread may be the instance of a program block comprising a number of routines, that is, for example, procedures and functions. The entities may be implemented as separate computer programs or as a single computer program comprising several routines or functions implementing the entities.
  • the program blocks are stored on at least one computer readable medium such as, for example, a memory circuit, memory card, magnetic or optic disk. Some entities may be implemented as program modules linked to another entity.
  • the entities in Figure 6 may also be stored in separate memories and executed by separate processors, which communicate, for example, via a message bus or an internal network within the network node.
  • a message bus is the Peripheral Component Interconnect (PCI) bus.
  • PCI Peripheral Component Interconnect
  • the exemplary embodiments of the invention can be included within any suitable device, for example, including any suitable servers, workstations, PCs, laptop computers, PDAs, Internet appliances, handheld devices, cellular telephones, wireless devices, other devices, and the like, capable of per- forming the processes of the exemplary embodiments, and which can communicate via one or more interface mechanisms, including, for example, Internet access, telecommunications in any suitable form (e.g., voice, modem, and the like) , wireless communications media, one or more wireless communications networks, cellular communications networks, G3 communications networks, Public Switched Telephone Network (PSTNs) , Packet Data Networks (PDNs), the Internet, intranets, a combination thereof, and the like.
  • PSTNs Public Switched Telephone Network
  • PDNs Packet Data Networks
  • the exemplary embodiments are for exemplary purposes, as many variations of the specific hardware used to implement the exemplary embodiments are possible, as will be appreciated by those skilled in the hardware art(s) .
  • the functionality of one or more of the components of the exemplary embodiments can be imple- mented via one or more hardware devices.
  • the exemplary embodiments can store information relating to various processes described herein. This information can be stored in one or more memories, such as a hard disk, optical disk, magneto- optical disk, RAM, and the like.
  • One or more databases can store the information used to implement the exemplary embodiments of the present inventions.
  • the databases can be organized using data structures (e.g., records, tables, arrays, fields, graphs, trees, lists, and the like) included in one or more memories or storage devices listed herein.
  • the processes described with respect to the exemplary embodiments can include appropriate data structures for storing data collected and/or generated by the processes of the de- vices and subsystems of the exemplary embodiments in one or more databases.
  • All or a portion of the exemplary embodiments can be implemented by the preparation of application-specific integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be appreciated by those skilled in the electrical art(s).
  • the components of the exemplary embodiments can include computer readable medium or memories according to the teachings of the present inventions and for holding data structures, tables, records, and/or other data described herein.
  • Computer readable medium can include any suitable medium that participates in providing instructions to a processor for execution. Such a medium can take many forms, including but not limited to, non-volatile media, volatile media, transmission media, and the like.
  • Non- volatile media can include, for example, optical or magnetic disks, magneto-optical disks, and the like.
  • Volatile media can include dynamic memories, and the like.
  • Transmission media can include coaxial cables, copper wire, fiber optics, and the like.
  • Transmission media also can take the form of acoustic, optical, electromagnetic waves, and the like, such as those generated during radio frequency (RF) communications, infrared (IR) data communications, and the like.
  • Com- mon forms of computer-readable media can include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, any other suitable magnetic medium, a CD-ROM, CDRW, DVD, any other suitable optical medium, punch cards, paper tape, optical mark sheets, any other suitable physical medium with patterns of holes or other optically recognizable indicia, a RAM, a PROM, an EPROM, a FLASH-EPROM, any other suitable memory chip or cartridge, a carrier wave or any other suitable medium from which a computer can read. While the present inventions have been described in connection with a number of exemplary embodiments, and implementations, the present inventions are not so limited, but rather cover various modifications, and equivalent arrangements, which fall within the purview of prospective claims.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention relates to a method wherein a transport layer association is established. Thereafter, a handover condition is detected in the first mobile node, which obtains a second address. The second address is updated to a first name server node. A query message is sent to a second name server node for an address of the second mobile node. The second address is indicated to the second mobile node. The first mobile node waits for a response from the second name server node or the second mobile node. Upon receiving a new address for the second mobile node from the second name server node, the first mobile node repeats the indication of the second address of the first mobile node to the second mobile node using the new address as a destination address for the second mobile node.

Description

TITLE OF THE INVENTION
METHOD FOR PERFORMING HANDOVERS IN A COMMUNICATION SYSTEM
BACKGROUND OF THE INVENTION
Field of the invention:
The invention relates to mobile communication networks and mobile terminal. Particularly, the invention relates to a method for the performing of hand- overs in a communication system.
Description of the Related Art:
Currently mobility is provided for nodes employing Internet Protocol (IP) connectivity on proto- col layers below the network layer. This means that the mobility is hidden from the network layer, that is, the IP layer, and that the node IP address remains the same throughout a continuous communication session. The maintaining of the connection and the relay- ing of data to the current location of the node is left for dedicated mobile networks such as the General Packet Radio Service (GPRS) core network. However, it would be beneficial to be able to rely on IP routing in the relaying of packet data to the current location of the node, which provides a number of benefits, for example, reduced investments in network equipment and simplified system maintenance. The support for mobility in the network layer requires the changing of IP address when the network access point is changed. This introduces the problem of maintaining an ongoing communications session with a peer node, which is not aware of the changes in the IP address.
One method of dealing with this problem is provided by Mobile IP, which is defined by Internet Engineering Task Force (IETF) . In Mobile IP a mobile node is accessed via a home agent, which provides a permanent address for the mobile node. Before a route optimization procedure is performed, at least all terminating packets are routed via the home agent. The mobile node obtains a care-of address from its current network and registers the care-of address to the home agent. The home agent routes the packets to the care- of address using IP tunneling. The problem with mobile IP is that it introduces a significant delay to the packet stream. Further problems are related to fire- walls and network security, which in effect mandate that outgoing packets should also be tunneled to the home agent before they may be routed independently. Due to these reasons, mobile IP is considered not to provide an ultimate solution for terminal portability. There also exists the possibility to deal with the problem on the transport layer, for example, on the Transmission Control Protocol (TCP) layer by splitting a transport layer connection to two parts and to have a transport layer proxy. Another transport layer pro- tocol is the Stream Control Transmission Protocol (SCTP), the benefit of which is the support for multi- homing, namely, the support of multiple concurrent IP addresses for a communication party relating to a single transport layer association. In the case of fail- ure to communicate with one of the IP address, a second address may be attempted.
Reference is now made to Figure IA, which is a block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) packet in prior art. The SCTP is described in detail in Internet Engineering Task Force (IETF) document RFC 2960. SCTP performs tasks of a transport layer in the Open System Interconnection (OSI) model of data communications. In Figure IA there is show an SCTP packet, which com- prises a common header 100 and a number of chunks. The chunks are distinct SCTP protocol messages. There may be N different chunks in a given packet, where the letter N stands for an arbitrary integer. The number of chunks within a given packet is only limited by the Maximum Transmission Unit (MTU) size on the IP layer. The SCTP specification also governs the allowed combi- nations of SCTP chunks in a single packet. For example, an initiation chunk INIT may not be bundled together with other chunks to an IP packet. In Figure IA there are shown two chunks, namely a chunk 110 and a chunk 120. The possible intervening chunks are not shown. The common header shared by all chunks in a packet consists of a source port number 101, a destination port number 102, a verification tag 103 and a checksum 104. The source and destination addresses are carried in the IP layer packet header. Verification tag 103 is used to associate an SCTP chunk with a given SCTP association. Verification tag 103 must remain the same during the SCTP association as soon as received in an INIT or INIT ACK chunk for the peer. Associated with chunk 110 there are shown the chunk specific fields that are present in every chunk. There is a chunk type field 111, which identifies the SCTP message, that is, the chunk. There are also chunk flags 112, a chunk length 113, and a chunk value 114. Chunk value 114 comprises the chunk type specific fields.
Reference is now made to Figure IB, which is a block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) DATA chunk in prior art. The DATA chunk is used to carry upper layer protocol data to the peer. It is illustrated as an example of the structure in an SCTP protocol message, that is, a chunk. The DATA chunk comprises a chunk type 131, chunk flags 132, a chunk length 133, a Transmission Sequence Number (TSN) 134, a stream iden- tifier 135, a stream sequence number 136, a payload protocol identifier 137 and user data 138. In the case of the DATA chunk the chunk type has the value 0. Chunk flags 132 comprise a flag indicating an unordered DATA chunk and chunk fragment end and beginning flags. The end and beginning flags are used in the adaptation to the IP layer MTU size if the DATA chunk does not fit to a single IP packet. The transmission sequence number indicates number for the DATA chunk and it is used in the detection of duplicate or missing DATA chunks. It should be noted that SCTP supports selective acknowledging with a SACK chunk, which al- lows a certain number of gaps in the TSNs received and thus avoids the need for the resending of all pending DATA chunks in the case of isolated lost DATA chunks. Due to the fact that SCTP supports multiple parallel streams, stream identifier 135 is used to identify the stream to which the DATA chunk is associated. Stream sequence number 136 represents the stream sequence number for the following user data within the stream specified with stream identifier 135. Payload protocol identifier 137 is used to identify the upper layer protocol, the message of which is carried in user data 138. An extension of SCTP supports the adding and removing of peer IP addresses during an existing SCTP association with Address Configuration Change (ASCONF) chunks . However, a problem associated with prior art transport protocols is that they do not provide support for cases where both transport layer connection or association parties are mobile nodes. It should be noted that the problem is not specific to TCP or SCTP, but similar problems are present in any transport layer protocols.
SUMN[ARY OF THE INVENTION:
The invention relates to a method comprising: establishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said establishing of said transport layer association; detecting a handover condition in said first mobile node; obtaining a second address for the use of said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node in said first mobile node; upon receiving a new address for said second mobile node from said sec- ond name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said indication using said new address as a destination address for said second mobile node. The invention relates also to an electronic de- vice comprising: a transport entity configured to establish a transport layer association between said electronic device and a second mobile node, said electronic device using a first address in said establishing of said transport layer association, to receive a second address for the use of said electronic device, to indicate said second address of said electronic device to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from said sec- ond name server node, to repeat said indication of said second address of said electronic device to said second mobile node, said indication using said new address as a destination address for said second mobile node; a network entity configured to update said sec- ond address for said electronic device to a first name server node; and a network interface configured to detect a handover condition. The invention relates also to an electronic device comprising: means for establishing a transport layer association between said electronic device and a second network node, said electronic device using a first address in said establishing of said transport layer association; means for detecting a handover condition; means for obtaining a second address for the use of said electronic device; means for updating said second address of said electronic device to a first name server node; means for indicating said second address of said electronic device to said second mobile node; means for waiting for a response from said second mobile node in said electronic device; and means for repeating said indication of said second address of said electronic device to said second mobile node upon receiving a new address for said second mobile node from said second name server node, said repetition of said indication using said new address as a destination address for said second mobile node. The invention relates also to a communication system comprising: a mobile node configured to establish a transport layer association to a second mobile node, said mobile node using a first address in said establishing of said transport layer association, to detect a handover condition, to obtain a second address, to update said second address of said mobile node to a first name server node, to indicate said second address to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from a second name server node, to repeat the indication of said second address of said mobile node to said second mobile node, said repeated indication using said new address as a destination address for said second mobile node; said second mobile node configured to establish a transport layer association with said mobile node and to receive an indication of said second address of said mobile node; and said first name server node configured to update of said second address for said mobile node. The invention relates also to a computer program comprising code adapted to perform the following steps when executed on a data-processing system: es- tablishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said establishing of said transport layer association; obtaining a sec- ond address for said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node; upon receiving a new address for said second mobile node from said second name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said repetition of said indication using said new address as a destina- tion address for said second mobile node.
In one embodiment of the invention, the transport entity within the electronic device is configured to send a query message for an address of said second mobile node to a second name server node. The transport entity may be configured to send the query message for the address of said second mobile node in the case of failure to receive a reply from the second mobile node.
In one embodiment of the invention, the transport entity within the electronic device is configured to wait for a response from said second name server node. The transport entity is configured to wait for response from the second name server node or the second mobile node for a predefined time. Upon re- ceiving a response comprising a new address for the second mobile node from said second name server node, the transport entity within the first mobile node is configured to repeatedly indicate said second address of said first mobile node to said second mobile node using said new address for said second mobile node.
In one embodiment of the invention, a transport entity within the second mobile node is config- ured to receive the second address of the first mobile node. The transport entities within the first mobile node and the second mobile node are configured to recovering the transport layer association between the first mobile node and the second mobile node based on the second address of the first mobile node.
In one embodiment of the invention, the transport entity within the electronic device is configured to send an initial query message for an ad- dress of said second mobile node to said second name server node from said electronic device, to receive an initial address of said second mobile node to said electronic device and to store a logical name for said second mobile node in said electronic device. The transport entity may be, for example, a software component comprising program code stored in the random access memory of the electronic device.
In one embodiment of the invention, the transport entity within the electronic device is con- figured to start a timer for the receiving of said new address for said second mobile node from said second name server node or for the receiving of an acknowledgement for the indication of said second address of said electronic device from said second mobile node; and, upon expiry of said timer, configured to repeat said sending of a query message for an address of said second mobile node to a second name server node and said indication of said second address of said electronic device to said second mobile node. The trans- port entity may be, for example, a software component comprising program code stored in the random access memory of the electronic device.
In one embodiment of the invention, the repeating of the indication step, that is, the repeating of the indication of said second address of said first mobile node to said second mobile node comprises the sending of an indication message anew to the second mobile node.
In one embodiment of the invention, a communication entity within the first name server node is configured to receive an address update message in said first name server node. A dispatcher entity in said first name server node is configured to extract a logical name from said address update message, to check whether said logical name is associated with a mobile node and to assign a higher priority to the updating of said address if said logical name is associated with a mobile node.
In one embodiment of the invention, a communication entity within the first name server node is configured receive a query message, the query message providing a logical name. For example, a fully qualified domain name. The communication entity is configured to check whether the logical name is associated with a mobile node. The communication entity is also configured to assign a higher priority to the processing of the query message if the logical name is associated with a mobile node.
In one embodiment of the invention, the electronic device comprises the second mobile node. In one embodiment of the invention, said first name server node comprises a domain name server. A number of domain name servers may participate in the resolving of a logical name to an IP address. The logical name may be a fully qualified domain name. In one embodiment of the invention, said second name server node comprises a domain name server.
In one embodiment of the invention, the first and the second addresses and the new address for the second mobile node are IP addresses. In one embodiment of the invention, said first name server comprises at least part of a distributed hash table for the mapping of logical names to network node addresses such as IP address. The distributed hash table may be stored in a number of network nodes .
In one embodiment of the invention, said transport layer association comprises a Stream Control Transmission Protocol (SCTP) association. In one embodiment of the invention, the association comprises a connection .
In one embodiment of the invention, said transport layer association comprises a Transmission Control Protocol (TCP) connection.
In one embodiment of the invention, said first mobile node comprises a mobile station within a mobile communication system. In one embodiment of the invention, said first mobile node comprises a wireless local area network terminal .
In one embodiment of the invention, the communication system comprises a packet switched network, for example, an Internet Protocol (IP) network. A network address may be an IP address.
In one embodiment of the invention, said communication system comprises a mobile communication network. In one embodiment of the invention, said ter- minal comprises a mobile station or generally a mobile terminal. In one embodiment of the invention, the communication system comprises at least one of a Global System of Mobile Communications (GSM) network and a Universal Mobile Telephone System (UMTS) network. The terminal may be, for example, a GSM mobile station or a UMTS mobile station with a dual mode or multimode functionality to support different access types.
In one embodiment of the invention, the computer program is stored on a computer readable medium. The computer readable medium may be a removable memory card, magnetic disk, optical disk or magnetic tape. In one embodiment of the invention, a transport layer association is established between a first mobile node and a second mobile node. Thereafter, a handover condition is detected in the first mobile node, which obtains a second address. The second address is updated to a first name server node. A query message is sent to a second name server node for an address of the second mobile node. The second address is indicated to the second mobile node. The first mo- bile node waits for a response from the second name server node or the second mobile node. Upon receiving a new address for the second mobile node from the second name server node, the first mobile node repeats the indication of the second address of the first mo- bile node to the second mobile node using the new address as a destination address for the second mobile node .
The embodiments of the invention described hereinbefore may be used in any combination with each other. Several of the embodiments may be combined together to form a further embodiment of the invention. A method, a communication system, a network node or a computer program to which the invention is related may comprise at least one of the embodiments of the inven- tion described hereinbefore.
The benefits of the invention are related to improved reliability of connections in a communication system. A double handover where both the first and the second mobile nodes perform a handover and obtain new network addresses may be handled in an organized way.
BRIEF DESCRIPTION OF THE DRAWINGS:
The accompanying drawings, which are included to provide a further understanding of the invention and constitute a part of this specification, illustrate embodiments of the invention and together with the description help to explain the principles of the invention. In the drawings:
Fig. IA is block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) packet in prior art;
Fig. IB is block diagram illustrating the structure of a Stream Control Transmission Protocol (SCTP) data chunk in prior art;
Fig. 2 is a block diagram illustrating two mobile nodes performing a simultaneous handover in one embodiment of the invention;
Fig. 3 is a message sequence chart illustrating transport connection handover in one embodiment of the invention; Fig. 4 is a message sequence chart illustrating simultaneous transport layer association handover for both association parties in one embodiment of the invention;
Fig. 5 is a flow chart illustrating a method for performing handover in one embodiment of the invention;
Fig. 6A is a flow chart illustrating a method for the completion of handover in one embodiment of the invention; Fig. 6B is a flow chart illustrating the continuation of the method for the completion of handover in one embodiment of the invention; and
Fig. 7 is a block diagram illustrating a mobile node in one embodiment of the invention.
DETAILED DESCRIPTION OF THE EMBODIMENTS:
Reference will now be made in detail to the embodiments of the present invention, examples of which are illustrated in the accompanying drawings. Figure 2 is a block diagram illustrating two mobile nodes that perform a simultaneous handover in one embodiment of the invention. Figure 2 illustrates a brief moment in time during which the simultaneous handovers are performed. In Figure 2 there are illustrated four radio cells, namely cells 210, 220, 260 and 270. Each cell is provided by a Base Transceiver Station such as BTS 212. In Figure 2 it is assumed that cells 210 and 220 are used by a mobile station 200, whereas cells 260 and 270 are used by a mobile station 250. It should be noted that in any practical embodiment of the invention there may be any number of cells used by an arbitrary number of mobile stations. Further, outside the time window illustrated in Figure 2 mobile stations 200 and 250 may use any other cell. There is also shown an IP network 230. IP network 230 comprises at least two domain name servers, namely, Authoritative Name Servers (ANS) 234 and 232. ANS 232 and 234 store information on the current IP addresses of mobile stations 200 and 250, respectively. The IP address of a given mobile station may be obtained by enquiring the ANS for the mobile station with a logi- cal name, for example, a Fully Qualified Domain Name (FQDN) . The enquiry from mobile station 200 for obtaining the current IP address of mobile station 250 is illustrated with double-headed arrow 244. Similarly, the enquiry from mobile station 250 for obtain- ing the current IP address of mobile station 200 is illustrated with double-headed arrow 242. The transport layer association formed between mobile stations 200 and 250 is illustrated with double-headed arrow 240. The handovers of mobile stations 200 and 250 from their original cells 210 and 260 to their new cells 220 and 270 are illustrated with arrows 201 and 251, respectively. Whenever a mobile station performs a handover and obtains a new IP address, the mobile station must update the new IP address to its ANS. There- upon, the mobile station starts the enquiry of the peer ANS to ensure correct operation even in the case the peer performs a handover simultaneously. The mo- bile station initiates simultaneously an address update to the peer wherein the mobile station indicates the new IP address to the peer. A successful address update indicates that the peer is not in the process of performing a handover that would have changed the IP address prior to the receiving of the address update.
Figure 3 is a message sequence chart illustrating transport connection handover in one embodi- ment of the invention. In Figure 3 there are illustrated Authoritative Name Servers ANS-A 232 and ANS-B 234. There are also two mobile stations, namely, mobile station 200 and mobile station 250. Mobile station 200 is the initiating party for the establishing of an SCTP association between mobile stations 200 and 250, hence it is also indicated as MS-A, whereas mobile station 250 is also indicated as MS-B.
At time Ti mobile station 200 detects a need to establish an SCTP association to mobile station 250. The need may be related to the establishing of, for example, a Session Initiation Protocol (SIP) session with mobile station 250. Mobile station 200 sends an enquiry message to ANS-B 234, as illustrated with arrow 301. The enquiry message provides the FQDN for mobile station 250, namely FQDN-B. The response message illustrated with arrow 302 carries the current IP address of mobile station 250, namely IP-B. Mobile station 200 stores the FQDN-B in its memory for further use during possible handover processing. In one embodiment of the invention, the authoritative name server enquiries or updates relating to mobile node logical names are given higher priority in name server nodes. Thus, they are put to a higher priority processing queue and the rest of the enquir- ies a processed from a lower priority queue. In one embodiment of the invention, the mobile node logical names have a distinguishing feature that enables them to be separate from other logical name. For example, a mobile node logical FQDNs may have a postfix or a prefix, which separates them from other FQDNs. A postfix may comprise at least one name element separated by a full stop "." character.
Thereupon, mobile station 200 sends an SCTP INIT chunk to mobile station 250 as illustrated with arrow 303. The INIT chunk is carried in an IP packet, which specifies IP-B as the destination address and IP-A, the address of mobile station 200, as the source address. An INIT chunk may also specify a number of other IP addresses via which mobile station 200 is also reachable should there be other such IP addresses. Herein it is assumed that IP-A is the only address for mobile station 200. An INIT chunk also carries the number of outbound and inbound streams associated with the SCTP association, advertised receiver window credit, an initial TSN and an initiate tag. The initiate tag is used as the verification tag in all chunks sent by mobile station 250 during the SCTP association. INIT chunk 303 is acknowledged by mobile station 250 to mobile station 200 with INIT ACK chunk, as illustrated with arrow 304. The INIT ACK chunk may specify a number of other IP addresses via which mobile station 250 is reachable. Herein it is assumed that IP-B is the only address for mobile station 250. An INIT ACK chunk also carries the number of outbound and inbound streams agreed to by mobile station 250, advertised receiver window credit, an ini- tial TSN and an initiate tag. The initiate tag will be used as the verification tag in all chunks sent by mobile station 200 during the SCTP association. An INIT ACK also contains a state cookie that comprises all necessary association state and parameter information to create the association along with a Message Authentication Code (MAC) . The state cookie is used by mobile station 250 to be protected against denial of service attacks in the form of SCTP association initiations without a state keeping initiator. The INIT ACK chunk 304 is acknowledged by mobile station 200 with COOKIE ECHO chunk to mobile station 250, as il- lustrated with arrow 305. The COOKIE ECHO chunk returns the state cookie provided in the INIT ACK chunk. Upon receiving the COOKIE ECHO chunk mobile station 250 checks the state cookie by taking all necessary association state and parameter information and by re- peatedly computing the MAC. If the association state and parameter information plus the MAC match the ones sent in the state cookie within INIT ACK, the cookie is considered valid in mobile station 250, which acknowledges the state cookie with COOKIE ACK chunk, as illustrated with arrow 306. At this stage the SCTP association initialization process is complete. Thereafter, mobile stations 200 and 250 may start exchanging DATA chunks that comprise upper layer protocol information. For example, mobile station 200 sends a DATA chunk with TSN value 1 to mobile station 250, as illustrated with arrow 307. The DATA chunk 307 is acknowledged by mobile station 250 with a SACK chunk, the TSN parameter of which indicates the successful receiving of the DATA chunk numbered 1. The SACK chunk is illustrated with arrow 308.
At time T2 mobile station 200 detects a need to perform a handover to a new cell. This is due to, for example, better radio connection quality in the new cell or an explicit handover request from a radio network node, which in turns may relate to capacity shortage in the original cell. Mobile station 200 moves to the area of a new cell wherein it is connected to a new access point and thus need a new IP address. The new IP address is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell. After the obtaining of the new IP address, namely address IP-A', mobile station 200 updates ANS-A 232 to associate IP-A' with the logical name of mobile station 200. This updating is illustrated with double-headed arrow 309. Thereupon, mobile station 200 sends a query message to ANS-B 234 which provides the FQDN-B, as illustrated with arrow 310. The query is sent to cater for a case where mobile station 250 has performed a handover recently so that the new address for mobile station 250 has not yet been indicated to mobile station 100. Substantially simultaneously with the sending of query message 310, mobile station 200 sends also an ASCONF chunk to mobile station 250, as illustrated with arrow 311. The ASCONF chunk comprises a parameter, which indicates that mobile station 250 should add the new IP address of mobile station 200, namely IP-A' , as the new peer IP address for the SCTP association. In one embodiment of the invention, AS- CONF chunk 311 also instructs mobile station 250 to delete the old IP address for mobile station 200, namely IP-A. In Figure 3 it is assumed that the reply to the query message 310 is received before the acknowledging of the ASCONF chunk. However, if the acknowledgement of the ASCONF chunk is received before the reply to the query message, the mobile station 200 will not wait for the reply to the query message and assume that mobile station 250 has recorded IP-A' as the current peer address of mobile station 200 and continues by sending a DATA chunk with the TSN=2 to mobile station 250, as illustrated with arrow 314.
Thus, mobile station 200 receives a reply message 312 next from ANS-B 234, as illustrated with arrow 312. The reply message 312 provides the IP address presently associated with the logical name FQDN- B of mobile station 250. Thereupon, mobile station 200 receives an ASCONF ACK chunk from mobile station 250, as illustrated with arrow 313. ASCONF ACK chunk 313 indicates that mobile station 250 has recorded IP-A' as the current peer address for mobile station 200. Thereupon, mobile station 200 continues by sending a DATA chunk with the TSN=2 to mobile station 250, as illustrated with arrow 314. The DATA chunk is acknowledged by mobile station 250 with a SACK chunk with TNS=2 to mobile station 200, as illustrated with arrow 315. The matching TSN values indicate that there are no outstanding DATA chunks to be acknowledged. In Fig- ure 3 it has been assumed for simplicity that no SCTP chunks have been bundled in IP packets. However, several chunks may be combined in a single IP packet according to the rules of RFC 2960.
Figure 4 is a message sequence chart illus- trating simultaneous transport layer association handover for both association parties in one embodiment of the invention. In Figure 4 there are illustrated Authoritative Name Servers (ANS) ANS-A 232 and ANS-B 234. There are also two mobile stations, namely, mo- bile station 200 and mobile station 250. Mobile station 200 is the initiating party for the establishing of an SCTP association between mobile stations 200 and 250, hence it is also indicated as MS-A, whereas mobile station 250 is also indicated as MS-B. The trans- port layer association handover is similar irrespective of the initiator of the association.
At time Ti mobile station 200 detects a need to establish an SCTP association to mobile station 250. Mobile station 200 sends an enquiry message to ANS-B 234, as illustrated with arrow 401. The enquiry message provides the FQDN for mobile station 250, namely FQDN-B. The response message illustrated with arrow 402 carries the current IP address of mobile station 250, namely IP-B. Mobile station 200 stores the FQDN-B in its memory for further use during in possible handovers. Thereupon, mobile station 200 sends an SCTP INIT chunk to mobile station 250 as il- lustrated with arrow 403. The INIT chunk is carried in an IP packet, which specifies IP-B as the destination address and IP-A, the address of mobile station 200, as the source address. INIT chunk 403 is acknowledged by mobile station 250 to mobile station 200 with INIT ACK chunk, as illustrated with arrow 404. The INIT ACK chunk 404 is acknowledged by mobile station 200 with COOKIE ECHO chunk to mobile station 250, as illustrated with arrow 405. The COOKIE ECHO chunk returns the state cookie provided in the INIT ACK chunk. Upon receiving the COOKIE ECHO chunk mobile station 250 checks the state cookie. If the state cookie is considered valid in mobile station 250, it acknowledges the state cookie with COOKIE ACK chunk, as illustrated with arrow 406. At this stage the SCTP association initialization process is complete. The SCTP association initialization process is similar to the one described in association with Figure 3.
Thereafter, mobile stations 200 and 250 may start exchanging DATA chunks that comprise upper layer protocol information. For example, mobile station 200 sends a DATA chunk with TSN value 1 to mobile station 250, as illustrated with arrow 407. The DATA chunk 407 is acknowledged by mobile station 250 with a SACK chunk, the TSN parameter of which indicates the successful receiving of the DATA chunk numbered 1. The SACK chunk is illustrated with arrow 408.
At time T2 mobile station 200 detects a need to perform a handover to a new cell. Mobile station 200 moves to the area of a new cell wherein it is connected to a new access point and thus needs a new IP address. The new IP address, namely IP-A', is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell. Similarly, at time T3 mobile station 250 also detects a need to perform a handover to a new cell. Mobile station 250 moves to the area of a new cell wherein it is connected to a new access point and thus needs a new IP address. The new IP address, namely IP-B' is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server (not shown) accessed via the new cell. The times T2 and T3 differ only slightly, for example, less than 1 sec. This causes that the handover messaging sequences initiated by both parties are substantially parallel.
After the obtaining of the new IP address, namely address IP-A' , mobile station 200 updates ANS-A 232 to associate IP-A' with the logical name of mobile station 200, as illustrated with arrows 409A and 410A. The similar update process to ANS-B by mobile station 250 is illustrated with arrows 409B and 410B. The same arrow numbers with different letters indicate the substantial simultaneity of the messages. The sending of the messages is not synchronized. The letters A and B indicate whether the message is related to mobile station 200, that is, party A or to mobile station 250, that is, party B.
Mobile stations 200 and 250 send a query messages to ANS-A 232 and ANS-B 234, respectively, as illustrated with arrows 411A and 411B. The query message illustrated with arrow 411A provides the FQDN-B to ANS-B 234, whereas query message illustrated with arrow 411B provides the FQDN-A to ANS-A 232. Without waiting for a reply from ANS-A 232 or ANS-B 234, mobile stations 200 and 250 proceed with providing their updated address information to one another. The que- ries to ANS-A 232 and ANS-B 234 are sent to cater for a case where either mobile station has performed a handover recently so that the new address for the mobile station has not yet been indicated to the mobile station. Mobile station 200 provides its updated IP address IP-A' to mobile station 250 in an ASCONF chunk carrying an IP address add request (ADD) for IP-A' , as illustrated with arrow 412A. Similarly, mobile station 250 provides its updated IP address IP-B' to mobile station 250 in an ASCONF chunk carrying an IP address add request (ADD) for IP-B' , as illustrated with arrow 412B. Due to the fact that both mobile station 200 and 250 have lost the connection to their previous cells and from the cells further to their previous points of attachment bound to their previous IP addresses, the IP packets carrying the ASCONF chunks are not received. However, upon receiving response messages from their peer respective authoritative name servers 232 and 234 carrying the new peer IP addresses IP-A' and IP-B', as illustrated with arrows 413B and 413A, mobile stations 200 and 250 may repeat the address update procedures with one another. Hence, mobile sta- tion 200 sends an ASCONF chunk carrying an IP address add request (ADD) for IP-A' , as illustrated with arrow 412A. Similarly, mobile station 250 sends an ASCONF chunk carrying an IP address add request (ADD) for IP- B', as illustrated with arrow 412B. The ASCONF chunks are acknowledged to the peers, as illustrated with arrows 415A and 415B. Thereupon, mobile stations may continue sending a DATA chunks to each other.
In Figure 4 it has been assumed for simplicity that no SCTP chunks have been bundled in IP pack- ets. However, several chunks may be combined in a single IP packet according to the rules of RFC 2960.
Figure 5 is a flow chart illustrating a method for performing handover in one embodiment of the invention. At step 500, a mobile node enquires a peer node network address from a first name server node using a logical name of the peer node. The mobile node stores the peer node logical name for further use to be prepared for handover situations. Thereupon, the mobile node establishes a transport layer association with the peer node using the network address of the peer node. In one embodiment of the invention, the peer node is also a mobile node. In one embodiment of the invention, the first name server node is a Domain Name System (DNS) server.
At step 502, the mobile node performs a hand- over and obtains a new own network address. The network address is, for example, an Internet Protocol (IP) address. The new address is obtained, for example, from a Dynamic Host Configuration Protocol (DHCP) server via a radio connection established via a new cell.
At step 504, the mobile node updates its new network address to a second name server node. The update provides the logical name associated with the mobile node together with the new network address. The update is acknowledged by the second name server node.
At step 506, the mobile node sends a query message to the first name server node. The query message carries the peer node logical name.
At step 508, without waiting for a response from the first name server node, the mobile node sends its own new network address to the peer node. A timer is set to supervise the receiving of a response from the peer node.
At step 510, the mobile node waits for a re- sponse from either the first name server node or from the peer node. If a response is received from neither node, a timer expiry is detected.
At step 512, it is checked if a new peer node network address is received from the first name server node. If this is the case, the method continues at step 508 and the timer is stopped. Otherwise, the method continues at step 514.
At step 514, it is checked if an acknowledgement for the new network address of the mobile node was received from the peer node or if the timer expiry was detected. If the acknowledgement was received, the method continues at step 516. If the timer expiry was detected, the method continues at step 506.
At step 516, the communication continues between the mobile node and the peer node. Figure 6A is a flow chart illustrating a method for the completion of handover in one embodiment of the invention.
At step 600, a first mobile node starts establishing a transport association with a second mo- bile node. In one embodiment of the invention, the transport connection is an SCTP association. The second mobile node acknowledges the association establishment .
At step 602, the second mobile node obtains the name of the first mobile node using the address of the first mobile node. If the first mobile node has established the association using an address of the second mobile node, the first mobile node also obtains the name of the second mobile node using the address of the second mobile node. Thus, peer node names are obtained using peer addresses. The step of obtaining peer node names may also be performed during the course of the establishment of the transport association . At step 604, it is checked if the association release is to be performed. If the association must be released, for example, due to a release request from either party, the association is released and the method is finished. If the connection is not to be re- leased, the method continues at step 606.
At step 606, it is checked by the first or the second mobile node, if there is a handover. If there is no handover, the method continues at step 604. If there is a handover condition, the method con- tinues at step 608.
At step 608, the node performing the handover allocates a radio resource from the target radio net- work and establishes radio communication with a base transceiver station from the target radio network. The node performing the handover obtains a new address from a packet switched network connected to the target radio network. The node performing the handover may be the first or the second network node.
At step 610, the new address is updated to a name service, which is responsible for providing an address for the node using its name. The name service may be the Internet Domain Name System (DNS) . Thus, the peer node name may be, for example, a Fully Qualified Domain Name (FQDN) . The peer node name may also be any logical name or address.
At step 612, the node that performed the handover sends a request for the peer address to the name service. The request specifies the peer node name .
At step 614, the new address is sent to the peer node from the node that performed the handover. A timer for a response from either the name service or the peer node is started.
Figure 6B is a flow chart illustrating the continuation of the method for the completion of handover in one embodiment of the invention. At step 616, the node that sent the request for the peer address to the name service and the new address to the peer node waits for a response from either the name service or the peer node. The method continues at step 618 as a response is detected. At step 618, the type of the response detected is checked. If a reply was received from the peer node, the method continues at step 604. If a reply was received from the name service and the reply comprises a new address for the peer node, the method continues at step 612. If a reply is received from the name service and the reply still provides the old address for the peer node, the method continues at step 612. If the timer for the response expires, the method continues at step 612. The purpose of the repeated requests at step 612 is to obtain the new address for the peer node in case also the peer node has performed a handover and changed its address.
In one embodiment of the invention, the request for obtaining the peer address with the peer node name is sent only after the updating of the new address of the node that performed the handover to the peer node fails due to the lack of an acknowledgement from the peer node. Thus, the indication of the new address for the node that performed the handover is first attempted to the current address of the peer node. Only upon failure to receive a response from the old address, a new address for the peer node is enquired from the name service. Even after this, the informing of the new address for the node that performed the handover at steps 606 and 608, may still be attempted to the current address of the peer node while a response is waited for from the name service. If a new address of the peer node is obtained from either the name service or the peer node, the address for the node that performed the handover is naturally indicated repeatedly to the peer node. Thereupon, the node that performed the handover goes back to step 604 of the method. The peer node follows its own state model in response to handover conditions, the dialogue associated with the association and the dialogue associated with the name service that it uses. Figure 7 is a block diagram illustrating an electronic device in one embodiment of the invention. The electronic device may be a mobile node such as mobile stations 200 and 250 illustrated in Figures 2, 3 and 4. In Figure 7 there is an electronic device 700. Electronic device 700 comprises a processor 710 and a secondary memory 720. The secondary memory may be, for example, a hard disk or a flash memory or an optic disk. Electronic device 700 comprises also a primary memory 730. When processor 710 is executing network node functionality primary memory 730 comprises an upper layer entity 736, a transport entity 734 and a network entity 732. Network entity 732 may be, for example, a network layer entity. Electronic device also comprises a network interface unit 740, a display unit 750 and a user interface unit 760. The user interface unit may comprise, for example, a keypad, a keyboard and a pointer device. Upper layer entity 736 is, for example, a hypertext browser with a Hypertext Transfer Protocol (HTTP) parsing functionality, which uses transport entity 734 to exchange data with a remote node. Transport entity 734 is configured to comprise transport connection migration functions in order to perform a handover together with a peer transport entity. Transport entity 734 is also configured to control at least one transport process. A transport process comprises transport protocol state information and variables for a transport connection such as sequence numbers for packets sent and acknowledgements received. Network layer entity 732 comprises the network layer functions, for example, the Internet Protocol functions. Network interface 740 may be, for example, a Local Area Network interface, a Wireless Local Area Network (WLAN) interface, a radio interface for a mobile network or a Wide Area Network interface such as optic fiber.
In one embodiment of the invention, transport entity 734 and network entity 732 are comprised in the operating system of network node 700. The entities within electronic device 700 in Figure 7, such as upper layer entity 736, transport entity 734 and network layer entity 732 may be implemented in a variety of ways. They may be implemented as processes executed under the native operating system of the network node. The entities may be implemented as separate processes or threads or so that a number of different entities are implemented by means of one process or thread. A process or a thread may be the instance of a program block comprising a number of routines, that is, for example, procedures and functions. The entities may be implemented as separate computer programs or as a single computer program comprising several routines or functions implementing the entities. The program blocks are stored on at least one computer readable medium such as, for example, a memory circuit, memory card, magnetic or optic disk. Some entities may be implemented as program modules linked to another entity. The entities in Figure 6 may also be stored in separate memories and executed by separate processors, which communicate, for example, via a message bus or an internal network within the network node. An example of such a message bus is the Peripheral Component Interconnect (PCI) bus.
The exemplary embodiments of the invention can be included within any suitable device, for example, including any suitable servers, workstations, PCs, laptop computers, PDAs, Internet appliances, handheld devices, cellular telephones, wireless devices, other devices, and the like, capable of per- forming the processes of the exemplary embodiments, and which can communicate via one or more interface mechanisms, including, for example, Internet access, telecommunications in any suitable form (e.g., voice, modem, and the like) , wireless communications media, one or more wireless communications networks, cellular communications networks, G3 communications networks, Public Switched Telephone Network (PSTNs) , Packet Data Networks (PDNs), the Internet, intranets, a combination thereof, and the like. It is to be understood that the exemplary embodiments are for exemplary purposes, as many variations of the specific hardware used to implement the exemplary embodiments are possible, as will be appreciated by those skilled in the hardware art(s) . For example, the functionality of one or more of the components of the exemplary embodiments can be imple- mented via one or more hardware devices.
The exemplary embodiments can store information relating to various processes described herein. This information can be stored in one or more memories, such as a hard disk, optical disk, magneto- optical disk, RAM, and the like. One or more databases can store the information used to implement the exemplary embodiments of the present inventions. The databases can be organized using data structures (e.g., records, tables, arrays, fields, graphs, trees, lists, and the like) included in one or more memories or storage devices listed herein. The processes described with respect to the exemplary embodiments can include appropriate data structures for storing data collected and/or generated by the processes of the de- vices and subsystems of the exemplary embodiments in one or more databases.
All or a portion of the exemplary embodiments can be implemented by the preparation of application- specific integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be appreciated by those skilled in the electrical art(s).
As stated above, the components of the exemplary embodiments can include computer readable medium or memories according to the teachings of the present inventions and for holding data structures, tables, records, and/or other data described herein. Computer readable medium can include any suitable medium that participates in providing instructions to a processor for execution. Such a medium can take many forms, including but not limited to, non-volatile media, volatile media, transmission media, and the like. Non- volatile media can include, for example, optical or magnetic disks, magneto-optical disks, and the like. Volatile media can include dynamic memories, and the like. Transmission media can include coaxial cables, copper wire, fiber optics, and the like. Transmission media also can take the form of acoustic, optical, electromagnetic waves, and the like, such as those generated during radio frequency (RF) communications, infrared (IR) data communications, and the like. Com- mon forms of computer-readable media can include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, any other suitable magnetic medium, a CD-ROM, CDRW, DVD, any other suitable optical medium, punch cards, paper tape, optical mark sheets, any other suitable physical medium with patterns of holes or other optically recognizable indicia, a RAM, a PROM, an EPROM, a FLASH-EPROM, any other suitable memory chip or cartridge, a carrier wave or any other suitable medium from which a computer can read. While the present inventions have been described in connection with a number of exemplary embodiments, and implementations, the present inventions are not so limited, but rather cover various modifications, and equivalent arrangements, which fall within the purview of prospective claims.
It is obvious to a person skilled in the art that with the advancement of technology, the basic idea of the invention may be implemented in various ways. The invention and its embodiments are thus not limited to the examples described above; instead they may vary within the scope of the claims.

Claims

CLAIMS :
1. A method comprising: establishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said establishing of said transport layer association; detecting a handover condition in said first mobile node; obtaining a second address for the use of said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node in said first mobile node; upon receiving a new address for said second mobile node from a second name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said repetition using said new address as a destination address for said second mobile node.
2. The method according to claim 1, the method further comprising: sending a query message for an address of said second mobile node to a second name server node.
3. The method according to claim 1 or 2, wherein the waiting step further comprises: waiting for a response from said second name server node in said first mobile node.
4. The method according to any of the preceding claims 1 - 3, the method further comprising: receiving said second address of said first mobile node in said second mobile node; and recovering said transport layer association between said first mobile node and said second mobile node based on said second address of said first mobile node .
5. The method according to any of the preceding claims 1 - 4, the method further comprising: sending an initial query message for an address of said second mobile node to said second name server node from said first mobile node; receiving an initial address of said second mobile node to said first mobile node; and storing a logical name for said second mobile node in said first mobile node.
6. The method according to any of the preceding claims 1 - 5, the method further comprising: starting a timer for the receiving of said new ad- dress for said second mobile node from said second name server node or for the receiving of an acknowledgement for the indication of said second address of said first mobile node from said second mobile node; and upon expiry of said timer repeating said sending of a query message for an address of said second mobile node to a second name server node and said indication of said second address of said first mobile node to said second mobile node.
7. The method according to any of the preceding claims 1 - 6, the method further comprising: receiving an address update message in said first name server node; extracting a logical name from said address update message; checking whether said logical name is associated with a mobile node; and assigning a higher priority to the updating of said address if said logical name is associated with a mobile node.
8. The method according to any of the preceding claims 1 - 7, the method further comprising: receiving query message in said first name server node, said query message providing a logical name; checking whether said logical name is associated with a mobile node; and assigning a higher priority to the processing of said query message if said logical name is associated with a mobile node.
9. The method according to any of the preceding claims 1 - 8, wherein said first name server node comprises a domain name server.
10. The method according to any of the preceding claims 1 - 9, wherein said first name server comprises at least part of a distributed hash table for mapping logical names to node addresses.
11. The method according to any of the preceding claims 1 - 10, wherein said transport layer association comprises a stream control transmission protocol association.
12. The method according to any of the pre- ceding claims 1 - 11, wherein said first mobile node comprises a mobile station within a mobile communication system.
13. The method according to any of the preceding claims 1 - 12, wherein said first mobile node comprises a wireless local area network terminal.
14. An electronic device, comprising: a transport entity configured to establish a transport layer association between said electronic device and a second mobile node, said electronic de- vice using a first address in said establishing of said transport layer association, to receive a second address for the use of said electronic device, to indicate said second address of said electronic device to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from said second name server node, to repeat said indication of said second address of said electronic device to said second mobile node, said indication using said new address as a destination address for said second mobile node; a network entity configured to update said second address for said electronic device to a first name server node; and a network interface configured to detect a handover condition.
15. The electronic device according to claim
14, the electronic device further comprising: said transport entity configured to send a query message for an address of said second mobile node to a second name server node.
16. The electronic device according to claim
14 or 15, the electronic device further comprising: said transport entity configured to wait for a response from said second name server node.
17. The electronic device according to any of the preceding claims 14 - 16, the electronic device further comprising: said transport entity configured to receive said second address of said first mobile node in said second mobile node and to recover said transport layer association between said first mobile node and said second mobile node based on said second address of said first mobile node.
18. The electronic device according to any of the preceding claims 14 - 17, the electronic device further comprising: said transport entity configured to send an initial query message for an address of said second mobile node to said second name server node, to receive an initial address of said second mobile node to said electronic device and to store a logical name for said second mobile node in said electronic device.
19. The electronic device according to any of the preceding claims 14 - 18, the electronic device further comprising: said transport entity configured to start a timer for the receiving of said new address for said second mobile node from said second name server node or for the receiving of an acknowledgement for the indication of said second address of said first mobile node from said second mobile node and, upon expiry of said timer, to repeat said sending of a query message for an address of said second mobile node to a second name server node and said indication of said second address of said electronic device to said second mobile node.
20. The electronic device according to any of the preceding claims 14 - 19, wherein said transport layer association comprises a stream control transmission protocol association.
21. The electronic device according to any of the preceding claims 14 - 20, wherein said electronic device comprises a mobile station within a mobile communication system.
22. The electronic device according to any of the preceding claims 14 - 21, wherein said electronic device comprises a wireless local area network termi- nal.
23. An electronic device, comprising: means for establishing a transport layer association between said electronic device and a second network node, said electronic device using a first ad- dress in said establishing of said transport layer association; means for detecting a handover condition; means for obtaining a second address for the use of said electronic device; means for updating said second address of said electronic device to a first name server node; means for indicating said second address of said electronic device to said second mobile node; means for waiting for a response from said second mobile node in said electronic device; and means for repeating said indication of said second address of said electronic device to said second mobile node upon receiving a new address for said second mobile node from said second name server node, said repetition of said indication using said new address as a destination address for said second mobile node.
24. A communication system, comprising: a mobile node configured to establish a transport layer association to a second mobile node, said mobile node using a first address in said establishing of said transport layer association, to detect a handover condition, to obtain a second address, to update said second address of said mobile node to a first name server node, to indicate said second address to said second mobile node, to wait for a response from said second mobile node, upon receiving a new address for said second mobile node from a second name server node, to repeat the indication of said second address of said mobile node to said second mobile node, said repeated indication using said new address as a desti- nation address for said second mobile node; said second mobile node configured to establish a transport layer association with said mobile node and to receive an indication of said second address of said mobile node; and said first name server node configured to update of said second address for said mobile node.
25. The communication system according to claim 24, the system further comprising: said first name server node configured to receive an address update message, to extract a logical name from said address update message, to check whether said logical name is associated with a mobile node and to assign a higher priority to the updating of said address if said logical name is associated with a mobile node.
26. The communication system according to claim 24 or 25, the communication system further comprising : said first name server node configured to receive a query message, said query message providing a logical name, to check whether said logical name is asso- ciated with a mobile node and to assign a higher priority to the processing of said query message if said logical name is associated with a mobile node.
27. A computer program embodied on a computer readable medium, the computer program comprising code for controlling a processor to execute a method comprising : establishing a transport layer association between a first mobile node and a second mobile node, said first mobile node using a first address in said estab- lishing of said transport layer association; obtaining a second address for said first mobile node; updating said second address of said first mobile node to a first name server node; indicating said second address of said first mobile node to said second mobile node; waiting for a response from said second mobile node; upon receiving a new address for said second mo- bile node from said second name server node, repeating said indication of said second address of said first mobile node to said second mobile node, said repetition of said indication using said new address as a destination address for said second mobile node.
28. The computer program according to claim
27, wherein said computer readable medium is a removable memory card.
29. The computer program according to claim 27, wherein said computer readable medium is a magnetic or an optical disk.
PCT/FI2007/050569 2006-10-24 2007-10-22 Method for performing handovers in a communication system WO2008049967A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP07823206.3A EP2084859B1 (en) 2006-10-24 2007-10-22 Method, apparatus and computer program product for performing handovers in a communication system
ES07823206.3T ES2508940T3 (en) 2006-10-24 2007-10-22 Method, device and computer program product for transferring in a communications system

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
FI20060936A FI20060936A0 (en) 2006-10-24 2006-10-24 A method for performing handovers in a communication system
FI20060936 2006-10-24
US11/790,413 US7970402B2 (en) 2006-10-24 2007-04-25 Method for performing handovers in a communication system
US11/790,413 2007-04-25

Publications (1)

Publication Number Publication Date
WO2008049967A1 true WO2008049967A1 (en) 2008-05-02

Family

ID=39324175

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FI2007/050569 WO2008049967A1 (en) 2006-10-24 2007-10-22 Method for performing handovers in a communication system

Country Status (1)

Country Link
WO (1) WO2008049967A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020154613A1 (en) 2001-02-21 2002-10-24 Interdigital Technology Corporation Method and system for a low-overhead mobility management protocol in the internet protocol layer
US20050073981A1 (en) * 2003-10-02 2005-04-07 International Business Machines Corporation mSCTP based handover of a mobile device between non-intersecting networks
US20070086385A1 (en) * 2005-10-17 2007-04-19 Samsung Electronics Co., Ltd. Method and apparatus for supporting handover in transport layer
US20070086386A1 (en) * 2005-10-17 2007-04-19 Samsung Electronics Co., Ltd. Method and apparatus for supporting seamless handover in transport layer

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020154613A1 (en) 2001-02-21 2002-10-24 Interdigital Technology Corporation Method and system for a low-overhead mobility management protocol in the internet protocol layer
US20050073981A1 (en) * 2003-10-02 2005-04-07 International Business Machines Corporation mSCTP based handover of a mobile device between non-intersecting networks
US20070086385A1 (en) * 2005-10-17 2007-04-19 Samsung Electronics Co., Ltd. Method and apparatus for supporting handover in transport layer
US20070086386A1 (en) * 2005-10-17 2007-04-19 Samsung Electronics Co., Ltd. Method and apparatus for supporting seamless handover in transport layer

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
DREIBHOLZ T. ET AL.: "A New Scheme for IP-based Internet-Mobility", LOCAL COMPUTER NETWORKS, 2003. LCN'03. PROCEEDINGS. 28TH ANNUAL IEEE INTERNATIONAL CONFERENCE, PISCATAWAY, NJ, USA, IEEE, 20 October 2003 (2003-10-20) - 24 October 2003 (2003-10-24), XP008106579 *
KOH S.J. ET AL.: "Mobile SCTP (mSCTP) for IP Handover Support", DRAFT-SJKOH-MSCTP-01.TXT. IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, October 2005 (2005-10-01), XP015040113 *

Similar Documents

Publication Publication Date Title
US7970402B2 (en) Method for performing handovers in a communication system
EP1560397B1 (en) Endpoint address change in a packet network
EP2332061B1 (en) Cross-layer pipelining optimizations for reduced roundtrips and improving quality of experience
US8451840B2 (en) Mobility in IP without mobile IP
US7890637B1 (en) Secure communications in a system having multi-homed devices
EP1316186B1 (en) Allocating addresses to mobile stations
NO327033B1 (en) Handing over packet data services in a communication network
NO327023B1 (en) Use of PPP point protocol in a packet data transmission service network
WO2008139033A1 (en) Method for the establishing of peer-to-peer multimedia sessions in a communication system
WO2007139161A1 (en) Mobile terminal and communication method
WO2006050672A1 (en) A method for communicating between serving general packet radio service support nodes
US7564848B2 (en) Method for the establishing of connections in a communication system
WO2012131604A1 (en) Sctp endpoint migration
CN110381007B (en) TCP acceleration method and device
CN101160927A (en) Method for communicating between the IPv6 communication partner and the mobile IPv6 node as well as the communication partner agent gateway
WO2008049967A1 (en) Method for performing handovers in a communication system
JP2006519544A (en) Method and system for avoiding TCP packet retransmission during mobile device handoff
JP4823053B2 (en) Method for switching between different types of communication interfaces, mobile terminal and management device
Tuxen et al. Network address translation for the stream control transmission protocol
CN113992583B (en) Table item maintenance method and device
TWI816176B (en) Method and apparatus for performing internet reachability management with aid of indicator
JP2018037796A (en) Session relocation system and method
WO2012059010A1 (en) Hap handoff method and system
CN113422723B (en) Method and equipment for forwarding message
JP4576950B2 (en) Data communication device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07823206

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007823206

Country of ref document: EP