WO2004017658A1 - Cross-ip internet roaming method for mobile terminal - Google Patents

Cross-ip internet roaming method for mobile terminal Download PDF

Info

Publication number
WO2004017658A1
WO2004017658A1 PCT/CN2003/000642 CN0300642W WO2004017658A1 WO 2004017658 A1 WO2004017658 A1 WO 2004017658A1 CN 0300642 W CN0300642 W CN 0300642W WO 2004017658 A1 WO2004017658 A1 WO 2004017658A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile terminal
address
network
protocol
internet
Prior art date
Application number
PCT/CN2003/000642
Other languages
French (fr)
Chinese (zh)
Inventor
Ning Zhang
Xiaohui Wan
Original Assignee
China Iwncomm Co., Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Iwncomm Co., Ltd filed Critical China Iwncomm Co., Ltd
Priority to AU2003255101A priority Critical patent/AU2003255101A1/en
Publication of WO2004017658A1 publication Critical patent/WO2004017658A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • 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/04Network layer protocols, e.g. mobile IP [Internet Protocol]

Definitions

  • the present invention relates to a method for mobile terminal to perform data communication in different Internet Protocol (IP) networks, and in particular, to an Active Address Resolution Protocol (Active ARP) protocol for implementing mobile terminals in the IP network. Seamless roaming method.
  • IP Internet Protocol
  • Active ARP Active Address Resolution Protocol
  • IP Internet Protocol
  • WWW World Wide Web
  • FTP file transfer protocols
  • e-mail Internet Protocol
  • Wired communication technologies such as 802.11 and Bluetooth technologies
  • the popularity of high-performance, low-cost mobile terminal devices that provide IP connectivity such as laptop computers, PocketPCs, PocketPCs, personal digital assistants, PDAs, etc.
  • TCP User Datagram Protocol
  • Mobile IP protocol request evaluation RFC2002 IP Mobility Support (Request For Comment 2002) proposes a method to support the mobility of terminals.
  • the home agent and the foreign agent are collectively called mobile agents. See Figure 1 for its network structure.
  • Each IP subnet 1, 6, 11 is connected to the Internet 10 through its own routers 2, 7, 13.
  • the IP subnet to which the mobile terminal 5 belongs is referred to as the home network 1, and the IP subnets 6 and 11 other than the home network 1 are referred to as foreign networks.
  • the home network 1 includes a terminal 4, a home agent 3, a mobile terminal 5, and a router 2 connected to the Internet 10.
  • the foreign network 6 includes a foreign agent 8.
  • the home agent 3 mainly completes the identity authentication and location management of the mobile terminal 5, intercepts the datagram sent to the mobile terminal 5, and forwards the datagram to the corresponding foreign agent 8 according to RFC2003 (IP encapsulation in IP).
  • the foreign agent 8 serves as the default router of the mobile terminal 5 in the foreign network 6, assisting the mobile terminal 5 to forward the identity authentication information and care-of address to the home agent 3, and at the same time unpacks the datagram that the home agent 3 forwards to the mobile terminal 5 through the tunnel, sends To mobile terminal 5;
  • Mobile terminal 5 refers to a terminal device that can seamlessly roam between different IP subnets and maintain its IP address unchanged during roaming.
  • the mobile terminal 5 uses the proxy announcement message to detect its own status, that is, whether its own location is at home network 1 or foreign network 6. If it is on the home network 1, go to step 5]; if it is on the foreign network 6, obtain the care-of address, which is usually the IP address of the foreign agent 8.
  • the mobile terminal 5 performs identity authentication to the home agent 3 through the foreign agent 8 and notifies the care-of address.
  • the home agent 3 intercepts the IP datagram sent to the mobile terminal 5 and sends it to the foreign agent 8 using the tunnel;
  • the foreign agent 8 takes out the IP datagram sent to the mobile terminal 5 from the tunnel, and forwards it to the mobile terminal 5;
  • the mobile terminal 5 sends and receives IP datagrams according to the IPv4 protocol.
  • the mobile terminal 5 judges its current position and status by receiving the proxy announcement, and takes corresponding actions to cooperate with the home agent 3, the foreign agent 8 to realize roaming across the IP subnet:
  • the mobile terminal 5 If the mobile terminal 5 is on the home network 1 and does not roam, it will normally send and receive datagrams as other terminals; ⁇ 2 ⁇ . If the mobile terminal 5 is on the foreign network 6, it will be based on the foreign agent 8. The proxy announcement sets the default routing entry of this node to the current IP address of the foreign agent 8, deletes the original default routing entry and the direct routing entry pointing to the home network 1, and then sends the foreign agent 8 to the home agent 3 Register and announce your current location; [3]. If the mobile terminal 5 returns to the home network 1 from the foreign network 6, the corresponding default router 2 should also be set as the default gateway of the home network 1, and add a direct link to the home network 1. Routing entry.
  • dynamically modifying the routing table of the mobile terminal 5 is one of the key steps for implementing the mobile IP protocol.
  • Windows 95/98 / Me and other operating systems do not support dynamic modification of the routing table. Modifications to the routing table do not take effect until the system is restarted. This will inevitably cause mobile terminal 5 to move between different IP subnets.
  • This kind of network application is interrupted and cannot support IP mobility. For example, when mobile terminal 5 roams between IP subnets, network applications such as the World Wide Web www browser, file transfer protocol FTP, and email will be interrupted. Many real-time network applications, such as video on demand VOD, IP voice VoIP, and web conferencing, etc. Unable to achieve, causing time and economic loss.
  • the present invention is to solve the technical problem that the mobile terminal must dynamically modify the routing table in the background art.
  • the present invention provides an active ARP, and uses it to implement a method that can ensure that mobile terminals roam across IP subnets without modifying the routing table entries of the mobile terminal, thereby providing mobility support for the traditional TCP / IP protocol
  • the Internet protocol network includes a network that is a home network of the mobile terminal and one or more networks that are foreign networks of the mobile terminal.
  • the method includes:
  • the mobile terminal receives the proxy announcement of the mobile agent
  • the mobile terminal judges whether it roams to a new IP subnet according to the proxy announcement, If yes, the mobile terminal executes an active address resolution protocol, and sends and receives its address resolution ⁇ '_,', 'If no, the mobile terminal continues to listen to the proxy announcement.
  • the mobile terminal executes an active address resolution protocol and actively modifies its address resolution protocol cache, including actively binding an Internet protocol address of a default gateway of the mobile terminal in the address resolution protocol cache, and the mobile
  • the Internet protocol address binding of each terminal in the terminal's home network, and the mobile agent includes a home agent in the home network and a foreign agent in the foreign network.
  • the binding of the Internet protocol address includes: when the new IP subnet is a foreign network, setting the default gateway of the mobile terminal and the Internet protocol of each terminal in the home network of the mobile terminal The address is bound to the media access control address of the foreign agent in the foreign network, and the attribute of the address resolution protocol cache is set to static.
  • the mobile terminal When the new IP subnet is its home network, the mobile terminal first clears its address. The address resolution protocol cache is then established according to a normal address resolution protocol operation, and the attributes of the address resolution protocol cache are restored to dynamic.
  • the binding of the Internet protocol address includes: allocating an Internet protocol address of a default gateway of the mobile terminal and an Internet protocol address of each terminal in a home network of the mobile terminal to the new IP subnet.
  • the media access control address of the mobile agent in the network is bound, and the attribute of the address resolution protocol cache is set to static.
  • the new IP subnet is the home network (1), which means that the mobile terminal (5) has just returned to the home network (1) from the foreign network (6), and the handover has not been completed.
  • the new IP subnet is a foreign network including mobile terminals roaming between different foreign networks or roaming from a home network to a foreign network.
  • the mobile terminal judges that it has roamed to a new IP subnet by using the information in the received proxy announcement of the mobile agent.
  • the mobile terminal obtains the media access control address of the mobile agent through the agent announcement.
  • the binding of the Internet protocol addresses of the terminals in the home network of the mobile terminal is to use the subnet mask of the Internet protocol address of the home network to derive the Internet protocol addresses of the terminals in the home network Range.
  • the present invention has the following advantages: When the mobile terminal adopting the above method moves between different IP subnets, various network applications will not be interrupted, and support for IP mobility can be realized, which is economical and saves time; and because the mobile terminal adopting the active ARP protocol is based on a proxy The content of the announcement determines its current status and location, and then actively operates the ARP cache table. The mobile terminal can roam between different IP subnets without modifying the routing table. Therefore, when the operating system such as Windows supports the Mobile IP protocol, There is no need to rewrite the TCP / IP protocol stack. Therefore, the workload is greatly saved, and the use and installation are simplified.
  • the present invention can be applied to most operating systems on the market including Windows, and has strong portability and practicality, thereby greatly increasing the application range of mobile IP technology.
  • FIG. 1 is a schematic diagram of a mobile IP subnet topology structure in which the method of the present invention can be used;
  • FIG. 2 is a flowchart of an operation of a mobile terminal across IP Internet roaming using the method of the present invention
  • Fig. 3 is a correspondence table of IP addresses and MAC addresses of some network devices in Fig. 1;
  • Fig. 4 is an ARP cache table when the mobile terminal in Fig. 1 is on a home network;
  • Figure 5 shows the ARP cache table when the mobile terminal is in a foreign network.
  • the invention adopts the active ARP protocol, instead of passively modifying its own ARP cache according to the content in the ARP request or response datagram.
  • the mobile terminal judges its current state and location according to the content in the proxy announcement, and then actively The ARP cache table operates so that you can roam between different IP subnets without modifying the routing table.
  • the mobile terminal 5 is in the home network 1 during initial communication (step 200).
  • the mobile terminal 5 continuously listens to the proxy announcement. Once the proxy announcement is received (step 210), it is determined whether to roam to a new IP subnet based on the proxy announcement (step 220), if:
  • step 230 determines whether the new IP subnet is a foreign network 6 (step 230). 1. If yes, for example, when the mobile terminal 5 roams from the home network 1 to the foreign network 6 or from the foreign network 11 to the foreign network 6, the active ARP protocol is executed, and the IP address of the default gateway of the mobile terminal is stored in the address resolution protocol cache.
  • the address is bound to the media access control MAC address of the foreign agent (Step 241), and bind the IP address of each terminal in its home network 1 to the MAC address of the foreign agent (step 242), the mobile terminal sets its attributes to static when modifying the ARP cache (step 243), and then continues Listening agent announcement; 2 If not, for example, when the mobile terminal 5 returns from the foreign network 6 to the home network 1, preferably, the mobile terminal 5 needs to clear the ARP cache (step 231), and then the ARP can be established according to normal ARP operations. Cache the table, send and receive normal IP datagrams, and continue to listen to proxy announcements.
  • the above roaming to a new IP subnet means that the mobile terminal finds that its IP subnet has changed by listening to the proxy announcement.
  • each roaming entity in the present invention is the same as that of RFC2002, and relates to home agents, foreign agents and mobile terminals.
  • the methods of proxy announcement, tunnel technology, mobile terminal identity authentication, and location management defined in RFC2002 are also applicable to the present invention.
  • FIG. 3 a correspondence table of some network devices in the network and their IP addresses and MAC addresses is given in FIG. 3.
  • the mobile terminal home network refers to a situation where the home network and the mobile terminal return to the home network from a foreign network when the mobile terminal initially communicates, and the handover has been completed. At this time, the mobile terminal sends and receives datagrams that conform to the IPv4 protocol, just like other terminals. Assume that mobile terminal 5 is communicating with terminal 4 in its own network and terminal 12 in other IP networks 11. Through normal ARP operations, its ARP cache table should contain the binding of IP addresses and MAC addresses of router 2 and terminal 4, See Figure 4 for the corresponding relationship.
  • a mobile terminal in a foreign network refers to a situation where the mobile terminal roams between different foreign networks or just moves from a home network to a foreign network.
  • the mobile terminal 5 determines that it has moved to the foreign network 6 by receiving the proxy announcement of the foreign agent 8, at this time, the mobile terminal 5 does not matter whether the mobile terminal 5 moves from the home network 1 or the foreign network 11 to the foreign network 6.
  • the active ARP protocol will be implemented: the IP address of the default gateway and the MAC address of the foreign agent 8 will be hosted in the ARP cache Dynamically bind, and use the subnet mask of the IP address of home network 1 to calculate the range of the IP addresses of other network devices in home network 1, and bind each IP address to the MAC address of the foreign agent 8. At this time, it The ARP cache table is shown in FIG. 5.
  • the mobile terminal 5 When the mobile terminal 5 wants to communicate with the terminal 12 in the foreign network 11, since the terminal 12 does not belong to its home network 1, the datagram sent to the terminal 12 should be forwarded through the default gateway. By querying the ARP cache table, the mobile node will use the foreign agent The MAC address of 8 sends a datagram. In this way, the datagram will be directly sent to the foreign agent 8, and the foreign agent 8 has a routing function, and it will forward accordingly according to the destination IP address in the datagram. When the mobile terminal 5 communicates with the terminal 4, it will also send datagrams and addresses according to the corresponding entries in the ARP cache table. Therefore, the datagrams sent to the terminal 4 will also be directly sent to the foreign agent 8, and then the foreign agent 8 forwards.
  • the datagrams sent by the mobile node to the home network 1 and the foreign network nodes when roaming across the IP subnet can be forwarded by the foreign agent 8.
  • the above operation on the ARP cache table is different from the case where the standard ARP operation is passively changed according to the ARP response message. Instead, the mobile node actively binds the IP address and the MAC address, so the protocol is called the active ARP protocol.
  • the ARP cache is automatically cleared periodically or irregularly, the mobile terminal 5 should set its attributes to static when changing the binding of the ARP cache in the foreign network 6 to ensure that it will not be updated by the system.
  • the return of the mobile terminal 5 to the home network 1 means that the mobile terminal 5 has just returned to the home network 1 from the foreign network 6 and has not yet completed the handover.
  • the mobile node can determine from the agent announcement and the current status of the home agent 3 that it is already on the home network 1. At this time, it should clear the ARP cache table and restore the ARP cache properties to dynamic in response to its location change. It can then rebuild the ARP cache table and send datagrams through normal ARP operations.
  • Mobile terminal 5 uses the normal ARP operation on home network 1 to implement communication with fixed hosts on the local network.
  • the working process is as follows: If mobile terminal 5 wants to communicate with terminal 4 on the same network when it is on home network, first mobile terminal 5 must query its own routing table. In order to determine the position of the terminal 4 to be communicated in the network through the routing table, the mobile terminal 5 judges the IP of the terminal 4 through the routing table. The address IP_T4 and the subnet mask find that terminal 4 and the mobile terminal device are on the same network segment, so mobile terminal 5 starts to query its own ARP cache table.
  • the mobile terminal 5 will broadcast the MAC address with the IP address of IP-T4 in the local network through the ARP request broadcast. This broadcast will be obtained by all terminal devices in this network, so all terminal devices in this network will check whether their IP address is the same as the requested IP-T4 address, so only terminal 4 will respond to mobile terminal 5 ’s Respond to the ARP request, send the MAC address of the machine MAC_T4 back to the mobile terminal 5 together with the IP address of the machine, and add the MAC address of the mobile terminal MAC_T5 to the ARP cache table of the machine.
  • Mobile terminal 5 After receiving the ARP response, the MAC address MAC_T4 of terminal 4 is also added to the local ARP cache table, so the connection between mobile terminal 5 and terminal 4 is formed, and normal IPv4 protocol compliance can be performed between them. Datagram sending and receiving.
  • the mobile terminal 5 when the mobile terminal 5 is in the home network 1, to communicate with the terminal 12 in another network 11, the mobile terminal 5 first needs to query its own routing table, so as to determine from the routing table that the terminal device to be communicated is in the network.
  • the mobile terminal 5 finds that the terminal 12 and the mobile terminal 5 are in different network segments by judging the IP address of the terminal 12 IP_T12 and the subnet mask, and the mobile terminal 5 directly requests its router 2 (IP_GW) Router 2 sends its own MAC address MAC-GW together with its own IP address IP-GW to mobile terminal 5, and adds the MAC address MAC_T5 of mobile terminal 5 to the local ARP cache table After receiving the ARP response, mobile terminal 5 also adds the MAC address MAC_GW of router 2 to the local ARP cache table.
  • router 2 forms a connection between mobile terminal 5 and terminal 12 through its routing function. Data packets can be sent and received normally in accordance with the IPv4 protocol.
  • the mobile terminal's access to the network equipment when roaming can be described in detail based on the two cases where the communication peer is not a terminal in the home network and the communication peer is a terminal in the home network.
  • the mobile terminal 5 moves from the home network 1 to the foreign network 6.
  • the mobile terminal 5 determines that it has moved to the foreign network 6 by receiving the proxy announcement of the foreign agent 8
  • the mobile terminal 5 first moves from the agent Obtain the MAC address MAC_FA of the foreign agent 8 in the announcement, and actively bind the IP address of the default gateway IP — GW and the MAC address of the foreign agent 8 in the ARP cache, and use the subnet mask of the home network IP address.
  • the code calculates the range of IP addresses of other network devices in the home network 1, and binds each IP address to the MAC address of the foreign agent 8.
  • the mobile terminal 5 finds that the terminal 12 and the mobile terminal device are in different network segments by judging the IP address of the terminal 12 IP-T12 and the subnet mask.
  • the mobile terminal 5 5 does not send an ARP request broadcast on the entire network segment, but directly requests the MAC address of its router 2 (IP_GW), so the datagram sent to terminal 12 should be forwarded through the default gateway to query the ARP cache table.
  • IP_GW MAC address of its router 2
  • the ARP cache table The IP address of the default gateway IP_GW and the MAC address of the foreign agent 8 have been actively bound.
  • the datagram will be directly sent to the foreign agent 8 according to the bound MAC address MAC-FA, and the foreign agent 8 will add a mobile terminal 5 routing entry to its routing table.
  • the foreign agent 8 has a routing function, it Corresponding forwarding will be performed according to the destination IP address in the datagram.
  • normal communication between the mobile terminal 5 and the terminal 12 in the foreign network 6 can be achieved.
  • the mobile terminal 5 If the mobile terminal 5 is to communicate with the terminal device 9 of the foreign network 6, the mobile terminal 5 first queries its own routing table, so as to determine the position of the terminal device to be communicated in the network through the routing table. The mobile terminal 5 By judging the IP address of the terminal 9 and the subnet mask of the terminal 9 and finding that the terminal 9 and the mobile terminal device are on different network segments, the mobile terminal 5 will not send an ARP request broadcast on the entire network segment, but directly requests its router 2 ( IP_GW), and since the IP address of the default gateway IP-GW in the ARP cache table has been actively bound to the MAC address of the foreign agent, the data packet will be directly sent to the foreign agent 8, and the foreign agent 8 It is determined that the terminal 9 and the terminal 9 are in the same network segment, and then a datagram can be forwarded to the terminal 9 through a normal ARP protocol, so as to achieve normal communication between the mobile terminal 5 and the terminal 9 of the foreign network 6 after moving to the foreign network 6.
  • the mobile terminal 5 moves from the home network 1 to the foreign network 6, and communicates with the terminal 4 of the home network 1 as follows.
  • the mobile terminal 5 needs to query its own routing table, so as to determine the terminal device to be communicated through the routing table.
  • the mobile terminal 5 finds that the terminal 4 and the mobile terminal device are in the same network segment by judging the IP address IP_T4 of the terminal 4 and the subnet mask, and then queries its own ARP cache table.
  • a binding entry between the MAC of the terminal 4 and the foreign agent 8 already exists in its ARP cache table, so the mobile terminal 5 will forward it directly to the foreign agent 8, and the foreign agent 8 will send it according to its routing function.
  • the data is forwarded to the terminal 4 so as to realize the normal communication between the mobile terminal 5 and the terminal 4 of the home network 1 after moving to the foreign network 6.
  • the mobile terminal 5 After the mobile terminal 5 returns to the home network 1, it can be determined from the information in the agent announcement of the home agent 3 that it is already on the home network 1. At this time, the mobile terminal 5 automatically clears the binding entries in its ARP cache table, and then it can Through normal ARP operations, the ARP cache table is rebuilt and datagrams are sent.

Abstract

An active Address Resolution Protocol is used in the present invention, and thus a method is achieved which allows the mobile terminal to roam in different IP networks without modifying the routing entry of the mobile terminal, and therefore enables the conventional TCP/IP protocol to support the mobility. When determining that it has roamed to a foreign network by receiving the notification of the foreign agent, the mobile terminal would perform the active address resolution protocol so as to bind the MAC address of the foreign agent (8) to the IP address of default gateway of the mobile terminal (5) in the ARP cache, and the mobile terminal would set its attribute static when modifying the ARP cache. When determining it has returned to the home networks from the foreign networks, the mobile terminal would clear the ARP cache, thereafter it would establish an ARP cache table in accordance with the normal ARP operation, resume the attribute of the ARP cache to be dynamic and perform the normal transmission and reception of IP data.

Description

实现移动终端跨 IP网际漫游的方法 技术领域  Method for implementing mobile terminal cross-IP internet roaming
本发明涉及一种移动终端在不同因特网协议 IP ( Internet Protocol ) 网际中进行数据通信的方法, 特别涉及一种利用主动地址解 析协议 ( Active Address Resolution Protocol, 简称主动 ARP ) 协议实 现移动终端在 IP网际间无縫漫游的方法。  The present invention relates to a method for mobile terminal to perform data communication in different Internet Protocol (IP) networks, and in particular, to an Active Address Resolution Protocol (Active ARP) protocol for implementing mobile terminals in the IP network. Seamless roaming method.
背景技术  Background technique
因特网协议 IP随着因特网 Internet的飞速发展已成为数据通信领 域最重要的标准之一。 除因特网外, 该协议还广泛应用于企业网、 校 园网等多种网络环境。 目前, 因特网已是世界上最大的信息库, 为人 们提供万维网 WWW ( World Wide Web ) 浏览、 文件传输协议 FTP、 电子邮件等服务; 同时, 许多新的网络服务如 IP语音 VoIP、 网上视频 点播 VOD等也在不断涌现。 另外, 无线通信技术的发展, 如 802.11、 蓝牙技术等, 以及提供 IP连接高性能、 低成本的移动终端设备的普及, 如笔记本电脑、 掌上电脑 PocketPC、 个人数字助理 PDA等, 将人们 从以往的网线束縛中解放了出来, 这极大地改变了人们生活、 工作的 形态, 人们希望能随时、 随地访问网络。 然而, 现有的 TCP/IP协议并 不提供对终端移动性的支持, 这是由编址方式和路由算法决定的。 在 TCP/IP协议中, 所有网络设备都必须有一个 IP地址用于数据交互, 而事实上 IP地址是指向网络连接而不是指向网絡设备的。 因此, 当一 个终端从一个 IP子网移动到另一个 IP子网时, 它必须改变 IP地址才 能访问网络。 而上层的协议如 TCP是利用端口号和 IP地址来标识网 络连接的, 当终端设备的 IP地址改变了, 其 TCP连接也就中断。 同 样用户数据报协议 UDP ( User Datagram Protocol ) 协议也存在类似的 问题。 当前, 因特网上超过 95 %的应用服务是基于 TCP协议的, 因此 要保持终端在 IP子网间无缝漫游, 其 IP地址一定要保持不变, 这要 求针对现有的 TCP/IP协议提出新的解决方案。  Internet Protocol With the rapid development of the Internet, IP has become one of the most important standards in the field of data communications. In addition to the Internet, this protocol is also widely used in a variety of network environments such as corporate networks and campus networks. At present, the Internet has become the world's largest information database, providing people with services such as World Wide Web (WWW) browsing, file transfer protocols, FTP, and e-mail; meanwhile, many new network services such as Voice over IP, VoIP, and VOD on the Internet And so on. In addition, the development of wireless communication technologies, such as 802.11 and Bluetooth technologies, and the popularity of high-performance, low-cost mobile terminal devices that provide IP connectivity, such as laptop computers, PocketPCs, PocketPCs, personal digital assistants, PDAs, etc. The release of network cable restraints has greatly changed the way people live and work, and people hope to access the network anytime, anywhere. However, the existing TCP / IP protocol does not provide support for terminal mobility, which is determined by the addressing method and routing algorithm. In the TCP / IP protocol, all network devices must have an IP address for data exchange. In fact, the IP address is directed to the network connection and not to the network device. Therefore, when a terminal moves from one IP subnet to another, it must change its IP address to access the network. The upper layer protocols, such as TCP, use port numbers and IP addresses to identify network connections. When the IP address of a terminal device changes, its TCP connection is also interrupted. The same problem exists with the User Datagram Protocol (UDP) protocol. Currently, more than 95% of application services on the Internet are based on the TCP protocol. Therefore, to maintain seamless roaming of terminals between IP subnets, their IP addresses must remain unchanged. This requires a new proposal for the existing TCP / IP protocol. s solution.
移动 IP协议请求评价 RFC2002 ( IP移动性支持)(Request For Comment 2002 )提出了一种支持终端的移动性的方法。 在原有网络拓 朴的基础上引入了家代理(Home Agent ), 外地代理 (Foreign Agent ) 和移动终端 (Mobile Terminal )三个漫游实体, 其中家代理和外地代 理又统称为移动代理。 其网络结构参见图 1。 每一个 IP子网 1、 6、 11 都通过各自的路由器 2、 7、 13与因特网 10相连。 将移动终端 5所属 的 IP子网称为家网 1, 除家网 1以外的其他 IP子网 6和 11被称为外 地网。 家网 1有终端 4、 家代理 3、 移动终端 5以及与因特网 10相连 的路由器 2, 而外地网 6中包括外地代理 8。 其中家代理 3主要完成对 移动终端 5 的身份认证、 位置管理, 截获发往移动终端 5 的数据报, 并根据 RFC2003 ( IP 内的 IP封装) 利用隧道技术将数据报转发到对 应的外地代理 8。外地代理 8作为移动终端 5在外地网 6的默认路由器, 协助移动终端 5向家代理 3转发身份认证信息和转交地址, 同时将家 代理 3通过隧道转发给移动终端 5的数据报解包, 发送给移动终端 5; 移动终端 5指可以在不同 IP子网间无缝漫游, 且漫游过程中保持其 IP 地址不变的终端设备。 Mobile IP protocol request evaluation RFC2002 (IP Mobility Support) (Request For Comment 2002) proposes a method to support the mobility of terminals. In the original network extension On the basis of Park, three roaming entities: Home Agent, Foreign Agent, and Mobile Terminal are introduced. The home agent and the foreign agent are collectively called mobile agents. See Figure 1 for its network structure. Each IP subnet 1, 6, 11 is connected to the Internet 10 through its own routers 2, 7, 13. The IP subnet to which the mobile terminal 5 belongs is referred to as the home network 1, and the IP subnets 6 and 11 other than the home network 1 are referred to as foreign networks. The home network 1 includes a terminal 4, a home agent 3, a mobile terminal 5, and a router 2 connected to the Internet 10. The foreign network 6 includes a foreign agent 8. Among them, the home agent 3 mainly completes the identity authentication and location management of the mobile terminal 5, intercepts the datagram sent to the mobile terminal 5, and forwards the datagram to the corresponding foreign agent 8 according to RFC2003 (IP encapsulation in IP). . The foreign agent 8 serves as the default router of the mobile terminal 5 in the foreign network 6, assisting the mobile terminal 5 to forward the identity authentication information and care-of address to the home agent 3, and at the same time unpacks the datagram that the home agent 3 forwards to the mobile terminal 5 through the tunnel, sends To mobile terminal 5; Mobile terminal 5 refers to a terminal device that can seamlessly roam between different IP subnets and maintain its IP address unchanged during roaming.
参考图 1, RFC2002协议的工作过程可描述如下:  Referring to Figure 1, the working process of the RFC2002 protocol can be described as follows:
1].移动终端 5利用代理公告消息来检测自己所处的状态, 即本身 位置是在家网 1还是在外地网 6。 如在家网 1 , 则执行步骤 5]; 如在外 地网 6, 则获得转交地址, 其通常为外地代理 8的 IP地址;  1]. The mobile terminal 5 uses the proxy announcement message to detect its own status, that is, whether its own location is at home network 1 or foreign network 6. If it is on the home network 1, go to step 5]; if it is on the foreign network 6, obtain the care-of address, which is usually the IP address of the foreign agent 8.
2】.移动终端 5通过外地代理 8向家代理 3进行身份认证, 并通知 转交地址;  2]. The mobile terminal 5 performs identity authentication to the home agent 3 through the foreign agent 8 and notifies the care-of address.
3】.家代理 3截获发往移动终端 5的 IP数据报, 并利用隧道发往外 地代理 8;  3]. The home agent 3 intercepts the IP datagram sent to the mobile terminal 5 and sends it to the foreign agent 8 using the tunnel;
4】.外地代理 8从隧道中取出发往移动终端 5的 IP数据报, 转发给 移动终端 5;  4]. The foreign agent 8 takes out the IP datagram sent to the mobile terminal 5 from the tunnel, and forwards it to the mobile terminal 5;
5】.移动终端 5按 IPv4协议收发 IP数据报。  5]. The mobile terminal 5 sends and receives IP datagrams according to the IPv4 protocol.
由上可知, 移动终端 5通过接收代理公告来判断自己目前的位置 和状态, 并采取相应的动作与家代理 3、 外地代理 8配合实现跨 IP子 网的漫游:  It can be seen from the above that the mobile terminal 5 judges its current position and status by receiving the proxy announcement, and takes corresponding actions to cooperate with the home agent 3, the foreign agent 8 to realize roaming across the IP subnet:
[1].如果移动终端 5在家网 1 , 且没有漫游, 则与其他终端一样正 常收发数据报; 〖2】.如果移动终端 5在外地网 6, 则要根据外地代理 8 的代理公告, 将本节点的默认路由表项设为当前外地代理 8的 IP地址, 同时删除原来的默认路由表项和指向家网 1 的直达路由表项, 再通过 外地代理 8向家代理 3注册, 通告自己当前的位置; [3】.如果移动终端 5从外地网 6回到家网 1, 相应地也要将默认路由器 2重新设为家网 1 的默认网关, 添加指向家网 1的直达路由表项。 [1]. If the mobile terminal 5 is on the home network 1 and does not roam, it will normally send and receive datagrams as other terminals; 〖2】. If the mobile terminal 5 is on the foreign network 6, it will be based on the foreign agent 8. The proxy announcement sets the default routing entry of this node to the current IP address of the foreign agent 8, deletes the original default routing entry and the direct routing entry pointing to the home network 1, and then sends the foreign agent 8 to the home agent 3 Register and announce your current location; [3]. If the mobile terminal 5 returns to the home network 1 from the foreign network 6, the corresponding default router 2 should also be set as the default gateway of the home network 1, and add a direct link to the home network 1. Routing entry.
因此, 移动终端 5动态修改路由表是实现移动 IP协议的关键步骤 之一。 而 Windows95/98/Me等操作系统不支持对路由表的动态修改, 对路由表的修改要在系统重新启动之后才起作用, 这必然会导致移动 终端 5在不同 IP子网间移动过程中各种网络应用中断, 无法实现对 IP 移动性的支持。如移动终端 5在 IP子网间漫游时,万维网 WWW浏苋、 文件传输协议 FTP、 电子邮件等网络应用都将中断, 许多实时的网络 应用, 如视频点播 VOD、 IP语音 VoIP、 网络会议等也无法实现, 造 成时间和经济上的损失。 鉴于 Windows等在终端操作系统上占有绝对 的市场份额, 这实际上已严重阻碍了移动 IP技术的应用和推广。 如果 要使 Windows等操作系统支持移动 IP协议,必须重写 TCP/IP协议栈, 而 TCP/IP协议栈在整个操作系统中占有很大的比重, 许多商用操作系 统不提供 TCP/IP协议栈的源代码, 因此, 对 TCP/IP协议栈的修改难 度和工作量都很大, 且对普通用户来说, 其使用和安装也都很繁瑣。  Therefore, dynamically modifying the routing table of the mobile terminal 5 is one of the key steps for implementing the mobile IP protocol. Windows 95/98 / Me and other operating systems do not support dynamic modification of the routing table. Modifications to the routing table do not take effect until the system is restarted. This will inevitably cause mobile terminal 5 to move between different IP subnets. This kind of network application is interrupted and cannot support IP mobility. For example, when mobile terminal 5 roams between IP subnets, network applications such as the World Wide Web www browser, file transfer protocol FTP, and email will be interrupted. Many real-time network applications, such as video on demand VOD, IP voice VoIP, and web conferencing, etc. Unable to achieve, causing time and economic loss. In view of the absolute market share of terminal operating systems such as Windows, this has seriously hindered the application and promotion of mobile IP technology. If the operating system such as Windows is to support the Mobile IP protocol, the TCP / IP protocol stack must be rewritten. The TCP / IP protocol stack occupies a large proportion of the entire operating system. Many commercial operating systems do not provide the TCP / IP protocol stack. The source code is, therefore, difficult to modify and work on the TCP / IP protocol stack, and it is cumbersome to use and install for ordinary users.
发明内容  Summary of the Invention
本发明所要解决的是背景技术中移动终端必须动态修改路由表的技 术问题。 为此本发明提供了一种主动 ARP , 并利用它实现一种无须修 改移动终端的路由表项即能保证移动终端跨 IP子网漫游的方法, 从而 为传统 TCP/IP协议提供了移动性支持  The present invention is to solve the technical problem that the mobile terminal must dynamically modify the routing table in the background art. To this end, the present invention provides an active ARP, and uses it to implement a method that can ensure that mobile terminals roam across IP subnets without modifying the routing table entries of the mobile terminal, thereby providing mobility support for the traditional TCP / IP protocol
本发明的技术方案是:  The technical solution of the present invention is:
一种使用主动地址解析协议实现移动终端跨因特网协议网际漫游 的方法, 该因特网协议网包括作为该移动终端的家网的网络, 以及一 个或者多个作为该移动终端的外地网的网络, 其特征在于, 该方法包 括:  A method for implementing mobile terminal cross-Internet protocol internet roaming using an active address resolution protocol. The Internet protocol network includes a network that is a home network of the mobile terminal and one or more networks that are foreign networks of the mobile terminal. The method includes:
移动终端接收移动代理的代理公告;  The mobile terminal receives the proxy announcement of the mobile agent;
该移动终端根据该代理公告判断其是否漫游到一新的 IP子网, 若是, 则该移动终端执行主动地址解析协议, 对其地址解析 收发 ^ ' _ , ' 、 ' 若否, 则该移动终端继续侦听代理公告。 The mobile terminal judges whether it roams to a new IP subnet according to the proxy announcement, If yes, the mobile terminal executes an active address resolution protocol, and sends and receives its address resolution ^ '_,', 'If no, the mobile terminal continues to listen to the proxy announcement.
优选地, 所述该移动终端执行主动地址解析协议而对其地址解析 协议緩存进行主动修改包括在该地址解析协议緩存中主动进行该移动 终端的默认网关的因特网协议地址的绑定, 以及该移动终端的家网中 各终端的因特网协议地址的绑定, 并且该移动代理包括家网中的家代 理和外地网中的外地代理。  Preferably, the mobile terminal executes an active address resolution protocol and actively modifies its address resolution protocol cache, including actively binding an Internet protocol address of a default gateway of the mobile terminal in the address resolution protocol cache, and the mobile The Internet protocol address binding of each terminal in the terminal's home network, and the mobile agent includes a home agent in the home network and a foreign agent in the foreign network.
按照本发明的一个方面, 所述因特网协议地址的绑定包括: 当该 新的 IP子网是一外地网时, 将该移动终端的默认网关以及该移动终端 的家网中各终端的因特网协议地址与该外地网中的外地代理的媒体访 问控制地址绑定, 并将该地址解析协议緩存的属性设为静态, 而当该 新的 IP子网是其家网时, 该移动终端先清空其地址解析协议緩存, 然 后按正常的地址解析协议操作建立地址解析协议緩存, 并将该地址解 析协议緩存的属性恢复为动态。  According to an aspect of the present invention, the binding of the Internet protocol address includes: when the new IP subnet is a foreign network, setting the default gateway of the mobile terminal and the Internet protocol of each terminal in the home network of the mobile terminal The address is bound to the media access control address of the foreign agent in the foreign network, and the attribute of the address resolution protocol cache is set to static. When the new IP subnet is its home network, the mobile terminal first clears its address. The address resolution protocol cache is then established according to a normal address resolution protocol operation, and the attributes of the address resolution protocol cache are restored to dynamic.
按照本发明的又一个方面, 所述因特网协议地址的绑定包括: 将 该移动终端的默认网关的因特网协议地址以及该移动终端的家网中各 终端的因特网协议地址均与该新的 IP子网中的移动代理的媒体访问控 制地址绑定, 并将该地址解析协议緩存的属性设为静态。  According to another aspect of the present invention, the binding of the Internet protocol address includes: allocating an Internet protocol address of a default gateway of the mobile terminal and an Internet protocol address of each terminal in a home network of the mobile terminal to the new IP subnet. The media access control address of the mobile agent in the network is bound, and the attribute of the address resolution protocol cache is set to static.
按照本发明的再一个方面, 所述的新的 IP子网是家网 (1 ) 是指 移动终端 (5 ) 从外地网 (6 ) 刚返回家网 (1 ), 还未完成切换。 所述 的新的 IP子网是外地网包括移动终端在不同外地网间漫游或者从家网 漫游到外地网。 所述的移动终端是通过所接收的移动代理的代理公告 中的信息判断自己漫游到一新的 IP子网。 移动终端通过代理公告来获 取移动代理的媒体访问控制地址。  According to another aspect of the present invention, the new IP subnet is the home network (1), which means that the mobile terminal (5) has just returned to the home network (1) from the foreign network (6), and the handover has not been completed. The new IP subnet is a foreign network including mobile terminals roaming between different foreign networks or roaming from a home network to a foreign network. The mobile terminal judges that it has roamed to a new IP subnet by using the information in the received proxy announcement of the mobile agent. The mobile terminal obtains the media access control address of the mobile agent through the agent announcement.
按照本发明的又一个方面, 所述的移动终端的家网中的各终端的 因特网协议地址的绑定是利用家网的因特网协议地址的子网掩码推算 出家网中各终端的因特网协议地址范围而进行的。  According to another aspect of the present invention, the binding of the Internet protocol addresses of the terminals in the home network of the mobile terminal is to use the subnet mask of the Internet protocol address of the home network to derive the Internet protocol addresses of the terminals in the home network Range.
采用以上的实施方案, 则本发明具有如下优点: 采用上述方法的移动终端在不同 IP子网间移动时, 各种网络应用 不会中断, 可实现对 IP移动性的支持, 经济而又节省时间; 而且由于 采用主动 ARP协议的移动终端是根据代理公告中的内容判断自己当前 的状态和位置, 然后主动对 ARP緩存表进行操作, 移动终端不用修改 路由表即能在不同 IP子网间漫游, 所以在 Windows等操作系统支持移 动 IP协议时, 也无须重写 TCP/IP协议栈, 因此, 大大节省了工作量, 简化了使用和安装。 本发明可适用于目前市场上包括 Windows在内的 绝大多数操作系统, 可移植性强, 实用性强, 从而大大提高了移动 IP 技术的应用范围。 With the above embodiments, the present invention has the following advantages: When the mobile terminal adopting the above method moves between different IP subnets, various network applications will not be interrupted, and support for IP mobility can be realized, which is economical and saves time; and because the mobile terminal adopting the active ARP protocol is based on a proxy The content of the announcement determines its current status and location, and then actively operates the ARP cache table. The mobile terminal can roam between different IP subnets without modifying the routing table. Therefore, when the operating system such as Windows supports the Mobile IP protocol, There is no need to rewrite the TCP / IP protocol stack. Therefore, the workload is greatly saved, and the use and installation are simplified. The present invention can be applied to most operating systems on the market including Windows, and has strong portability and practicality, thereby greatly increasing the application range of mobile IP technology.
附图说明:  Brief description of the drawings:
图 1为其中可利用本发明的方法的移动 IP子网拓朴结构原理示意 图;  FIG. 1 is a schematic diagram of a mobile IP subnet topology structure in which the method of the present invention can be used;
图 2为采用本发明的方法的移动终端跨 IP 网际漫游的操作流程 图;  FIG. 2 is a flowchart of an operation of a mobile terminal across IP Internet roaming using the method of the present invention; FIG.
图 3为图 1中部分网络设备的 IP地址和 MAC地址对应表; 图 4为图 1中移动终端在家网时的 ARP緩存表;  Fig. 3 is a correspondence table of IP addresses and MAC addresses of some network devices in Fig. 1; Fig. 4 is an ARP cache table when the mobile terminal in Fig. 1 is on a home network;
图 5为移动终端在外地网时的 ARP緩存表。  Figure 5 shows the ARP cache table when the mobile terminal is in a foreign network.
具体实施方式  detailed description
本发明采用主动 ARP协议, 而不是根据 ARP请求或响应数据报 中的内容来被动地修改自己的 ARP緩存, 其移动终端是根据代理公告 中的内容来判断自己当前的状态和位置, 然后主动对 ARP緩存表进行 操作, 从而可不修改路由表就能在不同 IP子网间漫游。  The invention adopts the active ARP protocol, instead of passively modifying its own ARP cache according to the content in the ARP request or response datagram. The mobile terminal judges its current state and location according to the content in the proxy announcement, and then actively The ARP cache table operates so that you can roam between different IP subnets without modifying the routing table.
图 2中描述了采用本发明的方法的移动终端跨 IP网际漫游的操作 流程图。 图中, 移动终端 5初始通信时处于家网 1 中 (步骤 200 )。 该 移动终端 5持续地侦听代理公告。 一旦接收到代理公告 (步骤 210 ), 就根据该代理公告判断是否漫游到一新的 IP子网 (步驟 220 ), 如果:  The operation flowchart of the mobile terminal's cross-IP internet roaming using the method of the present invention is described in FIG. 2. In the figure, the mobile terminal 5 is in the home network 1 during initial communication (step 200). The mobile terminal 5 continuously listens to the proxy announcement. Once the proxy announcement is received (step 210), it is determined whether to roam to a new IP subnet based on the proxy announcement (step 220), if:
1].是, 则判断该新的 IP子网是否是外地网 6 (步骤 230 )。 ①.如果 是, 例如当移动终端 5从家网 1漫游到外地网 6或者从外地网 11漫游 到外地网 6, 则执行主动 ARP协议, 在地址解析协议緩存中将移动终 端的默认网关的 IP地址和该外地代理的媒体访问控制 MAC地址绑定 (步骤 241 ), 以及将其家网 1中各终端的 IP地址与外地代理的 MAC 地址绑定(步骤 242 ), 移动终端在修改 ARP緩存时将其属性设为静态 (步骤 243 ), 然后继续侦听代理公告; ②如果否,, 例如当移动终端 5 从外地网 6回到家网 1时, 则优选地, 移动终端 5要清空 ARP緩存(步 骤 231 ), 随后可按正常的 ARP操作建立 ARP緩存表, 进行正常的 IP 数据报收发, 以及继续侦听代理公告。 1]. If yes, determine whether the new IP subnet is a foreign network 6 (step 230). ①. If yes, for example, when the mobile terminal 5 roams from the home network 1 to the foreign network 6 or from the foreign network 11 to the foreign network 6, the active ARP protocol is executed, and the IP address of the default gateway of the mobile terminal is stored in the address resolution protocol cache. The address is bound to the media access control MAC address of the foreign agent (Step 241), and bind the IP address of each terminal in its home network 1 to the MAC address of the foreign agent (step 242), the mobile terminal sets its attributes to static when modifying the ARP cache (step 243), and then continues Listening agent announcement; ② If not, for example, when the mobile terminal 5 returns from the foreign network 6 to the home network 1, preferably, the mobile terminal 5 needs to clear the ARP cache (step 231), and then the ARP can be established according to normal ARP operations. Cache the table, send and receive normal IP datagrams, and continue to listen to proxy announcements.
2]. 而如果没有发生漫游, 即当移动终端在家网或者外地网中移动 而没有漫游时, 它与其他终端一样按标准 IPv4协议收发数据报, 以及 继续侦听代理公告。  2]. If there is no roaming, that is, when the mobile terminal moves in the home network or foreign network without roaming, it will send and receive datagrams according to the standard IPv4 protocol like other terminals, and continue to listen to proxy announcements.
上述的漫游到一新的 IP子网是指移动终端通过侦听代理公告, 发 现其所处的 IP子网发生了改变。  The above roaming to a new IP subnet means that the mobile terminal finds that its IP subnet has changed by listening to the proxy announcement.
本发明中对各漫游实体的定义与 RFC2002相同, 涉及家代理、 外 地代理和移动终端。 RFC2002 中所定义的代理公告、 隧道技术、 移动 终端向家代理进行身份认证、 位置管理等方法也适用于本发明。  The definition of each roaming entity in the present invention is the same as that of RFC2002, and relates to home agents, foreign agents and mobile terminals. The methods of proxy announcement, tunnel technology, mobile terminal identity authentication, and location management defined in RFC2002 are also applicable to the present invention.
下面结合图 1, 参考图 3 - 5来详细描述本发明的具体实现方法。 为便于说明, 在图 3中给出了该网络内部分网络设备与其 IP地址以及 MAC地址的对应表。  The specific implementation method of the present invention will be described below in detail with reference to FIG. 1 and FIGS. 3 to 5. For the convenience of explanation, a correspondence table of some network devices in the network and their IP addresses and MAC addresses is given in FIG. 3.
1.移动终端在家网  1. Mobile home network
移动终端在家网指的是移动终端初始通信时在家网和移动终端从 外地网回到家网, 且已完成切换的情形。 这时移动终端和其他终端一 样进行符合 IPv4协议的数据报收发。 假设移动终端 5正在和本网的终 端 4和其他 IP网 11中的终端 12通信,通过正常的 ARP操作,它的 ARP 緩存表应包含路由器 2和终端 4的 IP地址和 MAC地址的绑定, 其对 应关系可参见图 4。  The mobile terminal home network refers to a situation where the home network and the mobile terminal return to the home network from a foreign network when the mobile terminal initially communicates, and the handover has been completed. At this time, the mobile terminal sends and receives datagrams that conform to the IPv4 protocol, just like other terminals. Assume that mobile terminal 5 is communicating with terminal 4 in its own network and terminal 12 in other IP networks 11. Through normal ARP operations, its ARP cache table should contain the binding of IP addresses and MAC addresses of router 2 and terminal 4, See Figure 4 for the corresponding relationship.
2.移动终端在外地网  2. Mobile terminal in foreign network
移动终端在外地网指移动终端在不同外地网间漫游或刚从家网移 动到外地网的情形。 当移动终端 5通过接收外地代理 8 的代理公告判 断出它本身移动到了外地网 6 时, 此时不论该移动终端 5是从家网 1 还是从外地网 11移动到外地网 6,该移动终端 5将执行主动 ARP协议: 将默认网关的 IP地址和外地代理 8的 MAC地址在 ARP緩存中进行主 动地绑定, 并且利用家网 1的 IP地址的子网掩码推算出家网 1中其他 网络设备的 IP地址的范围 , 将各个 IP地址和外地代理 8的 MAC地址 进行绑定, 这时它的 ARP緩存表如附图 5所示。 A mobile terminal in a foreign network refers to a situation where the mobile terminal roams between different foreign networks or just moves from a home network to a foreign network. When the mobile terminal 5 determines that it has moved to the foreign network 6 by receiving the proxy announcement of the foreign agent 8, at this time, the mobile terminal 5 does not matter whether the mobile terminal 5 moves from the home network 1 or the foreign network 11 to the foreign network 6. The active ARP protocol will be implemented: the IP address of the default gateway and the MAC address of the foreign agent 8 will be hosted in the ARP cache Dynamically bind, and use the subnet mask of the IP address of home network 1 to calculate the range of the IP addresses of other network devices in home network 1, and bind each IP address to the MAC address of the foreign agent 8. At this time, it The ARP cache table is shown in FIG. 5.
移动终端 5要和外地网 11中的终端 12通信时, 由于终端 12不属 于其家网 1, 故发往终端 12 的数据报应通过默认网关转发, 通过查询 ARP緩存表, 移动节点将利用外地代理 8的 MAC地址发送数据报, 这样, 该数据报就会直接发往外地代理 8, 而外地代理 8都具有路由功 能, 它会根据数据报中的目的 IP地址进行相应的转发。 当移动终端 5 与终端 4通信时, 它也会根据 ARP緩存表中的对应表项发送数据报, 地址, 因此, 发往终端 4的数据报也会直接发往外地代理 8, 再由外地 代理 8转发。 这样在不改变路由表的情况下, 移动节点在跨 IP子网的 漫游时发往家网 1和外地网节点的数据报都可通过外地代理 8的转发 实现。 上述对 ARP緩存表的操作不同于标准的 ARP操作要根据 ARP 应答报文来被动改变的情况, 而是移动节点主动进行 IP地址和 MAC 地址的绑定, 故称该协议为主动 ARP协议。 考虑到在许多操作系统中 会定时或不定时地自动清除 ARP緩存,移动终端 5在外地网 6改变 ARP 緩存的绑定时应将其属性设为静态, 保证其不会被系统更新。  When the mobile terminal 5 wants to communicate with the terminal 12 in the foreign network 11, since the terminal 12 does not belong to its home network 1, the datagram sent to the terminal 12 should be forwarded through the default gateway. By querying the ARP cache table, the mobile node will use the foreign agent The MAC address of 8 sends a datagram. In this way, the datagram will be directly sent to the foreign agent 8, and the foreign agent 8 has a routing function, and it will forward accordingly according to the destination IP address in the datagram. When the mobile terminal 5 communicates with the terminal 4, it will also send datagrams and addresses according to the corresponding entries in the ARP cache table. Therefore, the datagrams sent to the terminal 4 will also be directly sent to the foreign agent 8, and then the foreign agent 8 forwards. In this way, without changing the routing table, the datagrams sent by the mobile node to the home network 1 and the foreign network nodes when roaming across the IP subnet can be forwarded by the foreign agent 8. The above operation on the ARP cache table is different from the case where the standard ARP operation is passively changed according to the ARP response message. Instead, the mobile node actively binds the IP address and the MAC address, so the protocol is called the active ARP protocol. Considering that in many operating systems, the ARP cache is automatically cleared periodically or irregularly, the mobile terminal 5 should set its attributes to static when changing the binding of the ARP cache in the foreign network 6 to ensure that it will not be updated by the system.
3.移动终端回到家网  3. Mobile terminal returns to home network
移动终端 5回到家网 1指移动终端 5从外地网 6刚返回家网 1, 还 未完成切换的情形。 移动节点可从家代理 3 的代理公告和当前状态判 断出自己已在家网 1, 这时, 它应清除 ARP緩存表同时并将 ARP緩存 的属性则应恢复为动态, 以响应其位置变化, 随后它就可以通过正常 的 ARP操作, 重建 ARP緩存表并发送数据报。  The return of the mobile terminal 5 to the home network 1 means that the mobile terminal 5 has just returned to the home network 1 from the foreign network 6 and has not yet completed the handover. The mobile node can determine from the agent announcement and the current status of the home agent 3 that it is already on the home network 1. At this time, it should clear the ARP cache table and restore the ARP cache properties to dynamic in response to its location change. It can then rebuild the ARP cache table and send datagrams through normal ARP operations.
下面结合图 1 详细描述移动终端在不同状态下与其它终端的通信 过程。  The communication process between the mobile terminal and other terminals in different states is described in detail below with reference to FIG. 1.
移动终端 5在家网 1使用正常的 ARP操作实现同本网固定主机的 通信工作过程如下: 移动终端 5在家网时若要与处于同一网络的终端 4通信, 首先移动终端 5要查询自己的路由表, 以便通过路由表判断所 要通信的终端 4在网络中所处的位置,移动终端 5通过判断终端 4的 IP 地址 IP_T4与子网掩码发现终端 4和移动终端设备处于同一网段, 于 是移动终端 5开始查询自己的 ARP緩存表, 如果 ARP緩存表中没有 相应的终端 4的 IP地址 IP— T4与其 MAC地址 MACJT4的绑定, 移动 终端 5将通过 ARP请求广播在本网中请求 IP地址为 IP— T4的 MAC地 址。 此广播将会被本网内的所有终端设备获得, 于是本网内的所有终 端设备都将检查自己的 IP地址是否与被请求的 IP— T4地址相同, 因此 只有终端 4会对移动终端 5的 ARP请求进行响应, 将本机的 MAC地 址 MAC— T4连同本机 IP地址发回给移动终端 5,并将移动终端 5的 MAC 地址 MAC— T5添加到本机的 ARP緩存表中, 移动终端 5在收到 ARP 响应后同样会将终端 4的 MAC地址 MAC— T4添加到本机的 ARP緩存 表中, 于是移动终端 5 与终端 4 的连接就形成了, 它们之间可以进行 正常的符合 IPv4协议的数据报收发。 Mobile terminal 5 uses the normal ARP operation on home network 1 to implement communication with fixed hosts on the local network. The working process is as follows: If mobile terminal 5 wants to communicate with terminal 4 on the same network when it is on home network, first mobile terminal 5 must query its own routing table. In order to determine the position of the terminal 4 to be communicated in the network through the routing table, the mobile terminal 5 judges the IP of the terminal 4 through the routing table. The address IP_T4 and the subnet mask find that terminal 4 and the mobile terminal device are on the same network segment, so mobile terminal 5 starts to query its own ARP cache table. If the corresponding ARP cache table does not have the IP address of terminal 4 IP_T4 and its MAC address For the binding of MACJT4, the mobile terminal 5 will broadcast the MAC address with the IP address of IP-T4 in the local network through the ARP request broadcast. This broadcast will be obtained by all terminal devices in this network, so all terminal devices in this network will check whether their IP address is the same as the requested IP-T4 address, so only terminal 4 will respond to mobile terminal 5 ’s Respond to the ARP request, send the MAC address of the machine MAC_T4 back to the mobile terminal 5 together with the IP address of the machine, and add the MAC address of the mobile terminal MAC_T5 to the ARP cache table of the machine. Mobile terminal 5 After receiving the ARP response, the MAC address MAC_T4 of terminal 4 is also added to the local ARP cache table, so the connection between mobile terminal 5 and terminal 4 is formed, and normal IPv4 protocol compliance can be performed between them. Datagram sending and receiving.
在图 1中, 移动终端 5在家网 1时, 若要与另一网络 11中的终端 12通信, 首先移动终端 5要查询自己的路由表, 以便通过路由表判断 所要通信的终端设备在网络中所处的位置,移动终端 5通过判断终端 12 的 IP地址 IP— T12与子网掩码发现终端 12和移动终端 5处于不同的网 段, 移动终端 5会直接请求其路由器 2 ( IP— GW ) 的 MAC地址, 路由 器 2会将本机的 MAC地址 MAC— GW连同本机 IP地址 IP— GW发回 给移动终端 5, 并将移动终端 5的 MAC地址 MAC— T5添加到本机的 ARP緩存表中,移动终端 5在收到 ARP响应后同样会将路由器 2的 MAC 地址 MAC_GW添加到本机的 ARP緩存表中, 接下来路由器 2通过其 路由功能使移动终端 5与终端 12的连接形成, 它们之间可以进行正常 的符合 IPv4协议的数据报收发。  In FIG. 1, when the mobile terminal 5 is in the home network 1, to communicate with the terminal 12 in another network 11, the mobile terminal 5 first needs to query its own routing table, so as to determine from the routing table that the terminal device to be communicated is in the network. At the location, the mobile terminal 5 finds that the terminal 12 and the mobile terminal 5 are in different network segments by judging the IP address of the terminal 12 IP_T12 and the subnet mask, and the mobile terminal 5 directly requests its router 2 (IP_GW) Router 2 sends its own MAC address MAC-GW together with its own IP address IP-GW to mobile terminal 5, and adds the MAC address MAC_T5 of mobile terminal 5 to the local ARP cache table After receiving the ARP response, mobile terminal 5 also adds the MAC address MAC_GW of router 2 to the local ARP cache table. Next, router 2 forms a connection between mobile terminal 5 and terminal 12 through its routing function. Data packets can be sent and received normally in accordance with the IPv4 protocol.
移动终端在漫游时对网絡设备的访问可按通信对端不为家网中的 终端和通信对端是家网中的终端这两种情况来详细介绍。  The mobile terminal's access to the network equipment when roaming can be described in detail based on the two cases where the communication peer is not a terminal in the home network and the communication peer is a terminal in the home network.
在图 1中, 移动终端 5从家网 1移动到外地网 6, 当移动终端 5通 过接收外地代理 8的代理公告判断出它本身移动到了外地网 6时, 这 时移动终端 5 先从该代理公告中获取外地代理 8 的 MAC 地址 MAC_FA, 并主动将默认网关的 IP地址 IP— GW和外地代理 8的 MAC 地址在 ARP緩存中进行主动地绑定, 并且利用家网 IP地址的子网掩 码推算出家网 1 中其他网络设备的 IP地址的范围, 将各个 IP地址和 外地代理 8的 MAC地址进行绑定。 In FIG. 1, the mobile terminal 5 moves from the home network 1 to the foreign network 6. When the mobile terminal 5 determines that it has moved to the foreign network 6 by receiving the proxy announcement of the foreign agent 8, then the mobile terminal 5 first moves from the agent Obtain the MAC address MAC_FA of the foreign agent 8 in the announcement, and actively bind the IP address of the default gateway IP — GW and the MAC address of the foreign agent 8 in the ARP cache, and use the subnet mask of the home network IP address. The code calculates the range of IP addresses of other network devices in the home network 1, and binds each IP address to the MAC address of the foreign agent 8.
如果移动终端 5要和在外地网 11中的终端 12通信时, 移动终端 5 通过判断终端 12的 IP地址 IP—T12与子网掩码发现终端 12和移动终 端设备处于不同的网段, 移动终端 5不会在全网段发送 ARP请求广播, 而是直接请求其路由器 2 ( IP_GW ) 的 MAC地址, 故发往终端 12的 数据报应通过默认网关转发, 查询 ARP緩存表, 此时 ARP緩存表中 默认网关的 IP地址 IP_GW和外地代理 8的 MAC地址已经进行了主 动绑定。 该数据报就会直接根据绑定的 MAC地址 MAC— FA发往外地 代理 8, 而外地代理 8会在其路由表中添加移动终端 5路由直达项, 同 时由于外地代理 8都具有路由功能, 它会根据数据报中的目的 IP地址 进行相应的转发。于是就可以实现移动终端 5在其外地网 6中与终端 12 的正常通信。  If the mobile terminal 5 is to communicate with the terminal 12 in the foreign network 11, the mobile terminal 5 finds that the terminal 12 and the mobile terminal device are in different network segments by judging the IP address of the terminal 12 IP-T12 and the subnet mask. The mobile terminal 5 5 does not send an ARP request broadcast on the entire network segment, but directly requests the MAC address of its router 2 (IP_GW), so the datagram sent to terminal 12 should be forwarded through the default gateway to query the ARP cache table. At this time, the ARP cache table The IP address of the default gateway IP_GW and the MAC address of the foreign agent 8 have been actively bound. The datagram will be directly sent to the foreign agent 8 according to the bound MAC address MAC-FA, and the foreign agent 8 will add a mobile terminal 5 routing entry to its routing table. At the same time, because the foreign agent 8 has a routing function, it Corresponding forwarding will be performed according to the destination IP address in the datagram. Thus, normal communication between the mobile terminal 5 and the terminal 12 in the foreign network 6 can be achieved.
而如果该移动终端 5要与外地网 6的终端设备 9通信, 则首先移 动终端 5要查询自己的路由表, 以便通过路由表判断所要通信的终端 设备在网络中所处的位置,移动终端 5通过判断终端 9的 IP地址 IP一 T9 与子网掩码发现终端 9和移动终端设备处于不同的网段, 移动终端 5 不会在全网段发送 ARP请求广播, 而是直接请求其路由器 2 ( IP_GW ) 的 MAC地址, 又由于其 ARP緩存表中默认网关的 IP地址 IP— GW和 外地代理的 MAC地址已经进行了主动绑定, 数据包会被直接发送到外 地代理 8上, 由外地代理 8判断终端 9与其处于同一网段, 于是可以 通过正常的 ARP协议将数据报转发给终端 9, 以实现移动终端 5移动 到外地网 6后与外地网 6的终端 9的正常通信。  If the mobile terminal 5 is to communicate with the terminal device 9 of the foreign network 6, the mobile terminal 5 first queries its own routing table, so as to determine the position of the terminal device to be communicated in the network through the routing table. The mobile terminal 5 By judging the IP address of the terminal 9 and the subnet mask of the terminal 9 and finding that the terminal 9 and the mobile terminal device are on different network segments, the mobile terminal 5 will not send an ARP request broadcast on the entire network segment, but directly requests its router 2 ( IP_GW), and since the IP address of the default gateway IP-GW in the ARP cache table has been actively bound to the MAC address of the foreign agent, the data packet will be directly sent to the foreign agent 8, and the foreign agent 8 It is determined that the terminal 9 and the terminal 9 are in the same network segment, and then a datagram can be forwarded to the terminal 9 through a normal ARP protocol, so as to achieve normal communication between the mobile terminal 5 and the terminal 9 of the foreign network 6 after moving to the foreign network 6.
在附图 1中移动终端 5从家网 1移动到外地网 6, 并与其家网 1的 终端 4通信方式如下, 首先移动终端 5要查询自己的路由表, 以便通 过路由表判断所要通信的终端设备在网络中所处的位置, 移动终端 5 通过判断终端 4的 IP地址 IP— T4与子网掩码发现终端 4和移动终端设 备处于同一网段, 于是查询自己的 ARP緩存表, 由上面可知在其 ARP 緩存表中已经存在终端 4与外地代理 8的 MAC的绑定项, 于是移动终 端 5会将其直接转发到外地代理 8, 并由外地代理 8根据其路由功能将 数据^ =艮转发至终端 4, 以实现移动终端 5移动到外地网 6后与其家网 1 的终端 4的正常通信。 In FIG. 1, the mobile terminal 5 moves from the home network 1 to the foreign network 6, and communicates with the terminal 4 of the home network 1 as follows. First, the mobile terminal 5 needs to query its own routing table, so as to determine the terminal device to be communicated through the routing table. In the position in the network, the mobile terminal 5 finds that the terminal 4 and the mobile terminal device are in the same network segment by judging the IP address IP_T4 of the terminal 4 and the subnet mask, and then queries its own ARP cache table. A binding entry between the MAC of the terminal 4 and the foreign agent 8 already exists in its ARP cache table, so the mobile terminal 5 will forward it directly to the foreign agent 8, and the foreign agent 8 will send it according to its routing function. The data is forwarded to the terminal 4 so as to realize the normal communication between the mobile terminal 5 and the terminal 4 of the home network 1 after moving to the foreign network 6.
在移动终端 5回到家网 1后通过家代理 3的代理公告中信息可以 判断出自己已在家网 1, 这时, 移动终端 5会自动清空其 ARP緩存表 中的绑定项, 随后它就可以通过正常的 ARP操作, 重建 ARP緩存表 并发送数据报。  After the mobile terminal 5 returns to the home network 1, it can be determined from the information in the agent announcement of the home agent 3 that it is already on the home network 1. At this time, the mobile terminal 5 automatically clears the binding entries in its ARP cache table, and then it can Through normal ARP operations, the ARP cache table is rebuilt and datagrams are sent.

Claims

权 利 要 求 Rights request
1.一种实现移动终端跨因特网协议网际漫游的方法, 其特征在于, 该方法包括: A method for implementing mobile terminal cross-Internet protocol Internet roaming, characterized in that the method includes:
移动终端 (5 )接收移动代理(3, 8 ) 的代理公告;  The mobile terminal (5) receives the agent announcement of the mobile agent (3, 8);
该移动终端 (5 ) 根据该代理公告判断其是否漫游到一新的 IP子 网 (6 ),  The mobile terminal (5) judges whether it roams to a new IP subnet (6) according to the proxy announcement,
若是, 则该移动终端 (5 )执行主动地址解析协议, 对其地址 解析协议緩存进行主动修改而使该移动终端 (5 )保持正常的因特网协 议数据报收发,  If so, the mobile terminal (5) executes an active address resolution protocol, and actively modifies its address resolution protocol cache so that the mobile terminal (5) maintains normal Internet protocol datagram sending and receiving,
若否, 则该移动终端 (5 )继续侦听代理公告。  If not, the mobile terminal (5) continues to listen to the proxy announcement.
2. 如权利要求 1所述的实现移动终端跨因特网协议网际漫游的方 法, 其特征在于: 所述该移动终端 (5 ) 执行主动地址解析协议而对其 地址解析协议緩存进行主动修改包括在该地址解析协议緩存中主动进 行该移动终端的默认网关的因特网协议地址的绑定, 以及该移动终端 的家网中各终端的因特网协议地址的绑定, 并且该移动代理包括家网 中的家代理(3 ) 和外地网中的外地代理(8 )。  2. The method for implementing mobile terminal cross-Internet protocol internet roaming according to claim 1, characterized in that: the mobile terminal (5) executes an active address resolution protocol and actively modifies its address resolution protocol cache is included in the The address resolution protocol cache actively binds the Internet protocol address of the default gateway of the mobile terminal and the Internet protocol address of each terminal in the home network of the mobile terminal, and the mobile agent includes a home agent in the home network. (3) and foreign agents in the foreign network (8).
3. 如权利要求 2所述的实现移动终端跨因特网协议网际漫游的方 法, 其特征在于: 所述因特网协议地址的绑定包括: 当该新的 IP子网 是一外地网 (6 ) 时, 将该移动终端的默认网关以及该移动终端的家网 中各终端的因特网协议地址与该外地网 (6 ) 中的外地代理(8 ) 的媒 体访问控制地址绑定, 并将该地址解析协议緩存的属性设为静态, 而 当该新的 IP子网是其家网 (1 ) 时, 该移动终端 (5 ) 先清空其地址解 析协议緩存, 然后按正常的地址解析协议操作建立地址解析协议緩存, 并将该地址解析协议緩存的属性恢复为动态。  3. The method for implementing mobile terminal cross-Internet protocol internet roaming according to claim 2, characterized in that: the binding of the Internet protocol address comprises: when the new IP subnet is a foreign network (6), Bind the default gateway of the mobile terminal and the Internet protocol address of each terminal in the home network of the mobile terminal to the media access control address of the foreign agent (8) in the foreign network (6), and cache the address resolution protocol Is set to static, and when the new IP subnet is its home network (1), the mobile terminal (5) first clears its address resolution protocol cache, and then establishes the address resolution protocol cache according to normal address resolution protocol operations. And restore the cached attributes of the geocoding protocol to dynamic.
4. 如权利要求 2所述的实现移动终端跨因特网协议网际漫游的方 法, 其特征在于: 所述因特网协议地址的绑定包括: 将该移动终端的默 认网关的因特网协议地址以及该移动终端的家网中各终端的因特网协 议地址均与该新的 IP子网中的移动代理(3, 8 ) 的媒体访问控制地址 绑定, 并将该地址解析协议緩存的属性设为静态。 4. The method for implementing cross-Internet protocol internet roaming of a mobile terminal according to claim 2, characterized in that: the binding of the Internet protocol address comprises: an Internet protocol address of a default gateway of the mobile terminal and the mobile terminal's The Internet protocol address of each terminal in the home network is the same as the media access control address of the mobile agent (3, 8) in the new IP subnet. Bind, and set the properties of the geocoding protocol cache to static.
5.如权利要求 1-4之一所述的实现移动终端跨因特网协议网际漫 游的方法, 其特征在于: 所述的新的 IP子网是家网 (1)是指移动终端 The method for realizing cross-Internet protocol internet travel of a mobile terminal according to any one of claims 1-4, characterized in that: the new IP subnet is a home network (1) refers to a mobile terminal
(5)从外地网 (6) 刚返回家网 (1), 还未完成切换。 (5) From the foreign network (6) Just returned to the home network (1), the handover has not been completed.
6. 如权利要求 1-4之一所述的实现移动终端跨因特网协议网际 漫游的方法, 其特征在于:所述的新的 IP子网是外地网 (6) 包括移动 终端 (5)在不同外地网间漫游或者从家网 (1) 漫游到外地网 (6)。  6. The method for implementing mobile terminal cross-Internet protocol internet roaming according to any one of claims 1-4, characterized in that the new IP subnet is a foreign network (6) including mobile terminals (5) in different Foreign network roaming or from home network (1) to foreign network (6).
7.如权利要求 1-4之一所述的实现移动终端跨因特网协议网际漫 游的方法, 其特征在于:所述的移动终端 (5)是通过所接收的移动代理 7. The method for realizing cross-Internet protocol internet travel of a mobile terminal according to one of claims 1-4, characterized in that said mobile terminal (5) is through the received mobile agent
(3, 8) 的代理公告中的信息判断自己漫游到一新的 IP子网 (1)。 (3, 8) uses the information in the proxy announcement to determine that it is roaming to a new IP subnet (1).
8. 如权利要求 1-4之一所述的实现移动终端跨因特网协议网际 漫游的方法, 其特征在于:移动终端 (5) 通过代理公告来获取移动代理 8. The method for implementing mobile terminal cross-Internet protocol internet roaming according to any one of claims 1-4, characterized in that the mobile terminal (5) obtains a mobile agent through a proxy announcement
(3, 8) 的媒体访问控制地址(MAC— FA)。 (3, 8) Media Access Control Address (MAC-FA).
9. 如权利要求 1-4之一所述的实现移动终端跨因特网协议网际 漫游的方法, 其特征在于:所述的移动终端 (5) 的家网中的各终端的因 特网协议地址的绑定是利用家网 (1) 的因特网协议地址的子网掩码推 算出家网 (1) 中各终端的因特网协议地址范围而进行的。  9. The method for realizing cross-Internet protocol internet roaming of a mobile terminal according to any one of claims 1-4, characterized in that: binding of Internet protocol addresses of each terminal in a home network of the mobile terminal (5) The subnet mask of the Internet protocol address of the home network (1) is used to calculate the Internet protocol address range of each terminal in the home network (1).
10. 如权利要求 1-4之一所述的实现移动终端跨因特网协议网际 漫游的方法,其特征在于:所述的移动终端( 5 )是使用 windows 95/98/ME 操作系统的移动终端。  10. The method for implementing cross-Internet protocol internet roaming of a mobile terminal according to any one of claims 1-4, wherein the mobile terminal (5) is a mobile terminal using a windows 95/98 / ME operating system.
PCT/CN2003/000642 2002-08-15 2003-08-07 Cross-ip internet roaming method for mobile terminal WO2004017658A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003255101A AU2003255101A1 (en) 2002-08-15 2003-08-07 Cross-ip internet roaming method for mobile terminal

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN02139362A CN1133350C (en) 2002-08-15 2002-08-15 Method for implementing roaming of mobile terminal over IP networks by active ARP
CN02139362.1 2002-08-15

Publications (1)

Publication Number Publication Date
WO2004017658A1 true WO2004017658A1 (en) 2004-02-26

Family

ID=4750047

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2003/000642 WO2004017658A1 (en) 2002-08-15 2003-08-07 Cross-ip internet roaming method for mobile terminal

Country Status (3)

Country Link
CN (1) CN1133350C (en)
AU (1) AU2003255101A1 (en)
WO (1) WO2004017658A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008009160A1 (en) * 2006-06-30 2008-01-24 Zte Corporation An access configuration method for the link aggregation and a link aggregation system
US9160672B2 (en) 1998-12-08 2015-10-13 Nomadix, Inc. Systems and methods for controlling user perceived connection speed

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0968596B1 (en) 1997-03-12 2007-07-18 Nomadix, Inc. Nomadic translator or router
US7194554B1 (en) 1998-12-08 2007-03-20 Nomadix, Inc. Systems and methods for providing dynamic network authorization authentication and accounting
US8713641B1 (en) 1998-12-08 2014-04-29 Nomadix, Inc. Systems and methods for authorizing, authenticating and accounting users having transparent computer access to a network using a gateway device
US8190708B1 (en) 1999-10-22 2012-05-29 Nomadix, Inc. Gateway device having an XML interface and associated method
CN100344199C (en) * 2003-11-19 2007-10-17 华为技术有限公司 System of radio local network mobility management and its method
CN1315286C (en) * 2004-09-30 2007-05-09 西安西电捷通无线网络通信有限公司 Method for abnormal detection, and fault-tolerant using cut-in management
CN100421418C (en) * 2005-02-01 2008-09-24 华为技术有限公司 Method for increasing mobile IPv4 other place agent transmission property
CN101094236B (en) 2007-07-20 2011-08-10 华为技术有限公司 Method for processing message in address resolution protocol, communication system, and forwarding planar process portion
CN106921576B (en) * 2017-02-28 2021-04-30 郑州云海信息技术有限公司 Virtualization system-based data network and management network flow separation method and device
CN109413226A (en) * 2018-11-30 2019-03-01 南京邮电大学 A kind of system and method for realizing zero Agent IP fast roaming
CN113364849B (en) * 2021-06-01 2022-09-27 南京臻融科技有限公司 DDS-based cross-wide area network dual-roaming data transmission method, system and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1282167A (en) * 1999-07-27 2001-01-31 财团法人资讯工业策进会 Wireless network roaming method of cross IP domain
EP1182846A2 (en) * 2000-08-21 2002-02-27 Lucent Technologies Inc. A method of supporting seamless hand-off in a mobile telecommunications network
CN1353559A (en) * 2001-11-13 2002-06-12 西安西电捷通无线网络通信有限公司 Cross-IP internet roaming method for mobile terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1282167A (en) * 1999-07-27 2001-01-31 财团法人资讯工业策进会 Wireless network roaming method of cross IP domain
EP1182846A2 (en) * 2000-08-21 2002-02-27 Lucent Technologies Inc. A method of supporting seamless hand-off in a mobile telecommunications network
CN1353559A (en) * 2001-11-13 2002-06-12 西安西电捷通无线网络通信有限公司 Cross-IP internet roaming method for mobile terminal

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9160672B2 (en) 1998-12-08 2015-10-13 Nomadix, Inc. Systems and methods for controlling user perceived connection speed
US9548935B2 (en) 1998-12-08 2017-01-17 Nomadix, Inc. Systems and methods for providing content and services on a network system
US10110436B2 (en) 1998-12-08 2018-10-23 Nomadix, Inc. Systems and methods for providing content and services on a network system
US10341243B2 (en) 1998-12-08 2019-07-02 Nomadix, Inc. Systems and methods for providing content and services on a network system
WO2008009160A1 (en) * 2006-06-30 2008-01-24 Zte Corporation An access configuration method for the link aggregation and a link aggregation system

Also Published As

Publication number Publication date
CN1133350C (en) 2003-12-31
AU2003255101A1 (en) 2004-03-03
CN1420705A (en) 2003-05-28

Similar Documents

Publication Publication Date Title
US7483697B2 (en) System for managing mobile node in mobile network
US7606201B2 (en) Handover enabler
JP3587984B2 (en) Mobile communication system, packet gateway device, location information management method, and location information notification method
JP4741493B2 (en) Mobile network reachability maintenance method based on temporary name identifier
KR100531623B1 (en) COMMUNICATION METHOD USING MOBILE IPv6 IN NAT-PT ENVIRONMENT AND MEDIUM THEREOF
JP3675800B2 (en) Voice call software and voice call device
US20060251101A1 (en) Tunnel establishment
JP2003333080A (en) Inter-link system migration method and mobile computing apparatus
WO2004017658A1 (en) Cross-ip internet roaming method for mobile terminal
WO2007022683A1 (en) A method for realizing the communication between mobile ipv6 node and ipv4 communication partner
JP3601464B2 (en) Mobile terminal management system, mobile terminal management method and terminal in mobile network
JP3573098B2 (en) Mobile terminal management system, access router and mobile terminal management method in mobile network
WO2008017253A1 (en) A multiple hosts access method, system and apparatus supporting mixed ip
JP2005012620A (en) Network system and address creation method
KR101037531B1 (en) Method for providing soft handover using communication state information in wireless internet system
WO2013007129A1 (en) Packet forwarding processing method, network element and system
KR101314883B1 (en) Method for vertical handover in heterogeneous wireless internet service network
Mohammad et al. Seamless mobility requirements and mobility architectures
KR101529175B1 (en) Method and system for managing mobility in non-encapsulation packet transmission
KR100545775B1 (en) An Efficient IP Paging Method Using Distance-based Location Registration
Feng et al. Load balancing based on pseudo-anycast and pseudo-mobility in IPv6
Yang et al. Dynamic hierarchical location management scheme for host identity protocol
Singh et al. Core based tree multicast (M-CBT) approach in supporting mobility
JP4421419B2 (en) Mobile station, base station and radio communication system including the same, mobile station base station connection method, base station mobile station management method, program for executing these, and recording medium recording the program
JP4800410B2 (en) Mobile station, base station, and radio communication system including these

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

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

AL Designated countries for regional patents

Kind code of ref document: A1

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP